summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-10Fix help button before login to game.Andrei Karas2-1/+7
2013-10-09fix manaplus.cbp again.Andrei Karas1-502/+495
2013-10-09fix compilation under windows with codeblocks.Andrei Karas1-0/+1
2013-10-09fix a bit codeblocks project file.Andrei Karas1-600/+400
2013-10-09Add help button into right top corner.Andrei Karas1-0/+18
2013-10-09update liberation fonts.Andrei Karas4-0/+0
2013-10-09Add browserbox links theme options.Andrei Karas15-14/+25
New theme options: highlightBackground - highlight link with background filling. highlightUnderline - highlight link with underline.
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 Karas7-1/+21
New theme file: onlinebrowserbox.xml
2013-10-09add support for popup menu browserbox theming.Andrei Karas12-1/+60
New theme file: popupbrowserbox.xml
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas3-8/+14
2013-10-09allow set different skin for browserboxes.Andrei Karas12-14/+26
2013-10-09Use all parameters in browserbox constructors.Andrei Karas12-18/+24
Also load browserbox skin for each instance.
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
"take" played if take item from container like inventory "put" played if put item into container.
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas15-24/+119
2013-10-08fix compilation warnings.Andrei Karas1-8/+14
2013-10-08remove unused system headers.Andrei Karas25-40/+12
also remplace legacy headers.
2013-10-08update translations.Andrei Karas18-46417/+49442
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
Move events logging into EventsManager.
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-06Improve header and footer in help window.Andrei Karas7-9/+19
Add download page into help.
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
Using it in character selection dialog.
2013-10-05add dynamic labels string cutting.Andrei Karas3-3/+40
using it in char creation dialog.
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-05Add missing dir into Android.mk.Andrei Karas1-0/+1
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
Before was on mouse pressed.
2013-10-05do mouse scrolling in scroll area only with mouse moved more than 20 px.Andrei Karas1-3/+4
Before was 10 px.
2013-10-05add missing consts in playerinfo.Andrei Karas2-14/+14