Age | Commit message (Collapse) | Author |
|
|
|
* Fixed the bug where spectators saw team chat
* Added ping display to the lagometer
* Renormalised some balance variables
* Fixed the bug where bodies would sometimes disappear immediately after death
* Fixed the "dancing buildables" bug
* Fixed the bug where buildable animation sounds were inappropriately played upon entering PVS
* Fixed a subtle stage bug
* Added code to indicate which stage a team is on via the scoreboard
|
|
* Acid tubes can now be built on walls
|
|
* Repeater can now only be built in locations with no power
* Repeater will self destruct if it has not powered anything for 90 seconds
* Reduced period for free kills/credits
* Mass driver damage reduced by 40%
* Build timers increased a bit, especially human
* The more healthy human buildables now take longer to repair
|
|
* Changed the human anticamp message
* Anticamp mechanism now applies to using the reactor/repeater as it does the armoury
* Anticamp mechanism is now triggered immediately after buying a weapon
* Fixed bug where lcannon warning sound was missing with cg_drawGun 0
* Grenade is now an upgrade which is used like the antitox instead of a weapon
* Fixed a bug where engaging spectator follow mode failed
* Fixed a bug where spectator follow clients were counted as being on the team of the client followed
|
|
|
|
* Refactored observer mode code
* Fixed poison cloud being distorted in observer mode (by not rendering it)
* Fixed walking wall smoothing being distorted in observer mode (by not performing any smoothing)
|
|
* Fixed a bug where delayed suicide would persist over death
* Reduced turret health and damage, increased range
* Generally strengthened alien buildable health and regen a little
* Increased damage that hives do
* Unlocked the trapper at stage 1
* Lev0 alien can now damage human defensive structures
* Booster now doubles alien regeneration rate
* Updated dependancies
|
|
|
|
* Inverted the direction in which a player is spawned
* Fixed the alien buildable axis explosion bug
* Fixed some class name foul ups in the obituaries
* Disabled friendly fire by default
|
|
|
|
* Improved scanner render and refactored scanner code
* Added animated projectiles
* Grenade
* Changed model names to be human name agnostic
* Added sounds for lev1 grab and lev4 charge
* Added sound for failed evolution
* Added battery pack rendering code
* Added functionality to particle system to allow attachment of particle systems to particles (for nice explosions)
* Implemented CG_FileExists
* Added some code to gracefully handle missing sounds (easier than making the sounds :D)
* cg_drawBBOX now draws player BBOXen
* Renamed the alien classes (now done in class override scripts)
* Implemented Vector4Add
* The usual assorted bug fixes
|
|
* Damaged aliens now need a couple of seconds before they can regenerate
* Very slightly increased human buildable health in general
* Increased armoury and turret health a wee bit more significantly
* Classes which suicide/teamkill don't get taken into account for credit anymore
* Reduced chaingun damage slightly
* Increased angular speed of turrets
|
|
|
|
* Bugfix to first person animation on WP_BLASTER
|
|
|
|
|
|
|
|
|
|
trigger_equipment, trigger_heal,
trigger_ammo, triggerable func_trains,
target_rumble, trigger_gravity
|
|
* Tweaked some font values
|
|
* Added stats on game end to aid balancing
* "itemact <weaponname>" now selects a weapon as well as activating an upgrade
* Disabled chat balloon entirely
|
|
|
|
|
|
|
|
* Spawns that are interfered with plats now suicide
* Fixed spectator scrolling colour screwup
|
|
* Fixed some serious bugs in the spawn queue code
|
|
* Alien evolution is no longer allowed within range of humans
* Reduced human damage boost from 10% to 7%
* Reduced reactor base health to 1250
|
|
* Possibly fixed the spectator scrolling not working
* Spawn queue position is now displayed when queued
* Pressing BUTTON_ATTACK removes the client from the spawn queue
|
|
* Balance tweaks
* A load of other stuff I can't remember
|
|
* Raised turret effectiveness again
* Raised human weapon damage by 5%
* Refactored buildable rendering code
* Buildable rendering now falls back to a box trace when a cap trace misses
* Human ckit can't repair destroyed buildables
* Human reactor strengthened by 50%
|
|
|
|
|
|
* Added code for reload binding
* Turrents now give up an out of range target
* Reactor cannot be used once destroyed
* Reduced effectiveness of acid tube, turret and hive
* Raised advanced build times
* Reduced overall alien damage slightly
* Raised mofo health (again)
* Raised dragoon projectile damage
|
|
* Added auto select option to team menu
* g_teamForceBalance now works
* Added "reload" command
* cg_lagometer now works
|
|
* Spawn queues
|
|
* Medistat now only heals one at a time
* Alien blood never red now
* Scaled down build points, hud now shows actual value
* Added a "width" parameter to every melee attack
* Added "sell weapons" and "sell upgrades" commands
* Reduced pulse rifle strength a bit
|
|
* When dropping from the ceiling cg_wwSmoothTime is multiplied by 1.5
|
|
* Shadow is now rendered on walls as well as the ground
* Buildables are now vulnerable in the prebuild stage
* Alien buildables take longer to build
* A bunch of other stuff
|
|
* Hydra can no longer grab someone with a battlesuit
|
|
* Added an option to disable build warnings
* Added MN_H_NOTPOWERED
|
|
* Created a general buildable think function
* Fixed the post armoury weapon selection for real
* Balance tweaks
* A pile of other crap
|
|
* Reduced size of misc_particle_system entity in entities.def
* Added prebuild sounds for the buildables
|
|
floating pointers
* Moved adding particles to after adding the player weapon so that the muzzle
particle systems match up properly
|
|
* Decreased door trigger size again
* Creep is now triggered by s.time instead of events
* Added CVAR_CHEAT cg_drawBBOX to show the bounding boxes of some entities
* Prevent sprinting if BUTTON_WALK is down
* Increased sprint drain rate
* Client spawning code unified with buildable validation code
* Spawns are now testing for validity before they are built
|
|
* Fixed yaw swing bug on wall walking models
* Added cg_drawBBOX to... draw BBOXes
|
|
* Implemented dynamic stage boundaries
* A shedload of balance tweaks
* Inevitably other stuff that I've forgotten whilst SF CVS has been down
|
|
* Adjusted chimera repeat rates a little
|
|
* Fixed (id) bug in pmove that prevented the jump animation being triggered
* Combined EV_PLAYER_RESPAWN and EV_ALIEN_EVOLVE
|
|
* Light flares are now occluded by the player in 3rd person mode
* Setting s_initsound 0 no longer causes the weapon.cfg loader to complain
* Limited viewangles to +/-90 degrees when grabbed
|