summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-11add missing check in base64.Andrei Karas1-0/+2
2013-10-11Put OpenLinkHandler in own namespace.Andrei Karas2-25/+31
2013-10-10fix code style.Andrei Karas11-30/+47
2013-10-10Fix help button before login to game.Andrei Karas2-1/+7
2013-10-09fix compilation under windows with codeblocks.Andrei Karas1-0/+1
2013-10-09Add help button into right top corner.Andrei Karas1-0/+18
2013-10-09Add browserbox links theme options.Andrei Karas5-14/+5
2013-10-09use correct theme file in social window popup.Andrei Karas1-1/+1
2013-10-09add separate theme file for browserbox in who is online window.Andrei Karas1-1/+1
2013-10-09add support for popup menu browserbox theming.Andrei Karas1-1/+1
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas2-8/+13
2013-10-09allow set different skin for browserboxes.Andrei Karas12-14/+26
2013-10-09Use all parameters in browserbox constructors.Andrei Karas12-18/+24
2013-10-09do not allow at same time scroll by mouse in vertical and horizontal directions.Andrei Karas1-2/+2
2013-10-08split network mutexe into read and write mutexes.Andrei Karas4-20/+25
2013-10-08extent profiler logging into some functions.Andrei Karas7-2/+22
2013-10-08fix profiler working.Andrei Karas2-5/+0
2013-10-08fix target cursor loading in not default themes.Andrei Karas1-5/+6
2013-10-08add support for sounds take and put.Andrei Karas4-1/+16
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas4-22/+27
2013-10-08fix compilation warnings.Andrei Karas1-8/+14
2013-10-08remove unused system headers.Andrei Karas25-40/+12
2013-10-07Use better right click emulation in game.Andrei Karas1-6/+3
2013-10-07emulate right click with SDL2 by multitouch two fingers click.Andrei Karas7-1/+190
2013-10-07fix compilation error with SDL2.Andrei Karas1-1/+4
2013-10-07move window events handling into eventsmanager.Andrei Karas6-204/+134
2013-10-07Move shared event handling code into common handler.Andrei Karas2-87/+57
2013-10-07Move some events code from game into eventsmanager.Andrei Karas4-57/+66
2013-10-07Move some events code from client into eventsmanager.Andrei Karas4-115/+114
2013-10-07Create events manager class.Andrei Karas8-220/+329
2013-10-07improve touch events logging in SDL2.Andrei Karas1-7/+34
2013-10-07invert scrollarea scroll directions on Android.Andrei Karas1-1/+5
2013-10-07fix compilation warning on Android.Andrei Karas1-3/+3
2013-10-07Dont write default show cursor option into config file.Andrei Karas1-1/+0
2013-10-06Fix crash if opened char select dialog and whole game closed by X.Andrei Karas1-0/+1
2013-10-06Show button numbers on onscreen buttons.Andrei Karas2-41/+68
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas16-52/+33
2013-10-06Dont shop "did you know" window by default on Android.Andrei Karas2-8/+12
2013-10-05Add support for min and max label resize size.Andrei Karas4-13/+17
2013-10-05add dynamic labels string cutting.Andrei Karas3-3/+40
2013-10-05Remember sort order in buy dialog between restarts.Andrei Karas7-28/+47
2013-10-05Fix incorrect ShopListBox height.Andrei Karas2-2/+7
2013-10-05Remember sort order in inventory and storage between restarts.Andrei Karas3-2/+44
2013-10-05Allow scroll listboxes and popup list by holding and moving mouse.Andrei Karas4-0/+36
2013-10-05Run click action in list box only after mouse released.Andrei Karas6-8/+14
2013-10-05do mouse scrolling in scroll area only with mouse moved more than 20 px.Andrei Karas1-3/+4
2013-10-05add missing consts in playerinfo.Andrei Karas2-14/+14
2013-10-05fix equipment context menu focus order.Andrei Karas1-0/+1
2013-10-04in drag and drop not allow give to npc or move to trade protected items.Andrei Karas1-2/+9
2013-10-04Fix inventory "store" button if item was protected.Andrei Karas1-3/+3