summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-395/+0
* Simplified item status effect implementation. Made it all work, and filled it...Yohann Ferreira2006-10-201-3/+1
* Added a backend to get item reference information. The xml file isn't ready yet.Yohann Ferreira2006-10-191-16/+31
* Generalized the properties functionality as was done in the client before.Bjørn Lindeijer2006-08-041-17/+16
* Some messing about towards making cleaner code.Bjørn Lindeijer2006-08-011-7/+6
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-5/+5
* Started handling beings on maps.Guillaume Melquiond2006-06-171-2/+6
* Split server into three logical servers: an account server, a chat Guillaume Melquiond2006-05-231-41/+13
* Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond2006-05-201-16/+16
* Switched to a monothreaded server. Fixed segfaults after disconnect. Guillaume Melquiond2006-05-191-61/+9
* Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer2006-05-141-8/+4
* Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer2006-05-141-3/+3
* only yield main thread when there isn't anything to do.Philipp Sehmisch2006-05-031-5/+5
* removed the last remains of SDLPhilipp Sehmisch2006-04-301-16/+0
* fixed some problems of the timer classPhilipp Sehmisch2006-04-301-2/+10
* replaced SDL timing with a self written timer class.Philipp Sehmisch2006-04-301-48/+22
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-11/+68
* Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira2006-01-241-4/+4
* Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira2006-01-201-1/+8
* Some insignificant changes to usage of the const keyword.Bjørn Lindeijer2006-01-181-0/+1
* Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli2006-01-131-4/+3
* Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli2006-01-121-6/+0
* Added customization of created character. (That makes previously created db i...Yohann Ferreira2006-01-081-3/+3
* Added a standard version check.Yohann Ferreira2006-01-051-1/+3
* Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira2006-01-041-4/+7
* Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira2005-12-311-25/+53
* Adding changes thought by Elven and an option for setting the port to listen ...Yohann Ferreira2005-12-291-11/+32
* Incorporate running without X server in the server executable.Bjørn Lindeijer2005-12-291-0/+3
* * Added errors when SDL_net or libcrypto are not found.Bjørn Lindeijer2005-12-291-0/+3
* Applied patch by r0nny that makes main.cpp a bit nicer.Bjørn Lindeijer2005-12-291-13/+20
* Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira2005-12-271-25/+27
* Removed an obsolete check, suggested by r0nny.Bjørn Lindeijer2005-12-261-3/+9
* Better if help cleanups when exitting ...Yohann Ferreira2005-12-201-0/+1
* Adding command line argument parsing and log verbosity level handling.Yohann Ferreira2005-12-201-20/+74
* Added a map manager to load/unload/relod maps.Eugenio Favalli2005-12-181-10/+19
* Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira2005-12-121-0/+1
* Added logout and character deletion support. Changed the response code as try...Yohann Ferreira2005-12-111-0/+2
* Added unregistering, checking on character's name and email length support. A...Yohann Ferreira2005-12-111-0/+1
* Enabled registering under SQLite by reopening th db in the accounthandler. Sh...Yohann Ferreira2005-12-021-1/+1
* Added intial SWIG bindings.Aaron Marks2005-11-141-43/+54
* Updates to Being, test client, game handler and small update to state update.Aaron Marks2005-11-101-1/+1
* Added more infos at startup.Yohann Ferreira2005-10-241-2/+22
* Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira2005-10-231-3/+3
* Added beginnings of game core logic and state.Aaron Marks2005-07-311-12/+6
* Added shell for GameHandler (core game message handler).Aaron Marks2005-07-261-1/+15
* Added character selection.Aaron Marks2005-07-241-0/+1
* Added character creation.Aaron Marks2005-07-191-0/+1
* Updated server->client communications.Aaron Marks2005-07-181-3/+0
* Added server->client communications.Aaron Marks2005-07-171-0/+2
* Workaround to let tmwserv work in windowsEugenio Favalli2005-07-161-2/+5