# HG changeset patch # User Wuzzy # Date 1554677948 -7200 # Node ID 4deba377799e4228830c47d35a5c73fae1ae84c3 # Parent e2c041b00594752977d8e3fc75c834a3a09262b2 Fix floating pixels if wielding and rotating cleaver diff -r e2c041b00594 -r 4deba377799e ChangeLog.txt --- a/ChangeLog.txt Sun Apr 07 23:47:58 2019 +0200 +++ b/ChangeLog.txt Mon Apr 08 00:59:08 2019 +0200 @@ -61,6 +61,7 @@ * Fix speech bubbles overlapping in the wrong order * Fix wrong ice beam angle if it goes diagonally up out of map through world wrap * Fix double water splash when flying saucer drowns + * Fix odd floating pixels when wielding and rotating cleaver Game HUD: + Colorize switching arrows, pointing arrow and target cross in clan color diff -r e2c041b00594 -r 4deba377799e hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Apr 07 23:47:58 2019 +0200 +++ b/hedgewars/uVariables.pas Mon Apr 08 00:59:08 2019 +0200 @@ -756,7 +756,7 @@ (FileName: 'botlevels'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 22; Height: 15; imageWidth: 22; imageHeight: 15; saveSurf: true; critical: true; checkSum: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprBotlevels (FileName: 'amCleaver'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 64; Height: 64; imageWidth: 64; imageHeight: 64; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: false),// sprHandKnife + Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprHandKnife (FileName: 'cleaver'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 64; Height: 64; imageWidth: 64; imageHeight: 128; saveSurf: false; critical: true; checkSum: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprKnife (FileName: 'star'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; diff -r e2c041b00594 -r 4deba377799e share/hedgewars/Data/Graphics/Hedgehog/amCleaver.png Binary file share/hedgewars/Data/Graphics/Hedgehog/amCleaver.png has changed