Age | Commit message (Expand) | Author | Files | Lines |
2010-08-12 | Avoid string copy for SpriteDef::getAction | Thorbjørn Lindeijer | 1 | -1/+1 |
2010-07-29 | Changed the items loading to handle a new 'attack-action' parameter. | Yohann Ferreira | 1 | -90/+27 |
2010-07-28 | Centralized configuration default values using the VariableData system. | Yohann Ferreira | 1 | -7/+4 |
2010-07-19 | Merge branch '1.0' | Yohann Ferreira | 1 | -5/+12 |
2010-07-11 | Made the different hard-coded paths and files be now taken from the | Yohann Ferreira | 1 | -3/+9 |
2010-05-17 | Remove Monster, Player, and NPC classes | Jared Adams | 1 | -0/+3 |
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 |
2010-01-12 | Standardize header order | Jared Adams | 1 | -2/+2 |
2010-01-10 | Change code style | Andrei Karas | 1 | -67/+40 |
2009-03-27 | Fixed include structure in resource/ directory | Bjørn Lindeijer | 1 | -10/+12 |
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 1 | -1/+1 |
2009-03-24 | Remove some unneeded #ifdefs in SpriteDef | Jared Adams | 1 | -2/+0 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+32 |
2009-02-15 | Removed unnecessary parenthesis at constructors | Bjørn Lindeijer | 1 | -2/+2 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -2/+2 |
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 1 | -2/+1 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -16/+9 |
2009-01-04 | Code reformatting | Bjørn Lindeijer | 1 | -17/+11 |
2008-12-17 | Code reformatting | Bjørn Lindeijer | 1 | -19/+12 |
2008-12-07 | Some code reformatting | Bjørn Lindeijer | 1 | -2/+1 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-10-10 | Did a little bit of code cleanup (mostly from TMW changes) as well as | Ira Rice | 1 | -3/+2 |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -3/+2 |
2008-10-07 | Fixed some compiler warnings. This probably also fixed the logging of several | Bjørn Lindeijer | 1 | -3/+2 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -39/+61 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 1 | -38/+60 |
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 1 | -2/+0 |
2008-05-21 | Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from | Philipp Sehmisch | 1 | -24/+10 |
2008-04-10 | Fixed some compiler warnings and don't try to load particle effects when no | Bjørn Lindeijer | 1 | -2/+0 |
2008-04-07 | Added support for basing one sprite definition on another by including it. | Bjørn Lindeijer | 1 | -38/+60 |
2008-04-07 | Added XML::Document class which simplifies parsing an XML document and | Bjørn Lindeijer | 1 | -22/+10 |
2008-03-09 | Actions and particle effect for monster attacks are now obtained from the mon... | Philipp Sehmisch | 1 | -0/+30 |
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ... | Bjørn Lindeijer | 1 | -1/+2 |
2007-12-23 | Particle images are now reference-counted properly. Avoided attempts to load ... | Philipp Sehmisch | 1 | -1/+4 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -9/+16 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -25/+22 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -2/+2 |
2007-11-04 | Tightened palette handling. | Guillaume Melquiond | 1 | -9/+16 |
2007-10-23 | Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to | Bjørn Lindeijer | 1 | -0/+16 |
2007-10-21 | Plugged memory leak in sprites. | Guillaume Melquiond | 1 | -0/+16 |
2007-10-19 | Factored code between resource handlers. Implemented failure-friendly sprite ... | Guillaume Melquiond | 1 | -25/+22 |
2007-10-18 | Removed player looks from generic beings. Prevented client termination on mis... | Guillaume Melquiond | 1 | -2/+2 |
2007-04-23 | Merged Björn Steinbrinks improvements at the xml parsing from trunk version. | Philipp Sehmisch | 1 | -11/+7 |