Age | Commit message (Collapse) | Author |
|
maprotation.cfg scripting errors.
* Fix jumping to a map by name.
* Add goto, resume, and #label support to maprotations.
|
|
|
|
return to its "caller"
|
|
addresses most of the misgivings with it
|
|
|
|
|
|
* small updates to the surrounding /callvote code
|
|
|
|
|
|
|
|
* Remove existing team_t (TEAM_FREE, TEAM_SPECTATOR)
* s/pTeam_t/team_t/;s/buildableTeam_t/team_t/;s/WUTeam_t/team_t/
* s/pClass_t/class_t/
* s/PERS_TEAM/PERS_SPECSTATE/
* s/STAT_PTEAM/STAT_TEAM/;s/STAT_PCLASS/STAT_CLASS/
|
|
* (bug 3446) Allow the last spawn to be deconstructed when cheats are enabled
and g_markDeconstruct is not (Ben Millwood)
* (bug 3560) PTRC can be used while the original client is connected
* remove unused functions from src/game/g_ptr.c
|
|
|
|
|
|
and/or rotation names
|
|
* (bug 3298) Boosters still heal and give poison when dead (David Severwright)
* (bug 3070) Check map rotation targets exist during compilation
* (bug 3282) Add missing terminating ^7 to chatText (Ben Millwood)
* (bug 3357) Extend obituary name length to MAX_NAME_LENGTH (Rocinante)
|
|
|
|
finishing instead of the one that was loading when invoked from the
maprotation system.
|
|
* g_mapConfigs no longer replaces maprotation.cfg settings (tjw)
|
|
* De-quaked various bits and pieces
* Integrated Tremulous into the ioq3 source
* Relicensed Tremulous to be GPL
* It compiles!!!!!!!!11111111!!!!1
|
|
|
|
|
|
* Removed loading of some Q3 cruft
* Spilled events attached to temporary entities are now reattached to their
original entities, fixing the missing flame bug
* Fixed "suicide god" bug
* Fixed bug where zap ignores armour
* Fixed missing particle systems when follow-spectating
* Fixed potential bug involving dodgy pointer arithmetic in CG_LoadClientInfo
* Cleaned up logic in CG_AddPlayerWeapon
* MASK_SHOT traces no longer collide with corpses
* Corpses timeout in 20 seconds instead of 60
* Improved robustness of spawn validation, fixing the bug on transit
* A crapload of whitespace fixes
|
|
|
|
* Synced MOD_ and EV_ lists
* Removed "devmap" command from map rotation system
* Increased soldier bite damage to 50
* Reduced price of light armour to 70
* Added visibility tests to the hive and acid tube
* Some other stuff
|
|
* Voting for "nextmap" plays nice with old and new map rotation systems
|
|
* Removed some debug messages
* Severely cut down on static memory usage (130Mb)
|
|
* Map rotation system
|