2.6 KiB
2.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project badly attempts Semantic Versioning.
[3.0] - 2023-05-03
Added
- CBA settings for dynamic enable/disable of player/server metrics gathering
- CBA settings for dynamic timing for player/server metrics gathering
Changed
- Reformat CBA settings
- Separate player and server metrics into proper functions/initializers/handlers
- Refactor most functions and change initialization routines in
CfgFunctions
Removed
- Remove
CfgRemoteExecfromdescription.extas it has been deprecated as of Arma v1.54
[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
sideChatCBA 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
sideChatrestrictions to allow only Zeus and#adminsto send messages- Allow
#adminto enable or disablesideChatvia 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
#respawnchat 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
#saveaarchat command for#adminto initiate OCAP replay upload
Fixed
- Flak code now accounts for
shitRHS 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