summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-34/+62
2006-05-14Prevent account from being created when an error is detected.Guillaume Melquiond1-4/+13
2006-05-14Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer1-7/+6
2006-05-13Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer1-2/+2
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-568/+596
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-2/+3
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira1-2/+2
2006-01-21Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee...Yohann Ferreira1-0/+3
2006-01-21Very little corrections.Yohann Ferreira1-5/+14
2006-01-14Sever returns infos about position of the selected character (map name, coord...Eugenio Favalli1-2/+7
2006-01-13Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli1-12/+5
2006-01-12Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli1-0/+3
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira1-14/+64
2006-01-05Added a standard version check.Yohann Ferreira1-1/+45
2006-01-04Added default behaviour to protocol. Added a client login limitation check. S...Yohann Ferreira1-7/+39
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira1-53/+365
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira1-5/+13
2005-12-11Added logout and character deletion support. Changed the response code as try...Yohann Ferreira1-11/+28
2005-12-11Added unregistering, checking on character's name and email length support. A...Yohann Ferreira1-11/+23
2005-11-15Updated bindings, game state class and more (see ChangeLog).Aaron Marks1-0/+11
2005-11-13Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer1-4/+6
2005-11-10Updates to Being, test client, game handler and small update to state update.Aaron Marks1-20/+48
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira1-4/+4
2005-07-24Added character selection.Aaron Marks1-1/+11
2005-07-19Added character creation.Aaron Marks1-0/+13
2005-07-19a simple menu to choose optionsEugenio Favalli1-49/+83
2005-07-17Added server->client communications.Aaron Marks1-5/+17
2005-07-16Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer1-2/+2
2005-07-16Added chat message handler placeholder (still not fully functional).Aaron Marks1-8/+16
2005-07-16Fixed problem with memory expanding in Packet.Aaron Marks1-2/+21
2005-07-13Implemented MessageOut.Aaron Marks1-0/+11
2005-05-07Committed client to be used for testing.Bjørn Lindeijer1-0/+41