Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-06 | Fix onscreen buttons position. | Andrei Karas | 1 | -2/+5 | |
New theme option: clickborder - clickable border near onscreen button. | |||||
2013-02-06 | Set onscreen default buttons size depend on screen resolution. | Andrei Karas | 4 | -2/+21 | |
2013-02-06 | Fix initial setup window resize issue. | Andrei Karas | 1 | -0/+1 | |
2013-02-06 | Fix char createion dialog for small screens and jewelry theme. | Andrei Karas | 1 | -18/+18 | |
2013-02-06 | Add google play url to update text on Android. | Andrei Karas | 1 | -1/+3 | |
2013-02-06 | Allow open browser on Android. | Andrei Karas | 1 | -4/+8 | |
2013-02-06 | Add support in register dialog for apply/close by keyboard | Andrei Karas | 1 | -1/+22 | |
Default keys: enter and esc | |||||
2013-02-06 | Remove specials window and db. | Andrei Karas | 4 | -544/+0 | |
It was used only in manaserv and manaserv support now almost deleted. | |||||
2013-02-06 | Unassign default key for "change move type" (it was KP0) | Andrei Karas | 1 | -1/+1 | |
2013-02-06 | Allow hide yellow bar. | Andrei Karas | 2 | -2/+24 | |
By default in new configurations yellow bar is hidden. | |||||
2013-02-05 | Add missing checks to being class. | Andrei Karas | 4 | -115/+94 | |
2013-02-05 | Add checks and const to animatedsprites and related classes. | Andrei Karas | 22 | -48/+69 | |
2013-02-05 | Add missing checks and consts. | Andrei Karas | 7 | -95/+74 | |
2013-02-05 | Improve a bit image particle limits checking. | Andrei Karas | 1 | -11/+15 | |
2013-02-03 | By default hide "WIN" button. | Andrei Karas | 1 | -1/+1 | |
2013-02-03 | Block right click on top right buttons on small resolutions. | Andrei Karas | 1 | -1/+1 | |
2013-02-03 | Add ability to scroll menu popups. | Andrei Karas | 2 | -3/+21 | |
2013-02-03 | Add support for small screens with on screen top right buttons. | Andrei Karas | 11 | -95/+153 | |
Add button "WIN" to buttons list. | |||||
2013-02-03 | Fix some size issues in create char dialog on small screens. | Andrei Karas | 2 | -36/+44 | |
2013-02-03 | Fix inventory sorting. | Andrei Karas | 8 | -81/+83 | |
Was broken because conflict with buy dialog sorting. | |||||
2013-02-02 | Fix errors in some compilers.v1.3.2.3 | Andrei Karas | 7 | -16/+16 | |
2013-02-02 | Change version to 1.2.3.2 | Andrei Karas | 1 | -2/+2 | |
2013-02-02 | Update year in debug files. | Andrei Karas | 4 | -4/+4 | |
2013-02-01 | Fix code style. | Andrei Karas | 16 | -31/+30 | |
2013-02-01 | update and rebuild translations. | Andrei Karas | 1 | -4/+4 | |
2013-02-01 | Add own update message for Android. | Andrei Karas | 1 | -2/+8 | |
2013-02-01 | Move buttons in character selection dialog. | Andrei Karas | 1 | -3/+7 | |
2013-02-01 | Fix some resize issues in setup window. | Andrei Karas | 6 | -9/+34 | |
2013-01-31 | Add default avatars support for npcs. | Andrei Karas | 5 | -1/+32 | |
2013-01-31 | Fix layout issue of filter buttons in Inventory window. | Hal9000 | 1 | -1/+1 | |
2013-01-31 | Allow resize setup window buttons and tabs panel. | Andrei Karas | 2 | -0/+23 | |
2013-01-30 | Fix minimal windows sizes for very small screens (320x240) | Andrei Karas | 12 | -17/+23 | |
2013-01-30 | Fix error and code style in avatarlistbox. | Andrei Karas | 1 | -5/+12 | |
2013-01-30 | Extend themability of avatarlistbox. | Hal9000 | 2 | -6/+8 | |
2013-01-30 | Add sort option to buy dialog from players. | Andrei Karas | 3 | -3/+181 | |
2013-01-29 | Add new 4 tips. | Andrei Karas | 1 | -2/+8 | |
Also fix previous button in did you know window. | |||||
2013-01-27 | In char selection dialog add support for selecting character by clicking on ↵ | Andrei Karas | 3 | -0/+15 | |
image. | |||||
2013-01-27 | Fix incorrect map loading on first run for server. | Andrei Karas | 2 | -55/+59 | |
2013-01-27 | Set jewelry theme default on Android. | Andrei Karas | 1 | -1/+2 | |
2013-01-27 | Add ability to maps to play music files with map name. | Andrei Karas | 2 | -1/+17 | |
If music attribute missing, music can be played with name MAP.ogg | |||||
2013-01-27 | Add option to autoresize minimaps. | Andrei Karas | 4 | -10/+32 | |
New option: misc \ maps \ resize minimaps. | |||||
2013-01-27 | Fix bug with shoplistbox.xml file. | Hal9000 | 1 | -2/+2 | |
2013-01-27 | Add missing check to skilldialog. | Andrei Karas | 1 | -1/+1 | |
2013-01-26 | Fix show ping time if timer overflowed and still no response from server. | Andrei Karas | 3 | -21/+23 | |
2013-01-26 | Add support for manual compression selection. | Andrei Karas | 6 | -19/+61 | |
2013-01-25 | Add empty handlers for accelerometer events in Android version. | Andrei Karas | 3 | -0/+24 | |
2013-01-25 | Remove unused code for Android keyboard. | Andrei Karas | 2 | -15/+0 | |
2013-01-25 | Set default Android fps limit to 100. | Andrei Karas | 1 | -1/+2 | |
Most devices anyway have build it fps limit and 100 here for protection. | |||||
2013-01-25 | Fix news.txt loading. | Andrei Karas | 1 | -13/+7 | |
Before was skipped empty lines. | |||||
2013-01-24 | Fix map layers draw again. | Andrei Karas | 1 | -1/+1 | |