Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | * Prevent people from reconnecting so they can call more votes | M. Kristall | |
* Remove a few unused variables and an unused function | |||
2013-01-03 | * Generate "player renamed to ..." messages client-side | M. Kristall | |
2013-01-03 | * Prevent reparsing IP addresses for subnet bans | M. Kristall | |
2013-01-03 | * (bug 4544) Only strip color codes from names in votes | M. Kristall | |
2013-01-03 | * Log what command was attempted when a user does not have permission | M. Kristall | |
* (bug 4446) Fix comment | |||
2013-01-03 | * Revert buggy part of revision 1968 | M. Kristall | |
2013-01-03 | * namelog was not showing name changes when the user's initial name was invalid | M. Kristall | |
2013-01-03 | * Fix a couple bugs from revision 1966 including a crasher | M. Kristall | |
2013-01-03 | * Separate namelog from admin | M. Kristall | |
* Client to namelog mapping * Merge mute, denybuild, ptr in namelog; remove ptr | |||
2013-01-03 | * Use flood prevention with "team" command | M. Kristall | |
2013-01-03 | * Remove hovel | M. Kristall | |
* Require buildable names instead of buildnums in layouts | |||
2013-01-03 | * Refactor emoticon code | M. Kristall | |
* Remove some redundant code * Make an error non-fatal * Formatting fixes | |||
2013-01-03 | * Log non-client entity numbers in Die | M. Kristall | |
* Log destructions not caused by players | |||
2013-01-03 | Gameplay changes | Asa Kravets | |
* Marauder (both) air acceleration increased 2.0 -> 3.0 * Flamer damage reduced 25/12 -> 20/10 * Flamer ammo increased 150 -> 200 * Dragoon base pounce range increased 40 -> 48 | |||
2013-01-03 | Fixed regular/advanced marauders using each other's claw range | Asa Kravets | |
2013-01-03 | * Complain about too many target_locations | M. Kristall | |
* Do not send "unknown" location since it is ignored and may not always be sent * Remove unused CS_PRECACHES | |||
2013-01-03 | Gameplay changes | Asa Kravets | |
* Dragoon base bite range increased 72 -> 80 * Dragoon base pounce range decreased 54 -> 40 * Flamer splash damage reduced 25 -> 12 * Stamina stop restore increased 25 -> 30 * Stamina sprint take reduced 8 -> 6 * Stamina threshold for jumping and dodging changed to the slowing threshold plus the cost of jumping or dodging | |||
2013-01-03 | * Renamed MAX_STAMINA to STAMINA_MAX and moved to tremulous.h | Asa Kravets | |
2013-01-03 | * Remove unnecessary security code introduced from ioq3 merge | M. Kristall | |
2013-01-03 | * Correct ban numbers reported by showbans | M. Kristall | |
2013-01-03 | * Fix a bug with nextmap votes | M. Kristall | |
2013-01-03 | Balance adjustments | Asa Kravets | |
* Chaingun damage reverted 5 -> 6 * Flamer damage increased 20 -> 25 * Granger spit slow time reduced 5000 -> 1000 | |||
2013-01-03 | * Add a EndVote: line to games.log for showing vote results (Rezyn) | Christopher Schwarz | |
* Add additional coloured versions of client names to games.log in ClientConnect and ClientRename lines for use by Tremstats et. al. (Rezyn) | |||
2013-01-03 | * Fix votes failing when they shouldn't (Rezyn) | Christopher Schwarz | |
* Fix INACTIVITY flag (Rezyn) * Fix being able to call a teamvote for someone not on your team (thanks Rezyn) * Fix IMMUNITY flag (Rezyn) * Fix there being 2 instances of g_dretchpunt in the cvar table (Rezyn) | |||
2013-01-03 | * Set a->level properly in admin_default_levels (Rezyn) | Ben Millwood | |
2013-01-03 | * Remove some unused game cvars | Ben Millwood | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Fix a bug in listmaps (Rezyn) | Christopher Schwarz | |
2013-01-03 | * Fix the mara+ zap repeat-rate being infinitely long if you kept mashing ↵ | Christopher Schwarz | |
the button before the timer was up - If you've been unable to hit anything with the zap for mysterious reasons, this was probably why * Remove some vestigal code from previous zap rewrites that was causing the above | |||
2013-01-03 | * Fix for another bug where setlevel sets to the wrong person (Undeference, ↵ | Christopher Schwarz | |
Rezyn) | |||
2013-01-03 | * Prevent projectiles from hitting map triggers (Roman Tetelman) | Christopher Schwarz | |
2013-01-03 | * Fix for lonely buildables dividing by zero | Ben Millwood | |
2013-01-03 | * Don't send game statistics when cheats are enabled | Christopher Schwarz | |
2013-01-03 | * Remove unused admin flag TEAMCHATCMD | M. Kristall | |
2013-01-03 | * Fix for listmaps command misbehaving when searching for something that ↵ | Christopher Schwarz | |
returns zero results (Rezyn) | |||
2013-01-03 | * Fix changemap by moving it in the list so bsearch can find it | Christopher Schwarz | |
* Rename help to adminhelp to be less confusing now that admin commands look the same as regular commands * Rename admin flags "help"->"adminhelp" and "map"->"changemap" for consistency | |||
2013-01-03 | * Add /listmaps command so people can stop guessing when they're trying to ↵ | Christopher Schwarz | |
do /callvote map/nextmap (Rezyn) | |||
2013-01-03 | * And another | M. Kristall | |
2013-01-03 | * Correct some more messages | M. Kristall | |
2013-01-03 | * Server- and client-side tab completion for commands handled by the game module | M. Kristall | |
* Admin commands are just like all other commands now: no more ! ("!map" was renamed to "changemap" since "map" already exists) * Text in the chat ui beginning with / or \ is treated as a command unless ui_chatCommands = 0 (default 1) | |||
2013-01-03 | * Stop using numeric constants in logs because they are unreliable (log parsers | M. Kristall | |
will need to be updated) | |||
2013-01-03 | * Remove unnecessary stuff | M. Kristall | |
2013-01-03 | * Fix a bug that would prevent banning by name in most cases | M. Kristall | |
* When banning by name and there are multiple matches, do not print every match for a given player * The message indicating a ban hit has been updated * Match namelog entries to players only by GUID, allowing for a single player reconnecting from a different IP address * Remove the remaining GUID stub display | |||
2013-01-03 | * Whitespace | Tim Angus | |
2013-01-03 | * Fix a bug that allowed building multiple reac/om (Roman Tetelman) | Christopher Schwarz | |
2013-01-03 | * Fix several broken/segfaulting cases of the !setlevel command (Rezyn) | Christopher Schwarz | |
2013-01-03 | * Tutorial text no longer prints how to use a buildable if you aren't near a ↵ | Christopher Schwarz | |
usable buildable * Tutorial text explains low-stamina states | |||
2013-01-03 | * Remove a redundant condition (thanks Ensiform) | M. Kristall | |
2013-01-03 | * Remove arbitrary limitations on admin data by replacing fixed-size arrays with | M. Kristall | |
linked lists This fixes memory leaks with most !readconfig errors | |||
2013-01-03 | * Fix !help only displaying information about custom commands when it should not | M. Kristall | |