summaryrefslogtreecommitdiff
path: root/src/game/bg_pmove.c
AgeCommit message (Collapse)Author
2005-01-30* Slow release frags/creditTim Angus
* Possibly fixed human "you must be dead" spawning bug
2004-11-30* WP_BLASTER animationsTim Angus
2004-10-17* Gave some of the shared functions more sensible namesTim Angus
2004-09-29* A smattering of fondulationsTim Angus
2004-07-28* Most of the changes in the forum thread "Shake up"Tim Angus
2004-03-20* Added lcannon warning and blowupTim Angus
* Fixed some serious bugs in the spawn queue code
2004-03-15* Added knockback scalingTim Angus
* Balance tweaks * A load of other stuff I can't remember
2004-02-28* Added missing \n after server speechTim Angus
* Added auto select option to team menu * g_teamForceBalance now works * Added "reload" command * cg_lagometer now works
2004-02-08* Fixed dropping off the ceiling as a wall walkerTim Angus
* When dropping from the ceiling cg_wwSmoothTime is multiplied by 1.5
2004-02-07* Fixed a wall walking bug (DEAR GOD WHEN WILL IT END)Tim Angus
* 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
2004-01-30* Wall walking models now smoothly move over transitionsTim Angus
* Added an option to disable build warnings * Added MN_H_NOTPOWERED
2004-01-25* Fixed two serious particle system bugsTim Angus
* Created a general buildable think function * Fixed the post armoury weapon selection for real * Balance tweaks * A pile of other crap
2004-01-20* Changed taunt animation handling on nonseg modelsTim Angus
* Fixed yaw swing bug on wall walking models * Added cg_drawBBOX to... draw BBOXes
2004-01-19* Forced a weapon change when buying a weaponTim Angus
* Implemented dynamic stage boundaries * A shedload of balance tweaks * Inevitably other stuff that I've forgotten whilst SF CVS has been down
2004-01-15* Reduced FALLING_THRESHOLD slightlyTim Angus
* Fixed (id) bug in pmove that prevented the jump animation being triggered * Combined EV_PLAYER_RESPAWN and EV_ALIEN_EVOLVE
2004-01-15* Fixed physics bug where movers would displace buildablesTim Angus
* 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
2004-01-12* Charge no longer works backwardsTim Angus
* Dragoon pounce numbers fiddled a bit
2004-01-12* Poison now does 30 damage maxTim Angus
* Crosshair names (re)implemented * Mofo attack anims randomised * Mofo charge anim triggered * Switched the order of the spawn menus * Stamina no longer interferes with the jet pack
2004-01-09* Custom footsteps and disabled footsteps added to animation.cfg parseageTim Angus
* bobup now obeys class bob field * Bob cycles altered a bit
2004-01-07* Moved slowblob to advanced builderTim Angus
* Dragoon now has linear projectile attack * Hopefully fixed bug where muzzle particle systems weren't properly destroyed * Base Chimera no longer has electrical attack * Jet pack now "malfunctions" when the user takes damage
2003-12-21* Added a means of overriding class and buildable media settings via cfg fileTim Angus
* View locking works again * Trapper projectile is displayed properly
2003-11-19* Added g_maprotation.c to the MakefileTim Angus
* (Experimental) fix for the broken buildables bug * Fixed selling active jetpack bug * Fixed usable buildable appearing for opposing teams buildables
2003-10-16* Added EV_FALLING to trigger the *falling1.wav soundTim Angus
2003-10-10* Wall jumping for chimeraTim Angus
* Changed a few jump heights * Added vote team kick * Re-placed the voting notes * Passed voting info to UI module * Removed "spawnBody" command
2003-10-04* Switched Dragoon and Chimera in preparation for wall jumpingTim Angus
* Removed SCA_CANJUMP and replaced with BG_FindJumpMagnitudeForClass * Fixed bug where holding crouch on a non-crouching class distorted speed
2003-10-03* Fixed wall walking bugs evident on starirs2Tim Angus
2003-10-03* Added disableIn3rdPerson to weapon.cfg to handle alien weapons more elegantlyTim Angus
* Muzzle effects are attached to tag_weapon where tag_flash is not available * Handle particle effects properly with cg_drawGun 1 * Fixed some serious bugs in particle system that culled particle systems early
2003-10-01* bobCycle added to classAttributes_tTim Angus
2003-09-27* weapon.cfg files changed a bit to include sections for alternate fire modesTim Angus
* Close to zero weapon specific client side code now remains * Poison cloud effect now uses new particle system * Fixed a couple of bugs in the particle system
2003-09-03* Jetpack handling rejigged a bit to cooperate with other move types betterTim Angus
* All upgrades are deactivated upon death now * Bodies no longer dtf but have their model origins matched with the player
2003-09-03* Added UpdateViewAngles back in to PM_NOCLIPTim Angus
2003-09-03* Added SURF_NOALIENBUILD and SURF_NOHUMANBUILD so that building can beTim Angus
prevented via shader
2003-09-02* Ladders. Use "surfaceParm ladder" in ladder shadersTim Angus
2003-09-01* Realistic falling damageTim Angus
* Added fallDamage to class database * Added DAMAGE_NO_LOCDAMAGE dflag to avoid calculating locational damage
2003-09-01* Added stopSpeed to class databaseTim Angus
2003-08-28* Fixed jetpack animation weirdnessTim Angus
* Made the jetpack client effect a little less spurious
2003-08-28* Reworked the charge ability on the mofoTim Angus
* Chucked all that god awful knock over code * Replaced sticky field in class with acceleration and friction * A few other random tidy ups
2003-08-27* Partial mofo charge ability from centuries agoTim Angus
2003-08-26* Added a bunch of MOD_sTim Angus
* Fixed buildable outline bug * Scoreboard now longer shown on death * Buildable kills no longer subtract 1 from score
2003-08-12* Disabled automatically bringing up spawn menus to prevent cutting off chatTim Angus
* EV_NEXT_WEAPON event now only triggers on the correct client * Creep slowdown totally reworked, it's now predicted and might actually work * Listboxes now have their selection set to 0 whenever displayed
2003-08-03* Weapons dropped when reloadingTim Angus
2003-08-01* Jetpack media codeTim Angus
* Various other media issues * Light flare tweaks * I can spell, no really I can... (canon->cannon) * Other stuff I forgot
2003-02-22* Removed "You fragged x" messageTim Angus
* Slowed down turrets * Increased points value of aliens * Hopefully fixed bank/armoury bugs (ps.persistant[] clamped to 16bits?) * G_Printf( ); only prints in nondedicated mode * Commented out annoying ClientUserinfo changed LogPrintf
2003-02-17* Aliens no longer employ weapon modelsTim Angus
* Different attack animations triggered for primary, secondary etc..
2003-02-11* All nonsegemented model animations now triggered with the exception of ↵Tim Angus
PAIN[12] * Makefile altered to define __GAME__, __CGAME__ and __UI__
2003-02-10* Chimera now uses "prowl" modelTim Angus
2003-02-10* Nonsegemented model system now animated - partiallyTim Angus
2003-02-03* Fix to SCA_NOFOOTSTEPSTim Angus
2003-01-25* Random bug fixesTim Angus
* Random balance tweaks
2002-09-16* Added global header tremulous.h in preparation for balancingTim Angus
* Constants propogated throughout the source * Various random fixes and tweaks