Files
OpenRA/OpenRA.Mods.Common
penev92 9ce4ef0bff Updated ExtractEmmyLuaAPI command to fix issues
Issues:
 - The generated API file caused a ton of diagnostics warnings.
 - Perhaps due to EmmyLua moving forward since this was created, we were missing out on some features.

Changes:
 - Disabled diagnostics about missing return values for functions.
 - Added add operator definitions because by default CPos+CVec would be assumed to return a number and assignments would cause warnings about type mismatches.
 - Added explicit @enum annotations. This also fixed warnings in the generated API file about missing types.
 - Changed default type of properties from an empty table to nil. This fixed warnings in the generated API file about type mismatch.
 - Renamed local variable "required" -> "requiredTraits" for readability.
 - Disabled duplicate function/property  name warnings
 - Updated trait docs URL.
2023-03-31 11:46:28 +02:00
..
2023-03-18 12:46:10 +02:00
2023-03-14 13:41:25 +02:00
2023-03-01 21:56:28 +02:00
2023-03-23 12:15:16 +02:00
2023-03-14 13:41:25 +02:00
2023-02-27 08:36:47 +02:00
2023-02-28 21:21:40 +02:00
2023-03-27 19:55:19 +02:00
2023-01-11 11:58:54 +02:00
2023-03-14 13:41:25 +02:00
2023-03-18 12:46:10 +02:00
2023-03-27 20:15:17 +02:00
2023-01-11 11:58:54 +02:00
2023-02-27 08:36:47 +02:00
2023-01-11 11:58:54 +02:00
2023-03-07 13:18:13 +02:00
2023-03-18 12:46:10 +02:00
2023-03-23 12:15:16 +02:00
2023-03-18 12:46:10 +02:00