about summary refs log tree commit diff
path: root/src/game
AgeCommit message (Collapse)Author
2008-10-21fixed error when menu takes over enter keyMagnus Auvinen
2008-10-21fixed ninja animationMagnus Auvinen
2008-10-21continued on ban support. cleaned up settings a bit. reworked the datadir ↵Magnus Auvinen
autodetection. introduced engine_openfile, engine_getpath and engine_listdir. never use fs_listdir or io_open directly
2008-10-21If the player who should be kicked by a vote leaves the game, the vote is ↵scosu
aborted. ticket 523
2008-10-21fixed typoAlfred Eriksson
2008-10-21enabled so it sends tuning over to the clientMagnus Auvinen
2008-10-20renamed gc_render* to render*Magnus Auvinen
2008-10-20fixed text input box bugMagnus Auvinen
2008-10-20fixed sending of new player info when player changes something in the infoMagnus 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-20fixed various issues with binding keys like enter and f1-f15Magnus Auvinen
2008-10-20fixed incorrect handling of projectiel and laser ownerMagnus Auvinen
2008-10-20correctly paused input for game when chatting or in menuMagnus Auvinen
2008-10-20fixed so that the gui removes previous key binding if you change itMagnus Auvinen
2008-10-20fixed reset for charactersMagnus Auvinen
2008-10-20increased the number of dummies you can haveMagnus Auvinen
2008-10-20improved some the dummies a bitMagnus Auvinen
2008-10-20release input when console is showingMagnus Auvinen
2008-10-20added SDL supportMagnus 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-19added some comments on team-balancingDominik Geyer
2008-10-19new team-balancing algorithm: determine players to switch by ↵Dominik Geyer
player-scores-sum instead of team-score; patch provided and tested by rajh; ticket #509
2008-10-19fixed a lot of network troublesMagnus Auvinen
2008-10-18removed unnessesary functionMagnus Auvinen
2008-10-18fixed potential crash when players leave and there are projectiles left from ↵Magnus Auvinen
them
2008-10-18reset flag when it hits a death-tile; ticket #513Dominik Geyer
2008-10-18fixed compiler warningsDominik Geyer
2008-10-18fixed the hammer so it looks good again and works like it shouldMagnus Auvinen
2008-10-18fixed problem with the UI always listening directly to the keyboardMagnus Auvinen
2008-10-18gameclient is now reset correctlyAlfred Eriksson
2008-10-18fixed the weapon turning stuffMagnus Auvinen
2008-10-18added zoom by scrollAlfred Eriksson
2008-10-18fixed #507Alfred Eriksson
2008-10-17made sure that the hook is released on players that doesn't exist anymore ↵Magnus Auvinen
aka dead.
2008-10-17fixed fetching of server info and corrected some spelling errorsMagnus Auvinen
2008-10-17added delay before respawn when using the kill-command; provided and tested ↵Dominik Geyer
by scosu; ticket #463
2008-10-17decreased width of slidebars in graphics-tab to fitDominik Geyer
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-15fixed server-crash on death race-condition; ticket #494Dominik Geyer
2008-10-15debugging: release input-focus when hotkey ESC is pressed (and dbg_focus var ↵Dominik Geyer
is set); avoids the need for ALT-TAB while debugging
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 #479 (chat overlaps when text is 3 lines long)Magnus Auvinen
2008-10-08removed pickup debugging stuffMagnus Auvinen
2008-10-08fixed so the ninja works again. made it less specialized aswellMagnus Auvinen
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
2008-10-05major restructuring of the controls settings pageAlfred Eriksson
2008-10-05minor: fixed formattingDominik Geyer
2008-10-05added option for scoreboard-bind to controls-pageDominik Geyer