about summary refs log tree commit diff
path: root/src/engine/shared
AgeCommit message (Collapse)Author
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-17removed no longer needed data-dir override param - mods system should be ↵oy
used instead. Closes #267
2010-11-14fixed demo.h header guardChoupom
2010-11-13show real $USERDIR and $DATADIR path on startupoy
2010-10-31fixed infinite loop when playing empty demo. Closes #248oy
2010-10-31skip start params when parsing argv in consoleoy
2010-10-29added a null pointer check in huffman decompression code. it was possible to ↵m!nus
crash a masterserver by sending it a packet that had the compression flag (but not the connection-less flag) set because the huffman look up table is not initialized in the masterserver and thus resulted in a null-pointer-node. clients and servers (with initialized look up tables were not affected. it was also not possible to use this to inject code.
2010-10-28fixed mac compiling. Closes #238oy
2010-10-25moved str_skip_to_whitespace functionoy
2010-10-25parse line on addvote and skip invalid onesoy
2010-10-16added the possibility to create a new folder within the editor's save file ↵oy
dialog
2010-10-14fixed bug in the console when executing a line that holds more than one commandoy
2010-10-11made so we can add the reason for a kick/ban (fixes #123)Choupom
2010-10-09added info in the demo browser by Choupomoy
2010-10-06added mod system. Closes #34oy
2010-10-01made linereader work with window line endings. Closes #196oy
2010-10-01when setting a config string variable check if it's a utf8 string and encode ↵oy
it if the check fails. Closes #10
2010-09-28cleanup old datafile when loading a new oneoy
2010-09-27fixed writing datafiles on big-endian systems, added some checks and fixed ↵oy
memory cleanup
2010-09-24fixed that it checks the current dir for demos toooy
2010-09-24CHuffman::BubbleSort: speedup.Kaffeine
2010-09-16added maximum number of tries for rcon authenticationoy
2010-09-12fixed last commitoy
2010-09-12made versions system for demosChoupom
2010-09-12renamed demorec files to demooy
2010-09-07Demo name is now showed while playing a demo fileghost
2010-09-05added Remove button in demos browser (#66)Choupom
2010-09-05add maps from maps folder to the demo as well and prevent that 0.5 demo ↵oy
players read the new demos
2010-09-05made demo readable for custom map that user doesn't have (#5)Choupom
2010-09-05fixed header and swap sizes in datafiles (may fixes #14)Choupom
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-12updated refactor script and fixed a thingoy
2010-08-12removed some not longer needed stuffoy
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-06added lost logfile featureoy
2010-08-05added fix for crash when there is no datadiroy
2010-08-05added lost datadir override featureoy
2010-06-20added commands to dump the output of the consoles into a fileoy
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-06fixed issue when using +commands in the consoleMagnus Auvinen
2010-06-03- show connecting players with rcon status commandoy
- make it possible to limit the number of clients with the same ip that can connect to the server
2010-06-01fixed compile errors for osxMagnus Auvinen