summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-07-31* Removed anticamp codeTim Angus
* Reduced basilisk grab time to 0.8 seconds from 1 second * Increased mdriver damage slightly
2005-07-30* Trapper targetting bug should be fixed/occur less frequentlyTim Angus
* Free kill timer is no longer reset when spawning * Removed loading of sprites/plasma1.tga
2005-07-28* Extended the chat period at the end of gamesTim Angus
* Disabled the anticamp trigger when you buy a weapon * Fixed bug where the "Ready" text would render over the icons on the final scoreboard * Changed the testmodel code to render gun barrels
2005-07-23* Lagometer now disabled on demo playbackTim Angus
* Lagometer rendering tweaked
2005-07-23* Added some code to complain if com_hunkMegs is set too lowTim Angus
* Added some logging to track a targetting bug
2005-07-22* Added a report of which stages each team had reached to the intermission ↵Tim Angus
scoreboard * Advanced construction kit is now free * Fixed the bug where the armoury and repeater would still work via command when not powered * Fixed bug where the granger could evolve whilst waiting for its build timer * Increased the jump height of the base granger slightly
2005-07-21* Added icons to the scoreboard representing the current class/upgrades heldTim Angus
2005-07-21* Change death by dragoon obituary from "clawed" to "chomped"Tim Angus
* 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
2005-07-19* Added a sound to buying ammoTim Angus
* Anticamp doesn't kick in unless you actually receive ammo * Mass driver spawn clips now matches max clips (wtf?)
2005-07-19* Reduced human build timer againTim Angus
2005-07-18* Humans spawn with max staminaTim Angus
2005-07-18* Added a mechanism to buildable overrides to change model scaleTim Angus
* Acid tubes can now be built on walls
2005-07-18* Repeater is now freeTim Angus
* 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
2005-07-17* Plugged the "sell and buy gets you full ammo" exploitTim Angus
* Changed voting system to need a majority of connected clients to pass without time out and a majority of voting clients to pass with time out
2005-07-17* Hopefully fixed scoreboard issuesTim Angus
2005-07-14* "sell weapons" now respects the build timerTim Angus
* 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
2005-07-03* Removed misc_spriter from the sourceTim Angus
2005-07-03* Fixed the other [ 962477 ] Chasecam bugTim Angus
2005-07-03* Booster needs to spawn before boostingTim Angus
* Fix to [ 962477 ] Chasecam bug * Added -Werror to CFLAGS
2005-07-02* Turrets can now be grabbed by lev1s, which slows them downTim Angus
2005-07-02* Fixed the PTRC system interfering with the observer modeTim Angus
* 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)
2005-06-29* Fixed a bug where menus would appear during demo playbackTim Angus
* 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
2005-06-28* Added ent->client->campingAtTheArmoury for the lamersTim Angus
2005-06-27* Added missing MOD_GRENADETim Angus
2005-06-27* Fixed a minor bug with the change in spawn directionTim Angus
2005-06-27* Fixed all the warnings reported after turning on -WallTim Angus
2005-06-26* Toned done the chaingun a touchTim Angus
* 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
2005-06-07* Human scanner blips now fade away after updatesTim Angus
2005-06-05* Added flashing alien icon if already at maximum classTim Angus
* 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
2005-02-02* Fix to [ 1114414 ] Overmind - Evolution bugTim Angus
2005-02-01* When buildables kill clients they no longer prevent the division of ↵Tim Angus
credits/frags
2005-01-31* An overmind is now required for aliens to upgradeTim Angus
* 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
2005-01-30* Slow release frags/creditTim Angus
* Possibly fixed human "you must be dead" spawning bug
2005-01-19* Fixed silly integer division bugTim Angus
2005-01-15* Added a missing declarationTim Angus
2005-01-11* Forget to add ptr files to cvsTim Angus
2005-01-11* Fixed a bug from the how-did-that-ever-work? departmentTim Angus
2004-12-01* Bugfix to PTRC system that prevented it working with sv_pure onTim Angus
* Bugfix to first person animation on WP_BLASTER
2004-11-30* WP_BLASTER animationsTim Angus
2004-11-30* PTRC (post timeout restoration code) systemTim Angus
2004-10-18* Bug fixes to the bug fixes to the bug fixes to frag sharingTim Angus
* p.s. It's really hard to test!
2004-10-17* Gave some of the shared functions more sensible namesTim Angus
2004-10-16* Bug fixes to the bug fixes to alien frag sharingTim Angus
2004-10-10* Heavily revised alien frag sharingTim Angus
* Other assorted changes
2004-10-02* Fixed Who's uncreation bugTim Angus
* Reduced range and repeat rate of chimera lightning * Medistats now heal booster poison * Hydra gas now requires a LOS to work
2004-09-29* A smattering of fondulationsTim Angus
2004-08-20* Slowed lasgun downTim Angus
* Chimera lightning bug fixed and damage increased * Splashdamage on turrets increased * Dragoon barbs do more damage and regenerate * Kill command is cancellable * "buy ammo" now works with energy weapons * Dragoon weakened slightly * Humans speed increased * Reactor health increased * Base attack warning for spawns as well as reactor
2004-07-28* Bug fix to battlesuit/hydra interactionTim Angus
2004-07-28* Most of the changes in the forum thread "Shake up"Tim Angus
2004-06-29* Added a bunch of map entities: trigger_buildable, trigger_class,Tim Angus
trigger_equipment, trigger_heal, trigger_ammo, triggerable func_trains, target_rumble, trigger_gravity