TommyC81
81818705df
Documentation fixes. ( #1810 )
...
Fix documentation references.
Correct spelling errors.
Remove empty whitespaces.
Correct a single mis-spelled ZONE_BASE variable, see 'Core/Zone.lua' (variable "Sureface" -> "Surface", no references to mis-spelled "Sureface" throughout the codebase).
Correct mis-spelling of "coaltion" in 'Functional/Mantis.lua', corrected to "coalition".
2022-10-22 11:07:58 +02:00
TommyC81
61ea484614
Documentation fixes. ( #1809 )
...
Fix incorrect references.
Simplify references within the same module.
Fix spelling errors and minor code formatting.
2022-10-21 13:52:09 +02:00
TommyC81
d5e8de4d74
Documentation fixes. ( #1807 )
...
Correct module links.
Replace references to missing images with MOOSE.JPG.
Add default MOOSE.JPG where no image was previously set.
Fix minor spelling error.
2022-10-21 06:10:34 +02:00
Applevangelist
b7d5144c91
#MANTIS
...
* Add systems from SMA mod
2022-10-20 11:39:51 +02:00
Applevangelist
7bba5ec69e
#SCENERY, #SET_SCENERY
...
* Improvements
2022-10-19 12:37:24 +02:00
TommyC81
0441acf101
Documentation fixes. ( #1803 )
...
Improve the consistency of the module intros to the most commonly used version (single dash).
Add missing module information (abbreviated where none existed previously).
Fix broken documentation links
Make module names correspond to filenames (and fix links).
Fix typos.
2022-10-19 12:20:39 +02:00
Rolf Geuenich
89f0909a8f
Fixed some errors in the documentation of Core MESSAGE ( #1804 )
...
Removed wrong forth parameter in most examples.
Removed duplicate of function ToUnit.
2022-10-19 06:32:57 +02:00
Applevangelist
ff0f1c4c24
#CTLD
...
* added a check for zones; not added when zone does not exist
2022-10-18 17:23:01 +02:00
Applevangelist
3a6c52ae73
#CSAR
...
* Added use of custom callsigns
* Added cargo weight for rescued pilots
* Improved o'clock calculation
#CTLD
* Docu additions
2022-10-18 16:59:19 +02:00
Applevangelist
7ec18ebf00
#SCENERY
...
* functional additions
#SET
* added SET_SCENERY
2022-10-17 18:06:29 +02:00
Thomas
66f52d41eb
CTLD - No radius check ( #1800 )
...
Get rid of radius check in IsUnitInZone()
2022-10-17 12:33:17 +02:00
Applevangelist
1172cf0ae7
#GROUP
...
* Added function to obtain *average* Vec3 of the GROUP
* Added function to obtain *average* Coordinate of the GROUP
2022-10-16 13:36:21 +02:00
Applevangelist
1d296d1cf4
#CTLD
...
* Documentation additions
2022-10-14 16:50:31 +02:00
Applevangelist
a6bddc5aca
#SET_UNIT - fix GetCoordinate()
2022-10-14 16:18:53 +02:00
Applevangelist
bdd40fdf7d
#PLAYERTASK integration for CSAR and CTLD
2022-10-13 17:43:27 +02:00
Applevangelist
c84e153ff2
#SCENERY
...
* Improvements
2022-10-13 12:53:27 +02:00
Applevangelist
ab4c83d284
#SCENERY - Improvements
2022-10-13 10:49:17 +02:00
Applevangelist
cd99c053df
#SCENERY
...
* Clarification in docu for :FindByName()
2022-10-12 16:21:55 +02:00
Applevangelist
3434ef47d9
#STATIC
...
* Add Life0 to STATIC Object
* Added functions for STATIC:GetLife() and STATIC:GetLife0()
2022-10-12 09:32:51 +02:00
Applevangelist
c5145a38e2
#Core.Point
...
* Cleanup GetClosestAirbase()
2022-10-10 17:42:02 +02:00
Applevangelist
38b9778e9a
#SET
...
* minor enhancement
2022-10-09 12:53:45 +02:00
Jason du Plessis
2ca6168f47
#ZONE * Fixed ZONE_RADIUS Not being added to _Database ( #1798 )
...
* #ZONE * Fixed ZONE_RADIUS Not being added to _Database
Bugfix for #1797 .
ZONE_RADIUS was not being registered within the _Database table, thus for CTLD, the Zone could not be found for moving units to ZONE_RADIUS zones. Because other Zone types inherit ZONE_RADIUS, I've added a RegisterZone parameter that is default to true, and modified the inheritance of the other Zone types to register the zone in the _Database depending if the zone does not get registered in that zone type.
* #ZONE * Updated ZONE_RADIUS RegisterZone to DoNotRegisterZone
Changed RegisterZone to DoNotRegisterZone and updated the different zone types values for RegisterZone.
Suggested by Applevangelist.
Co-authored-by: Jason du Plessis <jason.duplessis@ebtax.co.za>
2022-10-06 07:27:07 +02:00
Applevangelist
0da2299472
Docu changes
2022-10-05 07:32:17 +02:00
Frank
bf2ce3c4af
AIRBOSS v1.3.0
...
- Copy from `develop` branch.
- Disabled AI handling as this is bugged (needs `FLIGHTGROUP` class)
2022-10-02 19:20:25 +02:00
Frank
c0f82eabb2
Server Name
...
**GLOBALS**
- Read out server name from `Config/serverSettings.lua`
**SOCKET**
- Added `server_name` to transmitted UDP data
2022-10-02 16:54:48 +02:00
Applevangelist
30aba1258d
#POINT
...
* Added COORDINATE:ToStringFromRPShort
2022-10-02 13:14:57 +02:00
Applevangelist
f2ed920214
#SRSQUEUE, ATIS
...
* Added option to only transmit via SRS if there are active players
2022-10-01 11:57:22 +02:00
Applevangelist
2fc7139f6b
#SET
...
* Added code to`SET:IsInSet(Object)` to be functional
2022-09-30 14:47:51 +02:00
Applevangelist
e8ace49e8b
#SPOT - Set relative position to start lasing
...
#ZONE_POLYGON - Added `ZONE_POLYGON:NewFromPointsArray( ZoneName, PointsArray )`
2022-09-29 16:43:40 +02:00
Applevangelist
dddb9ff713
#ZONE_CAPTURE_COALITION - allow zone to be a ZONE_POLYGON
2022-09-28 11:49:06 +02:00
Applevangelist
f582f7df7c
#ATIS
...
* Fixed SetILS report not working
* Use new AIRBASE additions to set takeoff/landing runway
* Fixed Visibility is reported twice
* Added SetReportmBar() to report for mBar/hpa QNH/QFE even if not metric
* Added option to output additional freetext information when using SRS SetAdditionalInformation()
#1792
2022-09-27 11:16:08 +02:00
Applevangelist
14c6d1be9b
#1790 Fix for error in GetCustomCallsign if the player name contains a |-sign but no string at the end or just numbers
2022-09-27 09:27:59 +02:00
Frank
2157f8e8cd
Airboss
...
Take animation for determining the wire
2022-09-26 23:34:00 +02:00
Applevangelist
0731e15385
#CSAR
...
* Added mycsar.ADFRadioPwr = 1000 for ADF beacon radio sending power
2022-09-26 17:01:18 +02:00
Applevangelist
9eb82060a5
SRS - corrected enumerator
2022-09-25 14:41:38 +02:00
Applevangelist
9f232ab5ec
#ATIS - added Google TTS option
2022-09-25 14:41:19 +02:00
Applevangelist
ec0d164619
#MSRS - put "" around frequencies and modulations
2022-09-25 14:14:56 +02:00
Applevangelist
e804ab9254
Merge remote-tracking branch 'origin/master'
2022-09-24 10:10:06 +02:00
Applevangelist
25cb12a81a
#FOX
...
* Added comfy function
2022-09-24 10:10:02 +02:00
Applevangelist
231acc7363
#RANGE
...
* added 2 more SRS outputs
2022-09-24 10:09:00 +02:00
Applevangelist
d8bdf6a8d3
#CSAR
...
* Added option to change top menu name
2022-09-23 10:28:35 +02:00
Applevangelist
d506067c72
#FOX
...
* Typo in Event Function fixed
2022-09-23 09:59:24 +02:00
Applevangelist
4483d3231a
#CTLD
...
* Added: troop mass also checked when loading
2022-09-22 17:30:01 +02:00
Applevangelist
481ee186aa
#AIRBOSS, #UTILS
...
* Alitude to Altitude
2022-09-22 15:49:31 +02:00
Thomas
8820b8a41c
Nimitz deck height ( #1787 )
...
Corrected deck height of Nimitz class to 18.3m/60ft
2022-09-22 15:46:55 +02:00
Applevangelist
0971f8ffa7
#SPAWN
...
* Fix for InitCleanup()
2022-09-22 10:57:43 +02:00
Applevangelist
9739f94428
#ATIS
...
* Add MSRSQUEUE to avoid overlaps
2022-09-20 17:15:57 +02:00
Applevangelist
450f4eaec0
#AIRBASE, ATIS
...
* less noise in log
#SRS
* Added enumerator for voices MSRS.Voices.Microsoft... and MSRS.Voices.Google...
#RANGE
* Added SRS support, some bug fixing
2022-09-20 15:51:16 +02:00
Applevangelist
b5186fa328
#SETTINGS
...
* Fix IsImperial()
2022-09-20 15:26:34 +02:00
Applevangelist
526dc8363d
#DESIGNATE
...
* Remove useless summary autolase report, restored single lines when lasing
2022-09-20 10:26:19 +02:00