summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2011-05-21Add monster walktype attribute to detect on what collisions monster can move.Andrei Karas3-7/+24
2011-05-19Enable server type selection again. Add evol server type. Now working same as...Andrei Karas1-2/+2
2011-05-17Debug option to dump loaded images names.Andrei Karas3-13/+30
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ...Andrei Karas1-0/+4
2011-05-10Dont prevent animation from players and monsters in special collisions.Andrei Karas2-4/+2
2011-05-09Impliment air and water block types.Andrei Karas3-5/+33
2011-05-08Add opengl texture counter for debugging.Andrei Karas1-0/+8
2011-05-07Fix missing initialisations.Andrei Karas1-3/+5
2011-05-05Fix align in itemdb.cpp.Andrei Karas1-2/+2
2011-05-01Added customizable on-hit effects for characters.Yohann Ferreira2-4/+30
2011-04-29Fix code style.Andrei Karas1-1/+1
2011-04-23Move special map flag from object layer to map properties.Andrei Karas1-4/+1
2011-04-23Reorder map sprites to draw correctly player with more than one tile width.Andrei Karas1-0/+4
2011-04-22Fix code style.Andrei Karas2-3/+3
2011-04-22Improve speed in _SDLLoad function.Andrei Karas1-7/+26
2011-04-19Small optimisation.Andrei Karas1-1/+1
2011-04-16Fix code style.Andrei Karas1-1/+2
2011-04-14Add all tag to unknown items. Allow see unknown items in inventory.Andrei Karas1-11/+12
2011-04-13Fix warnings in clang compilation.Andrei Karas1-1/+2
2011-04-13Impliment new tags in sprites animations and random condition.Andrei Karas4-15/+51
2011-04-09Improve map loading speed.Andrei Karas2-2/+5
2011-04-09Add enum to animation actions support.Andrei Karas2-2/+9
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