about summary refs log tree commit diff
path: root/src/game/client/gameclient.cpp
AgeCommit message (Collapse)Author
2010-11-20Updated copyrightsSworddragon
2010-11-17added constants for console types by Choupomoy
2010-11-17simplified change_map command so that it switches to the next map in the ↵oy
maprotation when called without param
2010-10-29added font that provides more characters. closes #56oy
2010-10-13fixed problems with the mouse movement. Closes #214oy
2010-10-11moved explosions to front layer. Closes #21oy
2010-10-06added mod system. Closes #34oy
2010-09-29fixed initialisation message. Closes #194oy
2010-09-24CGameClient: Removed needless call UpdateRenderInfo and fixed team-checks.Kaffeine
2010-09-22added fix by Sworddragon for stopped loading bar at the beginningoy
2010-09-12close the emote selector, chat history and the scoreboard when closing the ↵oy
chat, console or ingame menu. Closes #111
2010-09-12renamed demorec files to demooy
2010-08-18fixed that scoreboard overlaps the chat. Closes #14oy
2010-08-18added output level for console print function, categorised the debug ↵oy
messages and merged them into the new functionality. Closes #8
2010-08-10fixed weapon change on start bugoy
2010-08-09added demo recording button by fujnkyoy
2010-08-07removed ServerDummy function cause it isn't needed anymore(actual console ↵oy
separates client and server commands) and added two missing server commands to the tab completion
2010-07-17fixed hook sound bug in demos. Closes #161oy
2010-05-29copied refactor to trunkMagnus Auvinen
2009-10-27major update with stuffMagnus Auvinen
2009-06-15fixed chaining of console commands, allows snatching updates of console ↵Magnus Auvinen
variables. cleaned up some code
2009-06-15done language selectorMagnus Auvinen
2009-06-15continued with localizationMagnus Auvinen
2009-06-13localization updateMagnus Auvinen
2009-06-13minor cleanup of out commented clodeMagnus Auvinen
2009-06-07fixed utf8 supportMagnus Auvinen
2009-06-07new font rendering system using freetype2. only compiles under linux for nowMagnus Auvinen
2009-01-24added help messages for all commands. added syntax in the help msgAlfred Eriksson
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-21fixed so the 'default' skin is used first when no other skin is foundMagnus Auvinen
2009-01-11fixed so predicted sounds and air jump effect works with demo playbackMagnus Auvinen
2009-01-11fixed so the number of players in the server info is correctMagnus 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.
2008-12-20fixed a small bugAlfred Eriksson
2008-12-19fixed so that events isn't processed when scrubbing a demoMagnus Auvinen
2008-11-17stops recording when client switches stateAlfred Eriksson
2008-11-16fixed issues when pausing the game and added pause and unpause console commandsMagnus Auvinen
2008-11-16fixed server side demo recording and some possible crashes with incorrect demosMagnus Auvinen
2008-11-15added some extra debugging informationMagnus Auvinen
2008-11-08better voting supportMagnus Auvinen
2008-10-20renamed gc_render* to render*Magnus Auvinen
2008-10-20fixed various issues with binding keys like enter and f1-f15Magnus Auvinen
2008-10-19fixed a lot of network troublesMagnus Auvinen
2008-10-18gameclient is now reset correctlyAlfred Eriksson
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-14updated the demo recorderMagnus Auvinen
2008-10-08fixed #490 (insert the player info in the sv_setinfo message into the ↵Magnus Auvinen
snapshot instead)
2008-10-08fixed so that the components are reset on connectMagnus Auvinen
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