summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified MapReader interface and code. Fixed some memory leaks.Guillaume Melquiond2007-01-022-0/+149
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-292-0/+96
* Generalized the properties functionality as was done in the client before.Bjørn Lindeijer2006-08-043-31/+9
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-278-44/+20
* Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond2006-05-202-14/+14
* Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.Eugenio Favalli2006-05-141-0/+4
* Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer2006-05-142-19/+35
* made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.Philipp Sehmisch2006-04-302-12/+18
* fixed some problems of the timer classPhilipp Sehmisch2006-04-304-24/+152
* replaced SDL timing with a self written timer class.Philipp Sehmisch2006-04-302-0/+157
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-3/+0
* A bunch of cleanups.Björn Steinbrink2006-03-062-73/+49
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-067-13/+13
* Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira2006-01-242-14/+59
* Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira2005-12-312-25/+123
* Integrated the building of tmwclient with the default make command, asBjørn Lindeijer2005-12-281-3/+3
* Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira2005-12-272-0/+110
* Adding command line argument parsing and log verbosity level handling.Yohann Ferreira2005-12-202-81/+128
* Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer2005-07-252-0/+196
* Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran2005-06-301-0/+163
* Reorganized unit tests and initial release of the unit tests for the Storage ...Huynh Tran2005-06-212-269/+0
* Fixed missing includes.Huynh Tran2005-06-211-0/+5
* Forgot to initalize member variables :PHuynh Tran2005-06-192-2/+4
* Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran2005-06-191-0/+75
* Added tee mode to Logger.Huynh Tran2005-06-192-6/+83
* Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...Huynh Tran2005-06-197-0/+1096