summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Move attrdisplay class into separate file.Andrei Karas3-50/+148
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-1/+1
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas2-290/+0
2016-07-18Move skilldata into resources/skill directory.Andrei Karas3-129/+2
2016-07-18Add own configurable color for skill attack range.Andrei Karas1-0/+2
2016-07-15Fix different include issues.Andrei Karas1-0/+2
2016-07-09Show map name in debug window in map tab.s20160709Andrei Karas2-7/+15
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas1-8/+16
2016-07-04Remove extra include from skillinfo.cppAndrei Karas1-1/+0
2016-07-04Use skill type as bit mask with skill types.Andrei Karas1-40/+25
2016-07-04Move skillowner into enum directory.Andrei Karas1-2/+1
2016-07-04Move skilltype into enums directory.Andrei Karas1-1/+2
2016-06-20Remove useless includes.Andrei Karas1-2/+0
2016-06-14Remove some useless includes.Andrei Karas1-3/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas5-6/+8
2016-06-07Move image class into image directory.Andrei Karas18-19/+28
2016-06-04Show hightlighted messages in chat also if tab active but window minimized or...Andrei Karas1-6/+8
2016-06-04Fix compilation for MacOSX.Andrei Karas1-1/+1
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-2/+5
2016-06-04Add missing includeAndrei Karas1-0/+1
2016-06-03Fix compilation for Android.Andrei Karas1-3/+6
2016-05-31Fix compilation without OpenGL in setup_video.cpp again.Andrei Karas1-0/+2
2016-05-31Fix compilation without OpenGL in setup_video.cpp.Andrei Karas1-0/+6
2016-05-31Fix different include issues.Andrei Karas1-4/+0
2016-05-29Fix code style.Andrei Karas2-4/+4
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas2-4/+4
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas3-3/+3
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas3-4/+8
2016-05-24Move resourcemanager into subdirectory.Andrei Karas5-5/+10
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+4
2016-05-11Fix asserts in unit tests.Andrei Karas1-0/+3
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, homunculuses...Andrei Karas1-0/+12
2016-05-09Do mouse actions on emoteshortcutcontainer only if left mouse button was used.Andrei Karas1-15/+18
2016-05-09Add settings for set distance for start syncyng player.Andrei Karas1-0/+5
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas2-23/+26
2016-04-30Add copy constructor into LinePart.Andrei Karas1-1/+27
2016-04-29Add name into Animation memory object.Andrei Karas1-1/+1
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas11-11/+11
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas11-13/+22
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas2-4/+4
2016-04-21Move chattabtype into enums directory.Andrei Karas2-44/+1
2016-04-21Fix compilation warning.Andrei Karas1-1/+1
2016-04-21Add option for enable/disable remote commands.Andrei Karas2-0/+24
2016-04-21Add option for disable OpenGL version check and rollback to other renderer.Andrei Karas1-0/+5
2016-04-21Remove extra spaces at line ends.Andrei Karas9-42/+42
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas86-423/+423
2016-04-17Remove override keyword, if it present with final.Andrei Karas86-423/+423
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-1/+2
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas2-4/+4