Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Made it compile with GCC 4.3 | Guillaume Melquiond | 2007-10-27 | 1 | -0/+2 | |
| | ||||||
* | Robustified code with respect to insertion failures. | Guillaume Melquiond | 2007-09-23 | 1 | -1/+2 | |
| | ||||||
* | Added comments about weak algorithm for channel creation. | Guillaume Melquiond | 2007-09-23 | 1 | -0/+4 | |
| | ||||||
* | Cleaned both configuration and resource managers. | Guillaume Melquiond | 2007-09-22 | 2 | -0/+2 | |
| | ||||||
* | Cleaned game-server handler a bit before adding statistics. | Guillaume Melquiond | 2007-09-16 | 1 | -0/+1 | |
| | ||||||
* | Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵ | Guillaume Melquiond | 2007-08-30 | 2 | -13/+19 | |
| | | | | of accounts and characters in server memory. Cleaned some code. | |||||
* | Added support for user commands. Implemented "warp" and "item". | Guillaume Melquiond | 2007-08-27 | 3 | -7/+4 | |
| | ||||||
* | Used TokenCollector to manage cookies in ChatHandler. | Guillaume Melquiond | 2007-08-17 | 2 | -102/+79 | |
| | ||||||
* | Replaced user names by client pointers when handling channels, in order to ↵ | Guillaume Melquiond | 2007-07-28 | 6 | -104/+86 | |
| | | | | reduce lookups in ChatHandler::sendInChannel. | |||||
* | Removed a host of unnecessary methods from ChatChannelManager. | Bjørn Lindeijer | 2007-07-25 | 6 | -312/+207 | |
| | ||||||
* | Separated ChatClient class from chathandler.cpp, cleaned up handling of | Bjørn Lindeijer | 2007-07-20 | 3 | -436/+563 | |
| | | | | | | messages, defining a method for each handled message and some code formatting cleanup and corrected headers. | |||||
* | Some more cleanup of chat handler related code. | Bjørn Lindeijer | 2007-07-17 | 6 | -224/+202 | |
| | ||||||
* | Some cleaning up of the chat channel manager code. | Bjørn Lindeijer | 2007-07-15 | 3 | -212/+241 | |
| | ||||||
* | Merged guilds-and-parties branch to trunk | David Athay | 2007-06-26 | 2 | -10/+180 | |
| | ||||||
* | Corrected formatting of single-line comments | Rogier Polak | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | Removed some tabs | Rogier Polak | 2007-03-12 | 2 | -2/+2 | |
| | ||||||
* | Added a utility function for creating magic_tokens | Rogier Polak | 2007-03-10 | 1 | -1/+2 | |
| | ||||||
* | restored logout from chat server | Philipp Sehmisch | 2007-02-27 | 1 | -0/+8 | |
| | ||||||
* | Implementation of chat channels by Trapdoor. | Philipp Sehmisch | 2007-02-27 | 5 | -24/+107 | |
| | ||||||
* | Bugfixes related to switch_character | Rogier Polak | 2007-02-23 | 1 | -0/+8 | |
| | ||||||
* | Added support for switching character by reconnecting to the account server and | Bjørn Lindeijer | 2007-02-04 | 1 | -6/+12 | |
| | | | | | | fixed the issue where a client is not logged in after registering (patch by Rogier Polak). | |||||
* | Removed world timer usage from account server, instead letting ENet wait during | Bjørn Lindeijer | 2007-01-06 | 2 | -38/+80 | |
| | | | | | | each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time. | |||||
* | Simplified handling of verbosity levels. Optimized code by generating only ↵ | Guillaume Melquiond | 2007-01-05 | 1 | -11/+13 | |
| | | | | needed messages. | |||||
* | Split persistent player data from game server data. Enabled inventory code back. | Guillaume Melquiond | 2007-01-03 | 2 | -2/+1 | |
| | ||||||
* | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 2006-12-29 | 6 | -0/+1212 | |
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. |