Releases: pydcs/dcs
Releases · pydcs/dcs
v0.13.0
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
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
v0.10.0
v0.9.10
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
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
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