Skip to content

Releases: FlightControl-Master/MOOSE

Moose 2.7.4

29 May 11:41
2d7e7d5
Compare
Choose a tag to compare

DATABASE

  • Quad zones defined in the ME are registered as polygon zones.

COORDINATE

Added new functions to draw shapes on the F10 map:

* COORDINATE:LineToAll
* COORDINATE:CircleToAll
* COORDINATE:RectToAll
* COORDINATE:QuadToAll
* COORDINATE:MarkupToAllFreeForm
* COORDINATE:TextToAll
* COORDINATE:ArrowToAll

ZONE

Added new functions to draw zones on the F10 map:

* ZONE_RADIUS:DrawZone
* ZONE_POLYGON_BASE:DrawZone
* ZONE_POLYGON_BASE:Boundary (contributed by @Biluf)
  • Added color option.
  • Added vertex function for poly zones.

DCS

  • Added new country enums.

TEMPLATES

  • Added new WIP class to create templates from scratch.

CONTROLLABLE / POSITIONABLE

  • Added functionality to allow Submarines to be routed submerged (contributed by @shadowze)

Various

  • In the Moose_Include repository there are two static files. Note that the Moose_.lua is technically the same as Moose.lua, but without any commentary or unnecessary whitespace in it. You only need to load one of those at the beginning of your mission.
  • Various bugs fixed

Moose 2.7.3

09 May 15:05
Compare
Choose a tag to compare
  • Fixes issues with the changes in the EVENT structure of the DCS 2.7 release.
  • In the Moose_Include repository there are two static files. Note that the Moose_.lua is technically the same as Moose.lua, but without any commentary or unnecessary whitespace in it. You only need to load one of those at the beginning of your mission.

MOOSE 2.7.1

23 Apr 16:33
Compare
Choose a tag to compare

Adjustments and fixes to align to DCS 2.7!
Many improvements and fixed issues.

AIRBASE

  • Updated AIRBASE.Syria enum airbase names with the new Airbases in Syria.

SHORAD

SEAD

  • Updated SEAD behaviour with detection of newer HARM missile types.

MANTIS

MOOSE 2.5.3

23 Jan 16:43
311ab19
Compare
Choose a tag to compare

Many improvements and fixed issues.

AIRBASE

  • Updated AIRBASE.PersianGulf enum airbase names after ED decided to change them.

AIRBOSS

  • Added USS Harry S. Truman (CVN-75) as supported supercarrier module
  • Added HB F-14A

MANTIS

AI_CARGO_SHIP and AI_CARGO_DISPATCHER_SHIP

MOOSE 2.5.2

16 Nov 21:28
Compare
Choose a tag to compare

Various fixes and improvements. For example,

  • Added USS Harry S. Truman (CVN-75) [Super Carrier Module] to the list of supported AIRBOSS carriers.
  • Fixed ATIS runway bug
  • Fixed github issues

MOOSE 2.5.1

05 Sep 20:45
59f795f
Compare
Choose a tag to compare

Numerous updates, fixes and new classes including the new Syria map.

Highlights

AI_FORMATION

  • Performance improvements.

COORDINATE

  • New functions to get sunrise and sunset times at any position of the map.
  • Misc.

RADIO

  • Updated beacon systems and types.

SET

  • New functions like :CountAlive()
  • Fixed bug in SET_STATIC

SPAWNSTATIC

  • Reworked class.
  • Added link to unit feature.

TIMER https://flightcontrol-master.github.io/MOOSE_DOCS/Documentation/Core.Timer.html

  • NEW class. Little sister of SCHEDULER class.

ATIS

  • Updates and options for more realistic output.
  • Included Syria Map. Needs new sound files!

AIRBOSS

  • Added Super Carrier parameters.

PROFILER https://flightcontrol-master.github.io/MOOSE_DOCS/Documentation/Utilities.PROFILER.html

  • NEW class. Let's you profile the CPU usage in your mission.

AIRBASE

  • Added Syria map airbase name enumerators.
  • Improved runway data function.
  • Misc.

MARKER https://flightcontrol-master.github.io/MOOSE_DOCS/Documentation/Wrapper.Marker.html

  • NEW class. Handling F10 markers.

MOOSE 2.5.0

19 May 09:05
e677e2a
Compare
Choose a tag to compare

MOOSE 2.5.0 Pre-release 2

16 May 16:59
be1f8cd
Compare
Choose a tag to compare
Pre-release

Moose v2.5.0 pre-release 2
This is a pre-release of the upcoming Moose version 2.5, which contains a lot of enhancements and bug fixes.
Most importantly, this version is also compatible with new events introduced in DCS 2.5.6.

Note, that this pre-release is in many ways superior to the latest Moose release version 2.4 as many issues have already been solved. If you however, find a bug, please use the pre-release version to check if it still persists.

Sound files for the classes ATIS, AIRBOSS, RANGE can be found at https://github.com/FlightControl-Master/MOOSE_SOUND/releases

Docs are at https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/

MOOSE 2.5.0 Pre-release 1

09 Nov 20:44
e67b819
Compare
Choose a tag to compare
Pre-release

Moose v2.5.0 pre-release
This is a pre-release of the upcoming Moose version 2.5, which contains a lot of bug fixes - too many to mention here. Additionally, new classes were introduced, such as

  • AI A2G Dispatcher
  • AIRBOSS
  • RESCUEHELO
  • RECOVERYTANKER
  • ATIS
  • FOX

Note, that this pre-release is in many ways superior to the latest Moose release version 2.4 as many issues have already been solved. If you however, find a bug, please use the pre-release version to check if it still persists.

Docs can be found at https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/

MOOSE patch 2.4.13

14 Nov 19:03
Compare
Choose a tag to compare

Fixed issue with the documentation of DESIGNATE:SetFlashStatusMenu.