summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-13Fix includes and update deheader ci script.Andrei Karas107-155/+110
2016-06-12Update deheader ci tests for support new parameters.Andrei Karas1-1/+3
2016-06-11In ci scripts use local debian mirror if run on local runner.Andrei Karas1-0/+11
2016-06-11Remove unused includes.Andrei Karas8-88/+0
2016-06-10Fix space usage in login dialog in SDL2 builds.Andrei Karas1-0/+4
2016-06-10Fix typo handleActicateKey -> handleActivateKeyAndrei Karas3-5/+5
2016-06-09Update sdl2 build script for use tmp directory.Andrei Karas1-4/+7
2016-06-09Dont send packet CMSG_WHO_REQUEST on unsupported tmwa versions.Andrei Karas1-0/+3
2016-06-08Simplify set weapon sprite.Andrei Karas12-119/+14
2016-06-08Add setWeaponId into Being class.Andrei Karas6-0/+22
2016-06-08Simplify setTempSprite in Being.Andrei Karas2-21/+1
2016-06-08Add setTempSprite method into Being.Andrei Karas12-123/+113
2016-06-08Remove default value from parameter cards in Being->setSprite.Andrei Karas10-94/+186
2016-06-08Remove default value from parameter isItemSprite in Being->setSprite.Andrei Karas10-87/+177
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas10-82/+220
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas10-71/+235
2016-06-08Remove default value from parameter color in Being->setSprite.Andrei Karas9-43/+43
2016-06-08Add support for getting sprite color by cards in Being.Andrei Karas2-4/+10
But for now mostly unused.
2016-06-08Add strong typed bool IsTempSprite.Andrei Karas7-17/+61
2016-06-08Add strong typed bool IsWeapon.Andrei Karas12-32/+117
2016-06-07Move subimage class into image directory.Andrei Karas6-11/+13
2016-06-07Move image class into image directory.Andrei Karas75-88/+128
2016-06-07Remove duplicates from .gitlab-ci.yml and fix some job names.Andrei Karas1-18/+2
2016-06-07Move most slow deheader ci jobs into first deheader jobs.Andrei Karas1-168/+168
2016-06-06Add missing file.Andrei Karas2-0/+101
2016-06-06Add support for load pseudo atlas, where atlas and each image in it will not ↵Andrei Karas5-1/+74
use any images.
2016-06-06Load special tilesets in ignored atlas.Andrei Karas6-0/+60
Special tilesets for now is collision and levels. After can be other.
2016-06-06Fix compilation warnings if use debug images define.Andrei Karas1-2/+2
2016-06-06Report in map reader if loaded tilesets not included into atlases.Andrei Karas2-2/+17
2016-06-06Add image type for image classes. for detect what kind of class used in image.Andrei Karas5-0/+43
2016-06-06Add assert into map reader.Andrei Karas1-13/+19
Now it will show assert if atlas missing for some map.
2016-06-05Add ci jobs for run deheader without OpenGL flags.Andrei Karas1-0/+1460
2016-06-05Remove useless header include if OpenGL not enabled.Andrei Karas1-2/+4
2016-06-04Fix nuke command and menu action. Rename gm nuke command into /gmnuke.Andrei Karas2-2/+2
2016-06-04Show hightlighted messages in chat also if tab active but window minimized ↵Andrei Karas1-6/+8
or no input focus.
2016-06-04Change version to 1.6.6.4v1.6.6.4Andrei Karas9-9/+20
2016-06-04Fix compilation for MacOSX.Andrei Karas1-1/+1
2016-06-04Update manaplus.cbp.Andrei Karas1-2/+29
2016-06-04Remove fake build from .gitlab-ci.ymlAndrei Karas1-9/+0
2016-06-04Update Android.mk.Andrei Karas1-0/+2
2016-06-04Update translations.Andrei Karas22-5112/+3791
2016-06-04PNGcrushed window bitmapHello=)1-0/+0
2016-06-04Changelog updatedHello=)1-1/+2
2016-06-04Fix: channels are using different colorsHello=)1-19/+19
It makes it harder to mix channels and whispers.
2016-06-04Port 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-04Take on dropdowns, button looks better nowHello=)2-0/+6
2016-06-04Some attentin to buttons and tabsHello=)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-04Reworked checkboxes appearanceHello=)2-1/+1
2016-06-04Fixed stupid bug: selected slot in items window looked really oddHello=)3-2/+17
2016-06-04In .gitlab-ci.yml move tests to first positions, because they most slow.Andrei Karas1-81/+83