Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-08 | Remove default value from parameter color in Being->setSprite. | Andrei Karas | 9 | -43/+43 | |
2016-06-08 | Add support for getting sprite color by cards in Being. | Andrei Karas | 2 | -4/+10 | |
But for now mostly unused. | |||||
2016-06-08 | Add strong typed bool IsTempSprite. | Andrei Karas | 7 | -17/+61 | |
2016-06-08 | Add strong typed bool IsWeapon. | Andrei Karas | 12 | -32/+117 | |
2016-06-07 | Move subimage class into image directory. | Andrei Karas | 6 | -11/+13 | |
2016-06-07 | Move image class into image directory. | Andrei Karas | 75 | -88/+128 | |
2016-06-07 | Remove duplicates from .gitlab-ci.yml and fix some job names. | Andrei Karas | 1 | -18/+2 | |
2016-06-07 | Move most slow deheader ci jobs into first deheader jobs. | Andrei Karas | 1 | -168/+168 | |
2016-06-06 | Add missing file. | Andrei Karas | 2 | -0/+101 | |
2016-06-06 | Add support for load pseudo atlas, where atlas and each image in it will not ↵ | Andrei Karas | 5 | -1/+74 | |
use any images. | |||||
2016-06-06 | Load special tilesets in ignored atlas. | Andrei Karas | 6 | -0/+60 | |
Special tilesets for now is collision and levels. After can be other. | |||||
2016-06-06 | Fix compilation warnings if use debug images define. | Andrei Karas | 1 | -2/+2 | |
2016-06-06 | Report in map reader if loaded tilesets not included into atlases. | Andrei Karas | 2 | -2/+17 | |
2016-06-06 | Add image type for image classes. for detect what kind of class used in image. | Andrei Karas | 5 | -0/+43 | |
2016-06-06 | Add assert into map reader. | Andrei Karas | 1 | -13/+19 | |
Now it will show assert if atlas missing for some map. | |||||
2016-06-05 | Add ci jobs for run deheader without OpenGL flags. | Andrei Karas | 1 | -0/+1460 | |
2016-06-05 | Remove useless header include if OpenGL not enabled. | Andrei Karas | 1 | -2/+4 | |
2016-06-04 | Fix nuke command and menu action. Rename gm nuke command into /gmnuke. | Andrei Karas | 2 | -2/+2 | |
2016-06-04 | Show hightlighted messages in chat also if tab active but window minimized ↵ | Andrei Karas | 1 | -6/+8 | |
or no input focus. | |||||
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 | |