FlightControl-Master / MOOSE

Mission Object Oriented Scripting Environment (MOOSE) for lua mission scripting design in DCS World
http://flightcontrol-master.github.io/MOOSE/
GNU General Public License v3.0
290 stars 94 forks source link

Add missing .lua files to Moose.files #2062

Closed ttrebuchon closed 9 months ago

ttrebuchon commented 9 months ago

The following lua files are missing from Moose.files:

Utilities/Socket.lua Core/Astar.lua Core/MarkerOps_Base.lua Functional/ZoneGoalCargo.lua Ops/OpsZone.lua Ops/ArmyGroup.lua Ops/OpsTransport.lua Ops/Target.lua

The Moose.files might not be used for building the static/dynamic moose output files anymore, however I do have a local powershell script for quick-building MOOSE from source using this file as an index, so I wanted to add this update to the Moose.files file in case it helps anyone else (and because it shouldn't hurt anything either way)