Skip to content

Commit db4f2a0

Browse files
chore: update CHANGELOG for PR #46 and #47
- Added entry for BLP1 alpha scaling fix (issue #32) - Added entry for M2 texture_combiner_combos flag fix (issue #35)
1 parent 79fca9d commit db4f2a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)