summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Fix some style issues.Andrei Karas3-16/+22
2016-08-18Add some clang fixes.Andrei Karas2-3/+8
2016-08-15Change cast offset in skills dialog.Andrei Karas2-0/+4
2016-08-15Move itemtype.h into item directory.Andrei Karas2-2/+2
2016-08-15Move itemsoundevent.h into item directory.Andrei Karas1-1/+1
2016-08-15Move itemdbtype.h into item directory.Andrei Karas2-2/+2
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas2-3/+2
2016-08-15Move skillowner.h into skill directory.Andrei Karas1-1/+1
2016-08-14Add skill cast type option in skills window.Andrei Karas2-6/+10
2016-08-13Remove some useless includes.Andrei Karas1-2/+0
2016-08-12Fix code style.Andrei Karas2-2/+2
2016-08-12Remove extra include from sdlimagehelper.cppAndrei Karas1-2/+0
2016-08-11Add assert into colordb about hair.xml file.Andrei Karas1-0/+1
2016-08-11Add asserts in simpleanimation.Andrei Karas1-4/+5
2016-08-11Add asserts into imagehelpers.Andrei Karas3-10/+17
2016-08-11Remove error messages from log if image loaded without image data.Andrei Karas1-9/+0
2016-08-10Use xml loader in spritedef.Andrei Karas1-4/+15
2016-08-10Use xml loader in particle effects.Andrei Karas2-5/+13
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+1
2016-08-09Remove extra include from map.hAndrei Karas1-1/+0
2016-08-09Add missing include into mapobject.hAndrei Karas1-0/+2
2016-08-08Remove default value from block mask in Map::getWalk.s20160809Andrei Karas1-2/+1
2016-08-08Fix on client side walking on monster wall collision.Andrei Karas9-1/+24
2016-08-07Add monster wall collision type.Andrei Karas5-11/+26
2016-08-07Add player wall collision type (5).Andrei Karas3-1/+12
2016-08-07Extend horses.xml with separate offset for each direction for rider, up and d...Andrei Karas3-39/+163
2016-08-06From horses.xml remove outdated offsets.Andrei Karas1-6/+4
2016-08-06Add support for player rider offset by x and y.Andrei Karas2-1/+9
2016-08-04Add support for attr attributes in stats.xmlAndrei Karas1-17/+42
2016-08-03Add support for elemental db and draw elementals sprites.Andrei Karas2-0/+206
2016-08-03Allow load layers only with down SideView attribute or if this attribute miss...Andrei Karas1-0/+5
2016-07-29Remove extra include from soundeffect.cppAndrei Karas1-2/+0
2016-07-29Fix some issues detected by cppcheck.Andrei Karas1-0/+1
2016-07-29Remove extra include from sdlmusic.cppAndrei Karas1-2/+0
2016-07-29Fix compilation in musicloader.hAndrei Karas1-0/+1
2016-07-29Dont return temp surface in atlasmanager.Andrei Karas2-23/+7
2016-07-28Move soundeffect load code into soundloader.Andrei Karas3-44/+24
2016-07-28Move sdlmusic load code into musicloader.Andrei Karas3-44/+22
2016-07-28Split musicloader into musicloader and soundloader.Andrei Karas4-15/+106
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
2016-07-26Add support for loading stats pages from stats.xmlAndrei Karas2-5/+15
2016-07-25Allow load stats for different pages from stats.xmlAndrei Karas1-7/+19
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-6/+6
2016-07-24Remove extra includes.Andrei Karas1-2/+0
2016-07-24Add xml loader. For now unused.Andrei Karas2-0/+100
2016-07-23Remove mapinfo object after load empty atlas.Andrei Karas1-0/+1
2016-07-23Add separate attribute for ground skill effect: castingGroundEffectIdAndrei Karas2-0/+2
2016-07-23Allow skill source and destination particle effects depend on skill level.Andrei Karas4-9/+9
2016-07-23Add skill attacking src and dst effects.Andrei Karas2-0/+4
2016-07-23Add skill casting particle arrow effect.Andrei Karas2-0/+2