summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Add skill option for allow/prevent adding skill to auto skills shortcuts tab.Andrei Karas1-1/+4
2017-08-03Dont draw name in skill shortcuts if icon already present.Andrei Karas2-17/+35
2017-08-02Add item shortcuts tab with automatically filled with skills.Andrei Karas4-3/+61
2017-08-01Add default icons for unknown skills by types.Andrei Karas2-2/+42
2017-07-30Add option to show player name at top or at bottom.Andrei Karas2-1/+21
2017-07-28Fix key press emulation with SDL2.Andrei Karas1-4/+5
2017-07-27In mouse click emulation, before click send mouse move events.Andrei Karas1-0/+4
2017-07-27Fix crash in help window links.Andrei Karas1-1/+2
2017-07-25Remove command line option --default-cursor and add option --hide-cursor.s20170725Andrei Karas1-2/+6
2017-07-25Update mouse cursor each 10 seconds if was no mouse move events.Andrei Karas3-0/+11
2017-07-25Use browserbox for quest text in quests window.Andrei Karas2-4/+4
2017-07-21In statisbrowserbox remove separator if it present in last line.Andrei Karas1-0/+6
2017-07-21Fix too long lines in popupmenu.cppAndrei Karas1-6/+8
2017-07-20Show heal command in player menu only for legacy servers.Andrei Karas1-4/+9
2017-07-20Into staticbrowserbox allow add separators without duplication.Andrei Karas3-85/+99
2017-07-20Allow any gm commands if group have permission all_commands.Andrei Karas1-0/+5
2017-07-20Show gm commands in popup menu based or player allowed gm commands.Andrei Karas2-159/+350
2017-07-20In popupmenu get group for local player before each menu.Andrei Karas2-0/+49
2017-07-17Fix issues detected by coverity.Andrei Karas2-6/+5
2017-07-17Add missing check in statuswindow.cppAndrei Karas1-2/+4
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas91-269/+269
2017-07-13Add vector.h for use different vectors.Andrei Karas7-9/+10
2017-07-13Add missing reference into reading group name.Andrei Karas2-2/+2
2017-07-13Show group name in being popup and status window.Andrei Karas2-3/+23
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas3-3/+3
2017-07-11Fix char select dialog size if server allow more than 10 slots.Andrei Karas2-11/+27
2017-07-11Add command like parameter --validate for validating client data.Andrei Karas2-0/+27
2017-07-07Move unit tests into unittests directory.Andrei Karas3-1743/+0
2017-07-03Fix unit tests compilation.Andrei Karas1-2/+3
2017-07-01Fix staticbrowserbox resize in who is online window.Andrei Karas1-2/+0
2017-07-01fix code style.Andrei Karas1-1/+1
2017-06-30Fix wrong asserts in browserbox resize.Andrei Karas1-2/+6
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas3-4/+27
2017-06-30Remove extra includes again.Andrei Karas7-2/+6
2017-06-30Remove extra includes from headers.Andrei Karas17-22/+0
2017-06-29Use std::move in some places.Andrei Karas5-14/+18
2017-06-29Move cast macroses into separate file.Andrei Karas29-0/+41
2017-06-29Move foreach macroses into separate file.Andrei Karas55-0/+71
2017-06-28Dont show assert if servers list cant be loaded from disk.Andrei Karas1-2/+3
2017-06-28Fix showing item stats in item popups.Andrei Karas1-1/+1
2017-06-28Fix showing cached additional fields in item popups.Andrei Karas2-5/+29
2017-06-27Show in log information about servers list update.Andrei Karas1-0/+4
2017-06-27Fix typo licesne -> license.Andrei Karas1-1/+1
2017-06-26Fix too long line in staticbrowserbox.Andrei Karas1-1/+3
2017-06-26Imrove staticbrowserbox.Andrei Karas3-46/+16
2017-06-26Move define readColor from browserbox.cpp/staticbrowserbox.cpp into browserbo...Andrei Karas3-8/+32
2017-06-23Add serverinfowindow into windows creation tests.Andrei Karas1-0/+10
2017-06-23Fix code style.Andrei Karas2-2/+2
2017-06-23Remove extra includes.Andrei Karas1-3/+0
2017-06-22Add chat command for unequip pet equipment.Andrei Karas1-5/+1