Skip to content

Latest commit

 

History

History
56 lines (55 loc) · 2.94 KB

CHANGES.md

File metadata and controls

56 lines (55 loc) · 2.94 KB

Firespitter :: Changes

  • 2020-0716: 7.17.1 (Lisias) for KSP >= 1.3.x
    • Specialised versions for:
      • Unit 5
      • Unity 2017
      • Unity 2019
    • Updating changes:
      • for Principia (and other mods that relies on Part.AddForcesAtPosition)
      • Better compliance with KSP's PartModule life's cycle.
    • Fixes FSfuelSwitch idiosyncrasies, allowing it to be used also on Stock Parts (between some other small fixes)
    • Adds the upstream FS_BiplaneCockit using Command Seats as a new part called FS_BiplaneCockpitCmdSeat avoiding to lose that beautiful IVA for users willing to stick with it.
      • Works only on KSP >= 1.5
    • Adding KSPe Compatibility services
    • Fixed a typo on one Part config
    • Fixing some bulkheadProfile issues on some parts
    • Fixing incorrect (by nowadays standards) Category on some engines
    • Fixing some small issues on FS_dropTank
    • Removing (now) useless checks for the current vessel on some PartModules
    • Bumping Version to catchup with upstream's
  • 2020-0716: 7.15.1 (Lisias) for KSP >= 1.3.x
    • Specialised versions for:
      • Unit 5
      • Unity 2017
      • Unity 2019
    • Updating changes for Principia (and other add'ons that inspect the force vectors)
      • And other small revisions on the code
    • Adding KSPe Compatibility services
    • Fixed a typo on one Part config
    • Bumping Version to catchup with upstream's
  • 2019-0825 : 7.13.0.1 (Lisias) for KSP >= 1.3.1
    • Certified to work down to 1.3.1 ! #hurray!
    • Applying upstream fixes
      • Duplicated resource fields on FSSwitch.
    • Fixes from release 7.12.0.1 not approved yet into upstream's.
  • 2019-0611 : 7.12.0.1 (Lisias) for KSP >= 1.4.0
    • Certified to work up to KSP 1.7.1 with MH and BG
    • Applying proposed pull requests to upstream, not approved yet
      • Adding missing bulkheadProfiles
      • Making firespitter compatible with Principia and other mods that relies on Part.AddForcesAtPosition
    • Using KSPe logging facilities
    • Bumping up version to match upstream's
  • 2019-0222 : 7.9.0.2 (Lisias) for KSP >= 1.4.0
    • Certified for KSP from 1.4.0 to 1.6.1
    • Fixed a dumb mistake on reading positions for the FS3WL Water Launch System
  • 2018-0801 : 7.9.0.1 (Lisias) Unofficial
    • Moving PluginData back to <KSP_ROOT> where it belongs
    • Converting some WAV files from ADPCM to PCM, as Unity doesn't support this format.
    • Ressurecting the FSMoveCraftAtLaunch module (and the respective part, fsmovecraftgadget/FS3WL Water Launch System). #hurray :)
    • Dirty hack to prevent Null Pointer Exceptions on FSEngine at craft destroy or recovering.
    • Parts fixed (needs rebalancing however, IMHO):
      • FSstrutConnectorWire/FS4SW Biplane wire strut connector (Legacy)
      • FSstrutConnectorWood/FS4SD Biplane wooden beam connector(legacy)
      • FSdropTank/FS3FD Fuel Drop Tank
    • Temporary hack to allow the plugin to work while I try to solve an issue with custom/missing shaders