summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Implemented loading of warp and spawn areas from map files.Eugenio Favalli1-0/+3
2007-06-16Forgot the changelog entry. Work around compilers that have trouble dealing w...Guillaume Melquiond1-1/+1
2007-06-16Fix rsqrt and sqrt.Guillaume Melquiond1-7/+8
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-1/+1
2007-03-20Corrected a bug, that occurred when connecting to the game-server.Rogier Polak1-6/+6
2007-03-19Fixed two compiler warnings and corrected a spelling error.Philipp Sehmisch1-6/+6
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-0/+326
2007-03-14Corrected formatting of single-line commentsRogier Polak1-1/+1
2007-03-11Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak2-0/+89
2007-03-10Added a utility function for creating magic_tokensRogier Polak3-2/+87
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2-23/+25
2007-03-03Enable the Id keyword.Bjørn Lindeijer2-2/+2
2007-03-03Set native eol-style on recently added files.Bjørn Lindeijer2-153/+153
2007-03-03Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer2-22/+23
2007-03-03Implemented an alternate collision-detection function, added namespace utils:...Rogier Polak3-23/+152
2007-02-25Some speed optimizations at the collision detection suggested by Avaniel.Philipp Sehmisch1-0/+23
2007-01-14Unified logging macros.Björn Steinbrink1-32/+10
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2-9/+19
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond4-413/+124
2007-01-05Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer1-2/+2
2007-01-03Fix building with --pedantic.Björn Steinbrink1-6/+6
2007-01-02Simplified MapReader interface and code. Fixed some memory leaks.Guillaume Melquiond2-0/+149
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2-0/+96
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer3-31/+9
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond8-44/+20
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond2-14/+14
2006-05-14Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.Eugenio Favalli1-0/+4
2006-05-14Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer2-19/+35
2006-04-30made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.Philipp Sehmisch2-12/+18
2006-04-30fixed some problems of the timer classPhilipp Sehmisch4-24/+152
2006-04-30replaced SDL timing with a self written timer class.Philipp Sehmisch2-0/+157
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-3/+0
2006-03-06A bunch of cleanups.Björn Steinbrink2-73/+49
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink7-13/+13
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira2-14/+59
2005-12-31Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira2-25/+123
2005-12-28Integrated the building of tmwclient with the default make command, asBjørn Lindeijer1-3/+3
2005-12-27Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira2-0/+110
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira2-81/+128
2005-07-25Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer2-0/+196
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran1-0/+163
2005-06-21Reorganized unit tests and initial release of the unit tests for the Storage ...Huynh Tran2-269/+0
2005-06-21Fixed missing includes.Huynh Tran1-0/+5
2005-06-19Forgot to initalize member variables :PHuynh Tran2-2/+4
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-0/+75
2005-06-19Added tee mode to Logger.Huynh Tran2-6/+83
2005-06-19Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...Huynh Tran7-0/+1096