summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond2007-08-301-167/+0
* Simplified TokenCollector and fixed a few bugs. Moved its implementation outs...Guillaume Melquiond2007-08-172-265/+205
* Implemented loading of warp and spawn areas from map files.Eugenio Favalli2007-07-171-0/+3
* Forgot the changelog entry. Work around compilers that have trouble dealing w...Guillaume Melquiond2007-06-161-1/+1
* Fix rsqrt and sqrt.Guillaume Melquiond2007-06-161-7/+8
* Mostly fixed some compilation issues.Bjørn Lindeijer2007-03-231-1/+1
* Corrected a bug, that occurred when connecting to the game-server.Rogier Polak2007-03-201-6/+6
* Fixed two compiler warnings and corrected a spelling error.Philipp Sehmisch2007-03-191-6/+6
* Added a TokenCollector class for matching magic_tokens.Rogier Polak2007-03-181-0/+326
* Corrected formatting of single-line commentsRogier Polak2007-03-141-1/+1
* Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak2007-03-112-0/+89
* Added a utility function for creating magic_tokensRogier Polak2007-03-103-2/+87
* Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2007-03-052-23/+25
* Enable the Id keyword.Bjørn Lindeijer2007-03-032-2/+2
* Set native eol-style on recently added files.Bjørn Lindeijer2007-03-032-153/+153
* Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer2007-03-032-22/+23
* Implemented an alternate collision-detection function, added namespace utils:...Rogier Polak2007-03-033-23/+152
* Some speed optimizations at the collision detection suggested by Avaniel.Philipp Sehmisch2007-02-251-0/+23
* Unified logging macros.Björn Steinbrink2007-01-141-32/+10
* Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2007-01-062-9/+19
* Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond2007-01-054-413/+124
* Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer2007-01-051-2/+2
* Fix building with --pedantic.Björn Steinbrink2007-01-031-6/+6
* 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