Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added communicating change of direction to clients. | David Athay | 2008-10-15 | 1 | -0/+2 | |
| | ||||||
* | Added post communication between chat and game servers. | David Athay | 2008-09-19 | 1 | -15/+28 | |
| | ||||||
* | Added postal system to chat server, and modified tick time. | David Athay | 2008-09-18 | 1 | -0/+4 | |
| | ||||||
* | Added permission levels to guilds, and operator permissions to channels. | David Athay | 2008-08-13 | 1 | -2/+9 | |
| | ||||||
* | Added error message when NPC is too far away. | David Athay | 2008-07-24 | 1 | -0/+1 | |
| | ||||||
* | Add permissions to guild members | David Athay | 2008-07-22 | 1 | -1/+1 | |
| | ||||||
* | get rid of channel registering | Roderic Morris | 2008-07-07 | 1 | -2/+0 | |
| | ||||||
* | Removed guild stuff from game server and added some party stuff to it. | David Athay | 2008-07-03 | 1 | -0/+1 | |
| | ||||||
* | handle topic changing and guild events | Roderic Morris | 2008-06-25 | 1 | -7/+17 | |
| | ||||||
* | update chat packet defs, get rid of unused functions | Roderic Morris | 2008-06-10 | 1 | -12/+7 | |
| | ||||||
* | Added sending who accepted invite on invite response to client | David Athay | 2008-04-28 | 1 | -1/+1 | |
| | ||||||
* | Realigned Email already exists error return value and removed GetEmail Address | Yohann Ferreira | 2008-04-25 | 1 | -3/+1 | |
| | ||||||
* | Added more support for parties | David Athay | 2008-04-22 | 1 | -2/+5 | |
| | ||||||
* | Fixed some compiler errors/warnings. | Bjørn Lindeijer | 2008-04-20 | 1 | -1/+1 | |
| | ||||||
* | Added handling creating and leaving | David Athay | 2008-04-16 | 1 | -0/+6 | |
| | | | | parties. Fixed up some of the private channel stuff that remained. | |||||
* | Fixed accepting guild invites, and added updating the guild member list when ↵ | David Athay | 2008-04-03 | 1 | -3/+4 | |
| | | | | player joins | |||||
* | Sending the attack type with attack messages so that the client can ↵ | Philipp Sehmisch | 2008-03-09 | 1 | -1/+1 | |
| | | | | visualize the different attacks monsters are using. | |||||
* | Added natural HP regeneration, capped HP at maximum and set HP to 1 after ↵ | Philipp Sehmisch | 2008-03-04 | 1 | -0/+1 | |
| | | | | respawn. | |||||
* | Work in Progress commit of guilds. | David Athay | 2008-02-28 | 1 | -44/+28 | |
| | ||||||
* | Implemented player respawn. | Philipp Sehmisch | 2008-02-27 | 1 | -0/+1 | |
| | ||||||
* | Implemented different monster attacks read from monsters.xml | Philipp Sehmisch | 2008-02-20 | 1 | -3/+6 | |
| | ||||||
* | Added weapon skill system and leveling system. | Philipp Sehmisch | 2008-01-28 | 1 | -14/+38 | |
| | ||||||
* | Implemented some of the game mechanics we decided to use. The clients now ↵ | Philipp Sehmisch | 2008-01-07 | 1 | -2/+4 | |
| | | | | only receive attribute change messages when the attribute actually changed. Left the HP mechanics as they are for now (although I consider them flawed). | |||||
* | Updated attribute system to the latest design decisions (removed charisma, ↵ | Philipp Sehmisch | 2007-12-18 | 1 | -2/+1 | |
| | | | | kept agility in) | |||||
* | Robustified code with respect to insertion failures. | Guillaume Melquiond | 2007-09-23 | 1 | -6/+3 | |
| | ||||||
* | Cleaned game-server handler a bit before adding statistics. | Guillaume Melquiond | 2007-09-16 | 1 | -0/+1 | |
| | ||||||
* | Implemented "ban" remote command. | Guillaume Melquiond | 2007-08-31 | 1 | -1/+2 | |
| | ||||||
* | Plugged several account leaks on error. Prevented banned players from ↵ | Guillaume Melquiond | 2007-08-31 | 1 | -1/+2 | |
| | | | | logging in. | |||||
* | Implemented quest variables. | Guillaume Melquiond | 2007-08-28 | 1 | -0/+3 | |
| | ||||||
* | Added support for user commands. Implemented "warp" and "item". | Guillaume Melquiond | 2007-08-27 | 1 | -14/+5 | |
| | ||||||
* | Added support for protective equipment. | Guillaume Melquiond | 2007-08-19 | 1 | -1/+1 | |
| | ||||||
* | First part of a patch for completing the RPG system (character attributes) ↵ | Guillaume Melquiond | 2007-08-18 | 1 | -60/+72 | |
| | | | | of TMWserv. | |||||
* | Used TokenCollector to manage cookies in ChatHandler. | Guillaume Melquiond | 2007-08-17 | 1 | -2/+4 | |
| | ||||||
* | Involved money in trade handler. | Guillaume Melquiond | 2007-08-14 | 1 | -1/+3 | |
| | ||||||
* | Implemented buy/sell handler. | Guillaume Melquiond | 2007-08-13 | 1 | -1/+4 | |
| | ||||||
* | Changed some argument types. Added untested protocol for moving objects ↵ | Guillaume Melquiond | 2007-08-08 | 1 | -0/+1 | |
| | | | | between slots of inventory. Fixed position of the cleaning bit for looks, so that it actually fits into network data. | |||||
* | Added protocol for removing equipment. Compressed inventory message a bit. | Guillaume Melquiond | 2007-07-31 | 1 | -0/+1 | |
| | ||||||
* | Added support for trading. | Guillaume Melquiond | 2007-07-29 | 1 | -0/+10 | |
| | ||||||
* | Added being speed to protocol. | Guillaume Melquiond | 2007-07-25 | 1 | -1/+1 | |
| | ||||||
* | Commented out code unavailable from client side. Added support for NPCs. | Guillaume Melquiond | 2007-07-23 | 1 | -1/+12 | |
| | ||||||
* | Reduced size of equipment packets. Fixed packet sending on object distance ↵ | Guillaume Melquiond | 2007-07-14 | 1 | -1/+1 | |
| | | | | change. | |||||
* | Added support for visible equipment. | Guillaume Melquiond | 2007-07-12 | 1 | -1/+2 | |
| | ||||||
* | Made character data persistent across logout/login. | Guillaume Melquiond | 2007-07-01 | 1 | -2/+2 | |
| | ||||||
* | Implemented basic monster AI and fixed a stability problem caused by the ↵ | Philipp Sehmisch | 2007-06-30 | 1 | -1/+1 | |
| | | | | spawn areas. | |||||
* | Merged guilds-and-parties branch to trunk | David Athay | 2007-06-26 | 1 | -1/+33 | |
| | ||||||
* | Moved writing of incoming messages into MessageIn and tweaked the printing of | Bjørn Lindeijer | 2007-03-31 | 1 | -7/+7 | |
| | | | | | the message ID. | |||||
* | Implemented communication of attribute changes from server to client. | Philipp Sehmisch | 2007-03-22 | 1 | -1/+2 | |
| | ||||||
* | Removed check for difference between lowest and highest attribute at char ↵ | Philipp Sehmisch | 2007-03-20 | 1 | -7/+0 | |
| | | | | creation. Unified order of basic attributes. | |||||
* | Added a TokenCollector class for matching magic_tokens. | Rogier Polak | 2007-03-18 | 1 | -0/+3 | |
| | ||||||
* | Set the default map position of new characters to a value that makes more ↵ | Philipp Sehmisch | 2007-03-15 | 1 | -41/+60 | |
| | | | | sense. Implemented new basic attribute system on account server. Removed attribute modifiers, unified basic and derived attributes, storing attributes in a vector, renamed some attribute identifiers, removed identifiers for derived attributes that aren't needed yet. |