about summary refs log tree commit diff
path: root/src/game
AgeCommit message (Collapse)Author
2010-10-11clear history of the remote console on disconnect and cleaned up some old ↵oy
stuff in console.cpp
2010-10-11fixed so the rcon password is not in the history (fixes #170)Choupom
2010-10-11fixed map selection in map editorChoupom
2010-10-11localised "REC"-notificationoy
2010-10-09added inactive player kicking. Closes #51oy
2010-10-09added the possibility to shift the tiles of a layer into any directionoy
2010-10-09made INT_STEP properties in the editor just change by 1oy
2010-10-09added info in the demo browser by Choupomoy
2010-10-08use file dialog when saving a map which was not loaded from the maps save pathoy
2010-10-08fixed a listing problem in the demo browseroy
2010-10-08show filename of the map in the editor. Closes #122oy
2010-10-07fixed various problems with the file dialog in the editoroy
2010-10-06added mod system. Closes #34oy
2010-09-30fixed auto-scrolling in server browser and listboxoy
2010-09-30fixed server browser list. Closes #74oy
2010-09-29fixed initialisation message. Closes #194oy
2010-09-29cleaned up demo listing and fixed its sorting. Closes #73oy
2010-09-26changed pickup animation speed for demos according to demospeed (fixes issue 72)SushiTee
2010-09-24fixed map listingoy
2010-09-24fixed that it checks the current dir for demos toooy
2010-09-24improved demos listingChoupom
2010-09-24fixed last commitoy
2010-09-24now put skins in an array to save memoryChoupom
2010-09-24CGameClient: Removed needless call UpdateRenderInfo and fixed team-checks.Kaffeine
2010-09-22fixed that ctf gametype doesn't work if the map has more than 1 flag per ↵oy
team. Closes #124
2010-09-22don't add player that aren't ingame to the snapshot and don't let them ↵oy
autospawn. Closes #125
2010-09-22fixed sound bug when using in the editor. Closes #136oy
2010-09-22added fix by Sworddragon for stopped loading bar at the beginningoy
2010-09-19added button to resize a quad based on the aspect ratio of the image. Closes ↵oy
#169
2010-09-19increased deadzone when seeking through the file in the demo playeroy
2010-09-19fixed view offset when joining spectator. Closes #101oy
2010-09-19fixed view offset when changing from spectator to player. Closes #152oy
2010-09-16localised the language names. Closes #153oy
2010-09-16do not rotate/flip gamelayer tiles. Closes #155oy
2010-09-16fixed last commitoy
2010-09-16made folders in editor (#80)Choupom
2010-09-12unbind a key with right mouse button in the controls menu. Closes #67oy
2010-09-12fixed so "reset tunning due to pure server" appears after "x changed to y"Choupom
2010-09-12use escape key to abort binding a control key in the menuoy
2010-09-12added quotes around player names in the other server messages too and ↵oy
changed it to ' for consistency
2010-09-12fixed that player name and ping overlap in the scoreboard. Closes #106oy
2010-09-12fixed overlapping voting. Closes #100oy
2010-09-12fixed that score overlaps in the scoreboard. Closes #161oy
2010-09-12don't show player specific debug info when the debug graphs are shown to ↵oy
prevent overlapping
2010-09-12end vote on 50% nooy
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-09-08when hooking a player don't use predicted values for rendering the hook. ↵oy
Closes #9
2010-09-08use the numpad enter key as well. Closes #166oy
2010-09-08fixed Gui lock while deleting/reading demos. Closes #167oy