about summary refs log tree commit diff
path: root/src/game
AgeCommit message (Collapse)Author
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
2008-10-05fixed server crash when disconnecting in ctfAlfred Eriksson
2008-10-05fixed compiler warningsDominik Geyer
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-10-02fixed compiler warningsDominik Geyer
2008-10-02Removed compile warningsJoel de Vahl
2008-10-02some cleanups. splitted e_network.c into several files. continued on the ban ↵Magnus Auvinen
support
2008-10-01server browser is now default menu pageAlfred Eriksson
2008-10-01data-dir autodetection; data-dir override; compiled-in data-dir; messagebox ↵Dominik Geyer
if detection fails; does chdir into data-dir
2008-09-29added voting gui and a lot of other minor changesMagnus Auvinen