about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Expand)Author
2011-01-20increased default value for br_max_requests. Closes #446oy
2011-01-20fixed possible CRLF line ending problem in the linereaderoy
2011-01-19fixed beginning of gametime margin graphoy
2011-01-19limit the latency within server browser entries to a maximum of 999oy
2011-01-19made some output just show up on debugoy
2011-01-18fixed that the server crashes on too many snap items (Closes #317), optimised...oy
2011-01-17added an error popup on startup when the sound couldn't be initialised. Close...oy
2011-01-17fixed few spelling mistakes and disabled an unused commandoy
2011-01-17release gameclient components when opening the editor. Closes #429oy
2011-01-11fixed a compiler warningoy
2011-01-09fixed cut off broadcast. Closes #398oy
2011-01-07fixed console parsing when using the exec command. Closes #381oy
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-16fixed server crash on too many snap items. Closes #317oy
2010-12-12made it possible to automatically take game over screenshots. Closes #339oy
2010-12-11show the path of $CURRENTDIR. Closes #323oy
2010-12-11fixed wrong $DATADIR path. Closes #316oy
2010-12-11added cleaner exit on quit event by Choupomoy
2010-12-11fixed "Kicked by console (Kicked by vote)" drop messageChoupom
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 enable/d...oy
2010-12-08added auto recording support by Batchyxoy
2010-12-08added CDemoRecorder::TickCount() to get demo length 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-08moved function to remove filesoy
2010-12-08added Storage function to move/rename files by Batchyxoy
2010-12-08added single function to stop recording by Batchyxoy
2010-11-24Storage: fix RemoveFile and CreateFolder ret valueBatchyx
2010-11-21close map-download-file if the map changes during downloadingoy
2010-11-20Updated copyrightsSworddragon
2010-11-17clients are now dropped if they don't act as normal clients (fixes #235)Choupom
2010-11-17decreased the default value for maximum players with same IP a bitoy
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-17removed no longer needed data-dir override param - mods system should be used...oy
2010-11-14fixed demo.h header guardChoupom
2010-11-13show real $USERDIR and $DATADIR path on startupoy
2010-11-13removed unimportant debug message. Closes #264oy
2010-10-31fixed infinite loop when playing empty demo. Closes #248oy
2010-10-31skip start params when parsing argv in consoleoy
2010-10-29fixed crashes with the font. closes #178oy
2010-10-29fixed key handling for unicodes > 255oy
2010-10-29added a null pointer check in huffman decompression code. it was possible to ...m!nus