about summary refs log tree commit diff
path: root/src/game/server/hooks.cpp
AgeCommit message (Collapse)Author
2010-05-29copied refactor to trunkMagnus Auvinen
2009-10-27major update with stuffMagnus Auvinen
2009-05-31moved 0.5 branch to trunkMagnus Auvinen
2009-01-24fixed so the console show help for each command. not all commands have ↵Magnus Auvinen
descriptions however
2009-01-24added tab completion to the console. works for local and remoteMagnus Auvinen
2009-01-22fixed compiling errorsAlfred Eriksson
2009-01-21fixed so the name of the player that calls the vote is in the chat. fixed so ↵Magnus Auvinen
that the time remaining on the vote is displayed. reworked the vote box a bit so it's nicer
2009-01-12fixed bug that crashes the server if settings tunings in the server configMagnus Auvinen
2009-01-12introduced 3 special pseudo weapons. game, self and world to make a ↵Magnus Auvinen
difference on how you got killed
2009-01-12added vote command on the server to enforce a vote. added ↵Alfred Eriksson
sv_vote_kick_bantime to choose how long a user will be banned at votekick (0 for just kick) thanks to magnet and xara
2009-01-11fixed so that the tuning is resetting itself if running a pure serverMagnus Auvinen
2009-01-11fixed so that emoticon 0 worksMagnus Auvinen
2009-01-11fixed so that some vote error messages isn't broadcasted to everyoneMagnus Auvinen
2009-01-11added the mod game mode switchMagnus Auvinen
2009-01-11removed the tuning filtering and warning. modded servers can use tuning for ↵Alfred Eriksson
free. added pure server checking - ctf, dm and tdm gametypes are not allowed to have different tuning.
2009-01-11added mod gamemodeAlfred Eriksson
2008-12-08removed pause command to fix #573Alfred Eriksson
2008-11-17don't allow team changes, emoticons or kill command when game is pausedAlfred Eriksson
2008-11-16fixed issues when pausing the game and added pause and unpause console commandsMagnus Auvinen
2008-11-16fixed the kill command spawn delayAlfred Eriksson
2008-11-08better voting supportMagnus Auvinen
2008-11-01check nickname for invalid chars; ticket #547Dominik Geyer
2008-10-22Introduces a command change_map to change maps or restart round with showing ↵scosu
the scoreboard ticket:536
2008-10-21If the player who should be kicked by a vote leaves the game, the vote is ↵scosu
aborted. ticket 523
2008-10-21enabled so it sends tuning over to the clientMagnus Auvinen
2008-10-20fixed so that you can't vote on maps that arn't in the map list. fixed crash ↵Magnus Auvinen
bug in the server info menu page
2008-10-20improved some the dummies a bitMagnus Auvinen
2008-10-19fix: only do balancing is teams are uneven; fix: check balance on ↵Dominik Geyer
disconnect; added check for balance after rcon-teamset; used patch from Oy with some modification
2008-10-17added delay before respawn when using the kill-command; provided and tested ↵Dominik Geyer
by scosu; ticket #463
2008-10-08fixed #490 (insert the player info in the sv_setinfo message into the ↵Magnus Auvinen
snapshot instead)
2008-10-05show if servers use non-standard tuning and let serverbrowser filter for ↵Dominik Geyer
these; ticket #393
2008-10-05always check for last time killDominik Geyer
2008-09-29added voting gui and a lot of other minor changesMagnus Auvinen
2008-09-25fixed keybindings. reworked the voting a bit. added vote spamming ↵Magnus Auvinen
protection. added ingame voting hud.
2008-09-25voting fixesMagnus Auvinen
2008-09-25continued on the votingMagnus Auvinen
2008-09-24cleaned up the code a bit more. pooling of character and player objects with ↵Magnus Auvinen
reusable macros. fixed crashing when changing maps and a couple of other bugs
2008-09-23some server restructure. added hook no attach soundMagnus Auvinen
2008-09-23added non-hookable tileMagnus Auvinen
2008-09-23added death tileMagnus Auvinen
2008-09-21clean it up a bitMagnus Auvinen
2008-09-07merge from 0.4.3: lots of small stuffAlfred Eriksson
2008-09-07mermerge from 0.4.3: auto team balancingAlfred Eriksson
2008-09-02merge from 0.4.3: spam filtersAlfred Eriksson
2008-08-31removed the GAMETYPE_ enumMagnus Auvinen
2008-08-30renamed gc_ui.* to ui.*Magnus Auvinen
2008-08-27major commit. game client restructure. not complete, loads of stuff not ↵Magnus Auvinen
working, but the structure is there
2008-08-17continued with clean upMagnus Auvinen
2008-08-14last of the game server clean up. now it's doneMagnus Auvinen