about summary refs log tree commit diff
path: root/src/game/server/gamecontext.cpp
AgeCommit message (Collapse)Author
2009-01-12fixed bug that crashes the server if settings tunings in the server configMagnus Auvinen
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 some vote error messages isn't broadcasted to everyoneMagnus Auvinen
2009-01-11tweaked the gameplay a bitMagnus Auvinen
2008-10-21If the player who should be kicked by a vote leaves the game, the vote is ↵scosu
aborted. ticket 523
2008-10-20fixed incorrect handling of projectiel and laser ownerMagnus Auvinen
2008-10-17added hammer hit effect. added reset of all systems on state change. solves ↵Magnus Auvinen
a lot of possible memory errors
2008-10-08fixed #490 (insert the player info in the sv_setinfo message into the ↵Magnus Auvinen
snapshot instead)
2008-10-06major update. continued on ban support. added demo recording (client and ↵Magnus Auvinen
server side). added demo player. added demo menu. demos have some quirks and file size optimizations havn't been done yet. some interface tweaks
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-25corrected voting limitsMagnus Auvinen
2008-09-25voting fixesMagnus Auvinen
2008-09-25continued on the votingMagnus Auvinen
2008-09-24begun the work on 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 dead reckoning to the charactersMagnus Auvinen
2008-08-14last of the game server clean up. now it's doneMagnus Auvinen