Age | Commit message (Expand) | Author | Files | Lines |
2006-08-04 | Generalized the properties functionality as was done in the client before. | Bjørn Lindeijer | 1 | -17/+16 |
2006-08-01 | Some messing about towards making cleaner code. | Bjørn Lindeijer | 1 | -7/+6 |
2006-07-27 | First step toward a restructured class hierarchy for world actors: add | Guillaume Melquiond | 1 | -5/+5 |
2006-06-17 | Started handling beings on maps. | Guillaume Melquiond | 1 | -2/+6 |
2006-05-23 | Split server into three logical servers: an account server, a chat | Guillaume Melquiond | 1 | -41/+13 |
2006-05-20 | Changed ConnectionHandler and NetComputer into low-level base classes; | Guillaume Melquiond | 1 | -16/+16 |
2006-05-19 | Switched to a monothreaded server. Fixed segfaults after disconnect. | Guillaume Melquiond | 1 | -61/+9 |
2006-05-14 | Applied a patch by Guillaume that makes the server sleep between ticks instead | Bjørn Lindeijer | 1 | -8/+4 |
2006-05-14 | Applied another patch by Guillaume Melquiond which fixed a number of issues | Bjørn Lindeijer | 1 | -3/+3 |
2006-05-03 | only yield main thread when there isn't anything to do. | Philipp Sehmisch | 1 | -5/+5 |
2006-04-30 | removed the last remains of SDL | Philipp Sehmisch | 1 | -16/+0 |
2006-04-30 | fixed some problems of the timer class | Philipp Sehmisch | 1 | -2/+10 |
2006-04-30 | replaced SDL timing with a self written timer class. | Philipp Sehmisch | 1 | -48/+22 |
2006-04-28 | Merged enet_switch changes r2268:2309 into the trunk. | Eugenio Favalli | 1 | -11/+68 |
2006-01-24 | Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and... | Yohann Ferreira | 1 | -4/+4 |
2006-01-20 | Chat channeling commit part 3. Is now linked with the connection handler to c... | Yohann Ferreira | 1 | -1/+8 |
2006-01-18 | Some insignificant changes to usage of the const keyword. | Bjørn Lindeijer | 1 | -0/+1 |
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId are... | Eugenio Favalli | 1 | -4/+3 |
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ... | Eugenio Favalli | 1 | -6/+0 |
2006-01-08 | Added customization of created character. (That makes previously created db i... | Yohann Ferreira | 1 | -3/+3 |
2006-01-05 | Added a standard version check. | Yohann Ferreira | 1 | -1/+3 |
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that mad... | Yohann Ferreira | 1 | -4/+7 |
2005-12-31 | Adding the possibility to change Email, and password. Turned Slangs Filter in... | Yohann Ferreira | 1 | -25/+53 |
2005-12-29 | Adding changes thought by Elven and an option for setting the port to listen ... | Yohann Ferreira | 1 | -11/+32 |
2005-12-29 | Incorporate running without X server in the server executable. | Bjørn Lindeijer | 1 | -0/+3 |
2005-12-29 | * Added errors when SDL_net or libcrypto are not found. | Bjørn Lindeijer | 1 | -0/+3 |
2005-12-29 | Applied patch by r0nny that makes main.cpp a bit nicer. | Bjørn Lindeijer | 1 | -13/+20 |
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the C... | Yohann Ferreira | 1 | -25/+27 |
2005-12-26 | Removed an obsolete check, suggested by r0nny. | Bjørn Lindeijer | 1 | -3/+9 |
2005-12-20 | Better if help cleanups when exitting ... | Yohann Ferreira | 1 | -0/+1 |
2005-12-20 | Adding command line argument parsing and log verbosity level handling. | Yohann Ferreira | 1 | -20/+74 |
2005-12-18 | Added a map manager to load/unload/relod maps. | Eugenio Favalli | 1 | -10/+19 |
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei... | Yohann Ferreira | 1 | -0/+1 |
2005-12-11 | Added logout and character deletion support. Changed the response code as try... | Yohann Ferreira | 1 | -0/+2 |
2005-12-11 | Added unregistering, checking on character's name and email length support. A... | Yohann Ferreira | 1 | -0/+1 |
2005-12-02 | Enabled registering under SQLite by reopening th db in the accounthandler. Sh... | Yohann Ferreira | 1 | -1/+1 |
2005-11-14 | Added intial SWIG bindings. | Aaron Marks | 1 | -43/+54 |
2005-11-10 | Updates to Being, test client, game handler and small update to state update. | Aaron Marks | 1 | -1/+1 |
2005-10-24 | Added more infos at startup. | Yohann Ferreira | 1 | -2/+22 |
2005-10-23 | Grammar Corrections, and a little bit of work on getting the name of the Db. | Yohann Ferreira | 1 | -3/+3 |
2005-07-31 | Added beginnings of game core logic and state. | Aaron Marks | 1 | -12/+6 |
2005-07-26 | Added shell for GameHandler (core game message handler). | Aaron Marks | 1 | -1/+15 |
2005-07-24 | Added character selection. | Aaron Marks | 1 | -0/+1 |
2005-07-19 | Added character creation. | Aaron Marks | 1 | -0/+1 |
2005-07-18 | Updated server->client communications. | Aaron Marks | 1 | -3/+0 |
2005-07-17 | Added server->client communications. | Aaron Marks | 1 | -0/+2 |
2005-07-16 | Workaround to let tmwserv work in windows | Eugenio Favalli | 1 | -2/+5 |
2005-07-16 | Added chat message handler placeholder (still not fully functional). | Aaron Marks | 1 | -2/+8 |
2005-07-16 | Fixed problem with memory expanding in Packet. | Aaron Marks | 1 | -1/+1 |
2005-07-13 | Now compiles in windows, doesn't run though, it exits with code 3 | Eugenio Favalli | 1 | -3/+1 |