Commit Graph

736 Commits

Author SHA1 Message Date
tankefugl 36e38984a2 Removed some debug print-outs from void IN_Impulse (void).
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@236 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 01:22:56 +00:00
tankefugl a4fcaa728b Mantis 73:
o Fixed bug where the commander UI buttons would not function (select all, go to requests, etc)

AvHTechTree::GetIsMessageAvailable would not return true because no tech tree nodes would be found for these messages. I inserted a check to bypass the node checking for these messages. It's a hack, but since they're already hacked into the TechNode code, it should do for now.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@235 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 01:21:43 +00:00
puzl 1181201aa8 Fixed the cvar problem
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@234 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 00:05:18 +00:00
puzl f593a651e8 o Fixed bug with the throttling of cvar checks.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@233 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-04 23:58:31 +00:00
tankefugl 577727d9a5 Mantis 994:
o Fixed bug where the voice comm icon would not be displayed while using a mic

The new MemoryInputStream class either contains a bug or doesn't match what the vgui::BitmapTGA class expects. I've inserted the old code to get this working till Karl can take a look at it, as it's a bit painstaking to sort it out when I don't even know what method(s) it fails in.

I also fixed a bug in the constructor for the new MemoryInputStream where the length parameter would not be applied to the length member.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@232 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-04 21:22:39 +00:00
tankefugl 51d2e419bf Fixed bug where server variables wouldn't be updated after a mapchange.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@231 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-04 17:33:10 +00:00
puzl 0596113f6f Fixed the 0% damage bug
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@230 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-03 18:30:03 +00:00
puzl c72f601ff0 o Fixed the '0 %damage' bug
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@229 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-03 18:01:32 +00:00
puzl 09f986ccea o Fixed particle load problem for linux servers.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@228 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-02 14:28:02 +00:00
puzl 91795757d2 Fixed particle issue on linux
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@227 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-02 14:11:29 +00:00
puzl f3b0864612 Particle system load error on linux servers
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@226 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-02 13:27:13 +00:00
tankefugl 7ef6e421e4 Mantis 0001010:
o Fixed a bug where "switch" in console (sv_cheats 1) no longer makes the player stuck when going from alien to marine.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@225 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-30 13:01:25 +00:00
puzl 576a109c50 Performance Changes: Throttle the rate at which AvHPlayer::PropagateServerVariables and AvHGameRules::GetCheatsEnabled execute.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@224 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-30 01:01:14 +00:00
tankefugl afd0f999bb Performance:
Removed a stray sprintf and an if-closure used for debugging.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@223 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 22:20:05 +00:00
puzl 8c9da6f517 Performance Changes: Removed the passing by value of large objects
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@222 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 20:54:44 +00:00
tankefugl f083c5eb31 Performance changes:
Added a dual cache for LookupSequence, to avoid the massive stricmp overhead associated with the fetching of animations.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@221 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 15:37:01 +00:00
tankefugl dc79b89150 Branched 3.0.5-valve for baseline performance testing and work.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@220 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 13:51:58 +00:00
tankefugl 3e025675b3 Branched for the performance test.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@219 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 13:16:09 +00:00
puzl 410d1ea62f Mantis: 1072
o Added some client side consistency checks.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@218 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 17:06:46 +00:00
tankefugl 27ced477a6 Mantis 0000892:
o Fixed a bug where a crouching player on an IP would not be killed.

Extended the range the spawn damage is applied for, roughly 10 units downwards.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@217 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 16:52:33 +00:00
tankefugl 3f0bf58255 Mantis 0000971:
o Added directional arrows to the order popup notification

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@216 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 02:31:49 +00:00
tankefugl b9344a1ab6 Mantis 0001070:
o Added cl_gammaramp 1 to the config.cfg to force default usage

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@215 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 02:23:29 +00:00
tankefugl 3599c0e26b Updated minimaps.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@214 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 23:25:34 +00:00
tankefugl 8c56252789 Updated ns_altair:
o Changed the P-Corridor to Station Monitoring Main path into a vent
o Added a new path to connect Access Corridor Zeta to Station Monitoring Annex
o Moved the Station Monitoring Stabilty res node to Station Monitoring Annex
o Life Support Hive heavily updated again (might still require some more cover for spawning Aliens)
o Fixed the bug where much of the water on the map was missing

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@213 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 23:22:33 +00:00
tankefugl 1c0c6c3770 Windows binaries for PT build 212.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@212 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 22:39:29 +00:00
tankefugl 7b35bbea5f Linux binary for PT build 212
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@211 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 20:46:06 +00:00
puzl 847913b46c Mantis: 225
o Mines can't be placed within 15 units of each other

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@210 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 17:55:30 +00:00
tankefugl d3850ba1a3 Mantis 0000733:
o Fixed bug where all players on the map would face easward if outside the viewing player's PVS

The angles divided by 22.5 on write were not multiplied back upon read, resulting in really low angles -- almost not visible.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@209 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 15:22:27 +00:00
tankefugl 8769b0175c Mantis 0000484:
o The shotgun now properly fires an empty click sound when under water and emptied

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@208 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-22 21:52:30 +00:00
tankefugl 30f919856f Mantis 0001070:
o Added new user.scr which defaults cl_gammaramp to 1.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@207 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-22 12:29:53 +00:00
tankefugl 7652448e28 Mantis 0001070:
o Added new option to the Advanced menu: "Enable gamma ramp". The cvar for it is cl_gammaramp which defaults to 1. Setting it to 0 will disable the forced gamma ramp changes.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@206 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-22 12:27:50 +00:00
puzl 6af2df79a2 git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@205 67975925-1194-0748-b3d5-c16f83f1a3a1 2005-06-21 19:39:36 +00:00
puzl ad8010a47b Mantis: 1066
o Minimap now reloads upon map change

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@204 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 12:26:08 +00:00
puzl 478306c2bc minimap fix for 1066
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@203 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 12:25:44 +00:00
puzl 7e307af9d5 o Minimap updates from jazz
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@202 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 09:23:43 +00:00
puzl 0c1d15c742 added labelled minimaps
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@201 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 00:22:15 +00:00
puzl 09bf512b1e labelled minimaps
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@200 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 00:19:57 +00:00
puzl a65f5b4ab2 o lastinv fix
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@199 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-19 14:50:07 +00:00
puzl dae5cc64f9 o Added labelled minimaps
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@198 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-19 14:39:47 +00:00
puzl 2581c48cfc Mantis: 1071
o Fixed client command crash 


git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@197 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-19 01:25:37 +00:00
tankefugl 33b04e9f51 Added the steam installer script to the 3.1 repository.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@196 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-17 14:02:37 +00:00
tankefugl 99aebad018 Updated binaries and liblist.gam for PT build 195.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@195 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-16 23:17:09 +00:00
tankefugl d7aa18445b Linux binary for PT build 195
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@194 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-16 23:13:16 +00:00
tankefugl e12a14f568 Updated minimaps:
- All labels now use the sans-serif font Verdana, and are situated directly over the area they represent. Hives and Marine Starts are in Bold at a size of 12, all other labels are plain and set at size 10.
- Altair, Bast, and Eon's were updated to represent their layout changes from this weeks build.
- Hera's was updated to represent its layout changes from last weeks build (3.1 Build176).

Known issues:
- A majority of the label locations need to be moved so they aren't
overlapped by Resource Tower, Weldable, Hive or starting CC Icons.
- A handful of keylocations do not have labels yet.
- Several of the commander minimaps have inconsistent coloring
depending on your cl_labelmaps value. This is likely an indexing error
and will be fixed as soon as I track it down.
- I forgot to update the layouts on Altair, Bast, Eon, and Hera's
commander maps, will fix for next week.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@193 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-16 20:39:52 +00:00
tankefugl 3ee04af535 Mantis 0001068:
o Changed alien gestation times: (in seconds)
- Skulk 7 -> 3
- Gorge 17 -> 10
- Lerk 20 -> 15
- Fade 23 -> 25 
- Onos 38 -> 35

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@192 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-16 20:29:34 +00:00
tankefugl 6f80af0426 Mantis 0001065:
- Implemented a hybrid wallwalk -- the skulk now only "sticks" if +speed is held down
- Added an IN_WALK flag, syncronized with the server state that can be used in the application to check whether a player is walking
- Walljump is reverted to only jump in the direction the player is looking again, since a running player jumping from a wall usually wants to strafe inwards to stay on the wall

Untickeded bug:
- Fixed bug that caused leap to not behave properly from shallow water

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@191 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-16 19:22:08 +00:00
Zunni 4e405af736 - The vents in the hive are now covered (can't shoot the hive unless you're inside the room)
- Moved a crate from the Cargo room in order to provide a line of sight block
- Reworked vent system (Lerks can fly in them, shorter travel times, new entrances/exits)
- Removed railings from the Auxiliar monitoring room
- Added more clip brushes to help with the skulk wallwalk

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@190 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-15 13:52:06 +00:00
Zunni 01295ae6ef Changelog:
- Fixed Onos spawn issues (redemption / movement chamber) in Feedwater
- Added vent from Feedwater to Atmospheric processing
- Extended path between Engine and Water Treatment
- Fixed stuck point behind the Observe match ladder in the ReadyRoom
- Fixed invisible wall in Refinery Hive above copper pipes
- Lowered ceiling in the corridor between the Marine Spawn and Main Aft Junction


git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@189 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-15 13:37:14 +00:00
Zunni 0e07c01c50 Changlog:
Note : v9 was compiled without -extra in rad to save time.
Visual quality of the lighting is slightly reduced as a result.

-Extended Core Monitoring closer towards Core, so that the joining corridor is shorter, and so sieging is easier.
-Renamed Coolant Maintenance to Coolant Transfer
-Shifted Coolant Transfer south, to put it closer to core, so that the joining corridor is shorter,
and so that sieging is easier.
-Widened Cooland Transfer.
-Fixed all vis errors.
-Opened up the Repair Bay/Maintenance Corridors area a bit.
-Opened up Sleeping Area considerably (no more dead ends), and made navigation easier (flat ceiling etc).
-Improved Sleeping Area visually slightly.
-Rerouted Life Support vent from Sleeping Area to N-Turn (experimental).
-Sbend reworked visually.
-Vent exit in Sbend changed to exit out of a small room off of Sbend.
-Added alot more infestation in the hives, I'm not sure if I'm happy with the infestation textures,
so they are subject to change.
-Added crate at East exit of Marine Start, and moved MS RT slightly east.
-Fixed all the sinking structures problems associated with metal grates (apart from the ones in The Hub,
as the structures are easily accessible anyway).
-Fixed the bug where you could build structures on the antenae (spikes) outside the Communications window.
-Removed the water in Engineering Hall hive, and raised the broken floor so that you can step up it easily.
-Added a shielded area on the central structure in Core hive, and also lowered the hive.
-Widened the North and South corridor coming off of Core Monitoring.
-Made the 'donut' east of Gunpods more spacious (the central structure is considerably smaller now).
-Fixed r_speed issue in Coolant, with some geometry changes (both sides look too similar now, so i'll
add a feature to distinguish them in the next version.
-Deleted the Core Power -> Core Monitoring vent.
-Made the corridor entering Living Area from Life Support less convoluted and deleted the door so it is less
confusing.
-Some minor r_speed optimisations here and there.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@188 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-15 13:24:33 +00:00
Zunni 19d5613d77 Changelog: (Minimap not included, Jazz to build labelled)
Rebuilt Omega Hive
Rebuilt Consistency Hive
New Life Support Hive
Rebuilt Marine Start
New Sub Bay
Modified layout based on suggestions by Routerbox (
http://www.jick.org/images/together.jpg )
New Readyroom
Increased Lighting

Main things I'm looking for feedback wise:
The new layout - I'm not sure about it yet and JazzX expressed some concerns
about how Consistency is so  isolated now.  Kmart agreed that it might need to
be adjusted more but I didn't feel like redoing it again without some
playtesting done first.

Lighting - we all know I'm really bad about making it too dark.  If you find an
area too dark, please take a screen of the minimap and mark the dark areas and
I'll try to add some more light.


git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@187 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-15 13:19:14 +00:00