Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-08 | Added tracing of kill count for each monster per character | Philipp Sehmisch | 1 | -1/+32 | |
2009-12-06 | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 1 | -13/+13 | |
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions. | |||||
2009-12-06 | Removed "TMW" and "TMWSERV" from header guards | Thorbjørn Lindeijer | 1 | -2/+2 | |
2009-10-01 | Adds code for saving and getting status effects from the database | Chuck Miller | 1 | -0/+17 | |
2009-07-06 | Some final skill fixes, they seem to work fine now | Chuck Miller | 1 | -1/+3 | |
2009-07-03 | Makes Skills non hard coded | Chuck Miller | 1 | -4/+12 | |
It should be noted that Jax still needs to update the client Level calulation seems broken now too | |||||
2009-04-26 | Standardize on the position of the const keyword | Bjørn Lindeijer | 1 | -3/+3 | |
Same as for the client. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -2/+17 | |
2008-01-10 | Fixed account server compiling. | Philipp Sehmisch | 1 | -1/+0 | |
2008-01-07 | Implemented some of the game mechanics we decided to use. The clients now ↵ | Philipp Sehmisch | 1 | -0/+1 | |
only receive attribute change messages when the attribute actually changed. Left the HP mechanics as they are for now (although I consider them flawed). | |||||
2007-08-27 | Added support for user commands. Implemented "warp" and "item". | Guillaume Melquiond | 1 | -0/+2 | |
2007-08-18 | First part of a patch for completing the RPG system (character attributes) ↵ | Guillaume Melquiond | 1 | -4/+4 | |
of TMWserv. | |||||
2007-08-14 | Handled money as part of the inventory. | Guillaume Melquiond | 1 | -2/+2 | |
2007-07-01 | Made character data persistent across logout/login. | Guillaume Melquiond | 1 | -4/+0 | |
2007-07-01 | Reverted inventory handling code to the last known working state. Simplified ↵ | Guillaume Melquiond | 1 | -0/+104 | |
serialization interface along the way. |