Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-03 | Implemented an alternate collision-detection function, added namespace ↵ | Rogier Polak | 3 | -23/+152 | |
utils::math. | |||||
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 | |
each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time. | |||||
2007-01-05 | Simplified handling of verbosity levels. Optimized code by generating only ↵ | Guillaume Melquiond | 4 | -413/+124 | |
needed messages. | |||||
2007-01-05 | Removed log level argument from LOG_FATAL helper macro, with the assumption | Bjørn Lindeijer | 1 | -2/+2 | |
that fatal messages should always have highest log level. | |||||
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 | |
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories. | |||||
2006-08-04 | Generalized the properties functionality as was done in the client before. | Bjørn Lindeijer | 3 | -31/+9 | |
Removed some more remaining usages of tmwserv namespace. Added some documentation and de-complicized the code a bit. Removed checks for SDL and SDL_net. | |||||
2006-07-27 | First step toward a restructured class hierarchy for world actors: add | Guillaume Melquiond | 8 | -44/+20 | |
MovingObject and Player classes. | |||||
2006-05-20 | Changed ConnectionHandler and NetComputer into low-level base classes; | Guillaume Melquiond | 2 | -14/+14 | |
they are overloaded by client-aware classes. Forced statement syntax for loggers. | |||||
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 | |
of polling for the next one. Somebody will need to verify that this works for on Dev-C++ as well. | |||||
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 ↵ | Yohann Ferreira | 2 | -14/+59 | |
and moved some code to it. Added the missing protocol values, and implemented registering/registering of channels; More to come about it. | |||||
2005-12-31 | Adding the possibility to change Email, and password. Turned Slangs Filter ↵ | Yohann Ferreira | 2 | -25/+123 | |
into a class. Use some ifdefs for future configure options handling. Still has to update the client. (It isn't compiled fully with make; Removing makeclient.sh was not a good idea, maybe.) | |||||
2005-12-28 | Integrated the building of tmwclient with the default make command, as | Bjørn Lindeijer | 1 | -3/+3 | |
contributed by r0nny. | |||||
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the ↵ | Yohann Ferreira | 2 | -0/+110 | |
Channel registering/unregistering isn't there yet and the commands needs to be implemented. Added a small slangs filter to reduce bad words in account names and in conversations a little. | |||||
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 | |
from client to server. Nothing tested yet, just made sure it still compiled. | |||||
2005-06-30 | Fixed memory leak, implemented delAccount() + unit tests and now using ↵ | Huynh Tran | 1 | -0/+163 | |
reference-counted smart pointers to facilitate the memory management. | |||||
2005-06-21 | Reorganized unit tests and initial release of the unit tests for the Storage ↵ | Huynh Tran | 2 | -269/+0 | |
class (to be completed). | |||||
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 ↵ | Huynh Tran | 1 | -0/+75 | |
for the Account class and moved functors into a separate header file for reuse. | |||||
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 ↵ | Huynh Tran | 7 | -0/+1096 | |
(requires libcrypto from OpenSSL) + unit tests. |