summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Move itemtype.h into item directory.Andrei Karas4-4/+4
2016-08-15Move itemdbtype.h into item directory.Andrei Karas1-1/+1
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas1-2/+1
2016-08-15Move skillowner.h into skill directory.Andrei Karas1-1/+1
2016-08-15Not stop background music if not connected to server and settings was changed.Andrei Karas1-6/+16
2016-08-14Fix too long lines.s20160814Andrei Karas1-2/+4
2016-08-14Add missing translation comments.Andrei Karas1-0/+4
2016-08-14Add missing include into skilllistbox.hAndrei Karas1-0/+1
2016-08-14Fix compilation with old gcc.Andrei Karas1-1/+1
2016-08-14Cast skill depend on selected cast type.Andrei Karas2-12/+271
2016-08-14Remove default parameters from useSkill method in SkillDialog.Andrei Karas2-4/+6
2016-08-14Allow drag cast type from skills window into shortcuts.Andrei Karas3-0/+12
2016-08-14Show cast type in skill popup from custom place.Andrei Karas5-6/+26
2016-08-14Show header in skill level selection menu.Andrei Karas2-7/+3
2016-08-14Allow open submenus in same position with parent menu.Andrei Karas2-2/+20
2016-08-14Show skill level selection menu for skill with max level 1.Andrei Karas1-8/+5
2016-08-14Add skill cast type option in skills window.Andrei Karas7-10/+112
2016-08-14Add ability to load/save additional data for each shortcut in shortcuts window.Andrei Karas4-5/+34
2016-08-13Remove some useless includes.Andrei Karas5-5/+3
2016-08-12Fix code style.Andrei Karas2-1/+6
2016-08-10Use xml loader in themes.Andrei Karas1-7/+28
2016-08-09Fix compilation after last commit.Andrei Karas2-0/+3
2016-08-08Remove default value from block mask in Map::getWalk.s20160809Andrei Karas1-8/+66
2016-08-07Add monster wall collision type.Andrei Karas2-0/+9
2016-08-07Add player wall collision type (5).Andrei Karas1-2/+4
2016-08-06Add own colors for hp bars for homunculus, mercenary, elemental.Andrei Karas2-0/+49
2016-08-05Remove extra include.Andrei Karas1-1/+0
2016-08-05Disable for now npc dialog creation test.Andrei Karas1-4/+5
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas2-0/+7
2016-08-04Fix style issue.Andrei Karas1-1/+2
2016-08-03Replace some ifs to switches.Andrei Karas1-31/+50
2016-08-03Add actor type elemental.Andrei Karas3-0/+4
2016-08-02Add workaround for unit tests failures.Andrei Karas1-0/+1
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 Karas3-240/+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 Karas1-7/+7
2016-08-01Fix compilation without tmwa support.Andrei Karas1-0/+4
2016-07-31Show hp and max hp in being popup.Andrei Karas1-1/+19
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-29Fix code style.Andrei Karas8-10/+6
2016-07-29Add some missing tmwa defines.Andrei Karas5-4/+14
2016-07-28Remove macro A_TMWA_UNUSED.Andrei Karas3-6/+6
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas30-270/+3
2016-07-27Fix tab width in status window.Andrei Karas1-1/+1