about summary refs log tree commit diff
path: root/src/game/server/gamecontext.hpp
AgeCommit message (Collapse)Author
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-25fixed keybindings. reworked the voting a bit. added vote spamming ↵Magnus Auvinen
protection. added ingame voting hud.
2008-09-25voting fixesMagnus 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
2008-08-14moved alot of stuff to their own cpp/hpp filesMagnus Auvinen