about summary refs log tree commit diff
path: root/src/game/client
AgeCommit message (Collapse)Author
2008-11-16paused the aiming when game is pausedAlfred 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-08fixed the favorite button in the server infoMagnus Auvinen
2008-11-08better voting supportMagnus Auvinen
2008-11-08solved #559Magnus Auvinen
2008-11-04fixed check for bind-keyid; patch by RomDDominik Geyer
2008-11-01editor now works correctly when console is toggled (focus problem)Alfred Eriksson
2008-10-23fixed #538Alfred Eriksson
2008-10-23removed glfw and portaudio. SDL is now a requirementMagnus Auvinen
2008-10-21fixed gametype filteringMagnus Auvinen
2008-10-21fixed editor saving, open and append. note that you can only save maps to ↵Magnus Auvinen
your user directory
2008-10-21fixed esc key that I broke recentlyMagnus Auvinen
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-21fixed typoAlfred Eriksson
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-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-20release input when console is showingMagnus Auvinen
2008-10-20added SDL supportMagnus Auvinen
2008-10-19fixed a lot of network troublesMagnus Auvinen
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-17fixed fetching of server info and corrected some spelling errorsMagnus Auvinen
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-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-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-05show if servers use non-standard tuning and let serverbrowser filter for ↵Dominik Geyer
these; ticket #393
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