Skip to content

Releases: pydcs/dcs

v0.13.0

07 Jan 18:42
@rp- rp-
Compare
Choose a tag to compare

pydcs v0.13.0

  • Added support for interception range waypoint option(BobMoretti)
  • Data update 2.5.6.59398 (Kopha)
  • Updated Caucasus airport parking slot data
  • Fixed missing quotes in pictureFileName ResKey (AdamDoda)
  • Fixed Neutral coalation is not loaded (AdamDoda)
  • Fixed nearest_airport when coalition is None (DanAlbert)
  • Fixed EngageTargetInZone constructor (DanAlbert)
  • Fixed SpitfireLFMkIXCW not interpreted as flyable (Kopha)

v0.12.0

10 Nov 19:20
@rp- rp-
Compare
Choose a tag to compare

pydcs v0.12.0

  • Fixed heliport_modulation loading (AdamDoda)
  • Added mission.load_file bypassing trigger loading (AdamDoda)
  • Added support for scenery destruction zone, and remove scene objects, actions (Kopha)
  • Fix trigger parsing(trigrules and actions), with tests

v0.11.0

13 Oct 11:03
@rp- rp-
Compare
Choose a tag to compare

pydcs v0.11.0

  • Better callsign export (DanAlbert)
  • Fixed EPLRS typo (Kopha)
  • Fix unicode payload loading (spark135246)
  • Added missing AI task arguments (DanAlbert)
  • Fixed triggers for actions with text (DanAlbert)

v0.10.0

13 Sep 10:11
@rp- rp-
Compare
Choose a tag to compare

pydcs v0.10.0

  • Added Syria map (Khopa)
  • Support for kneeboards (DanAlbert)
  • Setting preset Channels (DanAlbert)
  • Setting ship frequencies (DanAlbert)
  • Callsign retrieval for FlyingUnits (DanAlbert)

v0.9.10

15 Aug 06:51
@rp- rp-
Compare
Choose a tag to compare

pydcs v0.9.10

  • Added manuel heading parameter (By Khopa)
  • Added missing param types for options and coniditions (By Khopa)
  • Completed weapon type enum (By Khopa)
  • Fixed None type error if no lieveries
  • Do not check if runway is occupied (handled by DCS)
  • Code cleanup and fixing cyclic dependencies

v0.9.9

23 Jul 05:47
@rp- rp-
Compare
Choose a tag to compare

pydcs v0.9.9

  • Fix mission loading with missing neutrals
  • Add all remaining option classes(fixes loading such missions)
  • Add all remaining wrapped tasks(fixes loading such missions)
  • Fix map resource file loading if files missing
  • Fix mission loading for missions with old airport parking slot format
  • Keep sort order of triggers and tasks on loading
  • Convert old reduced geffect mission option
  • New data export and support for updated Normandy map (Thanks Khopa)
  • Fix incorrect speed parameter for speed higher/lower condition
  • Use old time format parsing for old missions

v0.9.8

04 Jul 09:42
@rp- rp-
Compare
Choose a tag to compare

pydcs v0.9.8

  • updated data export (by Khopa)
  • Added support for navigation target piont (by Khopa)
  • Added support for trigger actions MarkTo* (by Khopa)
  • Added support for the Channel map (by Khopa)
  • Fix loading of resource file refered multiple times
  • small py3 type annotation improvements

v0.9.7

16 May 08:06
@rp- rp-
Compare
Choose a tag to compare

pydcs 0.9.7

  • Drop support for python < 3.6
  • Fix parsing F14 loadouts, thanks Vasyl Horbachenko
  • Fix missing task, thanks Vasyl Horbachenko
  • Preserve misc files in .miz, thanks Vasyl Horbachenko
  • Fix missing FireAtPoint task
  • Add SingleHeliPad object