Age | Commit message (Expand) | Author |
2013-01-03 | * Refactor some more admin code | M. Kristall |
2013-01-03 | * (bug 4037) cgame forgets to close buildstat.cfg | M. Kristall |
2013-01-03 | * One-line fix admin name formatting | Ben Millwood |
2013-01-03 | * Partially revert rev 1182 (null deref) | M. Kristall |
2013-01-03 | * Require each client to have a unique, valid GUID | M. Kristall |
2013-01-03 | * Fix a small bug in g_adminMaxBan (thanks ben) | Christopher Schwarz |
2013-01-03 | * (bug 3993) ban length limits (Rezyn) | Christopher Schwarz |
2013-01-03 | * (bug 3992) Add search abilities to !showbans (Rezyn) | Christopher Schwarz |
2013-01-03 | * (bug 2803) Tighten some spelling/grammar/typos in various places (Phil Bord... | Christopher Schwarz |
2013-01-03 | * (bug 3969) Fix overflow warnings in !showbans (Rezyn) | Christopher Schwarz |
2013-01-03 | * (bug 3354) Add /clientlist cgame command for listing connected clients (DevHC) | Christopher Schwarz |
2013-01-03 | * Remove another pointless va() | M. Kristall |
2013-01-03 | * Add BG_EventName and use it to simplify a series of debugging messages | Ben Millwood |
2013-01-03 | * Fix minor omission in !help kick (das-Iro) | Christopher Schwarz |
2013-01-03 | * Remove extra trailing newline from admin chat commands (oops) | Ben Millwood |
2013-01-03 | * Handle some broken admin.dat files the same as before | M. Kristall |
2013-01-03 | * Add functions G_TeamName and G_TeamFromString | M. Kristall |
2013-01-03 | * Fix a buffer overflow introduced in revision 1121 | M. Kristall |
2013-01-03 | * Add the /a command, which sends a message to all active admins | Christopher Schwarz |
2013-01-03 | * (bug 3379) !adjustban command to change reason and duration of bans (flag b) | M. Kristall |
2013-01-03 | * Flood protection in chat and admin commands | Ben Millwood |
2013-01-03 | * (bug 2965) Strip colour codes from log messages (Ben Millwood) | M. Kristall |
2013-01-03 | * (bug 3719) IP address fields in admin system are not large enough for IPv6 | M. Kristall |
2013-01-03 | * (bug 3673) Add boundary checking to G_SanitiseName() and G_DecolorString() | M. Kristall |
2013-01-03 | * (bug 3631) Macro safety for MIN() and MAX() (Ben Millwood) | M. Kristall |
2013-01-03 | * bug 3599 was still occuring if !setlevel was used by admin name and the admin | M. Kristall |
2013-01-03 | * (bug 3595) /sell upgrades doesn't change player model for battlesuit | M. Kristall |
2013-01-03 | * Fix a couple more places where files might not be closed (bug 3554) | M. Kristall |
2013-01-03 | * Merge clientSession_t::sessionTeam and clientSession_t::spectatorState | Tim Angus |
2013-01-03 | * Consolidate memory allocation into bg_alloc.c | Tim Angus |
2013-01-03 | * (bug 3057) Granger breaks under certain conditions (Risujin) | M. Kristall |
2013-01-03 | * (bug 3480) A reactor that has not yet exploded still gives power (benmachine) | Tim Angus |
2013-01-03 | *(bug 3280) Changed the default behaviour of !listplayers. The fields | Tony J. White |
2007-09-25 | * (bug 3307) use boundary checking to prevent potential buffer overflow | M. Kristall |
2007-09-16 | * (bug 3096) bans sometimes fail inexplicably | M. Kristall |
2007-07-16 | * (bug 3047) send team commands to spectating admins who can see team chat | M. Kristall |
2007-07-09 | * (bug 3251) make return consistent for admin check (benmachine) | M. Kristall |
2007-07-04 | * fix denybuild thing correctly... | M. Kristall |
2007-06-29 | * fix a silly issue in !passvote and !cancelvote that could potentially have | M. Kristall |
2007-06-20 | * take away blue print when a player's building rights are denied | M. Kristall |
2007-06-05 | (bug 3104) save the correct variables for players who disconnect and come back | M. Kristall |
2007-03-25 | * ingame menus redesigned | Tony J. White |
2007-03-13 | * (bug 3052) fix issues with !ban and !namelog when multiple players have the | Tony J. White |
2007-03-03 | * (bug 3008) track when map and map_restart commands are added to the command | Tony J. White |
2007-01-03 | * (bug 2996) better support for using "!" commands when g_admin is | Tony J. White |
2006-12-31 | * (bug 2954) g_admin commands can not be used from the server console even | Tony J. White |
2006-12-31 | * (bug 2973) added a special name for the map's built-in layout "*BUILTIN*" | Tony J. White |
2006-12-30 | * (bug 2973) allow '-' and '_' in layout names and check to make sure layouts | Tony J. White |
2006-12-29 | * (bug 2973) support for multiple initial base layouts ( Risujin, vcxzet, tjw ) | Tony J. White |
2006-12-12 | * (bug 2954) when g_admin is enabled use !ban [ip] instead of !kick [slot] | Tony J. White |