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