Age | Commit message (Expand) | Author | Files | Lines |
2013-10-06 | Improve header and footer in help window. | Andrei Karas | 7 | -9/+19 |
2013-10-06 | Show button numbers on onscreen buttons. | Andrei Karas | 2 | -41/+68 |
2013-10-06 | remove unused includes and remove default parameter in being. | Andrei Karas | 16 | -52/+33 |
2013-10-06 | Dont shop "did you know" window by default on Android. | Andrei Karas | 2 | -8/+12 |
2013-10-05 | Add support for min and max label resize size. | Andrei Karas | 4 | -13/+17 |
2013-10-05 | add dynamic labels string cutting. | Andrei Karas | 3 | -3/+40 |
2013-10-05 | Remember sort order in buy dialog between restarts. | Andrei Karas | 7 | -28/+47 |
2013-10-05 | Fix incorrect ShopListBox height. | Andrei Karas | 2 | -2/+7 |
2013-10-05 | Remember sort order in inventory and storage between restarts. | Andrei Karas | 3 | -2/+44 |
2013-10-05 | Add missing dir into Android.mk. | Andrei Karas | 1 | -0/+1 |
2013-10-05 | Allow scroll listboxes and popup list by holding and moving mouse. | Andrei Karas | 4 | -0/+36 |
2013-10-05 | Run click action in list box only after mouse released. | Andrei Karas | 6 | -8/+14 |
2013-10-05 | do mouse scrolling in scroll area only with mouse moved more than 20 px. | Andrei Karas | 1 | -3/+4 |
2013-10-05 | add missing consts in playerinfo. | Andrei Karas | 2 | -14/+14 |
2013-10-05 | fix equipment context menu focus order. | Andrei Karas | 1 | -0/+1 |
2013-10-04 | in drag and drop not allow give to npc or move to trade protected items. | Andrei Karas | 1 | -2/+9 |
2013-10-04 | Fix inventory "store" button if item was protected. | Andrei Karas | 1 | -3/+3 |
2013-10-04 | add pickup and drop sound effects. | Andrei Karas | 10 | -11/+58 |
2013-10-04 | add sound effects for equip/unequip/use items for local player. | Andrei Karas | 14 | -42/+160 |
2013-10-04 | move equip/unequip/use calls into playerinfo. | Andrei Karas | 9 | -73/+82 |
2013-10-04 | Add new item sound events constants. | Andrei Karas | 7 | -29/+37 |
2013-10-04 | add generic way for loading item sounds. | Andrei Karas | 1 | -8/+20 |
2013-10-04 | fix typo in emotes xml. | Andrei Karas | 1 | -1/+1 |
2013-10-04 | fix compilation with cmake. | Andrei Karas | 1 | -1/+1 |
2013-10-04 | fix code style. | Andrei Karas | 109 | -291/+278 |
2013-10-02 | add support for /me command inside /away comand. | Andrei Karas | 3 | -4/+25 |
2013-10-02 | fix char sign in online list in tmw like servers. | Andrei Karas | 1 | -4/+4 |
2013-10-02 | Add command /dumpgl to show OpenGL version string in chat. | Andrei Karas | 3 | -0/+19 |
2013-10-02 | bit cleanup tabbedarea. | Andrei Karas | 4 | -16/+9 |
2013-10-02 | Add support for gm detection in online list on "new" tmw server. | Andrei Karas | 1 | -0/+10 |
2013-10-02 | Add legacy target selection image in mana theme. | Andrei Karas | 15 | -2/+116 |
2013-10-01 | replace tile size from 32 to mapTitleSize. | Andrei Karas | 21 | -225/+265 |
2013-10-01 | Add on screen buttons layout 3x3, 4x2, 4x3 | Andrei Karas | 4 | -49/+145 |
2013-09-30 | fix slow login update time. | Andrei Karas | 1 | -1/+1 |
2013-09-30 | move db files into db directory. | Andrei Karas | 55 | -109/+127 |
2013-09-30 | move mgl files into render directory. | Andrei Karas | 6 | -7/+7 |
2013-09-30 | move tabs into tabs directory. | Andrei Karas | 78 | -183/+195 |
2013-09-30 | move popups into popups directory. | Andrei Karas | 35 | -58/+77 |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 147 | -474/+522 |
2013-09-29 | add additional translation comments to popup menu items. | Andrei Karas | 1 | -1/+177 |
2013-09-29 | change smaller letter literalt into capital letter. | Andrei Karas | 52 | -207/+207 |
2013-09-29 | reset safemode always after start. | Andrei Karas | 1 | -1/+1 |
2013-09-29 | Add support for opening browser in Android with SDL2. | Andrei Karas | 1 | -1/+7 |
2013-09-29 | fix crash if open rename map item dialog and walk to other map. | Andrei Karas | 2 | -14/+24 |
2013-09-29 | Fix password length limit messages. | Andrei Karas | 7 | -7/+7 |
2013-09-29 | Show SDL version in client version and in updates. | Andrei Karas | 1 | -2/+7 |
2013-09-29 | fix custom update servers from gui. | Andrei Karas | 1 | -1/+1 |
2013-09-28 | add const for methods return values. | Andrei Karas | 9 | -13/+14 |
2013-09-28 | add const for methods return values. | Andrei Karas | 35 | -63/+65 |
2013-09-28 | Add Android.mk into make files.v1.3.9.29 | Andrei Karas | 1 | -0/+1 |