| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 2006-12-29 | 1 | -97/+0 |
| | | | | | | | | | 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. | ||||
| * | Applied patch by Rogier, adding a stream operator to NetComputer for logging ↵ | Bjørn Lindeijer | 2006-08-26 | 1 | -3/+13 |
| | | | | | purposes. | ||||
| * | Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer. | Bjørn Lindeijer | 2006-08-25 | 1 | -20/+46 |
| | | |||||
| * | Some code format changes, logging improvals and commenting. | Bjørn Lindeijer | 2006-08-20 | 1 | -1/+2 |
| | | |||||
| * | Removed Packet class and the UNKNOWN gender. | Bjørn Lindeijer | 2006-08-14 | 1 | -4/+4 |
| | | |||||
| * | Log sending of messages and include more verbose messages for runserv.sh. | Bjørn Lindeijer | 2006-08-13 | 1 | -0/+4 |
| | | |||||
| * | Removed ConnectionHandler::forceDisconnect method and implemented part of the | Bjørn Lindeijer | 2006-08-10 | 1 | -5/+10 |
| | | | | | | NetComputer::disconnect method instead. Makes NetComputer::getPeer unnecessary. | ||||
| * | Fixed registering for the test client (send version as integer) and corrected | Bjørn Lindeijer | 2006-07-31 | 1 | -2/+1 |
| | | | | | | the off by one packed size. | ||||
| * | Split server into three logical servers: an account server, a chat | Guillaume Melquiond | 2006-05-23 | 1 | -44/+0 |
| | | | | | | server, and a game server. | ||||
| * | Changed ConnectionHandler and NetComputer into low-level base classes; | Guillaume Melquiond | 2006-05-20 | 1 | -12/+17 |
| | | | | | | | | they are overloaded by client-aware classes. Forced statement syntax for loggers. | ||||
| * | Merged enet_switch changes r2268:2309 into the trunk. | Eugenio Favalli | 2006-04-28 | 1 | -3/+9 |
| | | |||||
| * | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 2006-03-06 | 1 | -0/+2 |
| | | |||||
| * | Chat channeling commit part 3. Is now linked with the connection handler to ↵ | Yohann Ferreira | 2006-01-20 | 1 | -12/+12 |
| | | | | | chat in a specific channel. Also made some fixes on the chat channeling. | ||||
| * | Made minimum client version and default map id configurable, set/getMapId ↵ | Eugenio Favalli | 2006-01-13 | 1 | -1/+1 |
| | | | | | are now preferred. | ||||
| * | Fixed default map definition for a new created character, enabled loading of ↵ | Eugenio Favalli | 2006-01-12 | 1 | -1/+1 |
| | | | | | map when a character is on it, fixed inconsistency in getter/setter for map id. | ||||
| * | Added customization of created character. (That makes previously created db ↵ | Yohann Ferreira | 2006-01-08 | 1 | -1/+1 |
| | | | | | invalid.) Made list of map indexed by map id, instead of map name. This will prevent unsyncing of player's current map when changing a map name. Remember you have now to add a map filename into db before being able to load it. (Default map id is 1, not ZERO, as zero is the not found return value. | ||||
| * | Made use of AccountPtr instead of Account*. | Yohann Ferreira | 2005-12-18 | 1 | -12/+13 |
| | | |||||
| * | Made the handlers use the countedPtr for Beings as they should. Fixed a ↵ | Yohann Ferreira | 2005-12-18 | 1 | -6/+6 |
| | | | | | segfault when removing a being from the world. | ||||
| * | Use setCharacter() and unsetcharacter() to deal with addBeing() and ↵ | Yohann Ferreira | 2005-12-12 | 1 | -0/+23 |
| | | | | | removeBeing() in the world (which are buggy). Add check when character's name already exists. Added Character list packet support. | ||||
| * | Added character selection. | Aaron Marks | 2005-07-24 | 1 | -1/+7 |
| | | |||||
| * | Added character creation. | Aaron Marks | 2005-07-19 | 1 | -1/+7 |
| | | |||||
| * | Updated server->client communications. | Aaron Marks | 2005-07-18 | 1 | -21/+4 |
| | | |||||
| * | Added server->client communications. | Aaron Marks | 2005-07-17 | 1 | -1/+29 |
| | | | | | | Updated MessageHandler's to use short for message type. | ||||
| * | Server now succesfully listens for connections, accepts them, receives some | Bjørn Lindeijer | 2005-04-18 | 1 | -0/+11 |
| | | | | | | data in a crude way and cleans up connection on client disconnect. | ||||
| * | Added preliminary interfaces for NetSession, NetComputer, ConnectionHandler | Bjørn Lindeijer | 2005-03-16 | 1 | -0/+25 |
| and MessageHandler. | |||||
