Age | Commit message (Collapse) | Author |
|
* Fix last spawn and uniqueness tests for marked deconstruction
* Fix buildable collision tests for non-marked deconstruction
* New g_markDeconstruct settings to guard against abuse
+ 0 off
+ 1 on, no replacements allowed
+ 2 on, replacements allowed of same type
+ 3 on, any replacements allowed
* Unlink then relink all buildables when doing build tests
* Fixes to tutorial text for marked deconstruction
* Remove unused "weaponswitch" client command
|
|
* Remove ps->ammo[ ] and replace with ps->ammo and ps->clips; this means
only one ammo using weapon may be carried at once, but this is the
case anyway
* No need for BG_(Un)PackAmmoArray anymore, so remove them
|
|
|
|
* It's now impossible to destroy the last spawn
* Start of a new client side buildable status display
|
|
|
|
* Improve ckit tutorial text
* Entities.def correction
|
|
* Remove +zoom and -zoom altogether
|
|
* Removed ability to change the timelimit by vote
* Added sprint ability to human tutorial text
|
|
|
|
* Fixed tesla/reactor trails getting too long
|
|
|
|
|
|
|
|
* Added BG_UpgradeClassAvailable
* Added generalised BG_*IsAllowed functions
* Added some binding traps to cgame
* Added tutorial mode (cg_tutorial)
|