about summary refs log tree commit diff
path: root/src/engine/client
AgeCommit message (Collapse)Author
2011-01-09fixed cut off broadcast. Closes #398oy
2011-01-06record a new demo when a game ends. Closes #358oy
2011-01-06show error message for all content that could not be loaded. Closes #257oy
2011-01-05requesting serverinfo now uses gie2 instead of the legacy gief.m!nus
2011-01-05fixed outlines for larger font sizesoy
2011-01-04added fix for rendering big fonts on large resolutions by RushPLoy
2011-01-04removed duplicate stuffoy
2010-12-12made it possible to automatically take game over screenshots. Closes #339oy
2010-12-11added cleaner exit on quit event by Choupomoy
2010-12-11made it possible to "recycle" auto recorded demosoy
2010-12-08save auto recorded demos in a separate folder and added an option to ↵oy
enable/disable it in the settings menu
2010-12-08added auto recording support by Batchyxoy
2010-12-08added an optional time stamp to a demo record by Batchyxoy
2010-12-08cleaned up several uses of timestamps for filenamesoy
2010-12-08added single function to stop recording by Batchyxoy
2010-11-21close map-download-file if the map changes during downloadingoy
2010-11-20Updated copyrightsSworddragon
2010-11-17fixed some compiler warningsoy
2010-11-17improved loading progression in the server browseroy
2010-11-17added loading progression in server browserChoupom
2010-11-13removed unimportant debug message. Closes #264oy
2010-10-29fixed crashes with the font. closes #178oy
2010-10-29fixed key handling for unicodes > 255oy
2010-10-13fixed issue with reason on forcevotekickoy
2010-10-13do not use console in silent mode. Closes #48oy
2010-10-13fixed problems with the mouse movement. Closes #214oy
2010-10-11fixed that chat message gets out of the window. Closes #102oy
2010-10-11made so we can add the reason for a kick/ban (fixes #123)Choupom
2010-10-06added mod system. Closes #34oy
2010-09-22fixed problems with key handling on osx. Closes #45oy
2010-09-12renamed demorec files to demooy
2010-09-07added the option to hide the console window on the client, too. Fixes #48ghost
2010-09-05fixed last commitoy
2010-09-05fixed so png files are closed after loadingChoupom
2010-09-05fixed variable typesoy
2010-09-05fixed so clicking 3 times doesn't generate 2 double-clicksChoupom
2010-08-18fixed text rendering problem. Closes #12oy
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-16added fixes for compiler errors and warnings by sworddragonoy
2010-08-15reverted input key handling back to 0.52(the keyboard layout problem should ↵oy
be fixed with sdl 1.3 or a customised one). Closes #3. Closes #15.
2010-08-15fixed quit/exit command problem on startupoy
2010-08-12fixed utf8 problem with empty entries in the server browseroy
2010-08-12made unpacking of net strings more strict - prevents possible malformed outputoy
2010-08-11restore empty strings in the config to their defaults on startupoy
2010-08-09added demo recording button by fujnkyoy
2010-08-07added the possibility to store commands within the console and execute them ↵oy
later on when everything is initialised correctly - fixes several possible startup crashes and the "Support bans in server configuration"-ticket
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-08-06changed the client configuration initialisationoy
2010-08-06added lost logfile featureoy
2010-08-05added optimisations by sworddragonoy