Commit Graph

195 Commits

Author SHA1 Message Date
FullGas1 e92fbff633 Update "en" dictionary 2025-01-28 17:55:55 +01:00
FullGas1 9c2048cf92 fixes 2025-01-28 17:41:19 +01:00
FullGas1 907ec69265 fixes 2025-01-28 17:37:14 +01:00
FullGas1 4146408fe8 Add menu F10 cdes for F10 map Marks of targets in LOS 2025-01-28 17:34:11 +01:00
FullGas1 e4bc932d28 Show & refresh fct returns targetsInLOS table 2025-01-28 00:01:14 +01:00
FullGas1 7d217e6db1 Show/remove/refresh marks on targets in LOS for a unit 2025-01-27 23:32:16 +01:00
David Pierron 08add7ab62 v1.3.0 2025-01-14 18:19:24 +01:00
David Pierron 146af3dab6 exported the i18n translations to an other LUA file because it was getting too big to manage properly. 2025-01-14 18:16:32 +01:00
David Pierron 34bb057bb5 change the type of french quotes used for a string 2025-01-14 16:52:28 +01:00
FullGas1 9129b57623 some carriage returns deleted 2025-01-07 17:27:21 +01:00
FullGas1 20f1bab5de EN/ES Dictionary update 2025-01-07 17:15:17 +01:00
FullGas1 560c6691e2 FR Dictionary update + inversion of the unload/unpack submenus 2025-01-07 16:26:19 +01:00
David Pierron af7e5c5eb4 bug: corrected the way we handle dynamic slots; it used to cause random CTDs 2025-01-07 13:41:56 +01:00
David Pierron e6e89e2290 bug: corrected ctld.dropSlingCrate() method crashing before unloading a crate 2025-01-04 22:01:50 +01:00
David Pierron c84b937e99 bug: corrected listNearbyCrates() method not returning anything 2025-01-04 22:01:19 +01:00
David Pierron a5eb3b2609 removed unneeded tracing in ctld.i18n_translate() 2025-01-04 22:00:53 +01:00
David Pierron 2b734e61d2 v1.2.1 - corrected the behavior of the ctld.dontInitialize parameter 2025-01-04 11:26:42 +01:00
David Pierron c16fb56b5c Merge branch 'FEAT-i18n' into develop 2025-01-03 18:37:01 +01:00
David Pierron 22029da35f Merge branch 'develop' into FEAT-new-initialization 2025-01-03 18:21:20 +01:00
David Pierron efde6f9507 changed version 2025-01-03 18:17:54 +01:00
David Pierron 5acb8e02db Merge branch 'FEAT-i18n' into develop 2025-01-03 18:16:54 +01:00
David Pierron b9f0712fdf initialization is now immediate (instead of waiting 2 seconds). Caution: this breaks the way the forward configuration worked before, you'll have to change your code and set ctld.dontInitialize to TRUE in your copy of CTLD. 2025-01-01 18:51:11 +01:00
David Pierron c69314b5f0 - added dynamic slots support in MiST v4.5.128-DYNSLOTS-01 (forked from the official MiST 4.5.128)
- added dynamic slots support in CTLD
- added dyn slots in the test mission
2025-01-01 14:37:45 +01:00
David Pierron eede0809e3 - reset the non-translated parts (in French and Spanish) to nil for clarity
- renamed the Spanish language using the correct ISO-2 code ("sp" -> "es")
2024-12-29 20:37:43 +01:00
FullGas1 2e7b963b98 Update dictionaries + translation F10 menu 2024-12-29 19:44:30 +01:00
David Pierron 74f706115e i18n: first finished version, letting translators work now 2024-12-29 11:02:45 +01:00
David Pierron 76a6dca72a updated test mission 2024-12-17 17:54:36 +01:00
David Pierron 55846e3109 hardened the code to avoid a nil value in ctld.setGrpROE 2024-12-17 09:02:41 +01:00
David Pierron 9ff68f6db5 202412.01 RC 2024-12-10 10:35:33 +01:00
David Pierron 8e4c2ea4f9 hardened ctld.setGrpROE 2024-12-10 10:11:04 +01:00
atcz db40326c11 Add NASAMS to AASystemTemplate 2024-11-18 15:51:29 -08:00
atcz 62e4566cfd Add "Next page" when exceeding the limit for any sub 2024-11-18 07:41:31 -08:00
atcz 5b6d3c3f6c Additions to units, several fixes
- Overhauled crate number/weight system to make it easier to add new units
- Added short range SAM for red and blue
- Added NASAMS and BUK SAM mid range
- Added S-300 SAM long range
- Fixed Hawk component count for rearming
- Use true heading for unpackAASystem
- Only create sub-menus if there are more than 10 items.
2024-11-17 20:36:43 -08:00
atcz a1f7663a4a Fixed spacing in addTransportF10MenuOptions 2024-11-17 09:01:40 -08:00
atcz 4ede8063f5 Cleaned up extraneous spaces and some formatting 2024-11-17 08:50:41 -08:00
David Pierron 42fd8e5889 paginate crates load submenus, and sort the categories 2024-11-16 20:11:05 +01:00
David Pierron 77ec1f6d18 added bigger troops groups 2024-11-16 20:10:37 +01:00
David Pierron 22f2efdce9 Small corrections 2024-11-15 13:04:35 +01:00
David Pierron f3b35f2949 Integrate features from RotorOps 2024-11-15 11:11:14 +01:00
David Pierron 90e3432fd4 integrated changes from RotorOps CTLD.lua 2024-11-15 11:00:02 +01:00
David Pierron e266acaa95 corrected a bug: the units listed in the ctld.transportPilotNames didn't have a F10 menu 2024-11-14 16:17:51 +01:00
David Pierron 504c1bb5f2 Add unit at BIRTH - should fix issue #111
An event handler is now used to trigger the addition of the new unit to the list of transport pilots and the setup of the CTLD radio menu
2024-11-13 23:36:56 +01:00
David Pierron 07d37fb7d5 added a margin of error (default 50m) for JTAC smoke. See issue #73 2024-11-13 21:12:11 +01:00
David Pierron 0520c824d8 Logistic units can now be DCS StaticUnits or DCS Units. When their life is at zero (destroyed but not removed from the battlefield), no crate can be spawned anymore.
See issue #50
2024-11-13 21:11:55 +01:00
David Pierron 299af17841 allowed all types of crate loading (sling, simulated sling, from menu) at the same time (Issue #69) 2024-11-13 19:01:24 +01:00
David Pierron f3797a1286 grouped the available crates spawn commands in a single radio menu 2024-11-13 19:00:10 +01:00
atcz f96aa3424e Change back to _crateUnitName 2024-11-11 07:13:20 -08:00
atcz fef17930b9 Fixes and cleanup for multi-crate 2024-11-10 19:02:05 -08:00
David Pierron 1e5a627d63 reset spread values for crates spawning to the default, as suggested by @atcz (thanks) 2024-11-10 18:38:36 +01:00
David Pierron b1a50daa0b small corrections and release prep (version naming) 2024-11-09 20:56:21 +01:00