Age | Commit message (Expand) | Author | Files | Lines |
2013-10-06 | Fix crash if opened char select dialog and whole game closed by X. | Andrei Karas | 1 | -0/+1 |
2013-10-06 | remove unused includes and remove default parameter in being. | Andrei Karas | 4 | -8/+2 |
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 | 3 | -28/+43 |
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 | 2 | -2/+42 |
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 | 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 | 3 | -5/+5 |
2013-10-04 | add sound effects for equip/unequip/use items for local player. | Andrei Karas | 4 | -21/+9 |
2013-10-04 | move equip/unequip/use calls into playerinfo. | Andrei Karas | 4 | -49/+11 |
2013-10-04 | fix code style. | Andrei Karas | 87 | -236/+216 |
2013-10-02 | fix char sign in online list in tmw like servers. | Andrei Karas | 1 | -4/+4 |
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-01 | replace tile size from 32 to mapTitleSize. | Andrei Karas | 5 | -17/+19 |
2013-10-01 | Add on screen buttons layout 3x3, 4x2, 4x3 | Andrei Karas | 1 | -20/+12 |
2013-09-30 | move db files into db directory. | Andrei Karas | 7 | -10/+14 |
2013-09-30 | move tabs into tabs directory. | Andrei Karas | 57 | -68/+74 |
2013-09-30 | move popups into popups directory. | Andrei Karas | 31 | -29/+46 |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 108 | -149/+181 |
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 | 29 | -59/+59 |
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 | 4 | -4/+4 |
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 | 1 | -1/+1 |
2013-09-28 | add const for methods return values. | Andrei Karas | 8 | -17/+17 |
2013-09-28 | Use fonts loading with physfs only with SDL2. | Andrei Karas | 1 | -5/+5 |
2013-09-27 | Fix fonts loading on windows. | Andrei Karas | 1 | -1/+8 |
2013-09-27 | fix code style and issues with different builds. | Andrei Karas | 3 | -3/+2 |
2013-09-27 | fix reading auction bot integration checkbox. | Andrei Karas | 1 | -0/+1 |
2013-09-26 | remove useless virtual keywords. | Andrei Karas | 31 | -103/+101 |
2013-09-26 | Change type for mCaptionAlign in Window class. | Andrei Karas | 2 | -3/+4 |
2013-09-26 | Change destructors to virtual in all basic classes. | Andrei Karas | 12 | -16/+16 |
2013-09-25 | fix compilation varnings | Andrei Karas | 1 | -6/+1 |
2013-09-25 | improve construcors in abstract classes. | Andrei Karas | 9 | -84/+84 |
2013-09-25 | improve a bit strings declaration. | Andrei Karas | 13 | -36/+36 |
2013-09-23 | fix calling gettext before gettext initialisation. | Andrei Karas | 2 | -4/+4 |
2013-09-22 | by default assign back button to quit in SDL2 on Android. | Andrei Karas | 1 | -0/+3 |
2013-09-22 | add support in ADNROID+SDL2 for loading data from assets. | Andrei Karas | 1 | -2/+7 |
2013-09-22 | load fonts in separate function. | Andrei Karas | 2 | -5/+11 |
2013-09-22 | fix compilation and partial running with SDL2 on Android. | Andrei Karas | 2 | -0/+16 |
2013-09-20 | improve a bit code speed. | Andrei Karas | 5 | -8/+7 |
2013-09-19 | fix some compilation issues in different platforms. | Andrei Karas | 2 | -2/+2 |