Initial commit

This commit is contained in:
2023-06-19 00:57:30 -05:00
commit 2caf7cb720
36 changed files with 1696 additions and 0 deletions

95
CHANGELOG.md Normal file
View File

@@ -0,0 +1,95 @@
# 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.0.0/), and this project badly attempts [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.2] - 2023-04-23
### Added
- Add CPS metrics to all clients and publish to server
### Fixed
- Update CPS metrics localEvent emitter to emit the current value, not the previous
### Changed
- Force `sideChat` CBA setting to 'disabled' on mission start by default
## [2.1] - 2023-04-12
### Added
- Fortify preset and object area restriction
- Zeus module for grounds cleanup
- `sideChat` restrictions to allow only Zeus and `#admins` to send messages
- Allow `#admin` to enable or disable `sideChat` via CBA setting on a per mission file basis.
`Escape -> Configure -> Addon Options -> Server -> 17th Battalion -> Enable Side Chat`
## [2.0] -2023-04-12
### Added
- Automated calculations-per-second metrics gathering
### Fixed
- mission.jpg to correct dimensions and optimize
## [1.9] - 2023-03-07
### Added
- Tire interaction to allow patching to 80% with toolkit
### Changed
- Zeus resupply box contents
- Command callsigns diary section
- Rotary asset list diary section
- Fixed wing asset list diary section
## [1.8] - 2022-10-22
### Added
- Local environment sunrise and sunset times to diary intel section
## [1.7] - 2022-10-15
### Added
- `#respawn` chat command to respawn player in attempt to fix rare instance of player initializing their spawn at [0, 0, 0]
## [1.6] - 2022-10-06
### Changed
- FBCB2 code now switched to respawn modules instead of old-style respawn marker for BLUFOR base area for asset calculations
## [1.5] - 2022-10-02
### Added
- Map copying code in preparation for disabling of `sideChat`
## [1.4] - 2022-09-19
### Added
- `#saveaar` chat command for `#admin` to initiate OCAP replay upload
### Fixed
- Flak code now accounts for ~~shit~~ RHS vehicles *because they're formatted special*
## [1.3] - 2022-08-17
### Added
- Function for converting an artillery piece into a "flak cannon"
## [1.2] - 2022-07-14
> Initial Public Release