Age | Commit message (Expand) | Author | Files | Lines |
2006-08-27 | Added a Controller class meant to implement behaviour loosely coupled to the | Bjørn Lindeijer | 9 | -4/+223 |
2006-08-27 | Put Player class in its own module instead of defining it together with Being. | Bjørn Lindeijer | 9 | -227/+259 |
2006-08-27 | Still got rid of ps, pn, po and oo, and fixed efficiency issue. | Bjørn Lindeijer | 1 | -9/+8 |
2006-08-27 | Introduced Point class to replace the confusing and clumsy usage of std::pair. | Bjørn Lindeijer | 10 | -51/+104 |
2006-08-27 | Changed state handler so that entering and leaving beings are only reported w... | Guillaume Melquiond | 2 | -53/+64 |
2006-08-27 | Matched player speed on both server and client. | Guillaume Melquiond | 2 | -3/+3 |
2006-08-27 | Fixed assertion failure on being movements. | Guillaume Melquiond | 2 | -5/+9 |
2006-08-26 | Improve updates when a being just appeared. | Guillaume Melquiond | 3 | -15/+39 |
2006-08-26 | Applied patch by Rogier, adding a stream operator to NetComputer for logging ... | Bjørn Lindeijer | 4 | -11/+33 |
2006-08-26 | Added example configuration file. | Bjørn Lindeijer | 2 | -0/+13 |
2006-08-26 | Set an arbitrary starting position. Changed "say around" protocol. | Guillaume Melquiond | 4 | -5/+11 |
2006-08-26 | Read game and chat server addresses to send to the client from the configurat... | Bjørn Lindeijer | 2 | -2/+9 |
2006-08-25 | Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer. | Bjørn Lindeijer | 15 | -93/+167 |
2006-08-21 | Updated project files | Eugenio Favalli | 3 | -78/+72 |
2006-08-20 | Handle character create message in separate funcion. | Bjørn Lindeijer | 3 | -156/+170 |
2006-08-20 | Added sending of initial GPMSG_PLAYER_MAP_CHANGE message for joining players. | Bjørn Lindeijer | 6 | -34/+77 |
2006-08-20 | Some code format changes, logging improvals and commenting. | Bjørn Lindeijer | 7 | -38/+76 |
2006-08-20 | Do not send map name and send token before game and chat server information, | Bjørn Lindeijer | 2 | -6/+17 |
2006-08-19 | Renamed Genders to Gender and AccountLevels to AccountLevel. | Bjørn Lindeijer | 8 | -16/+22 |
2006-08-14 | Removed Packet class and the UNKNOWN gender. | Bjørn Lindeijer | 17 | -243/+103 |
2006-08-14 | Changed protocol so that server information are sent on character selection. | Guillaume Melquiond | 4 | -205/+77 |
2006-08-13 | Log sending of messages and include more verbose messages for runserv.sh. | Bjørn Lindeijer | 4 | -2/+8 |
2006-08-13 | Fixed missing constructor in Item class. | Bjørn Lindeijer | 2 | -23/+33 |
2006-08-13 | Changed character list to a sequence of packets and fixed a db issue. | Eugenio Favalli | 5 | -18/+50 |
2006-08-13 | Updated project files. | Eugenio Favalli | 3 | -5/+19 |
2006-08-10 | Removed ConnectionHandler::forceDisconnect method and implemented part of the | Bjørn Lindeijer | 6 | -25/+21 |
2006-08-09 | Deleted three old .cvsignore files. | Bjørn Lindeijer | 3 | -18/+0 |
2006-08-06 | Changelog converted to UTF-8 (I might want to do some real commits sometime ;) | Björn Steinbrink | 1 | -14/+14 |
2006-08-06 | Implemented crude handling of being movements. | Guillaume Melquiond | 12 | -67/+253 |
2006-08-04 | Generalized the properties functionality as was done in the client before. | Bjørn Lindeijer | 16 | -140/+192 |
2006-08-04 | Strengthened checks for already existing character name or email address. | Guillaume Melquiond | 6 | -76/+42 |
2006-08-04 | Fixed Player ID in messages. | Guillaume Melquiond | 2 | -3/+4 |
2006-08-04 | Added unique ID to Player class. | Guillaume Melquiond | 5 | -20/+48 |
2006-08-03 | Simplified and sped up account flushing: only modified accounts are flushed. | Guillaume Melquiond | 7 | -450/+147 |
2006-08-02 | Defined the GameClient class in its own module. | Bjørn Lindeijer | 5 | -63/+136 |
2006-08-02 | Put handling of logout, unregister and password change messages into separate | Bjørn Lindeijer | 3 | -95/+132 |
2006-08-02 | Put object files in subdirectories. | Guillaume Melquiond | 2 | -2/+7 |
2006-08-02 | ChangeLog | Eugenio Favalli | 1 | -0/+4 |
2006-08-02 | Updated project files. | Eugenio Favalli | 2 | -5/+15 |
2006-08-01 | Fixed keywords property not set on these two new files. | Bjørn Lindeijer | 2 | -2/+2 |
2006-08-01 | Put handling of registrations in a separate method and cleaned it up a bit. | Bjørn Lindeijer | 3 | -76/+91 |
2006-08-01 | Some messing about towards making cleaner code. | Bjørn Lindeijer | 10 | -178/+283 |
2006-07-31 | Fixed registering for the test client (send version as integer) and corrected | Bjørn Lindeijer | 4 | -10/+13 |
2006-07-27 | Bah, too tired | Eugenio Favalli | 1 | -1/+2 |
2006-07-27 | Client version is being sent also during registration. | Eugenio Favalli | 3 | -4/+5 |
2006-07-27 | Modified client version to be an int. | Eugenio Favalli | 3 | -5/+7 |
2006-07-27 | Updated project files. | Eugenio Favalli | 3 | -65/+59 |
2006-07-27 | First step toward a restructured class hierarchy for world actors: add | Guillaume Melquiond | 45 | -1143/+419 |
2006-07-26 | Send some character's infos after a successful login, removed a useless byte,... | Eugenio Favalli | 4 | -12/+436 |
2006-07-13 | Updated Dev-C++ project file. | Eugenio Favalli | 2 | -74/+78 |