* units - touch-up to orcish crossbow
* remove iCCP chunk from some PNGs
* units - initial n-facing orcish archer sprite frames
* units - orcish archer north bow attack anim
* units - orcish archer north idle anim
* units - add north-facing melee defense anim for orcish archer
* unit sprites - remove iCCP chunk from PNGs
* units - orcish archer north wounded-bobbing anim
* units - minor touch-ups to bowman and orc warrior
* ran wmlindent
This shifts many bobbing animations to only run if the unit HP falls below a certain point. Bobbing animations are a subset of standing animation, it is a case-by-case decision whether an animation should fall into this category or even be affected by this change.
Also in this:
* add wounded filter to STANDARD_IDLE_FILTER
* unit sprites - update orcish grunt and heaving anim
* units - north-facing sprites for orcish grunt
Some changes in libpng 1.6+ cause it issue warning or even not work correctly with the original HP/MS sRGB profile. You will notice this in stderr:
libpng warning: iCCP: known incorrect sRGB profile
The old profile uses a D50 whitepoint, where D65 is standard. This profile is not uncommon, being used by Adobe Photoshop, although it was not embedded into images by default.
The simplest solution is simply to remove the embedded profile from your image. This can cause a slight shift in color *IF* have have a properly calibrated system, monitor, and software.
This reverts commit 5d36e382c7.
It's been found to cause all kinds of terrain glitches on Windows and
Linux. Please do not try experimental image compression alternatives
without discussing and reviewing first.
(not commiting any files that were reported as broken, there are many!)
Original size: 130846 KiB on 10530 files
Optimized size: 127520 KiB
Total saving: 3325 KiB = 2% decrease
NOTE: Extremely many files received (smaller) changes but due to the
extremely large amount of changes I am not 100% sure that this
conversion is correct. This is the output of
utils/png_format_check.sh:
RGBA: 10247 RGB: 10 Gray+A: 256 Gray: 0 Index+A: 0 Index: 0 Other: 0
Overall statistics (only for files with a smaller recompressed size):
Original size: 128949 KiB on 9778 files
Optimized size: 125813 KiB
Total saving: 3135 KiB = 2% decrease
Overall statistics (only for files with a smaller recompressed size):
Original size: 71209 KiB on 4533 files
Optimized size: 64830 KiB
Total saving: 6379 KiB = 8% decrease
Overall statistics (only for files with a smaller recompressed size):
Original size: 3115 KiB on 78 files
Optimized size: 2998 KiB
Total saving: 117 KiB = 3% decrease
Overall statistics (only for files with a smaller recompressed size):
Original size: 2419 KiB on 118 files
Optimized size: 2256 KiB
Total saving: 162 KiB = 6% decrease
Overall statistics (only for files with a smaller recompressed size):
Original size: 38348 KB on 1487 files
Optimized size: 37219 KB
Total saving: 1128 KB = 2% decrease