Merge remote-tracking branch 'refs/remotes/origin/master' into Database-Rework

# Conflicts:
#	Moose/Database.lua
#	Moose/Mission.lua
This commit is contained in:
FlightControl
2016-04-27 16:05:58 +02:00
52 changed files with 4529 additions and 1138 deletions

View File

@@ -191,6 +191,7 @@ function DATABASE:ScanEnvironment()
end --if coa_name == 'red' or coa_name == 'blue' and type(coa_data) == 'table' then
end --for coa_name, coa_data in pairs(mission.coalition) do
return self
end
--- Instantiate new Groups within the DCSRTE.
@@ -279,4 +280,3 @@ function DATABASE:_RegisterGroup( GroupTemplate )
end