Skip to content

Moose 2.7.22

Compare
Choose a tag to compare
@Applevangelist Applevangelist released this 22 Aug 10:09
· 567 commits to master since this release

August 2023 Extra-Release!

Thanks to all contributors, discussion partners, bug finders and fixers to keep this project alive! :)
Special thanks to @funkyfranky as ususal :)

AIRBASE

  • Added functionality for the new STORAGE class

ATIS

  • Fix explicitly set RWY not reported via SRS

COORDINATE

  • Generalized MarkupToAllFreeForm()

CONTROLLABLE

  • Added Aerobtics tasks for planes - will be inherited by e.g. GROUP
  • Added EnRouteTaskCAP()

ENUMS

  • Added enumerator for use with STORAGE to add/remove/set storage of type "weapons" since these need to be strings, e.g.
    ENUMS.Storage.weapons.bombs.FAB_500M54 = "weapons.bombs.FAB-500M54"

RANGE

  • Fixed altitude being reported as meters, where it should be feet.

SCENERY, SET_SCENERY

  • Reworked COORDINATE scan as this doesn't seem to work
  • Added SET_SCENERY Filters, and FilterOnce() to apply them

STORAGE

  • New class to represent the DCS in-game airbase warehouses, as introduced by ED in the last open beta.

Further Bug-Fixes and Additions

  • ... a lot ... thanks to all contributors!