about summary refs log tree commit diff
path: root/src/engine/client/client.cpp
AgeCommit message (Collapse)Author
2011-03-16made serverinfo use clan name and country code for playersoy
2011-03-15made clients sending startinfo a requirement to prevent empty player infosoy
2011-03-13added extended demo infos in the demo browseroy
2011-03-05made dbg_dumpmem and dbg_lognetwork work againoy
2011-03-04removed support for old server infosoy
2011-02-27made engine an interfaceoy
2011-02-21made the client's map search work with sub folders. Closes #254oy
2011-02-18enabled debug rendering in the editoroy
2011-02-16removed no longer needed progression browse infooy
2011-02-16fixed problems with map downloading if the map changes during download. ↵oy
Closes #236
2011-02-13added missing disconnect for stress testingoy
2011-02-12Refactoring & fixed WEAPONSPEC_GUN in content.pyGreYFoXGTi
2011-01-19fixed beginning of gametime margin graphoy
2011-01-17added an error popup on startup when the sound couldn't be initialised. ↵oy
Closes #425
2011-01-17release gameclient components when opening the editor. Closes #429oy
2011-01-06record a new demo when a game ends. Closes #358oy
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-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-10-13fixed issue with reason on forcevotekickoy
2010-10-13do not use console in silent mode. Closes #48oy
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-12renamed demorec files to demooy
2010-09-07added the option to hide the console window on the client, too. Fixes #48ghost
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-15fixed quit/exit command problem on startupoy
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 lost datadir override featureoy
2010-07-02fixed connecting to localhost if the client couldn't find the address and ↵oy
small cleanup
2010-06-18made the console use the flagmask when looking for command (FindCommand) and ↵oy
removed double "No such command" console message
2010-06-10Fixed remaining compiler warnings for gcc on Linuxxalduin
2010-06-02fixed so that SDL_main is declared as a C function so linking gets done ↵Magnus Auvinen
correctly
2010-05-30*some esthetic changesThomas
*split "CHud::RenderGoals()" *added "reload" command *added the ability to show last chat lines (+show_chat) *updated french.txt
2010-05-30auto capture mouse on focus (#728)Tom Adams
2010-05-29cleaned up some codeMagnus Auvinen
2010-05-29cleaned up some commentsMagnus Auvinen