summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-27Remove extra includes from statspages.Andrei Karas2-12/+0
2016-07-27Fix some style issues in statspages.Andrei Karas3-3/+9
2016-07-27Remove unused variable from StatusWindow.Andrei Karas1-2/+0
2016-07-27Remove all pages after status window deleted.Andrei Karas2-1/+17
2016-07-26Try update attributes/stats in stat pages in any changes.Andrei Karas3-2/+21
2016-07-26Add support for loading stats pages from stats.xmlAndrei Karas3-6/+13
2016-07-26Add tabs for stats in status window.Andrei Karas7-152/+392
2016-07-25Remove extra include from changedisplay.cppAndrei Karas1-1/+0
2016-07-25Fix too big lines.Andrei Karas3-6/+11
2016-07-25Remove extra includes from statuswindow.cppAndrei Karas1-4/+0
2016-07-25Move changedisplay class into separate file.Andrei Karas3-85/+124
2016-07-25Move derdisplay class into separate file.Andrei Karas4-26/+85
2016-07-25Move attrdisplay class into separate file.Andrei Karas4-84/+150
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas7-75/+77
2016-07-23Add separate attribute for ground skill effect: castingGroundEffectIdAndrei Karas1-1/+3
2016-07-23Allow skill source and destination particle effects depend on skill level.Andrei Karas2-74/+13
2016-07-23Add skill attacking src and dst effects.Andrei Karas2-0/+35
2016-07-23Add skill casting particle arrow effect.Andrei Karas1-0/+2
2016-07-21Remove extra include from skilldialog.hAndrei Karas1-1/+0
2016-07-21Fix crash with outdated or broken equipmentwindow.xmlAndrei Karas1-0/+2
2016-07-21Move skill loading into separate function.Andrei Karas2-56/+75
2016-07-21Move skill data loading into separate function.Andrei Karas2-48/+65
2016-07-21Remove support for loading legacy equipmentwindow.xml format.Andrei Karas1-10/+0
2016-07-19Remove extra include.Andrei Karas1-2/+0
2016-07-19Update skill popup if any skill was changed.Andrei Karas3-0/+12
2016-07-18Add new parameter into paths.xml for default skill casting animation.Andrei Karas1-1/+3
2016-07-18Add support for loading casting animation for each skill and level.Andrei Karas1-0/+2
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas5-293/+5
2016-07-18Move skilldata into resources/skill directory.Andrei Karas5-131/+5
2016-07-18Add own configurable color for skill attack range.Andrei Karas2-0/+9
2016-07-15Add some missing costs.Andrei Karas1-1/+1
2016-07-15Fix different include issues.Andrei Karas1-0/+2
2016-07-13Remove extra include from beingpopup.hAndrei Karas1-2/+0
2016-07-13Fix saving skills with maximum level into shortcuts bar.s20160713Andrei Karas1-4/+1
2016-07-13Show particles amount in being popup.Andrei Karas1-1/+7
2016-07-13Simplify BeingPopup class.Andrei Karas2-220/+94
2016-07-09Show map name in debug window in map tab.s20160709Andrei Karas2-7/+15
2016-07-09In quest text replace links after adding text format parameters.Andrei Karas1-1/+1
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas3-10/+63
2016-07-04Remove extra include from skillinfo.cppAndrei Karas1-1/+0
2016-07-04Use skill type as bit mask with skill types.Andrei Karas2-112/+97
2016-07-04Move skillowner into enum directory.Andrei Karas2-4/+2
2016-07-04Move skilltype into enums directory.Andrei Karas2-2/+4
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas2-4/+14
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas2-0/+17