summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-04add pickup and drop sound effects.Andrei Karas10-11/+58
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas14-42/+160
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas9-73/+82
2013-10-04Add new item sound events constants.Andrei Karas7-29/+37
2013-10-04add generic way for loading item sounds.Andrei Karas1-8/+20
2013-10-04fix compilation with cmake.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas109-291/+278
2013-10-02add support for /me command inside /away comand.Andrei Karas3-4/+25
2013-10-02fix char sign in online list in tmw like servers.Andrei Karas1-4/+4
2013-10-02Add command /dumpgl to show OpenGL version string in chat.Andrei Karas3-0/+19
2013-10-02bit cleanup tabbedarea.Andrei Karas4-16/+9
2013-10-02Add support for gm detection in online list on "new" tmw server.Andrei Karas1-0/+10
2013-10-02Add legacy target selection image in mana theme.Andrei Karas1-1/+1
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas21-225/+265
2013-10-01Add on screen buttons layout 3x3, 4x2, 4x3Andrei Karas4-49/+145
2013-09-30fix slow login update time.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas54-109/+126
2013-09-30move mgl files into render directory.Andrei Karas6-7/+7
2013-09-30move tabs into tabs directory.Andrei Karas78-183/+195
2013-09-30move popups into popups directory.Andrei Karas34-58/+76
2013-09-30move windows classes to windows directory.Andrei Karas146-474/+521
2013-09-29add additional translation comments to popup menu items.Andrei Karas1-1/+177
2013-09-29change smaller letter literalt into capital letter.Andrei Karas52-207/+207
2013-09-29reset safemode always after start.Andrei Karas1-1/+1
2013-09-29Add support for opening browser in Android with SDL2.Andrei Karas1-1/+7