summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2011-04-03Change imageset offset work not like default offset, but as additional offset.Andrei Karas2-5/+8
2011-04-03Add default offsets in imageset tag for all animations.Andrei Karas2-2/+20
2011-04-03Add spawn animation to mobs.Andrei Karas6-2/+33
2011-04-01Commented some sdl and opengl tests.Andrei Karas1-0/+2
2011-03-31Add repeat attribute to xml sequence tag.Andrei Karas1-11/+24
2011-03-31Fix memory leaks and some other errors.Andrei Karas2-0/+6
2011-03-30Add background music map ranges.Andrei Karas1-0/+5
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+14
2011-03-19Fix code style and add small optimisations.Andrei Karas3-4/+6
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+1
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas10-67/+77
2011-03-18Fix compilation warnings.Andrei Karas1-1/+1
2011-03-16Add checks and fix some code style.Andrei Karas18-22/+53
2011-03-15Add some optimisations in SDL image processing.Andrei Karas1-26/+31
2011-03-15Remove outdated files.Andrei Karas2-188/+0
2011-03-13Add ability to remap maps to different files.Andrei Karas4-15/+156
2011-03-08Replace %color% and %Color% constants in item names/descriptions.Andrei Karas2-2/+44
2011-03-04Fix code style.Andrei Karas1-1/+5
2011-03-03Add some protections to disable advanced features for old servers like tmw.Andrei Karas2-2/+10
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas5-32/+124
2011-02-27First part of implimintation item colors.Andrei Karas2-0/+32
2011-02-20Fix some code style and some errors.Andrei Karas4-3/+8
2011-02-19Update copyrights.Andrei Karas48-92/+136
2011-02-14Replace sprites functionality (need support in client data).Andrei Karas3-23/+49
2011-02-14Fix slot names in reordering/hiding function.Andrei Karas1-8/+39
2011-02-12Add items attribute what allow hide other sprites only by id.Andrei Karas3-0/+23
2011-02-12Initialise missing variable.Andrei Karas1-0/+1
2011-02-12Add support for items attribute RemoveSprite.Andrei Karas2-0/+9
2011-02-10Add checks to mapreader.Andrei Karas1-49/+8
2011-02-10Add support for CSV map dataJared Adams1-1/+34
2011-01-28Fix code style and some new compilation warnings.Andrei Karas3-3/+9
2011-01-25Add support for zlib map layer compression.Andrei Karas1-2/+2
2011-01-21Add diagonal animations.Andrei Karas3-3/+25
2011-01-21Add floor items attribute for drawing floor items.Andrei Karas2-0/+6
2011-01-19Fix the wallpapers loading broken logic.Yohann Ferreira1-6/+10
2011-01-16Remove goto from dye.cppv1.1.1.16Andrei Karas1-2/+11
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas4-6/+7
2011-01-13Moved the normalize() function in strungUtils where it belongs.Yohann Ferreira1-8/+2
2011-01-11Add support for reading cutom tags from items.xmlAndrei Karas1-0/+17
2011-01-11Merge branch 'master' into invfilerAndrei Karas1-2/+2
2011-01-05Fix log errors about missing xml attributes.Andrei Karas1-2/+2
2011-01-04Add draw filter (incomplete)Andrei Karas3-5/+11
2011-01-03Impliment base items tags. And show this tags in inventory.Andrei Karas3-2/+47
2011-01-02Initial commit.Andrei Karas48-0/+7687