File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ and this project adheres to
88
99## [ Unreleased]
1010
11+ ### Fixed
12+
13+ - ** wow-blp** : Fixed BLP1 1-bit and 4-bit alpha channel scaling to 8-bit range (PR #46 , #32 )
14+ - 1-bit alpha now correctly maps 0→0, 1→255 (was 0→0, 1→1)
15+ - 4-bit alpha now correctly maps 0-15→0-255 via multiplication by 17 (was 0-15)
16+ - Matches blp-rs reference implementation behavior
17+ - ** wow-m2** : Fixed ` texture_combiner_combos ` field to be flag-based instead of version-based (PR #47 , #35 )
18+ - Field now controlled by ` USE_TEXTURE_COMBINERS ` flag (0x0008), not version
19+ - Pre-Cataclysm M2 files WITH flag set now correctly parse combos
20+ - Cataclysm+ M2 files WITHOUT flag set no longer read garbage data
21+ - Flag is properly preserved during version conversion
22+
1123## [ 0.6.4] - 2026-02-16
1224
1325### Changed
You can’t perform that action at this time.
0 commit comments