Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-04 | rename Setup into SetupWindow. | Andrei Karas | 1 | -1/+1 | |
2014-01-31 | Combine "Mod" and "Stop attack" keys. | Andrei Karas | 1 | -3/+5 | |
Remove old "Mod" key because it conflicting with "Stop attack" | |||||
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-22 | allow fill complete part of progress bar with images. | Andrei Karas | 1 | -2/+2 | |
For this need add in progress bar theme file option fillImage and set it to 1. Then add progress bar xml file for image with name: name_fill.xml. Default is: progressbar_fill.xml New theme option: fillImage New theme file (default name): progressbar_fill.xml | |||||
2013-12-22 | allow use different theme file for different progress bars. | Andrei Karas | 1 | -2/+4 | |
2013-12-09 | Add text colors for weight bar. | Andrei Karas | 1 | -0/+2 | |
New theme colors: WEIGHT_BAR, WEIGHT_BAR_OUTLINE | |||||
2013-12-04 | Add new color for slots progress bar in inventory. | Andrei Karas | 1 | -0/+2 | |
New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE. | |||||
2013-10-24 | add final keyword to windows files. | Andrei Karas | 1 | -2/+2 | |
2013-10-19 | move virtual member calls from textpopup constructor into postInit. | Andrei Karas | 1 | -0/+2 | |
2013-10-19 | remove unused variables from inventorywindow. | Andrei Karas | 1 | -2/+0 | |
2013-10-19 | move virtual member calls from inventory window constuctor into postInit. | Andrei Karas | 1 | -0/+4 | |
2013-10-05 | Remember sort order in inventory and storage between restarts. | Andrei Karas | 1 | -2/+40 | |
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 | 1 | -2/+1 | |
Works like equip/unequip effects. | |||||
2013-10-04 | add sound effects for equip/unequip/use items for local player. | Andrei Karas | 1 | -15/+3 | |
It using: "equip", "unequip", "use" effects from items. If no item effect present, fallback to same effects from player race. | |||||
2013-10-04 | move equip/unequip/use calls into playerinfo. | Andrei Karas | 1 | -29/+5 | |
2013-10-04 | fix code style. | Andrei Karas | 1 | -3/+0 | |
2013-09-30 | move db files into db directory. | Andrei Karas | 1 | -1/+1 | |
2013-09-30 | move popups into popups directory. | Andrei Karas | 1 | -1/+2 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -0/+835 | |