summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-07Add player wall collision type (5).Andrei Karas7-15/+33
2016-08-07Extend horses.xml with separate offset for each direction for rider, up and d...Andrei Karas6-45/+172
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 Karas3-2/+12
2016-08-06Add own colors for hp bars for homunculus, mercenary, elemental.Andrei Karas4-6/+61
2016-08-05Remove extra include.Andrei Karas1-1/+0
2016-08-05Disable for now npc dialog creation test.Andrei Karas1-4/+5
2016-08-05Fix includes issue in stringdefines.Andrei Karas4-5/+4
2016-08-04Add missing include into attributesstrings.cppAndrei Karas1-0/+2
2016-08-04Add support for attr attributes in stats.xmlAndrei Karas2-17/+45
2016-08-04Add support for string enums. Add Attributes string enum.Andrei Karas6-0/+238
2016-08-04Remove extra include.Andrei Karas1-2/+0
2016-08-04Fix shadowing method by variable name in some compilers.Andrei Karas1-5/+5
2016-08-04Fix style issue.Andrei Karas1-2/+2
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas7-1/+31
2016-08-04Fix style issue.Andrei Karas1-1/+2
2016-08-04Draw hp bar for elementals.Andrei Karas2-1/+79
2016-08-04Remember id of own elemental.Andrei Karas3-1/+17
2016-08-03Impliment packets SMSG_ELEMENTAL_INFO and SMSG_ELEMENTAL_UPDATE_STATUS.Andrei Karas1-8/+32
2016-08-03Add elemental attributes.Andrei Karas1-0/+6
2016-08-03Add support for elemental db and draw elementals sprites.Andrei Karas9-19/+262
2016-08-03Replace some ifs to switches.Andrei Karas3-141/+228
2016-08-03Add actor type elemental.Andrei Karas6-4/+14
2016-08-03Allow load layers only with down SideView attribute or if this attribute miss...Andrei Karas1-0/+5
2016-08-03Add missing tmwa defines.Andrei Karas2-0/+4
2016-08-02Add workaround for unit tests failures.Andrei Karas1-0/+1
2016-08-02Fix issue detected by valgrind after last changes.Andrei Karas1-2/+2
2016-08-02Mark shopselldialog.cpp as tmwa only file.Andrei Karas1-0/+4
2016-08-02Remove extra include from unit tests.Andrei Karas1-1/+0
2016-08-02Remove unused unregister dialog and states for it.Andrei Karas7-282/+0
2016-08-02Fix compilation with some options.Andrei Karas5-6/+7
2016-08-02Fix some broken window draw unit tests.Andrei Karas2-4/+14
2016-08-02Draw each window in unit tests.Andrei Karas6-3/+133
2016-08-02Add all known windows into windows unit tests.Andrei Karas3-35/+405
2016-08-01Extend windows unit tests with drawing.Andrei Karas3-8/+12
2016-08-01Fix compilation without tmwa support.Andrei Karas1-0/+4
2016-07-31Show hp and max hp in being popup.Andrei Karas2-1/+22
2016-07-31Remove curl extra include from whoisonline.cppAndrei Karas1-3/+0
2016-07-31Show being level in being popup (if known).Andrei Karas1-1/+13
2016-07-31Possible fix for Curl 7.50Andrei Karas2-3/+2
2016-07-31Change arrow slot from 23 to 10.Andrei Karas1-1/+1
2016-07-30Change version to 1.6.7.30.v1.6.7.30Andrei Karas1-2/+2
2016-07-29Fix code style.Andrei Karas14-27/+28
2016-07-29Remove extra include from soundeffect.cppAndrei Karas1-2/+0
2016-07-29Fix some issues detected by cppcheck.Andrei Karas4-10/+8
2016-07-29Remove extra include from sdlmusic.cppAndrei Karas1-2/+0
2016-07-29Fix compilation in musicloader.hAndrei Karas1-0/+1
2016-07-29Add some missing tmwa defines.Andrei Karas16-10/+65
2016-07-29Remove macro impHandlerE.Andrei Karas3-12/+10
2016-07-29Dont return temp surface in atlasmanager.Andrei Karas2-23/+7