Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-30 | Add unused warnings to some files. | Andrei Karas | 105 | -826/+894 | |
2012-10-29 | Improved Inventory window graphic in Jewelry Theme. | Hal9OOO | 5 | -0/+18 | |
2012-10-29 | Fix bug with Shop windows in Jewelry Theme. | Hal9OOO | 2 | -0/+2 | |
2012-10-29 | Highlight window header with * if got new chat message with minimized window. | Andrei Karas | 3 | -7/+42 | |
2012-10-28 | Color palette tuning for Jewelry Theme. | Hal9OOO | 2 | -1/+92 | |
2012-10-28 | Update mouse.png in default theme. | Andrei Karas | 1 | -0/+0 | |
2012-10-28 | Fix close button position under Android if window was resized. | Andrei Karas | 1 | -4/+12 | |
2012-10-28 | Fix in internal guichan drawing horisonal lines in some systems. | Andrei Karas | 1 | -1/+1 | |
2012-10-28 | Not allow switch resolution on the fly under Android with OpenGL. | Andrei Karas | 1 | -2/+2 | |
2012-10-28 | Done select always best resolution under Android. | Andrei Karas | 2 | -7/+25 | |
Select it only if current resolution incorrect. | |||||
2012-10-28 | Clean mouse.png from prototype cursors. | Hal9OOO | 1 | -0/+0 | |
2012-10-28 | Add sticky-button feature to Jewelry Theme. | Hal9OOO | 17 | -44/+44 | |
2012-10-28 | Fix stick button placment. | Andrei Karas | 1 | -2/+3 | |
2012-10-28 | Extend window theming. | Andrei Karas | 2 | -2/+15 | |
New theme options: stickyPadding - padding for sticky button from top. stickySpacing - space between sticky button and close button. By default both parameters is 3. | |||||
2012-10-28 | Revert "Non-working StickyButton behaviour in MiniMap window fixed." | Andrei Karas | 1 | -1/+2 | |
This reverts commit 8149c3498148832fc6cfa20b1e2158310d7541b6. | |||||
2012-10-28 | Add Close button on start screen under Android. | Andrei Karas | 2 | -25/+27 | |
2012-10-28 | Non-working StickyButton behaviour in MiniMap window fixed. | Hal9OOO | 1 | -2/+1 | |
2012-10-27 | Change version to 1.2.10.28.v1.2.10.28 | Andrei Karas | 7 | -7/+22 | |
2012-10-27 | update and rebuild translations. | Andrei Karas | 15 | -486/+486 | |
2012-10-27 | Autoselect resolution under android. | Andrei Karas | 5 | -25/+71 | |
2012-10-27 | Add new mouse cursors to default theme. | Andrei Karas | 4 | -0/+2 | |
Also move old cursors to mana theme. | |||||
2012-10-27 | update and rebuld translations. | Andrei Karas | 49 | -33084/+34182 | |
2012-10-27 | Fix code style. | Andrei Karas | 7 | -37/+36 | |
2012-10-26 | Android compilation fixes. | Andrei Karas | 8 | -11/+28 | |
2012-10-26 | Add initial version of mobile OpenGL backend. | Andrei Karas | 16 | -17/+1474 | |
2012-10-25 | Add new cursors to Jewelry theme. | Hal9OOO | 1 | -0/+0 | |
2012-10-25 | Merge branch 'master' of gitorious.org:manaplus/manaplus | Hal9OOO | 21 | -44/+208 | |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 18 | -41/+204 | |
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now. | |||||
2012-10-23 | New cursors added in Jewelry Theme as well. | Hal9OOO | 1 | -0/+0 | |
2012-10-23 | Fix texture sampler settings again. | Andrei Karas | 1 | -1/+1 | |
2012-10-23 | Fix for windows compilation. | Andrei Karas | 2 | -1/+3 | |
2012-10-23 | Fix texture sampler settings. | Andrei Karas | 1 | -1/+0 | |
2012-10-23 | Cursors for warp and mechanism-trigger actions have been added to all themes. | Hal9OOO | 3 | -0/+0 | |
2012-10-23 | Move OpenGL error conversion to string to graphicsmanager. | Andrei Karas | 3 | -25/+38 | |
2012-10-23 | Set for all textures max mipmap level to 0. | Andrei Karas | 1 | -0/+2 | |
2012-10-23 | Add support for OpenGL debug extensions. | Andrei Karas | 6 | -1/+134 | |
2012-10-23 | Add OpenGL debug extensions bindings. | Andrei Karas | 3 | -12/+47 | |
Also show in log information about known extensions. | |||||
2012-10-22 | Add auto resize feature to equipment window for correct placing slots. | Andrei Karas | 4 | -29/+55 | |
2012-10-21 | Add padding to textfield in Jewelry Theme. | epoc | 1 | -1/+6 | |
2012-10-22 | Extend item container theming. | Andrei Karas | 3 | -1/+8 | |
New theme parameters: paddingItemX - padding for item icon from left paddingItemY - padding for item icon from top | |||||
2012-10-21 | Extend theming for textpreview. | Andrei Karas | 5 | -6/+52 | |
New theme file: textpreview.xml Theme option: padding | |||||
2012-10-21 | Extend password field theming. | Andrei Karas | 1 | -1/+1 | |
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible. | |||||
2012-10-21 | Extend password field theming. | Andrei Karas | 5 | -4/+13 | |
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible. | |||||
2012-10-21 | Extend textfield theming. | Andrei Karas | 4 | -41/+89 | |
New theme options: padding frameSize | |||||
2012-10-21 | Rename theme file textfield_background.xml to textfield.xml | Andrei Karas | 7 | -5/+8 | |
2012-10-21 | Fix item selection in shoplistbox class. | Andrei Karas | 1 | -1/+1 | |
2012-10-21 | Extend playerbox theming. | Andrei Karas | 6 | -63/+90 | |
New theme options: offsetX - offset for player by x. Default -16 offsetY - offset for player by y. Default -32 frameSize - frame size. Default 2 | |||||
2012-10-21 | Fix compilation error from previous commits. | Andrei Karas | 1 | -0/+2 | |
2012-10-21 | Rename theme file playerbox_background.xml to playerbox.xml | Andrei Karas | 7 | -6/+6 | |
2012-10-21 | Extend theming itemcontainer (used in inventory, trade window etc) | Andrei Karas | 6 | -14/+47 | |
New theme file: itemcontainer.xml Options in file: boxWidth - item box width. Default value 35. boxHeight - item box height. Default value 53. equippedTextPadding - padding for item amount or equipped text. Default value 29. |