summaryrefslogtreecommitdiffstats
path: root/src/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete files. Added a generic trigger system.Guillaume Melquiond2007-01-021-707/+0
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-2/+2
* Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer.Bjørn Lindeijer2006-08-251-1/+1
* Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer2006-08-141-4/+2
* Changed protocol so that server information are sent on character selection.Guillaume Melquiond2006-08-141-93/+54
* Removed ConnectionHandler::forceDisconnect method and implemented part of theBjørn Lindeijer2006-08-101-1/+1
* Implemented crude handling of being movements.Guillaume Melquiond2006-08-061-2/+16
* Some messing about towards making cleaner code.Bjørn Lindeijer2006-08-011-8/+2
* Fixed registering for the test client (send version as integer) and correctedBjørn Lindeijer2006-07-311-4/+2
* Modified client version to be an int.Eugenio Favalli2006-07-271-3/+3
* Send some character's infos after a successful login, removed a useless byte,...Eugenio Favalli2006-07-261-2/+7
* Started handling beings on maps.Guillaume Melquiond2006-06-171-0/+26
* Sanitized message packets and errors to take server split into account.Guillaume Melquiond2006-06-111-120/+89
* Split server into three logical servers: an account server, a chat Guillaume Melquiond2006-05-231-34/+62
* Prevent account from being created when an error is detected.Guillaume Melquiond2006-05-141-4/+13
* Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer2006-05-141-7/+6
* Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer2006-05-131-2/+2
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-568/+596
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-2/+3
* Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira2006-01-241-2/+2
* Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee...Yohann Ferreira2006-01-211-0/+3
* Very little corrections.Yohann Ferreira2006-01-211-5/+14
* Sever returns infos about position of the selected character (map name, coord...Eugenio Favalli2006-01-141-2/+7
* Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli2006-01-131-12/+5
* Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli2006-01-121-0/+3
* Added customization of created character. (That makes previously created db i...Yohann Ferreira2006-01-081-14/+64
* Added a standard version check.Yohann Ferreira2006-01-051-1/+45
* Added default behaviour to protocol. Added a client login limitation check. S...Yohann Ferreira2006-01-041-7/+39
* Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira2006-01-041-53/+365
* Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira2005-12-121-5/+13
* Added logout and character deletion support. Changed the response code as try...Yohann Ferreira2005-12-111-11/+28
* Added unregistering, checking on character's name and email length support. A...Yohann Ferreira2005-12-111-11/+23
* Updated bindings, game state class and more (see ChangeLog).Aaron Marks2005-11-151-0/+11
* Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer2005-11-131-4/+6
* Updates to Being, test client, game handler and small update to state update.Aaron Marks2005-11-101-20/+48
* Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira2005-10-231-4/+4
* Added character selection.Aaron Marks2005-07-241-1/+11
* Added character creation.Aaron Marks2005-07-191-0/+13
* a simple menu to choose optionsEugenio Favalli2005-07-191-49/+83
* Added server->client communications.Aaron Marks2005-07-171-5/+17
* Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer2005-07-161-2/+2
* Added chat message handler placeholder (still not fully functional).Aaron Marks2005-07-161-8/+16
* Fixed problem with memory expanding in Packet.Aaron Marks2005-07-161-2/+21
* Implemented MessageOut.Aaron Marks2005-07-131-0/+11
* Committed client to be used for testing.Bjørn Lindeijer2005-05-071-0/+41