about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Collapse)Author
2010-10-11made so we can add the reason for a kick/ban (fixes #123)Choupom
2010-10-09added inactive player kicking. Closes #51oy
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-25use a different name for connecting clients. Closes #192oy
2010-09-24fixed that it checks the current dir for demos toooy
2010-09-24CHuffman::BubbleSort: speedup.Kaffeine
2010-09-22fixed problems with key handling on osx. Closes #45oy
2010-09-19fixed empty names of joining players in the server browser. Closes #176oy
2010-09-16added maximum number of tries for rcon authenticationoy
2010-09-12fixed last commitoy
2010-09-12made versions system for demosChoupom
2010-09-12prevent self kick/ban in the console. Closes #50oy
and fixed line endings
2010-09-12renamed demorec files to demooy
2010-09-12fixed wrong output in the ban command and added feedback to the kick commandoy
2010-09-07added the option to hide the console window on the client, too. Fixes #48ghost
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-09-05show map name without his folder in server infoChoupom
2010-09-05fixed last commitoy
2010-09-05fixed so png files are closed after loadingChoupom
2010-09-05fixed variable typesoy
2010-09-05fixed so clicking 3 times doesn't generate 2 double-clicksChoupom
2010-08-18fixed text rendering problem. Closes #12oy
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-15reverted input key handling back to 0.52(the keyboard layout problem should ↵oy
be fixed with sdl 1.3 or a customised one). Closes #3. Closes #15.
2010-08-15fixed quit/exit command problem on startupoy
2010-08-15fixed line endings in some filesoy
2010-08-12fixed utf8 problem with empty entries in the server browseroy
2010-08-12updated refactor script and fixed a thingoy
2010-08-12fixed bug in servers setclientnameoy
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-07fixed a small bug in the ban commandoy
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 optimisations by sworddragonoy
2010-08-05added fix for crash when there is no datadiroy