Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.1.0] - 2026-08-18

### Added

- Added `HDCoreWildBackpack` Actor for configurable backpack contents due to new HDest Backpack/StorageContainer rework
- Added HSL/HSV to RGB color math helper functions
- Added CVAR for Sector Spawner sampling maximum number of attempts to find a new position
- Added `getMicroCellIcon()` Helper Method
- Added `getMicroCellColor()` Helper Method
- Added `HDCoreLoggingService` to begin providing a proper public API of sorts, and to aid in softening the dependency during adoption

### Changed

- **BREAKING** Replaced `BackpackSpawnPoolHandler` with new `StorageItemListHander` for new HDest Backpack/StorageContainer rework
- Refined `GameStatsHandler` to track re-opened maps
- **BREAKING** Fixed `HDZJJson*` Class Names with `HDZJson*`
- Update `VectorPrefab` rotations to use enums instead of int literals
- Actually wired up `drawBar()` alpha parameter
- Enhance Logging to use `debugPrintf()` instead of simply `printf()` to make use of the `developer` CVAR
- **BREAKING** Prefer `M_PI` constant over `HDCONST_PI` as it's defined from ZDoom itself
- Refine Poisson Sampling Logic
- Moved LT-specific HDCINFO to `doom.freedoom` filter

## [v1.0.0] - 2026-02-24

### Added
Expand Down Expand Up @@ -42,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [ZForms Library](./zscript/libs/HDZForms/LICENSE.md)
- [ZJSON Library](https://github.com/RicardoLuis0/ZJSON/blob/9a6be707c26ef14e276f09ff1ad6948ca44cb5e2/LICENSE)

[Unreleased]: https://github.com/HDest-Community/hdest-core-lib/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/HDest-Community/hdest-core-lib/compare/v1.1.0...HEAD

[v1.1.0]: https://github.com/HDest-Community/hdest-core-lib/compare/v1.0.0...v1.1.0

[v1.0.0]: https://github.com/HDest-Community/hdest-core-lib/releases/tag/v1.0.0
Loading