summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Add chat command /showstorage. Also add show storage to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /showstats. Also add show level stats to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /showlevel. Also add show level commands to player context m...Andrei Karas1-0/+3
2016-02-24Add chat command /gmcharcommands. Also add show char commands to player conte...Andrei Karas1-1/+4
2016-02-24Add chat command /gmcommands. Also add show commands to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /mobspawnsearch. Add it to monster gm context menu.Andrei Karas1-1/+4
2016-02-24Add into mob context menu command search.Andrei Karas1-0/+4
2016-02-24Add missing comments.Andrei Karas1-0/+4
2016-02-24Add context menu item "who drops" into gm context menu.Andrei Karas1-0/+2
2016-02-24Add into gm context menu for items command info.Andrei Karas1-2/+11
2016-02-23Add basic support for gm commands for items context menu.Andrei Karas2-2/+25
2016-02-23Add into gm context menu for monsters command info.Andrei Karas2-1/+18
2016-02-23Add basic gm menu for different being types.Andrei Karas2-61/+123
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas14-48/+48
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas14-0/+48
2016-02-22Add more missing consts.Andrei Karas4-4/+4
2016-02-21Fix code style.Andrei Karas2-4/+6
2016-02-21Add missing checks.Andrei Karas11-23/+56
2016-02-21Fix method visibility.Andrei Karas1-2/+2
2016-02-21Add missing constructor call.Andrei Karas1-0/+1
2016-02-20Add some more missing consts.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas137-341/+387
2016-02-20Add support for onscreen buttons in format 3x2.Andrei Karas1-2/+3
2016-02-17Fix unit tests compilation with SDl 1.2Andrei Karas1-2/+0
2016-02-17Fix unit tests if build with SDL2 support.Andrei Karas1-1/+10
2016-02-16Add gm commands into chat whisper context menu.Andrei Karas1-44/+46
2016-02-14Fix crash in char creation if stats was hidden (tmwa).Andrei Karas1-1/+4
2016-02-14Fix crash in setup input page with name gui.Andrei Karas2-7/+9
2016-02-12Fix code style.Andrei Karas3-3/+10
2016-02-12Fix compilation with different flags.Andrei Karas2-2/+8
2016-02-11Add support for add action commands inside links.Andrei Karas2-64/+119
2016-02-11Add item shortcut keys into allowed action for onscreen buttons.Andrei Karas2-2/+4
2016-02-11Use inline attribute in some critial performance functions.Andrei Karas1-2/+2
2016-02-10Fix compilation warnings.Andrei Karas2-8/+8
2016-02-10Allow hide player stats sliders in char creation dialog.Andrei Karas2-12/+30
2016-02-09Allow select skill units and attack it.Andrei Karas1-1/+2
2016-02-08Fix small performance issues.Andrei Karas2-3/+2
2016-02-08Add some missing checks and remove useless checks.Andrei Karas4-109/+94
2016-02-08Improve some empty string checks.Andrei Karas11-13/+16
2016-02-08Add some missing const.Andrei Karas10-14/+22
2016-02-08Remove useless variable from itemcontainer.Andrei Karas2-3/+1
2016-02-08Fix possible variables overflow.Andrei Karas1-1/+1
2016-02-08Fix extended minimaps building.Andrei Karas1-1/+4
2016-02-08Change sign on rainbow color.Andrei Karas2-4/+4
2016-02-08Add missing operator= in classes with copy constructors.Andrei Karas2-1/+8
2016-02-07Fix code style.Andrei Karas5-9/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas108-628/+628
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas35-174/+238
2016-02-06Hide cutin if npc window closed.Andrei Karas3-0/+19
2016-02-05Allow to show images in npc dialogs.Andrei Karas1-0/+1