summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-02Removed pixel-based synchronisation. Added variable length move messages.Guillaume Melquiond5-6/+52
2006-09-02Decorrelated moving object IDs from character database IDs. Switched to short...Guillaume Melquiond11-45/+73
2006-08-28Updated project filesEugenio Favalli3-260/+288
2006-08-27Added a Controller class meant to implement behaviour loosely coupled to theBjørn Lindeijer9-4/+223
2006-08-27Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer9-227/+259
2006-08-27Still got rid of ps, pn, po and oo, and fixed efficiency issue.Bjørn Lindeijer1-9/+8
2006-08-27Introduced Point class to replace the confusing and clumsy usage of std::pair.Bjørn Lindeijer10-51/+104
2006-08-27Changed state handler so that entering and leaving beings are only reported w...Guillaume Melquiond2-53/+64
2006-08-27Matched player speed on both server and client.Guillaume Melquiond2-3/+3
2006-08-27Fixed assertion failure on being movements.Guillaume Melquiond2-5/+9
2006-08-26Improve updates when a being just appeared.Guillaume Melquiond3-15/+39
2006-08-26Applied patch by Rogier, adding a stream operator to NetComputer for logging ...Bjørn Lindeijer4-11/+33
2006-08-26Added example configuration file.Bjørn Lindeijer2-0/+13
2006-08-26Set an arbitrary starting position. Changed "say around" protocol.Guillaume Melquiond4-5/+11
2006-08-26Read game and chat server addresses to send to the client from the configurat...Bjørn Lindeijer2-2/+9
2006-08-25Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer.Bjørn Lindeijer15-93/+167
2006-08-21Updated project filesEugenio Favalli3-78/+72
2006-08-20Handle character create message in separate funcion.Bjørn Lindeijer3-156/+170
2006-08-20Added sending of initial GPMSG_PLAYER_MAP_CHANGE message for joining players.Bjørn Lindeijer6-34/+77
2006-08-20Some code format changes, logging improvals and commenting.Bjørn Lindeijer7-38/+76
2006-08-20Do not send map name and send token before game and chat server information,Bjørn Lindeijer2-6/+17
2006-08-19Renamed Genders to Gender and AccountLevels to AccountLevel.Bjørn Lindeijer8-16/+22
2006-08-14Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer17-243/+103
2006-08-14Changed protocol so that server information are sent on character selection.Guillaume Melquiond4-205/+77
2006-08-13Log sending of messages and include more verbose messages for runserv.sh.Bjørn Lindeijer4-2/+8
2006-08-13Fixed missing constructor in Item class.Bjørn Lindeijer2-23/+33
2006-08-13Changed character list to a sequence of packets and fixed a db issue.Eugenio Favalli5-18/+50
2006-08-13Updated project files.Eugenio Favalli3-5/+19
2006-08-10Removed ConnectionHandler::forceDisconnect method and implemented part of theBjørn Lindeijer6-25/+21
2006-08-09Deleted three old .cvsignore files.Bjørn Lindeijer3-18/+0
2006-08-06Changelog converted to UTF-8 (I might want to do some real commits sometime ;)Björn Steinbrink1-14/+14
2006-08-06Implemented crude handling of being movements.Guillaume Melquiond12-67/+253
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer16-140/+192
2006-08-04Strengthened checks for already existing character name or email address.Guillaume Melquiond6-76/+42
2006-08-04Fixed Player ID in messages.Guillaume Melquiond2-3/+4
2006-08-04Added unique ID to Player class.Guillaume Melquiond5-20/+48
2006-08-03Simplified and sped up account flushing: only modified accounts are flushed.Guillaume Melquiond7-450/+147
2006-08-02Defined the GameClient class in its own module.Bjørn Lindeijer5-63/+136
2006-08-02Put handling of logout, unregister and password change messages into separateBjørn Lindeijer3-95/+132
2006-08-02Put object files in subdirectories.Guillaume Melquiond2-2/+7
2006-08-02ChangeLogEugenio Favalli1-0/+4
2006-08-02Updated project files.Eugenio Favalli2-5/+15
2006-08-01Fixed keywords property not set on these two new files.Bjørn Lindeijer2-2/+2
2006-08-01Put handling of registrations in a separate method and cleaned it up a bit.Bjørn Lindeijer3-76/+91
2006-08-01Some messing about towards making cleaner code.Bjørn Lindeijer10-178/+283
2006-07-31Fixed registering for the test client (send version as integer) and correctedBjørn Lindeijer4-10/+13
2006-07-27Bah, too tiredEugenio Favalli1-1/+2
2006-07-27Client version is being sent also during registration.Eugenio Favalli3-4/+5
2006-07-27Modified client version to be an int.Eugenio Favalli3-5/+7
2006-07-27Updated project files.Eugenio Favalli3-65/+59