summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Add default offsets in imageset tag for all animations.Andrei Karas1-2/+6
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-24Fixed the crash in setupSpriteDisplayThorbjørn Lindeijer1-2/+0
2011-11-25Prevented circular include in sprite definitionsErik Schilling1-4/+15
2011-06-23Made the being death sequence better handled.Yohann Ferreira1-1/+3
2011-05-17Fix sprite buffering size issuesJared Adams1-2/+0
2011-04-30Merge branch '0.5'Yohann Ferreira1-1/+1
2011-04-28Fixing endless loop if the xml promises too many imagesStefan Dombrowski1-1/+1
2010-08-12Avoid string copy for SpriteDef::getActionThorbjørn Lindeijer1-1/+1
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira1-90/+27
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-7/+4
2010-07-19Merge branch '1.0'Yohann Ferreira1-5/+12
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-3/+9
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-0/+3
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-2/+2
2010-01-10Change code styleAndrei Karas1-67/+40
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-10/+12
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-24Remove some unneeded #ifdefs in SpriteDefJared Adams1-2/+0
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+32
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-2/+2
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-2/+2
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-2/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-16/+9
2009-01-04Code reformattingBjørn Lindeijer1-17/+11
2008-12-17Code reformattingBjørn Lindeijer1-19/+12
2008-12-07Some code reformattingBjørn Lindeijer1-2/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-10Did a little bit of code cleanup (mostly from TMW changes) as well as Ira Rice1-3/+2
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-3/+2
2008-10-07Fixed some compiler warnings. This probably also fixed the logging of severalBjørn Lindeijer1-3/+2
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-39/+61
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-07-01Merged revisions 4044-4067 via svnmerge from Bjørn Lindeijer1-38/+60
2008-06-05Added command line argument to specify the update host (-H). Also, to avoidBjørn Lindeijer1-2/+0
2008-05-21Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from Philipp Sehmisch1-24/+10
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer1-2/+0
2008-04-07Added support for basing one sprite definition on another by including it.Bjørn Lindeijer1-38/+60
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer1-22/+10
2008-03-09Actions and particle effect for monster attacks are now obtained from the mon...Philipp Sehmisch1-0/+30
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-1/+2
2007-12-23Particle images are now reference-counted properly. Avoided attempts to load ...Philipp Sehmisch1-1/+4
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer...Bjørn Lindeijer1-9/+16