about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Collapse)Author
2011-02-27made engine an interfaceoy
2011-02-21made the client's map search work with sub folders. Closes #254oy
2011-02-18added an editor function to show tile informations (index, flip/rotate status)oy
2011-02-18enabled debug rendering in the editoroy
2011-02-18removed double utf8 decoding in text renderingoy
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-13added saving of the banreason.heinrich5991
2011-02-12Refactoring & fixed WEAPONSPEC_GUN in content.pyGreYFoXGTi
2011-01-29added fix by CarmineZ about missing tool tips in the editoroy
2011-01-23Add banning to mastersrv: any packet from a banned IP (and optionally a ↵m!nus
fixed port) will be dropped (also affects clients. Put your bans into master.cfg: "ban 127.0.0.1" or "ban 127.0.0.1:8303". It's reloaded every 5 minutes. This change also adds IStorage, IConsole and IKernel to mastersrv.
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), ↵oy
optimised snapshot hashing
2011-01-17added an error popup on startup when the sound couldn't be initialised. ↵oy
Closes #425
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 ↵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-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
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-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