about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
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 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-08added function to add a time stamp stringoy
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-12-07fixed colour of the particles when a tee dies. Closes #331oy
2010-12-07removed needless includeoy
2010-12-07check the return values of RemoveFile and CreateFolderoy
2010-11-24Storage: fix RemoveFile and CreateFolder ret valueBatchyx
Removefile returns remove() and CreateFolder returns fs_makedir(), but they returns 0 on success and non-zero on error. Fix that, RemoveFile and CreateFolder should return true on success. (they return false when the type argument is invalid). note: bug has remained unoticed because noone uses CreateFolder, and the user of RemoveFile (the demo browser's remove button) doesn't check the return value.
2010-11-24apply custom colour to blood colour. Closes #314oy
2010-11-24fixed client crash when there are lots of particles. Closes #105oy
2010-11-21disable free view when chatting as spectator. Closes #303oy
2010-11-21added localisation updates by Sworddragonoy
2010-11-21removed duplicate entry from the localisation filesoy
2010-11-21fixed entry names in the demo browser and the editor's file dialog. Closes #301oy
2010-11-21close map-download-file if the map changes during downloadingoy
2010-11-21use original string as localisation if there's no replacementoy
2010-11-20fixed a localisation stringoy
2010-11-20removed duplicate note in password popupoy
2010-11-20fixed so we can't add a vote option multiple times by oyChoupom
2010-11-20fixed so ui_scale is affected on server's name (fixes #43)Choupom
2010-11-20fixed so every demo infos are not loaded when making the demos listChoupom
2010-11-20Updated copyrightsSworddragon
2010-11-19added a missing localisationoy
2010-11-17added icons in the demo browser and the editor's file dialog. Closes #209oy
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-17reload the map on save just when the map name is equaloy
2010-11-17added constants for console types by Choupomoy
2010-11-17simplified change_map command so that it switches to the next map in the ↵oy
maprotation when called without param
2010-11-17improved loading progression in the server browseroy
2010-11-17added loading progression in server browserChoupom
2010-11-17reload the map on save if you are authedChoupom
2010-11-17removed no longer needed data-dir override param - mods system should be ↵oy
used instead. Closes #267
2010-11-17fixed typo in a kick messageoy
2010-11-17fixed graphic problems with ninja when pausing a demo. Closes #269oy
2010-11-16Made inactivity check ignore authed players. Closes #273oy
2010-11-16removed unneeded includeoy
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-11-03fixed problem with CLocConstString when changing to English and back to the ↵oy
previous language again
2010-10-31deactivated emote selector in spectator mode. Closes #250oy
2010-10-31fixed infinite loop when playing empty demo. Closes #248oy