fix: update blend functions to respect alpha channel (fixes #82) (#83)

* fix: update linear_blend to respect alpha channel

* fix: update masked_blend to respect alpha channel

Unclear if this is the right implementation.

* misc: remove unnecessary fixed declaration

* misc: update mask_blend

* update changes.md

* misc: fix typo in changes.md
This commit is contained in:
Brendan Hagan
2024-08-23 19:49:56 -04:00
committed by GitHub
parent ddd49b50d7
commit bd875779f5
2 changed files with 41 additions and 9 deletions
+5 -3
View File
@@ -2,21 +2,23 @@ Magic Set Editor changelog, for the details see `git log`
==============================================================================
------------------------------------------------------------------------------
version 2.5.0 (Unofficial), 2024-04-28
version 2.5.0 (Unofficial), 2024-08-23
------------------------------------------------------------------------------
Features:
* Add Russian and Korean translations. Update locale files from Full-Magic-Pack (haganbmj#69)
* Increase stats column width by 50% (haganbmj#72)
Bug fixes:
* Fixed scrolled widgets not scrolling fully (or at all) on Linux (@llemoi, haganbmj#54)
* Fixed crash when 0 keywords match filter string in keyword panel (@llemoi, haganbmj#57)
* Correct "all images" filter when selecting files. (haganbmj#70)
* Correct "all images" filter when selecting files. (@BaconCatBug, haganbmj#70)
* Correct localization of strings on Print window.
* Fixed issue where "All Images" filter on the art picker was not showing .jpeg files (BaconCatBug)
* Correct how blend functions handle alpha channels. (haganbmj#83)
Internal:
* Add Mac OS build resources (@halian, haganbmj#67, haganbmj#68)
* CMakeLists updates for static compilation. (@BackCatBug, haganbmj#74)
------------------------------------------------------------------------------
version 2.4.0 (Unofficial), 2022-11-19