summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-20Add asserts about outdated attribute in status-effects.xml.Andrei Karas1-0/+5
2016-07-19Fix skill effect text in skill popup if skill was changed after login.Andrei Karas1-0/+1
2016-07-18Add support for loading casting animation for each skill and level.Andrei Karas2-2/+5
2016-07-18Move skilltypelist into skill directory.Andrei Karas2-2/+1
2016-07-18Move skilltypeentry into skill directory.Andrei Karas2-1/+1
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas2-0/+290
2016-07-18Move skilldata into resources/skill directory.Andrei Karas2-0/+127
2016-07-16Fix gettext initialisation in skilltypelist.hAndrei Karas1-6/+6
2016-07-10Add support for permanent particle effect.s20160712Andrei Karas1-0/+2
2016-07-10Rename StatusEffect::getParticle into StatusEffect::getStartParticleAndrei Karas1-2/+2
2016-07-09Translate map names.Andrei Karas1-1/+8
2016-07-07Fix typo pallette -> palette.s20160708Andrei Karas1-4/+4
2016-07-05Clean statdb on unload.Andrei Karas1-0/+2
2016-07-04Add missing files.Andrei Karas2-0/+82
2016-07-04Move skillowner into enum directory.Andrei Karas1-35/+0
2016-07-04Move skilltype into enums directory.Andrei Karas1-38/+0
2016-07-01Fixed some english mistakes in some notifications.Alige1-10/+10
2016-06-30Remove exta includes from some files.Andrei Karas3-5/+0