Age | Commit message (Expand) | Author |
2017-03-09 | implement setivo: layout-based overriding of intermission views | /dev/humancontroller |
2017-03-09 | implement layout arithmetic and the addlayout command | /dev/humancontroller |
2017-03-09 | implement setnextmap: an admin command to set the next map and layout | /dev/humancontroller |
2017-03-09 | add G_LayoutExists() and use it | /dev/humancontroller |
2017-03-09 | fix up G_MapExists(), and use it more | /dev/humancontroller |
2017-03-09 | rename g_layouts to g_nextLayout; add a different set of cvars: g_layouts, g_... | /dev/humancontroller |
2017-03-09 | add G_PerformMapChange() and G_PerformMapRestart(), and use them | /dev/humancontroller |
2017-03-09 | implement setdevmode: an admin command to switch developer mode on or off | /dev/humancontroller |
2017-03-09 | refactor stuff | /dev/humancontroller |
2017-03-09 | use standard time representation | /dev/humancontroller |
2017-03-09 | refactor stuff | /dev/humancontroller |
2017-02-08 | add missing trailing '\n's from strings to execute; add double quotes around ... | /dev/humancontroller |
2013-02-16 | Update copyright notices | Tim Angus |
2013-01-12 | Fix a bunch of warnings | Tim Angus |
2013-01-03 | * Revision 2273 modified the previous ban instead of the specified one | M. Kristall |
2013-01-03 | * Add information about /mask banning to adjustban help text | M. Kristall |
2013-01-03 | * Expire bans with unban instead of immediately removing them so that things | M. Kristall |
2013-01-03 | * (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_t | M. Kristall |
2013-01-03 | * (bug 4984) Show who built a destroyed structure in buildlog | M. Kristall |
2013-01-03 | * CANIPBAN allows banning not-necessarily-connected players with CIDR notation | M. Kristall |
2013-01-03 | * Silence some set-but-unused variable warnings. There are still more. Many o... | Christopher Schwarz |
2013-01-03 | * Reported ban # when banned players attempt to connect was off by one | M. Kristall |
2013-01-03 | * Admins were sorted, but the sort function was not quite stable | M. Kristall |
2013-01-03 | * kick reasons weren't being logged | M. Kristall |
2013-01-03 | * Inform kicked players of their ban duration when they are banned | M. Kristall |
2013-01-03 | * (bug 4944) Clearer tracking of ban/mute/denybuild in games.log | M. Kristall |
2013-01-03 | * Fix a bug causing duplicate entries in namelog | M. Kristall |
2013-01-03 | * Remove excess newline from "banned player tried to connect" message | Christopher Schwarz |
2013-01-03 | * (bug 4896) Put quotes around multi-word parameters to admin commands in the... | Christopher Schwarz |
2013-01-03 | * Partially revert revision 2157 | M. Kristall |
2013-01-03 | * Provide feedback when there is no match for ban, denybuild, mute, etc. | M. Kristall |
2013-01-03 | * Fix ban reason alignment for expired bans | John Ellis |
2013-01-03 | * Format showbans so that it better fits on two lines without line wrapping | John Ellis |
2013-01-03 | * (bug 4892) Fix expired bans being listed and shown as not-expired in /showb... | Christopher Schwarz |
2013-01-03 | * Fix color bleeds between fields in namelog (again) | Christopher Schwarz |
2013-01-03 | * Prevent color from changing partway through the line in namelog output (DevHC) | M. Kristall |
2013-01-03 | * Revert revision 2109 since it did not do anything | M. Kristall |
2013-01-03 | * (bug 3404) Warn all admins when a banned player tries to connect | M. Kristall |
2013-01-03 | * (bug 4885) Show teamkilled buildings as teamkilled in buildlog to different... | Christopher Schwarz |
2013-01-03 | * More efficiently check if players are targetted by a new ban | M. Kristall |
2013-01-03 | * Don't spam buildlog warning for console or spectators | M. Kristall |
2013-01-03 | * Fix a crash when banning by IP address and remove a couple redundant variables | M. Kristall |
2013-01-03 | * Prevent color bleeding by default with admin search commands | M. Kristall |
2013-01-03 | * Minor refactor (ban by IP address) that should have happened in revision 2106 | M. Kristall |
2013-01-03 | * Allow mute and denybuild to target players who are no longer connected | M. Kristall |
2013-01-03 | * Print pause time in seconds instead of ms when unpaused | Christopher Schwarz |
2013-01-03 | * Refactor listadmins, namelog, and showbans to make then more consistent | M. Kristall |
2013-01-03 | * Refactor code handling player name matching | M. Kristall |
2013-01-03 | * Oops, missed one | M. Kristall |
2013-01-03 | * Pointless refactor to reduce the number of ops | M. Kristall |