index
:
zittrig-4
master
The server software used for the Der Bunker Tremulous servers.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cgame
/
cg_tutorial.c
Age
Commit message (
Expand
)
Author
2013-01-03
* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_t
M. Kristall
2013-01-03
* Add ready-related text to cg_tutorial during intermission
Christopher Schwarz
2013-01-03
* Small enhancements to tutorial text, including telling players to sell thei...
Christopher Schwarz
2013-01-03
* Fix hud spectator text not displaying when using cg_stickyspec to follow a ...
Christopher Schwarz
2013-01-03
* Turns out CG_GetBindings is actually quite expensive
Tim Angus
2013-01-03
* Remove hovel
M. Kristall
2013-01-03
* Update copyright notices
Tim Angus
2013-01-03
* Tutorial text no longer prints how to use a buildable if you aren't near a ...
Christopher Schwarz
2013-01-03
* (bug 4301) Clear decon markers when entering sudden death (Rezyn)
Christopher Schwarz
2013-01-03
* Fix tutorial text for dodge/sprint (thanks tjw)
Christopher Schwarz
2013-01-03
* (bug 3604) Fix Item_Text_Wrap() (Amanieu, benmachine)
Christopher Schwarz
2013-01-03
* Fix errant newline in the tutorial text
Christopher Schwarz
2013-01-03
* Reduce generic1 to 10 bits
Tim Angus
2013-01-03
* Fix bounds checks on cg.weaponSelect (/dev/humancontroller, bug #4267)
Ben Millwood
2013-01-03
* Various changes resulting from sanity checking against mgdev HEAD
Tim 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-03
Removing some unused variables and functions
Ben Millwood
2013-01-03
* remove hovel (fixes #26) (todo: go back and actually remove the code)
Roman Tetelman
2013-01-03
* fix compiler warning
Roman Tetelman
2013-01-03
* Almost completely redo the meat of the thirdperson spec code again
Christopher 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::spectatorState
Tim 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 teams
Michael Levin
2013-01-03
* Spawn queue displays ordinals ("You are 2nd in the spawn queue")
Michael Levin
2013-01-03
Add tutorial text support for sprint/dodge
Ben Millwood
2013-01-03
* Per Lakitu7's suggestion, changed spectator bounding box to match the dretc...
Michael Levin
2013-01-03
Added armour files to version control.
Michael Levin
2007-10-02
* Merge of ioq3-r1189
Tim Angus
2007-09-25
* Remove B_REMOVED_TOGGLEBIT, use ps->misc per player instead
Tim Angus
2007-09-25
* Replace "powerups" state data with "misc"
Tim Angus
2007-09-23
* Revert 898 and 899 (marked buildable replacement) and rewrite
Tim Angus
2006-12-29
* Buildable destruction marking (via g_markDeconstruct)
Tim Angus
2006-12-27
* Hovel tutorial text
Tim Angus
2006-07-31
* Add otherEntityNum to playerState_t... and don't use it... yet
Tim Angus
2006-06-18
* Move Mass Driver zoom control to secondary attack
Tim Angus
2006-04-22
* Fixed retarded exploitable "kick" command
Tim Angus
2006-03-05
* No tutorial text during demo playback
Tim Angus
2006-02-26
* Fixed bogus tutorial text when spectating
Tim Angus
2006-01-29
* s/lauch/launch/
Tim Angus
2006-01-26
* Added some level 1 text to tutorial system
Tim Angus
2006-01-20
* Fixed a couple of subtle bugs in the tutorial system
Tim Angus
2006-01-18
* Added BG_FindUsableForUpgrade
Tim Angus