summaryrefslogtreecommitdiff
path: root/src/cgame/cg_tutorial.c
AgeCommit message (Expand)Author
2013-01-03* Various changes resulting from sanity checking against mgdev HEADTim Angus
2013-01-03* (bug 2803) Tighten some spelling/grammar/typos in various places (Phil Bord...Christopher Schwarz
2013-01-03* redo hovel removal in a way that doesn't break log parsers (reported by msk)Roman Tetelman
2013-01-03Removing some unused variables and functionsBen Millwood
2013-01-03* remove hovel (fixes #26) (todo: go back and actually remove the code)Roman Tetelman
2013-01-03* fix compiler warningRoman Tetelman
2013-01-03* Almost completely redo the meat of the thirdperson spec code againChristopher Schwarz
2013-01-03* from __future__ import thirdpersonspec (Lakitu7)Roman Tetelman
2013-01-03* (bug 3631) Macro safety for MIN() and MAX() (Ben Millwood)M. Kristall
2013-01-03* Replace reams of BG_Find* functions with: BG_Buildable, BG_Class, BG_Weapon,Tim Angus
2013-01-03* Merge clientSession_t::sessionTeam and clientSession_t::spectatorStateTim Angus
2013-01-03* Buildable health accuracy increased to 8 bits, flags moved to eFlags (EF_B_*)Michael Levin
2013-01-03* Build delay pie slices are now 5 sec each for both teamsMichael Levin
2013-01-03* Spawn queue displays ordinals ("You are 2nd in the spawn queue")Michael Levin
2013-01-03Add tutorial text support for sprint/dodgeBen Millwood
2013-01-03* Per Lakitu7's suggestion, changed spectator bounding box to match the dretc...Michael Levin
2013-01-03Added armour files to version control.Michael Levin
2007-10-02* Merge of ioq3-r1189Tim Angus
2007-09-25* Remove B_REMOVED_TOGGLEBIT, use ps->misc per player insteadTim Angus
2007-09-25* Replace "powerups" state data with "misc"Tim Angus
2007-09-23* Revert 898 and 899 (marked buildable replacement) and rewriteTim Angus
2006-12-29* Buildable destruction marking (via g_markDeconstruct)Tim Angus
2006-12-27* Hovel tutorial textTim Angus
2006-07-31* Add otherEntityNum to playerState_t... and don't use it... yetTim Angus
2006-06-18* Move Mass Driver zoom control to secondary attackTim Angus
2006-04-22* Fixed retarded exploitable "kick" commandTim Angus
2006-03-05* No tutorial text during demo playbackTim Angus
2006-02-26* Fixed bogus tutorial text when spectatingTim Angus
2006-01-29* s/lauch/launch/Tim Angus
2006-01-26* Added some level 1 text to tutorial systemTim Angus
2006-01-20* Fixed a couple of subtle bugs in the tutorial systemTim Angus
2006-01-18* Added BG_FindUsableForUpgradeTim Angus