Skip to content

Commit

Permalink
Merge pull request #36 from UndeadZeratul/main
Browse files Browse the repository at this point in the history
Add Changelog
  • Loading branch information
UndeadZeratul authored Feb 9, 2024
2 parents 1262d2d + a0384e4 commit 587ea5b
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Added PD-42 Reflex Sight upgrade for the FAK (#32).

### Changed

- Add missing content to reamde (#26).
- Add Alt-Reload to SwapPistols state label (#29).
- Update DSD logic to better match vanilla Backpacks (#30).
- Update Build Scripts (#33, #34, #35).

## [v1.2.0]

### Changed

- Remove vertical clamps from front sight bob (#23).
- Update PSG Loadout Code & Sprite Index to remove conflict with PB's B&M (#24).

## [v1.1.4]

### Changed

- Updated muzzle flashes to properly use `A_Overlay` sprites (#21).

## [v1.1.3]

### Changed

- Add remaining folders to build scripts (#20).

## [v1.1.2]

### Changed

- Fix ZSCRIPT.zs filename in project root (#19).

## [v1.1.1]

### Changed

- Unify ZScript Filenames (#18).

## [v1.1.0]

### Added

- Ported Ace's items into pack (#14).
- Added credits for community maintainers.

### Changed

- Synced Wyvern to behave more like the vanilla Slayer (#13).
- Updated sight bob logic (#16, #17).
- Refined spawning slots (#15).

## [v1.0.2]

### Changed

- Tweaked Majestic's Sprites & Sound definitions (#12).
- Added ability to swap hands back.

## [v1.0.1]

### Changed

- Fixed Readme's Filename

## [v1.0.0]

### Added

- Initial Release. Originally created as individual mods by Accensus, now maintained by the community.
- Currently contains the following weapons:
- Blackhawk, added in (#1).
- Blackjack, added in (#2).
- Gungnir, added in (#3).
- Hammerhead, added in (#4).
- Jackdaw, added in (#5).
- Majestic, added in (#6).
- Redline, added in (#7).
- Scorpion, added in (#8).
- Viper, added in (#9).
- Wyvern, added in (#10).

[Unreleased]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.2.0..HEAD
[v1.2.0]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.4..v1.2.0
[v1.1.4]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.3..v1.1.4
[v1.1.3]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.2..v1.1.3
[v1.1.2]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.1..v1.1.2
[v1.1.1]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.0..v1.1.1
[v1.1.0]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.0.2..v1.1.0
[v1.0.2]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.0.1..v1.0.2
[v1.0.1]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.0.0..v1.0.1
[v1.0.0]: https://github.com/HDest-Community/ace-corp-extended/releases/tag/v1.0.0

0 comments on commit 587ea5b

Please sign in to comment.