Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-04 | Change version to 1.6.6.4v1.6.6.4 | Andrei Karas | 9 | -9/+20 | |
2016-06-04 | Fix compilation for MacOSX. | Andrei Karas | 1 | -1/+1 | |
2016-06-04 | Update manaplus.cbp. | Andrei Karas | 1 | -2/+29 | |
2016-06-04 | Remove fake build from .gitlab-ci.yml | Andrei Karas | 1 | -9/+0 | |
2016-06-04 | Update Android.mk. | Andrei Karas | 1 | -0/+2 | |
2016-06-04 | Update translations. | Andrei Karas | 22 | -5112/+3791 | |
2016-06-04 | PNGcrushed window bitmap | Hello=) | 1 | -0/+0 | |
2016-06-04 | Changelog updated | Hello=) | 1 | -1/+2 | |
2016-06-04 | Fix: channels are using different colors | Hello=) | 1 | -19/+19 | |
It makes it harder to mix channels and whispers. | |||||
2016-06-04 | Port of close button glow and choping of titlebar sizes. | Hello=) | 25 | -99/+121 | |
Close buttno now glows titlebar parts on hover, this reqired massive changes to coordinates and window bitmaps. Then, once it had to be reshuffled anyway, I've took opportunity to reduce some titlebar sized a bit, windows now a bit more compact. | |||||
2016-06-04 | Take on dropdowns, button looks better now | Hello=) | 2 | -0/+6 | |
2016-06-04 | Some attentin to buttons and tabs | Hello=) | 1 | -0/+0 | |
Tabs are now using more consistent bit patterns for various versions, slightly more aggressive highlighting for active tab. Buttons also got more consistent patterns, visible repeated stripes are fixed and pressed buttons not just change bevels, but also move bit pattern to make it more convincing. | |||||
2016-06-04 | Reworked checkboxes appearance | Hello=) | 2 | -1/+1 | |
2016-06-04 | Fixed stupid bug: selected slot in items window looked really odd | Hello=) | 3 | -2/+17 | |
2016-06-04 | In .gitlab-ci.yml move tests to first positions, because they most slow. | Andrei Karas | 1 | -81/+83 | |
2016-06-04 | Add deheader into ci tools. | Andrei Karas | 5 | -0/+1544 | |
For now it running only for default flags and for default + SDL2. | |||||
2016-06-04 | Remove some useless includes if using SDL2. | Andrei Karas | 11 | -13/+40 | |
2016-06-04 | Remove some more includes from unit tests. | Andrei Karas | 1 | -3/+0 | |
2016-06-04 | Remove extra include from unit tests. | Andrei Karas | 4 | -10/+0 | |
2016-06-04 | Fix unused wariable in unit tests. | Andrei Karas | 1 | -1/+2 | |
2016-06-04 | Add missing include | Andrei Karas | 1 | -0/+1 | |
2016-06-03 | Fix code style. | Andrei Karas | 12 | -12/+22 | |
2016-06-03 | Fix compilation for Android. | Andrei Karas | 1 | -3/+6 | |
2016-06-02 | Fix unit tests after last updates. | Andrei Karas | 3 | -12/+25 | |
Disable some tests because they failing from asserts. | |||||
2016-06-02 | Switch make test script from using separate directory to main directory. | Andrei Karas | 1 | -5/+3 | |
2016-06-02 | Show asserts for most errors in resource dbs. | Andrei Karas | 13 | -37/+54 | |
2016-06-02 | Add missing attribute to paths.xml for set include directory for badges. | Andrei Karas | 1 | -0/+1 | |
2016-06-02 | Collect asserts before creating chat window | Andrei Karas | 6 | -0/+105 | |
and after show all collected asserts in debug chat tab. | |||||
2016-06-02 | Add missing file into make files. | Andrei Karas | 2 | -0/+2 | |
2016-06-02 | Enable ItemFieldType constructor for all compilers. | Andrei Karas | 1 | -2/+0 | |
2016-06-02 | Add support for status effect name translation. | Andrei Karas | 1 | -1/+2 | |
2016-06-02 | Add support for configurable item stat fields. | Andrei Karas | 7 | -91/+232 | |
This fields defined in itemfields.xml Can be used in items.xml All default fields removed from ManaPlus. If need use it, please add fields to itemfields.xml in client data. | |||||
2016-06-01 | Move item field type class into separate file. | Andrei Karas | 4 | -22/+56 | |
2016-06-01 | Dont try to play gui sound if it empty. | Andrei Karas | 1 | -2/+9 | |
2016-05-31 | Add in minimap context menu option to return camera to default state. | Andrei Karas | 1 | -0/+7 | |
2016-05-31 | Add char command /restorecamera for restore camera to default state. | Andrei Karas | 5 | -0/+18 | |
2016-05-31 | Change some build script to use separate directory for temp files. | Andrei Karas | 7 | -15/+25 | |
2016-05-31 | Fix /msg chat command for channels. | Andrei Karas | 1 | -3/+9 | |
2016-05-31 | Fix compilation error in itemdb. | Andrei Karas | 1 | -2/+2 | |
2016-05-31 | Add to items attributes hprecover and sprecover. For recovery rates. | Andrei Karas | 1 | -0/+4 | |
2016-05-31 | Fix compilation without OpenGL in setup_video.cpp again. | Andrei Karas | 1 | -0/+2 | |
2016-05-31 | Fix compilation without OpenGL in setup_video.cpp. | Andrei Karas | 1 | -0/+6 | |
2016-05-31 | Change default max chars per chat message from 300 to 512. | Andrei Karas | 1 | -1/+1 | |
2016-05-31 | Fix compilation without OpenGL. | Andrei Karas | 1 | -1/+5 | |
2016-05-31 | Fix comments formatting in copynpaste.cpp | Andrei Karas | 1 | -2/+2 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 46 | -45/+138 | |
2016-05-31 | Add USE_X11 define into make file. | Andrei Karas | 2 | -1/+15 | |
2016-05-29 | Fix compilation without OpenGL. | Andrei Karas | 1 | -1/+3 | |
2016-05-29 | Update translations. | Andrei Karas | 23 | -2047/+2047 | |
2016-05-29 | Fix code style. | Andrei Karas | 15 | -50/+26 | |