Skip to content
Success

Changes

Summary

  1. When mining and refining resources, Megajoules should only be consumed (details)
  2. - fixed typo in #4 (details)
  3. patch note (details)
  4. Refund unused resources if refining/mining cannot be completed. (details)
  5. One more time. Refund power and base resources unused in (details)
  6. Added red-effect to heat radiators (details)
  7. Increased glow texture red component (details)
  8. Enable the effects only for radiator* (details)
  9. Large and Radial are also colored based on the temperature (details)
  10. - precooler fix (details)
  11. All radiator support emissive and bump maps (details)
  12. Fixed emissive of large, normal  and inline radiators (details)
  13. Removed forgotten unused variable (details)
  14. Added configuration and fixed texture/colors (details)
  15. - partial tweakscale integration (details)
  16. - clean up (details)
  17. - fix red hot radiators (details)
  18. cleanup (details)
  19. - more tweakscale (details)
  20. - more part changes (details)
  21. clean old files (details)
  22. - yet more file stuffaroonee (details)
  23. - Water is now Water (details)
  24. Fix Reactors reporting wrong Thermal Power value when in mixed mode - (details)
  25. - more resource compatibility (Enriched/Delpleted Uranium) (details)
  26. - Switch MicrowavePowerTransmitter power reservation from (details)
  27. - reactor balance pass (details)
  28. He3 decays in background (details)
  29. - added part config for vista engine (details)
  30. - correct issue with radioactive decay module (details)
  31. - git, stop being stupid (details)
  32. - more resource compatibility work (details)
  33. Make sure the right scale is used for the scanner (details)
  34. Can't have two values with the same key... (details)
  35. Prevents continuous loading in case of errors (details)
  36. Make sure the texture map is readable (details)
  37. - Removed unused extractor and refinery modes from irsu. (details)
  38. - fix #23 access issue. (details)
  39. - fix power cap on plasm thurster (details)
  40. - converted getplanetaryresourcemapdata to a read only property. (details)
  41. - version edit (details)
Commit 278b571e6f913688db0252b50e144390a6adf30f by john
When mining and refining resources, Megajoules should only be consumed when there are input materials available AND there's storage onboard for the output materials.

This patch prevents a deadlock refueling condition. For example, on mun, a 1.25m generator + sethanes fission reactor cannot supply enough power to both mine alumina and electrolyse it into aluminum and oxidizer. If both options are enabled on the ISRU, the mining will take precidence and starve the electrolysis process of megajoules even when the alumina storage on the ship is full. With this patch applied, the mining function will stop consuming megajoules when there is no more room to store the alumina, so there will be power for the electrolysis to consume the alumina. This allows the ship to be refueled without requiring the player to constantly turn on and off the alumina mining option (although it will still be slower than if sufficient power generation were available).
The file was modified OpenResourceSystem/ORSModuleResourceExtraction.cs (diff)
The file was modified FNPlugin/FNRefinery.cs (diff)
The file was modified FNPlugin/FNRefinery.cs (diff)
The file was modified GameData/WarpPlugin/changelog.txt (diff)
Commit 569eab3ef373d6896146393ec2e8fa90c98843fd by john
Refund unused resources if refining/mining cannot be completed.
The file was modified FNPlugin/FNRefinery.cs (diff)
The file was modified OpenResourceSystem/ORSModuleResourceExtraction.cs (diff)
Commit 3021798d4bf6a2901dba4e535e319210e33ea200 by john
One more time. Refund power and base resources unused in refining/mining.
The file was modified OpenResourceSystem/ORSModuleResourceExtraction.cs (diff)
The file was modified FNPlugin/FNRefinery.cs (diff)
Commit 220015ef435d5d69a984619dc7b0deaae294bf59 by mellon85
Added red-effect to heat radiators
The file was modified FNPlugin/FNRadiator.cs (diff)
Commit 7ecbd630062a4e7aa1fea59a871f538928b390fe by mellon85
Increased glow texture red component
The file was modified GameData/WarpPlugin/Parts/Electrical/HeatRadiator/glow.png (diff)
Commit 0c5d17e29350e52204940c6b462a1344165d5734 by mellon85
Enable the effects only for radiator*
The file was modified FNPlugin/FNRadiator.cs (diff)
Commit 519ffcf0fb14e1b28474a368e1e146c278fa51ac by mellon85
Large and Radial are also colored based on the temperature
The file was modified FNPlugin/FNRadiator.cs (diff)
The file was addedGameData/WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow.png
The file was addedGameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/glow.png
Commit 8f8e71c1dd6fe0676fcb0eea695caf9c4b77fb21 by WaveFunctionP
- precooler fix
- rollback isru function changes
- first pass reactor balance
The file was modified GameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/25-1500.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/AntimatterReactors/AntimatterReactor250.cfg (diff)
The file was modified FNPlugin/ModuleSabreHeating.cs (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/25-25.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/AntimatterReactors/AntimatterReactor125.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/LargeFusionReactor/part2.cfg (diff)
The file was modified OpenResourceSystem/ORSModuleResourceExtraction.cs (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/LargeFusionReactor/part.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/25-300.cfg (diff)
The file was modified FNPlugin/FNModulePreecooler.cs (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/Fusion0.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/AntimatterReactors/AntimatterReactor375.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/25-1-125.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/Fusion1.cfg (diff)
The file was modified FNPlugin/FNRefinery.cs (diff)
The file was modified OpenResourceSystem/ORSResourceManager.cs (diff)
Commit 118bfe9a88a66becbf746148c1e6d449f1e42c88 by mellon85
All radiator support emissive and bump maps
The file was modified FNPlugin/FNRadiator.cs (diff)
The file was addedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1.png
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1.mbm
The file was addedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1_n.png
The file was modified GameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/glow.png (diff)
The file was addedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1_e.png
The file was addedGameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/radtex_n.png
The file was modified GameData/WarpPlugin/Parts/Electrical/circradiatorKT/circradiatorKT.mu (diff)
Commit 0ee852a7eb6bee52716c39ce9974d8db7559ac0d by mellon85
Fixed emissive of large, normal  and inline radiators

Inline and large red color is now bright as the other radiators and the
normal radiator color follows the same scale as the others.
The file was modified FNPlugin/FNRadiator.cs (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/glow.png (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1_e.png (diff)
Commit 6f9c75ea914b9eb51b3b27714888cee0e1575ad1 by mellon85
Removed forgotten unused variable
The file was modified FNPlugin/FNRadiator.cs (diff)
Commit ad835e829d06120c26520b5552907a61ec732a9d by mellon85
Added configuration and fixed texture/colors

Colors are now even between components.
The texture colors are applied with a 0.0f-1.0f interval at the power of
3 to make the glow effect increase exponentially as the temperature
rises.
Added a configuration key to disable the feature completly.
The file was modified GameData/WarpPlugin/WarpPluginSettings.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1_e.png (diff)
The file was modified FNPlugin/FNRadiator.cs (diff)
The file was modified GameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/glow.png (diff)
Commit aac3e4e232ec776fa79f44b6b929c9b6fad0166c by WaveFunctionP
- partial tweakscale integration
The file was addedGameData/WarpPlugin/Parts/Electrical/Generator/glow.tga
The file was addedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/n_NRM.png
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive2/warp2.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialHeatRadiator/rheat.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive2/Object044VRayCompleteMap.png
The file was addedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/warp2.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/Nuke_Reactor_Sr.mu
The file was addedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/rheat.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/Nuke_Reactor_Sr_Diff.tga
The file was addedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFusionReactor/FusionMedTexture.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive/warp.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialHeatRadiator/radial.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive2/WarpDrive21.cfg
The file was addedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/n__NRM.png
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsL/n_normals copy_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive/1_normals copy_NRM.png
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive2/glow.png
The file was addedGameData/WarpPlugin/Parts/Electrical/Generator/Generator.cfg
The file was addedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/diff.png
The file was addedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/HeatRadiator/radiator0.cfg
The file was addedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/RadialRadiator.cfg
The file was addedGameData/WarpPlugin/Parts/Electrical/AntimatterCollector/AntimatterCollector.cfg
The file was addedGameData/WarpPlugin/Parts/Electrical/FissionReactor/FissionReactor.cfg
The file was addedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/RadialWarpDrive.cfg
The file was addedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/Object044VRayCompleteMap.png
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactors/AntimatterReactor250.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive/diff.png
The file was addedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/n_normals copy_NRM.png
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactors/n__NRM.png
The file was removedGameData/WarpPlugin/Parts/Electrical/FissFussReactor/part.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsL/big_diff.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/Nuke_Reactor_Sr_LM.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsL/glow.tga
The file was addedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/diff.png
The file was addedGameData/WarpPlugin/Parts/Electrical/AMIReactor/model.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactors/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/FissFussReactor/FusionBigTexture.tga
The file was addedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_LM.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFusionReactor/part.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive2/n_normals copy_NRM.png
The file was addedGameData/WarpPlugin/Parts/Electrical/AMIReactor/FusionBigTexture.tga
The file was addedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_Nrm 1_NRM.tga
The file was addedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFusionReactor/model.mu
The file was addedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/DeployableRadiator.cfg
The file was addedGameData/WarpPlugin/Parts/Electrical/Generator/bgen.mu
The file was addedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/diff.png
The file was removedGameData/WarpPlugin/Parts/Electrical/HeatRadiator/Model.mu
The file was modified FNPlugin/FNPlugin.csproj (diff)
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsL/Brayton2.cfg
The file was addedGameData/WarpPlugin/Parts/Electrical/Generator/big_diff.tga
The file was addedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/n2_normals3_NRM.png
The file was addedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/HeatRadiator/glow.png
The file was addedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/PFissionReactor.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/FissFussReactor/model.mu
The file was addedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/glow_p.png
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactors/NewModel.mu
The file was addedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/d.png
The file was addedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/1_normals copy_NRM.png
The file was addedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsL/bgen.mu
The file was addedGameData/WarpPlugin/Parts/Electrical/FusionReactor/FusionMedTexture.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive/glow_p.png
The file was addedGameData/WarpPlugin/Parts/Electrical/FusionReactor/model.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialHeatRadiator/n_NRM.png
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterCollector/part.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactors/diff.png
The file was removedGameData/WarpPlugin/Parts/Electrical/HeatRadiator/n2_normals3_NRM.png
The file was addedGameData/WarpPlugin/Parts/Electrical/Generator/n_normals copy_NRM.tga
The file was addedGameData/WarpPlugin/Parts/Electrical/AMIReactor/AMIReactor.cfg
The file was addedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/InlineWarpDrive.cfg
The file was addedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/warp.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive/WarpDrive.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/HeatRadiator/diff.png
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/Nuke_Reactor_Sr_Nrm 1_NRM.tga
The file was addedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/NewModel.mu
The file was addedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/Model.mu
The file was addedGameData/WarpPlugin/Parts/Electrical/FusionReactor/FusionReactor.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/PFission250.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialHeatRadiator/d.png
The file was addedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_Diff.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/25-300.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow.png
The file was modified GameData/WarpPlugin/Parts/Electrical/DeployableRadiator/glow.png (diff)
The file was addedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/d_glow.png
The file was modified GameData/WarpPlugin/changelog.txt (diff)
The file was modified FNPlugin/PluginHelper.cs (diff)
The file was modified FNPlugin/FNRadiator.cs (diff)
The file was modified FNPlugin/FNPlugin.csproj (diff)
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/part3.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialHeatRadiator/radial2.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/NR_Jr_Lm.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1_n.png
The file was removedGameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive2/WarpDrive22.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/Fusion0.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/n2_normals_NRM.png
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsS/diff_small.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsL/Brayton3.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsS/sgen.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/Fusion1.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/Sdiff.png
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/radiator.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/Nuke_Reactor_Jr.mu
The file was modified OpenResourceSystem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (diff)
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactors/AntimatterReactor375.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/model.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/HeatRadiator/radiator1.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1.png
The file was removedGameData/WarpPlugin/Parts/Electrical/HeatRadiator/radiator2.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/radtex.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive/WarpDrive2.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/25-25.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/part.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/radtex_n.png
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFusionReactor/part2.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/circradiatorKT.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsS/Brayton1.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsS/small_glow.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/NR_JR_NRM_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsS/n_normals_small_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive2/WarpDrive23.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/SmallFusionReactor/smalln.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/ElectricalGeneratorsS/tinyBrayton.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor1Sphere/25-1500.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/NR_JR_Diff.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/texture1_e.png
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactors/AntimatterReactor125.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/NuclearReactor3Spheres/25-1-125.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/circradiatorKT/part2.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/LargeFlatRadiator/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/WarpDrive/WarpDrive3.cfg
The file was modified GameData/WarpPlugin/Parts/Engines/ThermalTurbojet/part2.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/vista/part.cfg (diff)
The file was modified FNPlugin/FNPlugin.csproj (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/MPD/part2.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/AugmentedArcjet/part1.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/InlineWarpDrive/InlineWarpDrive.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/RadialWarpDrive/RadialWarpDrive.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/MethaneEngine/part.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/solarSail/part.cfg (diff)
The file was modified GameData/WarpPlugin/Parts/Engines/AluminiumHybrid/part.cfg (diff)
Commit 759a1c27e3920b79c1067a1851c58f4634e75c44 by WaveFunctionP
- more part changes
- rename project to match mod name
- reorganization work
The file was removedGameData/WarpPlugin/Parts/Engines/vista/part.cfg
The file was addedInterstellarPlugin/VesselMicrowavePersistence.cs
The file was removedGameData/WarpPlugin/EnginePropellants.cfg
The file was removedFNPlugin/ElectricalRCSSystem.cs
The file was addedGameData/Interstellar/Parts/Electrical/RadialRadiator/d_glow.png
The file was addedGameData/Interstellar/Parts/Electrical/Generator/big_diff.tga
The file was removedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/warp.mu
The file was removedGameData/WarpPlugin/Parts/Engines/MethaneEngine/part.cfg
The file was addedInterstellarPlugin/AntimatterFactory.cs
The file was removedFNPlugin/AtmosphericIntake.cs
The file was removedGameData/WarpPlugin/ElectricEnginePropellants.cfg
The file was addedGameData/Interstellar/Parts/Electrical/FissionReactor/FissionReactor.cfg
The file was addedGameData/Interstellar/Parts/Engines/MethaneEngine/glow.tga
The file was removedFNPlugin/ModuleModableScienceGenerator.cs
The file was addedInterstellarPlugin/TechUpdateWindow.cs
The file was removedGameData/WarpPlugin/Parts/Engines/MPD/glow.tga
The file was addedGameData/Interstellar/Parts/Engines/PlasmaEngine/glow.tga
The file was removedGameData/WarpPlugin/Parts/Engines/MPD/model.mu
The file was addedGameData/Interstellar/Parts/FuelTank/AntimatterTank/AntimatterTank.cfg
The file was addedGameData/Interstellar/Parts/Engines/AluminiumHybrid/AluminumHybrid.cfg
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterCollector/AntimatterCollector.cfg
The file was addedGameData/Interstellar/Parts/Electrical/AMIReactor/model.mu
The file was removedFNPlugin/FNThermalSource.cs
The file was addedInterstellarPlugin/AntimatterStorageTank.cs
The file was removedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/glow_p.png
The file was removedFNPlugin/FNImpactorModule.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/n2_normals3_NRM.png
The file was addedGameData/Interstellar/Parts/Electrical/DeployableRadiator/glow.png
The file was addedInterstellarPlugin/FNModuleResourceExtraction.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/d.png
The file was removedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/glow.png
The file was removedGameData/WarpPlugin/megajoule_click2.png
The file was addedGameData/Interstellar/Parts/Electrical/PFissionReactor/PFissionReactor.cfg
The file was removedFNPlugin/FlightUIStarter.cs
The file was addedInterstellarPlugin/FNResourceOvermanager.cs
The file was removedFNPlugin/FNRadiator.cs
The file was addedInterstellarPlugin/FNResourceManager.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterCollector/trap_normals copy_NRM.tga
The file was removedFNPlugin/FNRefinery.cs
The file was addedInterstellarPlugin/VistaEngineController.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_Nrm 1_NRM.tga
The file was addedInterstellarPlugin/FNResourceScanner.cs
The file was addedInterstellarPlugin/FNReactor.cs
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/DoorNORM_NRM.tga
The file was addedInterstellarPlugin/MicrowavePowerReceiver.cs
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/ArmExtNORM_NRM.tga
The file was addedGameData/Interstellar/Parts/Electrical/FusionReactor/model.mu
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterCollector/trap_normals copy_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/DoorTEX.tga
The file was addedGameData/Interstellar/Parts/Engines/InlineWarpDrive/1_normals copy_NRM.png
The file was addedGameData/Interstellar/Parts/Electrical/PFissionReactor/FissonMediumTexture.tga
The file was removedFNPlugin/AntimatterCollector.cs
The file was removedFNPlugin/TechUpdateWindow.cs
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks1/small_normals_NRM.png
The file was addedInterstellarPlugin/ElectricalRCSSystem.cs
The file was removedFNPlugin/VesselMicrowavePersistence.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/DeployableRadiator.cfg
The file was addedGameData/Interstellar/Parts/Command/ComputerCore/ComputerCoreTexture.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/Generator/Generator.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/MPD/part2.cfg
The file was addedGameData/Interstellar/Parts/Engines/RadialWarpDrive/glow.png
The file was removedGameData/WarpPlugin/Parts/Command/scienceModule/nrml_NRM.tga
The file was addedInterstellarPlugin/FNLCMassSpectrometer.cs
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/diff.tga
The file was removedFNPlugin/FNResourceManager.cs
The file was addedInterstellarPlugin/VABThermalUI.cs
The file was removedFNPlugin/VABThermalUI.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/AMIReactor/model.mu
The file was addedGameData/Interstellar/Parts/Engines/PlasmaThruster/PlasmaMedTexture.tga
The file was addedGameData/Interstellar/Parts/Engines/PlasmaThruster/PlasmaThruster.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/warp2.mu
The file was addedInterstellarPlugin/ModuleModableScienceGenerator.cs
The file was addedGameData/Interstellar/Parts/Engines/ThermalRocketNozzle/diff.tga
The file was addedGameData/Interstellar/Parts/Engines/Vista/glow.tga
The file was addedGameData/Interstellar/Parts/Electrical/Generator/Generator.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/Generator/bgen.mu
The file was addedInterstellarPlugin/FNGenerator.cs
The file was addedInterstellarPlugin/AlcubierreDrive.cs
The file was removedGameData/WarpPlugin/AdvElectricEnginePropellants.cfg
The file was removedGameData/WarpPlugin/Parts/Command/computerCore/model.mu
The file was removedGameData/WarpPlugin/Parts/Engines/MethaneEngine/glow.tga
The file was addedInterstellarPlugin/FNSeismicProbe.cs
The file was removedFNPlugin/FNAntimatterReactor.cs
The file was addedGameData/Interstellar/Parts/Engines/RadialWarpDrive/n_normals copy_NRM.png
The file was addedGameData/Interstellar/Parts/FuelTank/AntimatterTank/big_diff.png
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/ArmBaseTEX.tga
The file was removedFNPlugin/FNModuleResourceExtraction.cs
The file was removedFNPlugin/FNNozzleControllerFX.cs
The file was removedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/n_normals copy_NRM.png
The file was addedInterstellarPlugin/FNRadiator.cs
The file was addedInterstellarPlugin/MicrowavePowerTransmitterBackup.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/Generator/big_diff.tga
The file was addedGameData/Interstellar/Parts/Utility/InlineRefinery/small_diff.png
The file was addedInterstellarPlugin/ModuleElementRadioactiveDecay.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/diff.png
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalTurbojet/jet.mu
The file was addedInterstellarPlugin/FNNuclearReactor.cs
The file was addedGameData/Interstellar/Parts/Engines/PlasmaThruster/model.mu
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalTurbojet/n_normals_NRM.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks2/big_diff.png
The file was addedInterstellarPlugin/MicrowavePowerTransmitter.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/Model.mu
The file was addedGameData/Interstellar/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_LM.tga
The file was removedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/Object044VRayCompleteMap.png
The file was addedInterstellarPlugin/ISRUScoop.cs
The file was addedInterstellarPlugin/FNUpgradeableModule.cs
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/part1.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/NewModel.mu
The file was addedGameData/Interstellar/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_Diff.tga
The file was addedGameData/Interstellar/Parts/Electrical/DeployableRadiator/DeployableRadiator.cfg
The file was removedOpenResourceSystem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterCollector/AntimatterCollector.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/SailTEX.tga
The file was removedFNPlugin/FNResourceSuppliableModule.cs
The file was removedFNPlugin/FNModulePreecooler.cs
The file was addedGameData/Interstellar/Parts/Command/ScienceLab/sci_model.mu
The file was addedGameData/Interstellar/Parts/Engines/InlineWarpDrive/InlineWarpDrive.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks2/250.cfg
The file was removedGameData/WarpPlugin/changelog.txt
The file was removedFNPlugin/DTMagnetometer.cs
The file was addedGameData/Interstellar/changelog.txt
The file was removedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_LM.tga
The file was addedInterstellarPlugin/FNInfraredTelescope.cs
The file was addedInterstellarPlugin/VanAllen.cs
The file was addedGameData/Interstellar/Parts/Engines/ThermalTurbojet/ThermalTurboJet.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/PFissionReactor.cfg
The file was removedFNPlugin/PluginHelper.cs
The file was addedInterstellarPlugin/ModableExperimentResultDialogPage.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/FissonMediumTexture.tga
The file was addedInterstellarPlugin/AtmosphericIntake.cs
The file was removedGameData/WarpPlugin/NameList.cfg
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/ArmBaseTEX.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterCollector/trap_diff.tga
The file was addedGameData/Interstellar/IntakeEnginePropellants.cfg
The file was removedFNPlugin/FNInfraredTelescope.cs
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/Model.mu
The file was addedGameData/Interstellar/Parts/Engines/MethaneEngine/diff.tga
The file was addedInterstellarPlugin/FNImpactorModule.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/FusionReactor/FusionMedTexture.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/model2.mu
The file was removedFNPlugin/FNAmatCatFissionFusionReactor.cs
The file was removedFNPlugin/AntimatterFactory.cs
The file was addedInterstellarPlugin/FNModuleCryostat.cs
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/BaseNORM_NRM.tga
The file was removedGameData/WarpPlugin/IntakeEnginePropellants.cfg
The file was removedGameData/WarpPlugin/Parts/Command/scienceModule/glow.tga
The file was removedFNPlugin/FNReactor.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/diff.png
The file was addedInterstellarPlugin/FNThermalHeatExchanger.cs
The file was removedFNPlugin/ModuleElementRadioactiveDecay.cs
The file was addedInterstellarPlugin/FNFusionReactor.cs
The file was addedGameData/Interstellar/Parts/Engines/PlasmaEngine/PlasmaEngine.cfg
The file was addedInterstellarPlugin/FNModulePreecooler.cs
The file was addedGameData/Interstellar/Parts/Engines/Vista/diff.tga
The file was addedGameData/Interstellar/ElectricEnginePropellants.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/diff.png
The file was addedInterstellarPlugin/KSPInterstellar.sln
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/PlasmaMedGlow.tga
The file was removedFNPlugin/MicrowaveRoute.cs
The file was addedInterstellarPlugin/AntimatterCollector.cs
The file was addedGameData/Interstellar/Parts/Engines/InlineWarpDrive/diff.png
The file was removedFNPlugin/AlcubierreDrive.cs
The file was addedInterstellarPlugin/FNMassSpectrometer.cs
The file was addedGameData/Interstellar/megajoule_click2.png
The file was addedInterstellarPlugin/MicrowaveRoute.cs
The file was addedGameData/Interstellar/Parts/Command/ComputerCore/model.mu
The file was addedInterstellarPlugin/ElectricEngineController.cs
The file was addedGameData/Interstellar/Parts/Utility/InlineRefinery/small_glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/AMIReactor/FusionBigTexture.tga
The file was removedFNPlugin/FNThermalHeatExchanger.cs
The file was addedInterstellarPlugin/DTMagnetometer.cs
The file was addedGameData/Interstellar/Parts/Engines/MethaneEngine/MethaneEngine.cfg
The file was removedGameData/WarpPlugin/License.txt
The file was addedGameData/Interstellar/Parts/Electrical/RadialRadiator/d.png
The file was removedFNPlugin/ScienceModule.cs
The file was removedGameData/WarpPlugin/Parts/Engines/RadialWarpDrive/RadialWarpDrive.cfg
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/DoorNORM_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Command/scienceModule/part.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/MethaneEngine/n_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Engines/vista/N_normals copy_NRM.tga
The file was removedFNPlugin/VistaEngineController.cs
The file was addedGameData/Interstellar/Parts/Engines/ThermalRocketNozzle/n_1_NRM.tga
The file was removedFNPlugin/MicrowavePowerReceiver.cs
The file was addedInterstellarPlugin/FNSolarPanelWasteHeatModule.cs
The file was addedGameData/Interstellar/NameList.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/MPD/n_normals copy_NRM.tga
The file was removedFNPlugin/FNMassSpectrometer.cs
The file was removedGameData/WarpPlugin/Parts/Engines/MPD/diff.tga
The file was removedGameData/WarpPlugin/Parts/Engines/AluminiumHybrid/part.cfg
The file was addedGameData/Interstellar/Parts/Engines/ThermalTurbojet/light.tga
The file was addedInterstellarPlugin/FlightUIStarter.cs
The file was removedFNPlugin/FNSolarPanelWasteHeatModule.cs
The file was addedGameData/Interstellar/Parts/Electrical/FusionReactor/FusionMedTexture.tga
The file was removedGameData/WarpPlugin/Parts/Engines/vista/model.mu
The file was addedGameData/Interstellar/Parts/Engines/MethaneEngine/model.mu
The file was addedInterstellarPlugin/Properties/AssemblyInfo.cs
The file was addedGameData/Interstellar/Parts/Engines/ThermalTurbojet/jet.mu
The file was addedGameData/Interstellar/Parts/Electrical/DeployableRadiator/n2_normals3_NRM.png
The file was addedGameData/Interstellar/Parts/Electrical/Generator/bgen.mu
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalTurbojet/light.tga
The file was removedFNPlugin/FNResourceScanner.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/FissionReactor/FissionReactor.cfg
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/BaseTEX.tga
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterCollector/model.mu
The file was addedGameData/Interstellar/Parts/Engines/Vista/model.mu
The file was addedGameData/Interstellar/Parts/Engines/PlasmaEngine/model.mu
The file was removedFNPlugin/FNLCMassSpectrometer.cs
The file was addedGameData/Interstellar/Parts/Electrical/Generator/n_normals copy_NRM.tga
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg
The file was addedGameData/Interstellar/Parts/Electrical/RadialRadiator/rheat.mu
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterReactor/NewModel.mu
The file was addedInterstellarPlugin/FNModuleRTG.cs
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/Model.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/n_NRM.png
The file was addedGameData/Interstellar/megajoule_click.png
The file was addedGameData/Interstellar/Parts/Electrical/DeployableRadiator/diff.png
The file was addedGameData/Interstellar/Parts/Engines/RadialWarpDrive/Object044VRayCompleteMap.png
The file was removedFNPlugin/FNModuleCryostat.cs
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterReactor/glow.png
The file was addedGameData/Interstellar/Parts/Engines/InlineWarpDrive/glow_p.png
The file was removedFNPlugin/FNSeismicProbe.cs
The file was addedGameData/Interstellar/Parts/Command/ComputerCore/ComputerCore.cfg
The file was addedInterstellarPlugin/GameConstants.cs
The file was addedGameData/Interstellar/AdvElectricEnginePropellants.cfg
The file was addedGameData/Interstellar/Parts/Utility/InlineRefinery/model.mu
The file was removedGameData/WarpPlugin/Parts/Electrical/AMIReactor/AMIReactor.cfg
The file was addedInterstellarPlugin/FNModuleRadiation.cs
The file was removedFNPlugin/ComputerCore.cs
The file was modified InterstellarToolbar/InterstellarToolbar.cs (diff)
The file was removedGameData/WarpPlugin/Parts/Engines/vista/diff.tga
The file was removedFNPlugin/MicrowavePowerTransmitter.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/rheat.mu
The file was addedInterstellarPlugin/FNResourceSuppliableModule.cs
The file was addedGameData/Interstellar/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_Nrm 1_NRM.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks1/small_diff.png
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/n_1_NRM.tga
The file was modified InterstellarToolbar/InterstellarToolbar.csproj (diff)
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/BaseTEX.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks1/small_glow.png
The file was addedGameData/Interstellar/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr.mu
The file was addedGameData/Interstellar/Parts/Engines/RadialWarpDrive/RadialWarpDrive.cfg
The file was addedInterstellarPlugin/FNAmatCatFissionFusionReactor.cs
The file was removedFNPlugin/FNNozzleController.cs
The file was removedGameData/WarpPlugin/Parts/Command/scienceModule/diff.tga
The file was removedFNPlugin/ModuleSabreHeating.cs
The file was removedFNPlugin/FNResourceOvermanager.cs
The file was removedGameData/WarpPlugin/megajoule_click.png
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterCollector/trap_diff.tga
The file was removedGameData/WarpPlugin/Parts/Engines/MethaneEngine/diff.tga
The file was addedGameData/Interstellar/Parts/Engines/PlasmaEngine/diff.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks1/smalltank.mu
The file was removedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/1_normals copy_NRM.png
The file was addedGameData/Interstellar/Parts/Engines/MethaneEngine/n_NRM.tga
The file was removedFNPlugin/Properties/AssemblyInfo.cs
The file was removedFNPlugin/FNNuclearReactor.cs
The file was addedInterstellarPlugin/ResourceAbundanceMarker.cs
The file was removedFNPlugin/FNGenerator.cs
The file was removedFNPlugin/FNModuleRTG.cs
The file was addedGameData/Interstellar/Parts/Electrical/AMIReactor/FusionBigTexture.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr.mu
The file was addedGameData/Interstellar/Parts/Command/ScienceLab/diff.tga
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/part2.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/DeployableRadiator/glow.png
The file was removedGameData/WarpPlugin/Parts/Electrical/FusionReactor/model.mu
The file was addedGameData/Interstellar/Parts/Engines/ThermalRocketNozzle/glow.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/Generator/glow.tga
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/SolarSail.cfg
The file was addedGameData/Interstellar/Parts/Utility/InlineRefinery/small_normals_NRM.png
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/part.cfg
The file was addedInterstellarPlugin/MicrowavePowerReceiverBackup.cs
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/model.mu
The file was removedFNPlugin/MicrowavePowerReceiverBackup.cs
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalTurbojet/part2.cfg
The file was addedInterstellarPlugin/ModuleSolarSail.cs
The file was addedGameData/Interstellar/Parts/Electrical/RadialRadiator/RadialRadiator.cfg
The file was removedFNPlugin/FNFusionReactor.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/RadialRadiator.cfg
The file was removedGameData/WarpPlugin/Parts/Command/computerCore/ComputerCoreTexture.tga
The file was removedGameData/WarpPlugin/Parts/Engines/vista/glow.tga
The file was removedFNPlugin/KSPInterstellar.sln
The file was addedGameData/Interstellar/Parts/Engines/InlineWarpDrive/warp.mu
The file was addedInterstellarPlugin/PluginHelper.cs
The file was addedInterstellarPlugin/FuelReprocessor.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/Generator/n_normals copy_NRM.tga
The file was addedGameData/Interstellar/Parts/Electrical/PFissionReactor/model2.mu
The file was addedInterstellarPlugin/FNNozzleControllerFX.cs
The file was removedFNPlugin/FNUpgradeableModule.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/FissionReactor/Nuke_Reactor_Sr_Diff.tga
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/glow.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/FusionReactor/FusionReactor.cfg
The file was addedGameData/Interstellar/License.txt
The file was addedGameData/Interstellar/Parts/Electrical/AMIReactor/AMIReactor.cfg
The file was addedGameData/Interstellar/Parts/Engines/ThermalTurbojet/diff.tga
The file was addedGameData/Interstellar/Parts/Engines/ThermalTurbojet/n_normals_NRM.tga
The file was removedGameData/WarpPlugin/b9aero.cfg
The file was addedGameData/Interstellar/Parts/Engines/ThermalRocketNozzle/model.mu
The file was addedGameData/Interstellar/Parts/Command/ScienceLab/ScienceLab.cfg
The file was removedFNPlugin/ModableExperimentResultDialogPage.cs
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterReactor/n__NRM.png
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/PlasmaMedTexture.tga
The file was removedGameData/WarpPlugin/Parts/Electrical/RadialRadiator/d_glow.png
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalTurbojet/diff.tga
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/DoorTEX.tga
The file was addedGameData/Interstellar/b9aero.cfg
The file was addedGameData/Interstellar/Parts/Electrical/Generator/glow.tga
The file was removedFNPlugin/ISRUScoop.cs
The file was addedGameData/Interstellar/Parts/Electrical/FusionReactor/FusionReactor.cfg
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/ArmExtNORM_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Command/scienceModule/sci_model.mu
The file was removedFNPlugin/FNModuleRadiation.cs
The file was addedGameData/Interstellar/Parts/Engines/ThermalRocketNozzle/ThermalRocketNozzle.cfg
The file was removedFNPlugin/ResourceAbundanceMarker.cs
The file was removedFNPlugin/VesselRelayPersistence.cs
The file was removedGameData/WarpPlugin/Parts/Engines/MethaneEngine/model.mu
The file was addedInterstellarPlugin/ScienceModule.cs
The file was removedGameData/WarpPlugin/Parts/Engines/InlineWarpDrive/InlineWarpDrive.cfg
The file was addedGameData/Interstellar/Parts/Engines/SolarSail/SailTEX.tga
The file was addedGameData/Interstellar/Parts/Electrical/AntimatterReactor/diff.png
The file was removedFNPlugin/FuelReprocessor.cs
The file was addedInterstellarPlugin/FNAntimatterReactor.cs
The file was addedInterstellarPlugin/FNPFissionReactor.cs
The file was addedGameData/Interstellar/EnginePropellants.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterCollector/model.mu
The file was addedInterstellarPlugin/VesselRelayPersistence.cs
The file was removedGameData/WarpPlugin/Parts/Command/computerCore/part.cfg
The file was addedInterstellarPlugin/ModuleSabreHeating.cs
The file was removedFNPlugin/VanAllen.cs
The file was removedGameData/WarpPlugin/Parts/Electrical/AntimatterReactor/n__NRM.png
The file was addedGameData/Interstellar/Parts/Engines/PlasmaThruster/PlasmaMedGlow.tga
The file was addedInterstellarPlugin/FNNozzleController.cs
The file was removedFNPlugin/GameConstants.cs
The file was addedGameData/Interstellar/Parts/Electrical/RadialRadiator/n_NRM.png
The file was addedGameData/Interstellar/Parts/Engines/PlasmaEngine/n_normals copy_NRM.tga
The file was removedFNPlugin/ElectricEngineController.cs
The file was addedGameData/Interstellar/Parts/Electrical/DeployableRadiator/Model.mu
The file was addedGameData/Interstellar/Parts/Engines/Vista/Vista.cfg
The file was removedFNPlugin/AntimatterStorageTank.cs
The file was removedFNPlugin/FNPFissionReactor.cs
The file was addedGameData/Interstellar/Parts/Engines/RadialWarpDrive/warp2.mu
The file was removedGameData/WarpPlugin/Parts/Engines/solarSail/BaseNORM_NRM.tga
The file was addedInterstellarPlugin/FNRefinery.cs
The file was modified OpenResourceSystem/ORSPlanetaryResourceMapData.cs (diff)
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/model.mu
The file was addedGameData/Interstellar/Parts/Engines/Vista/N_normals copy_NRM.tga
The file was removedFNPlugin/ModuleSolarSail.cs
The file was addedGameData/Interstellar/Parts/Command/ScienceLab/nrml_NRM.tga
The file was addedGameData/Interstellar/Parts/Command/ScienceLab/glow.tga
The file was removedFNPlugin/MicrowavePowerTransmitterBackup.cs
The file was addedInterstellarPlugin/ComputerCore.cs
The file was addedInterstellarPlugin/FNThermalSource.cs
The file was removedGameData/WarpPlugin/Parts/Utility/microwaveReceiver/part.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/moho_thorium.png
The file was removedGameData/WarpPlugin/Parts/Utility/Refinery/model.mu
The file was removedGameData/WarpPlugin/warpr10.png
The file was removedGameData/WarpPlugin/Parts/Utility/DTMagnetometer/mag.mu
The file was removedGameData/WarpPlugin/Parts/Utility/GammaRaySpectrometer/model.mu
The file was removedGameData/WarpPlugin/warpr5.png
The file was removedGameData/WarpPlugin/tree.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/mter_normals.mbm
The file was removedGameData/WarpPlugin/PlanetResourceData/oceanicresourcedefinitions.cfg
The file was removedGameData/WarpPlugin/Parts/Resources/ScienceDefs.cfg
The file was removedGameData/WarpPlugin/warp8.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVAntimatter/Radial_Tank.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/tylo_thorium.png
The file was removedGameData/WarpPlugin/Parts/Utility/Refinery/sphere_normalst_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalTurbojet/part1.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/dres_uranium.png
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/part0.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/MTER-L.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/InlineRefinery/part.cfg
The file was removedGameData/WarpPlugin/warpr14.png
The file was removedGameData/WarpPlugin/PlanetResourceData/mun_thorium.png
The file was removedGameData/WarpPlugin/PlanetResourceData/pol_uranium.png
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/model.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVUranium/Part.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/MPD/part1.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/vall_uranium.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVAntimatter/model.mu
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray2/n_occlusion.tga
The file was removedGameData/WarpPlugin/alumina_resource_point.png
The file was removedGameData/WarpPlugin/warp11.png
The file was removedGameData/WarpPlugin/explode.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVLithium/Radial_Tank.tga
The file was removedGameData/WarpPlugin/Parts/Utility/radialAtmosphericScoop/scoop1.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/GCMassSpectrometer/massspectrometer.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVHe3/model.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongWaterTank/part.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/DeuteriumCryostat/deuteriumtank.tga
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/MTER-M.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/tylo_alumina.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/fnmethaneTank/model.mu
The file was removedGameData/WarpPlugin/water_resource_point.png
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/MTER-S.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/fnmethaneTank/Texture.tga
The file was removedGameData/WarpPlugin/Parts/Utility/warpAtmIntake/part.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/GCMassSpectrometer/box_diff_A_C.tga
The file was removedGameData/WarpPlugin/Parts/Utility/atmosphericScoop/part2.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/InlineRefinery/model.mu
The file was removedGameData/WarpPlugin/warpr12.png
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/MTER-S.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/ike_thorium.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongWaterTank/tank.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/fnmethaneTank/part2.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/LargeRefinery/model.mu
The file was removedGameData/WarpPlugin/thermal_click.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongWaterTank/BOX_normals_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Utility/GammaRaySpectrometer/GRS.tga
The file was removedGameData/WarpPlugin/Parts/Utility/microwaveReceiver/model.mu
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/MTER-M.mu
The file was removedGameData/WarpPlugin/warp15.png
The file was removedGameData/WarpPlugin/PlanetResourceData/dres_thorium.png
The file was removedGameData/WarpPlugin/warp4.png
The file was removedGameData/WarpPlugin/warpr4.png
The file was removedGameData/WarpPlugin/PlanetResourceData/tylo_uranium.png
The file was removedGameData/WarpPlugin/warpr15.png
The file was removedGameData/WarpPlugin/Parts/Utility/InlineRefinery/refinerytex.tga
The file was removedGameData/WarpPlugin/Parts/Utility/atmosphericScoop/model001.mbm
The file was removedGameData/WarpPlugin/warp2.png
The file was removedGameData/WarpPlugin/Parts/Science/Telescope/model.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/LiquidOnlyFuelTanks/model.mu
The file was removedGameData/WarpPlugin/PlanetResourceData/ike_alumina.png
The file was removedGameData/WarpPlugin/science.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/vall_water.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongAmmoniaTank/tank.mu
The file was removedGameData/WarpPlugin/rapier.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVUranium/Radial_Tank.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVDeutTrit/Radial_Tank.tga
The file was removedGameData/WarpPlugin/Spaces/sci/testy2.tga
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/part1.cfg
The file was removedGameData/WarpPlugin/warpr7.png
The file was removedGameData/WarpPlugin/Parts/Utility/microwaveReceiver/model000.mbm
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongAmmoniaTank/part.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/fnmethaneTank/model2.mu
The file was removedGameData/WarpPlugin/warp12.png
The file was removedGameData/WarpPlugin/warp16.png
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/model4.mu
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray2/transmitter.mu
The file was removedGameData/WarpPlugin/Sounds/warp_sound.ogg
The file was removedGameData/WarpPlugin/Spaces/sci/internal.cfg
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/model2.mu
The file was removedGameData/WarpPlugin/PlanetResourceData/eve_uranium.png
The file was removedGameData/WarpPlugin/warpr2.png
The file was removedGameData/WarpPlugin/Parts/Utility/LCMassSpectrometer/BOX_normals_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Utility/atmosphericScoop/model000.mbm
The file was removedGameData/WarpPlugin/warp3.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVAntimatter/Part.cfg
The file was removedFNPlugin/FNPlugin.csproj
The file was removedGameData/WarpPlugin/Parts/Utility/LCMassSpectrometer/lcmassspectrometer.mu
The file was removedGameData/WarpPlugin/Parts/Utility/DTMagnetometer/mag_diff.tga
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray1/receiver.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/eve_thorium.png
The file was removedGameData/WarpPlugin/WarpPluginSettings.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/GammaRaySpectrometer/part.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/duna_water.png
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/TinyFissionMod.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongWaterTank/box_diff_A_C.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/pol_thorium.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/HeliumCryostat/part.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/mun_water.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVDeutTrit/model.mu
The file was removedGameData/WarpPlugin/Parts/Utility/LargeRefinery/LPCTexture.tga
The file was removedGameData/WarpPlugin/Parts/Utility/atmosphericScoop/part.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/bop_thorium.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVHe3/Radial_Tank.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/duna_thorium.png
The file was removedGameData/WarpPlugin/Parts/Engines/MPD/part0.cfg
The file was removedGameData/WarpPlugin/warp.png
The file was removedGameData/WarpPlugin/uranium_resource_point.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVThorium/Part.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/radialAtmosphericScoop/scoop.mu
The file was removedGameData/WarpPlugin/Parts/Resources/ResourcesNuclear.cfg
The file was removedGameData/WarpPlugin/warpr13.png
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/part3.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/BigFission.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/eeloo_uranium.png
The file was removedGameData/WarpPlugin/Spaces/sci/light.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/laythe_uranium.png
The file was removedGameData/WarpPlugin/Parts/Utility/atmosphericScoop/model.mu
The file was removedGameData/WarpPlugin/Parts/Utility/radialAtmosphericScoop/scoop2.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks2/375.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/minmus_water.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/DeuteriumCryostat/model.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/DeuteriumCryostat/part.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/mter_emissive.mbm
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/MTER-L.mu
The file was removedGameData/WarpPlugin/Spaces/sci/smokeandmirrors.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/gilly_uranium.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks2/big_n_NRM.png
The file was removedGameData/WarpPlugin/warp6.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/LiquidOnlyFuelTanks/model001.mbm
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray1/n_normals_NRM.tga
The file was removedGameData/WarpPlugin/resource_point.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongAmmoniaTank/BOX_normals_NRM.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/vall_thorium.png
The file was removedGameData/WarpPlugin/warp10.png
The file was removedGameData/WarpPlugin/PlanetResourceData/gilly_thorium.png
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/PFission0625.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/LiquidOnlyFuelTanks/25PureLiquidTank.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/atmosphericresourcedefinitions.cfg
The file was removedGameData/WarpPlugin/warpr16.png
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/model3.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVDeutTrit/part.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks2/bigtank.mu
The file was removedGameData/WarpPlugin/warpr6.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/LiquidOnlyFuelTanks/model000.mbm
The file was removedGameData/WarpPlugin/Parts/Utility/MicrowaveThermalPowerReceiver/mter.mbm
The file was removedGameData/WarpPlugin/warp13.png
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/PlasmaSmallGlow.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/HeliumCryostat/heliumtank.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/kerbin_thorium.png
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/PFission375.cfg
The file was removedGameData/WarpPlugin/warpr3.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVUranium/model.mu
The file was removedGameData/WarpPlugin/PlanetResourceData/bop_uranium.png
The file was removedGameData/WarpPlugin/warpr11.png
The file was removedGameData/WarpPlugin/warpr9.png
The file was removedGameData/WarpPlugin/PlanetResourceData/ike_uranium.png
The file was removedGameData/WarpPlugin/PlanetResourceData/laythe_thorium.png
The file was removedGameData/WarpPlugin/Parts/Engines/AugmentedArcjet/PlasmaSmallTexture.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/fnmethaneTank/part.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/FissionSmallTexture.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/minmus_thorium.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVLithium/model.mu
The file was removedGameData/WarpPlugin/copyright notice.txt
The file was removedGameData/WarpPlugin/PlanetResourceData/eeloo_thorium.png
The file was removedGameData/WarpPlugin/Parts/Utility/GCMassSpectrometer/BOX_normals_NRM.tga
The file was removedGameData/WarpPlugin/warpr.png
The file was removedGameData/WarpPlugin/Spaces/sci/N_normals 1_NRM.tga
The file was removedGameData/WarpPlugin/warp14.png
The file was removedGameData/WarpPlugin/Parts/Utility/Refinery/sphere_body_DIFFUSE.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks2/big_glow.png
The file was removedGameData/WarpPlugin/Parts/Science/Telescope/telescope 1.tga
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray1/n_occlusion.tga
The file was removedGameData/WarpPlugin/Parts/Utility/DTMagnetometer/part.cfg
The file was removedGameData/WarpPlugin/warpr8.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/AntimatterTanks1/125.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/BigArgonTank/part.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVThorium/Radial_Tank.tga
The file was removedGameData/WarpPlugin/Parts/Utility/LCMassSpectrometer/box_diff_A_C.tga
The file was removedGameData/WarpPlugin/Parts/Engines/ThermalRocketNozzle/part0.cfg
The file was removedGameData/WarpPlugin/explode2.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/HeliumCryostat/model.mu
The file was removedGameData/WarpPlugin/Parts/FuelTank/LiquidOnlyFuelTanks/375PureLiquidTank.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray1/receiver.mu
The file was removedGameData/WarpPlugin/Parts/Utility/Refinery/glow_2.tga
The file was removedGameData/WarpPlugin/Parts/Utility/GammaRaySpectrometer/GRS_NRM.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVUranium2/Radial_Tank.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/mun_uranium.png
The file was removedFNPlugin/obj/Debug/WarpPlugin.csproj.FileListAbsolute.txt
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray2/transmitter.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/moho_uranium.png
The file was removedGameData/WarpPlugin/Parts/Utility/Refinery/part.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/planetaryresourcedefinitions.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/DTMagnetometer/n_ copy_NRM.tga
The file was removedGameData/WarpPlugin/Parts/Science/Telescope/part.cfg
The file was removedGameData/WarpPlugin/transparent.png
The file was removedGameData/WarpPlugin/warp9.png
The file was removedGameData/WarpPlugin/PlanetResourceData/mun_alumina.png
The file was removedGameData/WarpPlugin/PlanetResourceData/duna_uranium.png
The file was removedGameData/WarpPlugin/Parts/Utility/LCMassSpectrometer/part.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVUranium2/Part.cfg
The file was removedGameData/WarpPlugin/Parts/Electrical/PFissionReactor/PFission125.cfg
The file was removedGameData/WarpPlugin/Parts/FuelTank/LongAmmoniaTank/box_diff_A_C.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVLithium/Part.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/radialAtmosphericScoop/texture 1.tga
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVUranium2/model.mu
The file was removedGameData/WarpPlugin/Parts/Utility/GCMassSpectrometer/part.cfg
The file was removedGameData/WarpPlugin/PlanetResourceData/minmus_uranium.png
The file was removedGameData/WarpPlugin/thorium_resource_point.png
The file was removedGameData/WarpPlugin/warp5.png
The file was removedGameData/WarpPlugin/Parts/Utility/phasedArray2/n_normals_NRM.tga
The file was removedGameData/WarpPlugin/PlanetResourceData/kerbin_uranium.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVThorium/model.mu
The file was removedGameData/WarpPlugin/warp7.png
The file was removedGameData/WarpPlugin/Parts/FuelTank/RVHe3/Part.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/warpAtmIntake/part2.cfg
The file was removedGameData/WarpPlugin/Parts/Utility/LargeRefinery/part.cfg
The file was removedGameData/WarpPlugin/Spaces/sci/model.mu
Commit 3e9a18a0784744b82524d243d35ecf0814d8eb82 by WaveFunctionP
- yet more file stuffaroonee
The file was addedGameData/Interstellar/Parts/Utility/PhasedArray/PhasedArray.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/RVAntimatter/RVAntimatter.cfg
The file was addedGameData/Interstellar/PlanetResourceData/mun_water.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVUF4/model.mu
The file was addedGameData/Interstellar/Parts/FuelTank/RVThorium/model.mu
The file was addedGameData/Interstellar/PlanetResourceData/duna_water.png
The file was addedGameData/Interstellar/Spaces/sci/testy2.tga
The file was addedGameData/Interstellar/warpr14.png
The file was addedGameData/Interstellar/warpr3.png
The file was addedGameData/Interstellar/Parts/FuelTank/DeuteriumCryostat/deuteriumtank.tga
The file was addedGameData/000_Toolbar/folder.tga
The file was addedGameData/Interstellar/Parts/Science/GammaRaySpectrometer/GRS_NRM.tga
The file was addedGameData/Interstellar/PlanetResourceData/laythe_thorium.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVDeutTrit/RVDeutTrit.cfg
The file was addedGameData/Interstellar/Parts/Science/GammaRaySpectrometer/GammaRaySpectrometer.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/AntimatterTank/big_n_NRM.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVLithium/RVLithium.cfg
The file was addedGameData/Interstellar/Parts/Science/DTMagnetometer/mag_diff.tga
The file was addedGameData/Interstellar/transparent.png
The file was addedInterstellarPlugin/InterstellarPlugin.csproj
The file was addedGameData/Interstellar/warp6.png
The file was modified .gitignore (diff)
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveReceiver/model.mu
The file was addedGameData/Interstellar/Parts/Utility/AtmosphericScoop/AtmosphericScoop.cfg
The file was addedGameData/Interstellar/PlanetResourceData/tylo_thorium.png
The file was addedGameData/Interstellar/warp11.png
The file was addedGameData/Interstellar/Parts/Science/Telescope/Telescope.cfg
The file was addedGameData/Interstellar/warpr9.png
The file was addedGameData/Interstellar/Parts/Resources/ResourcesNuclear.cfg
The file was addedGameData/Interstellar/PlanetResourceData/eeloo_uranium.png
The file was addedGameData/Interstellar/warp7.png
The file was addedGameData/Interstellar/PlanetResourceData/gilly_thorium.png
The file was addedGameData/Interstellar/warp3.png
The file was addedGameData/000_Toolbar/move-cursor.tga
The file was addedGameData/Interstellar/Parts/Science/GCMassSpectrometer/GCMassSpectrometer.cfg
The file was addedGameData/Interstellar/warpr.png
The file was addedGameData/Interstellar/Parts/Science/DTMagnetometer/DTMagnetometer.cfg
The file was addedGameData/Interstellar/Parts/Utility/AtmosphericScoop/texture 1.tga
The file was addedGameData/Interstellar/PlanetResourceData/minmus_thorium.png
The file was addedGameData/Interstellar/rapier.cfg
The file was addedGameData/Interstellar/PlanetResourceData/vall_uranium.png
The file was addedGameData/Interstellar/PlanetResourceData/gilly_uranium.png
The file was addedGameData/Interstellar/warpr8.png
The file was addedGameData/Interstellar/warp15.png
The file was addedGameData/Interstellar/InterstellarSettings.cfg
The file was addedGameData/Interstellar/Parts/Science/LCMassSpectrometer/lcmassspectrometer.mu
The file was addedGameData/000_Toolbar/resize-cursor.tga
The file was addedGameData/Interstellar/thermal_click.png
The file was addedGameData/000_Toolbar/toolbar-dropdown.tga
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveThermalPowerReceiver/mter.mbm
The file was addedGameData/Interstellar/Parts/Science/GCMassSpectrometer/box_diff_A_C.tga
The file was addedGameData/Interstellar/Parts/Science/GammaRaySpectrometer/model.mu
The file was addedGameData/Interstellar/Parts/FuelTank/RVDeutTrit/Radial_Tank.tga
The file was addedGameData/Interstellar/PlanetResourceData/eve_thorium.png
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveReceiver/MicrowaveReceiver.cfg
The file was addedGameData/Interstellar/PlanetResourceData/duna_uranium.png
The file was addedGameData/Interstellar/PlanetResourceData/eeloo_thorium.png
The file was addedGameData/Interstellar/warp4.png
The file was addedGameData/Interstellar/PlanetResourceData/bop_uranium.png
The file was addedGameData/000_Toolbar/CHANGES.txt
The file was addedGameData/Interstellar/Parts/FuelTank/RVAntimatter/model.mu
The file was addedGameData/Interstellar/Parts/FuelTank/RVUF4/Radial_Tank.tga
The file was addedGameData/Interstellar/Parts/Science/GammaRaySpectrometer/GRS.tga
The file was addedGameData/Interstellar/Parts/FuelTank/RVUN/Radial_Tank.tga
The file was addedGameData/Interstellar/PlanetResourceData/bop_thorium.png
The file was addedGameData/Interstellar/tree.cfg
The file was addedGameData/Interstellar/warpr5.png
The file was addedGameData/Interstellar/Parts/FuelTank/WaterTank/WaterTank.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/AmmoniaTank/tank.mu
The file was addedGameData/Interstellar/Parts/FuelTank/WaterTank/tank.mu
The file was addedGameData/Interstellar/Parts/FuelTank/AmmoniaTank/AmmoniaTank.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/DeuteriumCryostat/DeuteriumCryostat.cfg
The file was addedGameData/Interstellar/Parts/Utility/AtmosphericScoop/scoop.mu
The file was addedGameData/Interstellar/PlanetResourceData/duna_thorium.png
The file was addedGameData/Interstellar/Parts/FuelTank/DeuteriumCryostat/model.mu
The file was addedGameData/Interstellar/copyright notice.txt
The file was addedGameData/Interstellar/Parts/Utility/PhasedArray/transmitter.mu
The file was addedGameData/Interstellar/PlanetResourceData/mun_uranium.png
The file was addedGameData/Interstellar/PlanetResourceData/vall_water.png
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveReceiver/model000.mbm
The file was addedGameData/Interstellar/thorium_resource_point.png
The file was addedGameData/Interstellar/uranium_resource_point.png
The file was addedGameData/000_Toolbar/new-button-available.tga
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveThermalPowerReceiver/mter_normals.mbm
The file was addedGameData/Interstellar/PlanetResourceData/ike_uranium.png
The file was addedGameData/Interstellar/Parts/FuelTank/HeliumCryostat/HeliumCryostat.cfg
The file was addedGameData/000_Toolbar/source.zip
The file was addedGameData/Interstellar/Parts/Science/DTMagnetometer/n_ copy_NRM.tga
The file was addedGameData/Interstellar/warpr7.png
The file was addedGameData/Interstellar/PlanetResourceData/dres_thorium.png
The file was addedGameData/Interstellar/PlanetResourceData/planetaryresourcedefinitions.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/AmmoniaTank/box_diff_A_C.tga
The file was addedGameData/Interstellar/warp16.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVUN/model.mu
The file was addedGameData/000_Toolbar/sh.png
The file was addedGameData/Interstellar/Parts/Utility/DeployablePhasedArray/n_normals_NRM.tga
The file was addedGameData/Interstellar/PlanetResourceData/moho_uranium.png
The file was addedGameData/Interstellar/warpr12.png
The file was addedGameData/Interstellar/warpr10.png
The file was addedGameData/Interstellar/warpr11.png
The file was addedGameData/Interstellar/Parts/Interstellar_TweakScale.cfg
The file was addedGameData/Interstellar/warp9.png
The file was addedGameData/Interstellar/PlanetResourceData/eve_uranium.png
The file was addedGameData/Interstellar/warp2.png
The file was addedGameData/Interstellar/PlanetResourceData/laythe_uranium.png
The file was addedGameData/Interstellar/Parts/FuelTank/HeliumCryostat/heliumtank.tga
The file was addedGameData/Interstellar/PlanetResourceData/ike_alumina.png
The file was addedGameData/Interstellar/Parts/Resources/ScienceDefs.cfg
The file was addedGameData/Interstellar/Parts/Science/Telescope/telescope 1.tga
The file was addedGameData/Interstellar/PlanetResourceData/mun_thorium.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVThorium/RVThorium.cfg
The file was addedGameData/Interstellar/Parts/Science/Telescope/model.mu
The file was addedGameData/Interstellar/warpr2.png
The file was addedGameData/000_Toolbar/LICENSE.txt
The file was addedGameData/Interstellar/Parts/Utility/PhasedArray/n_occlusion.tga
The file was addedGameData/Interstellar/Parts/Utility/DeployablePhasedArray/receiver.mu
The file was addedGameData/Interstellar/PlanetResourceData/pol_uranium.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVLithium/Radial_Tank.tga
The file was addedGameData/Interstellar/warp12.png
The file was addedGameData/Interstellar/Parts/Science/LCMassSpectrometer/box_diff_A_C.tga
The file was addedGameData/Interstellar/Spaces/sci/model.mu
The file was addedGameData/Interstellar/Spaces/sci/N_normals 1_NRM.tga
The file was addedGameData/Interstellar/PlanetResourceData/oceanicresourcedefinitions.cfg
The file was addedGameData/Interstellar/PlanetResourceData/mun_alumina.png
The file was addedGameData/Interstellar/warp8.png
The file was addedGameData/Interstellar/resource_point.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVUN/RVUN.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/HeliumCryostat/model.mu
The file was addedGameData/Interstellar/Parts/FuelTank/RVHe3/Radial_Tank.tga
The file was addedGameData/Interstellar/Parts/Science/GCMassSpectrometer/BOX_normals_NRM.tga
The file was addedGameData/Interstellar/Parts/FuelTank/WaterTank/BOX_normals_NRM.tga
The file was addedGameData/Interstellar/explode2.png
The file was addedGameData/Interstellar/Spaces/sci/internal.cfg
The file was addedGameData/Interstellar/PlanetResourceData/ike_thorium.png
The file was addedGameData/Interstellar/water_resource_point.png
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveThermalPowerReceiver/MTER-M.mu
The file was addedGameData/Interstellar/warp14.png
The file was addedGameData/Interstellar/Parts/Science/LCMassSpectrometer/LCMassSpectrometer.cfg
The file was addedGameData/Interstellar/PlanetResourceData/tylo_alumina.png
The file was addedGameData/Interstellar/warp5.png
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveThermalPowerReceiver/MicrowaveThermalPowerReceiver.cfg
The file was addedGameData/Interstellar/Parts/Utility/DeployablePhasedArray/n_occlusion.tga
The file was addedGameData/Interstellar/PlanetResourceData/dres_uranium.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVHe3/RVHe3.cfg
The file was addedGameData/Interstellar/alumina_resource_point.png
The file was addedGameData/Interstellar/warpr4.png
The file was addedGameData/Interstellar/warp10.png
The file was addedGameData/Interstellar/Parts/FuelTank/AmmoniaTank/BOX_normals_NRM.tga
The file was addedGameData/Interstellar/Parts/FuelTank/RVHe3/model.mu
The file was addedGameData/Interstellar/warpr6.png
The file was addedGameData/Interstellar/science.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/RVAntimatter/Radial_Tank.tga
The file was addedGameData/Interstellar/Parts/FuelTank/RVUF4/RVUF4.cfg
The file was addedGameData/Interstellar/Parts/FuelTank/AntimatterTank/bigtank.mu
The file was addedGameData/Interstellar/Parts/Utility/PhasedArray/n_normals_NRM.tga
The file was addedGameData/Interstellar/Parts/Utility/DeployablePhasedArray/DeployablePhasedArray.cfg
The file was addedGameData/Interstellar/PlanetResourceData/kerbin_thorium.png
The file was addedGameData/Interstellar/Parts/Science/GCMassSpectrometer/massspectrometer.mu
The file was addedGameData/Interstellar/PlanetResourceData/pol_thorium.png
The file was addedGameData/Interstellar/Parts/Utility/InlineRefinery/InlineRefinery.cfg
The file was addedGameData/Interstellar/warp.png
The file was addedGameData/Interstellar/Sounds/warp_sound.ogg
The file was addedGameData/Interstellar/Parts/FuelTank/RVDeutTrit/model.mu
The file was addedGameData/Interstellar/Spaces/sci/smokeandmirrors.tga
The file was addedGameData/Interstellar/PlanetResourceData/minmus_water.png
The file was addedGameData/Interstellar/Parts/FuelTank/AntimatterTank/big_glow.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVThorium/Radial_Tank.tga
The file was addedGameData/Interstellar/PlanetResourceData/minmus_uranium.png
The file was addedGameData/Interstellar/warpr13.png
The file was addedGameData/000_Toolbar/update-available.tga
The file was addedGameData/Interstellar/Parts/Utility/MicrowaveThermalPowerReceiver/mter_emissive.mbm
The file was addedGameData/Interstellar/Spaces/sci/light.tga
The file was addedGameData/Interstellar/warpr15.png
The file was addedGameData/000_Toolbar/sh.mu
The file was addedGameData/Interstellar/warp13.png
The file was addedGameData/Interstellar/PlanetResourceData/vall_thorium.png
The file was addedGameData/Interstellar/warpr16.png
The file was addedGameData/000_Toolbar/donate.tga
The file was addedGameData/Interstellar/Parts/FuelTank/WaterTank/box_diff_A_C.tga
The file was addedGameData/Interstellar/Parts/Science/DTMagnetometer/mag.mu
The file was addedGameData/Interstellar/PlanetResourceData/tylo_uranium.png
The file was addedGameData/Interstellar/Parts/Science/LCMassSpectrometer/BOX_normals_NRM.tga
The file was addedGameData/Interstellar/explode.png
The file was addedGameData/Interstellar/PlanetResourceData/atmosphericresourcedefinitions.cfg
The file was addedGameData/Interstellar/PlanetResourceData/moho_thorium.png
The file was addedGameData/Interstellar/PlanetResourceData/kerbin_uranium.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVLithium/model.mu
Commit 980800f21e1f9aceb1c2c01339c22517e8190630 by WaveFunctionP
- Water is now Water
- First pass resource costs (reactor resource progression)
- second part cost pass (costs of empty parts).
- centralized scalexponents cfg
The file was modified GameData/Interstellar/Parts/Engines/Vista/Vista.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/PFissionReactor/PFissionReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/WaterTank/WaterTank.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/RadialRadiator/RadialRadiator.cfg (diff)
The file was modified GameData/Interstellar/PlanetResourceData/oceanicresourcedefinitions.cfg (diff)
The file was modified InterstellarPlugin/FNGenerator.cs (diff)
The file was modified GameData/Interstellar/Parts/Interstellar_TweakScale.cfg (diff)
The file was modified GameData/Interstellar/copyright notice.txt (diff)
The file was modified InterstellarPlugin/FNRadiator.cs (diff)
The file was modified GameData/Interstellar/Parts/Engines/PlasmaThruster/PlasmaThruster.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVLithium/RVLithium.cfg (diff)
The file was modified GameData/Interstellar/Parts/Utility/MicrowaveReceiver/MicrowaveReceiver.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/DeuteriumCryostat/DeuteriumCryostat.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/MethaneEngine/MethaneEngine.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVDeutTrit/RVDeutTrit.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/FusionReactor/FusionReactor.cfg (diff)
The file was modified InterstellarPlugin/AlcubierreDrive.cs (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/AntimatterTank/AntimatterTank.cfg (diff)
The file was modified InterstellarPlugin/FNNozzleControllerFX.cs (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVThorium/RVThorium.cfg (diff)
The file was modified InterstellarPlugin/PluginHelper.cs (diff)
The file was modified GameData/Interstellar/Parts/Command/ComputerCore/ComputerCore.cfg (diff)
The file was modified InterstellarPlugin/TechUpdateWindow.cs (diff)
The file was modified GameData/Interstellar/Parts/Engines/ThermalRocketNozzle/ThermalRocketNozzle.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/Generator/Generator.cfg (diff)
The file was modified GameData/Interstellar/Parts/Science/GCMassSpectrometer/GCMassSpectrometer.cfg (diff)
The file was modified GameData/Interstellar/Parts/Science/LCMassSpectrometer/LCMassSpectrometer.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/DeployableRadiator/DeployableRadiator.cfg (diff)
The file was modified GameData/Interstellar/EnginePropellants.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/FissionReactor/FissionReactor.cfg (diff)
The file was modified InterstellarPlugin/ElectricEngineController.cs (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/AmmoniaTank/AmmoniaTank.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/InlineWarpDrive/InlineWarpDrive.cfg (diff)
The file was modified InterstellarPlugin/AntimatterFactory.cs (diff)
The file was modified GameData/Interstellar/Parts/Science/DTMagnetometer/DTMagnetometer.cfg (diff)
The file was modified GameData/Interstellar/Parts/Utility/MicrowaveThermalPowerReceiver/MicrowaveThermalPowerReceiver.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/HeliumCryostat/HeliumCryostat.cfg (diff)
The file was modified GameData/Interstellar/Parts/Utility/DeployablePhasedArray/DeployablePhasedArray.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/SolarSail/SolarSail.cfg (diff)
The file was modified GameData/Interstellar/Parts/Science/GammaRaySpectrometer/GammaRaySpectrometer.cfg (diff)
The file was modified GameData/Interstellar/Parts/Science/Telescope/Telescope.cfg (diff)
The file was modified GameData/Interstellar/Parts/Resources/ResourcesNuclear.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/PlasmaEngine/PlasmaEngine.cfg (diff)
The file was modified InterstellarPlugin/FNNozzleController.cs (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVAntimatter/RVAntimatter.cfg (diff)
The file was modified GameData/Interstellar/InterstellarSettings.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVHe3/RVHe3.cfg (diff)
The file was modified GameData/Interstellar/PlanetResourceData/planetaryresourcedefinitions.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AMIReactor/AMIReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/RadialWarpDrive/RadialWarpDrive.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVUN/RVUN.cfg (diff)
The file was modified GameData/Interstellar/Parts/Utility/AtmosphericScoop/AtmosphericScoop.cfg (diff)
The file was modified InterstellarPlugin/FNReactor.cs (diff)
The file was modified GameData/Interstellar/Parts/Utility/PhasedArray/PhasedArray.cfg (diff)
The file was modified GameData/Interstellar/Parts/Utility/InlineRefinery/InlineRefinery.cfg (diff)
The file was modified GameData/Interstellar/changelog.txt (diff)
The file was modified InterstellarPlugin/ComputerCore.cs (diff)
The file was modified GameData/Interstellar/Parts/Engines/AluminiumHybrid/AluminumHybrid.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/ThermalTurbojet/ThermalTurboJet.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVUF4/RVUF4.cfg (diff)
Commit 5f7ebfc95681e529b49e133e1e3a852cc01d49a9 by tomkuzyno
Fix Reactors reporting wrong Thermal Power value when in mixed mode - when reactors are producing both Thermal Power and Charged Particles attached generators read wrong Thermal Power value from reactors as if reactor generated his full potential power as Thermal Power

Fix Thermal Generators eating Charged Particles - it is normal, that Thermal generators can use Charged Particles to generate power if Direct Conversion Generator is not present or disabled, that should not be the case, Thermal Generators should use only Thermal Power

Fix Direct Conversion Generators being able to exceed their capabilities - when there's more than one Direct Conversion Generator (as if with more than one Fusion Reactor in mixed mode for example) occasionally one of them can use all Charged Particles and exceed its maximum capacity without any drawbacks (same happens when one of generators is shut down)

Fix Microwave Transceivers power reservation for Fusion Reactors, switch from "magic numbers" to actual value - 0.95 is some number, what it means? where it came from? better solution is to use value provided by FNFusionReactor itself.

Signed-off-by: Tomasz Majer <tomkuzyno@gmail.com>
The file was modified InterstellarPlugin/FNGenerator.cs (diff)
The file was modified InterstellarPlugin/MicrowavePowerTransmitter.cs (diff)
The file was modified InterstellarPlugin/FNReactor.cs (diff)
Commit d1b5600ae738ddcfec64f800284e1c81968eaac0 by WaveFunctionP
- more resource compatibility (Enriched/Delpleted Uranium)
The file was modified InterstellarPlugin/FNRefinery.cs (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/alumina_resource_point.png
The file was addedGameData/CommunityResourcePack/Interstellar/dres_uranium.png
The file was removedGameData/Interstellar/PlanetResourceData/dres_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/oceanicresourcedefinitions.cfg
The file was modified GameData/Interstellar/Parts/Utility/AtmosphericScoop/AtmosphericScoop.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVThorium/RVThorium.cfg (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/gilly_uranium.png
The file was modified GameData/Interstellar/Parts/Electrical/PFissionReactor/PFissionReactor.cfg (diff)
The file was removedGameData/Interstellar/PlanetResourceData/mun_uranium.png
The file was modified InterstellarPlugin/FNNuclearReactor.cs (diff)
The file was addedGameData/Interstellar/Parts/Electrical/PFissionReactor/BigFission.tga
The file was addedGameData/CommunityResourcePack/Interstellar/laythe_uranium.png
The file was removedGameData/Interstellar/PlanetResourceData/duna_water.png
The file was modified OpenResourceSystem/OpenResourceSystem.csproj (diff)
The file was removedGameData/Interstellar/PlanetResourceData/bop_uranium.png
The file was modified GameData/Interstellar/Parts/FuelTank/RVUF4/RVUF4.cfg (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/minmus_water.png
The file was removedGameData/Interstellar/PlanetResourceData/tylo_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/moho_uranium.png
The file was removedGameData/Interstellar/PlanetResourceData/moho_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/vall_water.png
The file was modified GameData/Interstellar/Parts/Electrical/FusionReactor/FusionReactor.cfg (diff)
The file was modified InterstellarPlugin/FNAmatCatFissionFusionReactor.cs (diff)
The file was modified InterstellarPlugin/FNRadiator.cs (diff)
The file was removedGameData/Interstellar/PlanetResourceData/tylo_alumina.png
The file was removedGameData/Interstellar/PlanetResourceData/oceanicresourcedefinitions.cfg
The file was modified GameData/Interstellar/Parts/Electrical/AMIReactor/AMIReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AntimatterCollector/AntimatterCollector.cfg (diff)
The file was removedGameData/Interstellar/PlanetResourceData/minmus_water.png
The file was removedGameData/Interstellar/PlanetResourceData/moho_thorium.png
The file was removedGameData/Interstellar/PlanetResourceData/pol_uranium.png
The file was modified InterstellarPlugin/AntimatterCollector.cs (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/bop_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/resource_point.png
The file was removedGameData/Interstellar/PlanetResourceData/ike_alumina.png
The file was modified InterstellarPlugin/GameConstants.cs (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/minmus_thorium.png
The file was removedGameData/Interstellar/PlanetResourceData/eeloo_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/water_resource_point.png
The file was removedGameData/Interstellar/PlanetResourceData/minmus_uranium.png
The file was removedGameData/Interstellar/PlanetResourceData/gilly_uranium.png
The file was modified GameData/Interstellar/Parts/Interstellar_TweakScale.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/FissionReactor/FissionReactor.cfg (diff)
The file was removedGameData/Interstellar/PlanetResourceData/mun_water.png
The file was removedGameData/Interstellar/PlanetResourceData/kerbin_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/uranium_resource_point.png
The file was addedGameData/CommunityResourcePack/Interstellar/mun_alumina.png
The file was addedGameData/TweakScale/ScaleExponents.cfg
The file was addedGameData/CommunityResourcePack/Interstellar/moho_thorium.png
The file was modified InterstellarPlugin/PluginHelper.cs (diff)
The file was addedGameData/Interstellar/Parts/Electrical/PFissionReactor/model.mu
The file was modified GameData/Interstellar/Parts/Resources/ResourcesNuclear.cfg (diff)
The file was removedGameData/Interstellar/PlanetResourceData/duna_uranium.png
The file was modified GameData/Interstellar/changelog.txt (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/vall_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/duna_water.png
The file was addedGameData/CommunityResourcePack/Interstellar/ike_alumina.png
The file was modified GameData/Interstellar/Parts/Utility/InlineRefinery/InlineRefinery.cfg (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/ike_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/tylo_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/atmosphericresourcedefinitions.cfg
The file was addedGameData/CommunityResourcePack/Interstellar/eeloo_uranium.png
The file was modified InterstellarPlugin/FuelReprocessor.cs (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/minmus_uranium.png
The file was modified GameData/Interstellar/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg (diff)
The file was modified InterstellarPlugin/FNModuleResourceExtraction.cs (diff)
The file was modified GameData/Interstellar/ElectricEnginePropellants.cfg (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/mun_water.png
The file was removedGameData/Interstellar/PlanetResourceData/minmus_thorium.png
The file was removedGameData/Interstellar/PlanetResourceData/laythe_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/kerbin_uranium.png
The file was modified InterstellarPlugin/FNPFissionReactor.cs (diff)
The file was removedGameData/Interstellar/PlanetResourceData/mun_alumina.png
The file was addedGameData/CommunityResourcePack/Interstellar/mun_uranium.png
The file was removedGameData/Interstellar/PlanetResourceData/eve_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/eve_uranium.png
The file was addedGameData/TweakScale/NASA_TweakScale.cfg
The file was modified GameData/Interstellar/Parts/FuelTank/RVUN/RVUN.cfg (diff)
The file was addedGameData/CommunityResourcePack/Interstellar/duna_uranium.png
The file was addedGameData/TweakScale/DefaultScales.cfg
The file was addedGameData/TweakScale/Squad_TweakScale.cfg
The file was addedGameData/CommunityResourcePack/Interstellar/tylo_alumina.png
The file was removedGameData/Interstellar/PlanetResourceData/atmosphericresourcedefinitions.cfg
The file was removedGameData/Interstellar/PlanetResourceData/ike_uranium.png
The file was removedGameData/Interstellar/PlanetResourceData/vall_uranium.png
The file was addedGameData/CommunityResourcePack/Interstellar/planetaryresourcedefinitions.cfg
The file was addedGameData/CommunityResourcePack/Interstellar/pol_uranium.png
Commit 99598cdb0ba8aafb55667acc6bbf7e6b2e591f26 by tomkuzyno
- Switch MicrowavePowerTransmitter power reservation from FNFusionReactor powerRequirements to ORSResourceManager PowerDraws (new read-only property exposing internal power_draw_list_archive)

- Disallow activating more than one MicrowavePowerTransmitter in transmitter mode (more than one relay is still allowed) as that causes trouble with power balancing, with two transmitters they will eventually reach equilibrium but any external change in power draw (eg. activating Science Lab) will throw them off balance, switching one transmitter on and off is required to regain balance, and since having more than one transmitter shouldn't increase vessel's beamed power output, allowing more transmitters doesn't really have any sense

Signed-off-by: Tomasz Majer <tomkuzyno@gmail.com>
The file was modified OpenResourceSystem/ORSResourceManager.cs (diff)
The file was modified InterstellarPlugin/MicrowavePowerTransmitter.cs (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AMIReactor/AMIReactor.cfg (diff)
The file was modified InterstellarPlugin/FNPFissionReactor.cs (diff)
The file was modified GameData/Interstellar/Parts/Electrical/Generator/Generator.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/PFissionReactor/PFissionReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/FusionReactor/FusionReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/FissionReactor/FissionReactor.cfg (diff)
Commit a908dcfafd77a11a6bd9d149a155ecd1b386d6c2 by mellon85
He3 decays in background
The file was modified InterstellarPlugin/ModuleElementRadioactiveDecay.cs (diff)
Commit 8f3391f411d4fd27ffe93c5fa10c762359f83168 by WaveFunctionP
- added part config for vista engine
- removed methane and aluminum engines
- corrected refinery config error
- removed UN tank
- renamed UF4 tank to Uranium tank)
The file was removedGameData/Interstellar/PlanetResourceData/kerbin_thorium.png
The file was removedGameData/Interstellar/Parts/FuelTank/RVUF4/model.mu
The file was removedGameData/Interstellar/Parts/FuelTank/RVHe3/Radial_Tank.tga
The file was removedGameData/Interstellar/Parts/Electrical/PFissionReactor/FissonMediumTexture.tga
The file was removedGameData/Interstellar/Parts/Engines/AluminiumHybrid/AluminumHybrid.cfg
The file was removedGameData/Interstellar/PlanetResourceData/laythe_thorium.png
The file was removedGameData/Interstellar/Parts/FuelTank/RVUN/model.mu
The file was removedGameData/Interstellar/PlanetResourceData/eve_thorium.png
The file was removedGameData/Interstellar/PlanetResourceData/ike_thorium.png
The file was removedGameData/Interstellar/Parts/Engines/MethaneEngine/glow.tga
The file was modified InterstellarPlugin/VistaEngineController.cs (diff)
The file was removedGameData/Interstellar/PlanetResourceData/duna_thorium.png
The file was addedGameData/Interstellar/Parts/FuelTank/RVUranium/RVUF4.cfg
The file was removedGameData/Interstellar/PlanetResourceData/eeloo_thorium.png
The file was removedGameData/Interstellar/Parts/FuelTank/RVUF4/RVUF4.cfg
The file was removedGameData/Interstellar/PlanetResourceData/bop_thorium.png
The file was modified GameData/Interstellar/Parts/Electrical/AMIReactor/AMIReactor.cfg (diff)
The file was removedGameData/Interstellar/alumina_resource_point.png
The file was removedGameData/Interstellar/PlanetResourceData/vall_thorium.png
The file was modified GameData/Interstellar/Parts/Engines/Vista/Vista.cfg (diff)
The file was removedGameData/Interstellar/thorium_resource_point.png
The file was removedGameData/Interstellar/uranium_resource_point.png
The file was removedGameData/Interstellar/Parts/FuelTank/RVHe3/model.mu
The file was addedGameData/Interstellar/Parts/FuelTank/RVUranium/model.mu
The file was addedGameData/Interstellar/Parts/FuelTank/RVUranium/Radial_Tank.tga
The file was removedGameData/OpenResourceSystem/PlanetResourceData/oceanicresourcedefinitions.cfg
The file was removedGameData/Interstellar/Parts/FuelTank/RVUN/RVUN.cfg
The file was removedGameData/Interstellar/resource_point.png
The file was removedGameData/Interstellar/Parts/FuelTank/RVHe3/RVHe3.cfg
The file was removedGameData/Interstellar/PlanetResourceData/mun_thorium.png
The file was removedGameData/Interstellar/Parts/FuelTank/RVUF4/Radial_Tank.tga
The file was removedGameData/Interstellar/Parts/FuelTank/RVThorium/RVThorium.cfg
The file was removedGameData/Interstellar/Parts/Electrical/PFissionReactor/model2.mu
The file was removedGameData/Interstellar/Parts/Engines/MethaneEngine/MethaneEngine.cfg
The file was removedGameData/Interstellar/water_resource_point.png
The file was removedGameData/Interstellar/Parts/FuelTank/RVThorium/Radial_Tank.tga
The file was removedGameData/Interstellar/Parts/FuelTank/RVUN/Radial_Tank.tga
The file was modified GameData/Interstellar/Parts/Electrical/FusionReactor/FusionReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg (diff)
The file was removedGameData/Interstellar/PlanetResourceData/planetaryresourcedefinitions.cfg
The file was removedGameData/Interstellar/Parts/Engines/MethaneEngine/n_NRM.tga
The file was removedGameData/Interstellar/Parts/Engines/MethaneEngine/diff.tga
The file was removedGameData/Interstellar/PlanetResourceData/tylo_thorium.png
The file was removedGameData/Interstellar/Parts/Engines/MethaneEngine/model.mu
The file was removedGameData/Interstellar/PlanetResourceData/vall_water.png
The file was modified GameData/Interstellar/Parts/Utility/InlineRefinery/InlineRefinery.cfg (diff)
The file was removedGameData/Interstellar/PlanetResourceData/gilly_thorium.png
The file was removedGameData/OpenResourceSystem/PlanetResourceData/atmosphericresourcedefinitions.cfg
The file was removedGameData/Interstellar/Parts/FuelTank/RVThorium/model.mu
The file was removedGameData/Interstellar/PlanetResourceData/pol_thorium.png
The file was modified GameData/Interstellar/Parts/Interstellar_TweakScale.cfg (diff)
The file was removedGameData/Interstellar/PlanetResourceData/dres_thorium.png
Commit a55ac290d1c58a4923f700b9e3b7a0045dfc6c36 by WaveFunctionP
- correct issue with radioactive decay module
- attempted fix for vista and MW throttling
- changlelog
The file was modified GameData/Interstellar/changelog.txt (diff)
The file was modified InterstellarPlugin/ModuleElementRadioactiveDecay.cs (diff)
The file was modified InterstellarPlugin/MicrowavePowerReceiver.cs (diff)
Commit fc53a7eaac0a68fcdfd2dc8fecf6f140c20fffa3 by WaveFunctionP
- git, stop being stupid
The file was addedGameData/Interstellar/Resources/ResourcesNuclear.cfg
The file was addedGameData/Interstellar/Resources/ScienceDefs.cfg
Commit fa05def70aca9e79931a4d352649d8f19afc5784 by WaveFunctionP
- more resource compatibility work
- moved resource folder (in line with stock folders)
- added science container and crew report to sci lab
- more reception work
- tweaked am part configs
- added vista fix for recpetion
- vista scaling added
The file was modified GameData/Interstellar/Parts/FuelTank/AntimatterTank/AntimatterTank.cfg (diff)
The file was modified GameData/Interstellar/Parts/Interstellar_TweakScale.cfg (diff)
The file was removedGameData/Interstellar/Parts/Resources/ScienceDefs.cfg
The file was modified GameData/Interstellar/Parts/Command/ScienceLab/ScienceLab.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVAntimatter/RVAntimatter.cfg (diff)
The file was modified InterstellarPlugin/MicrowavePowerReceiver.cs (diff)
The file was modified InterstellarPlugin/VistaEngineController.cs (diff)
The file was modified GameData/Interstellar/Parts/Electrical/FissionReactor/FissionReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/Vista/Vista.cfg (diff)
The file was removedGameData/Interstellar/Parts/Resources/ResourcesNuclear.cfg
The file was removedGameData/Interstellar/Resources/ResourcesNuclear.cfg
Commit c4840b9ccf57778a6e7b59720705c598315ba266 by dmagic
Make sure the right scale is used for the scanner
The file was modified OpenResourceSystem/ORSResourceScanner.cs (diff)
Commit 085ae2853f0a0546bc35ce0da6567537d4f51f3b by dmagic
Can't have two values with the same key...

This prevents duplicate entries from being added to the resource_info
dictionary with the same key
The file was modified OpenResourceSystem/ORSPlanetaryResourceMapData.cs (diff)
Commit c3e004d61ce5b390d25bdc844db3e24c5bb1fa64 by dmagic
Prevents continuous loading in case of errors
The file was modified OpenResourceSystem/ORSPlanetaryResourceMapData.cs (diff)
Commit 66ebd043058a498f185bbc77a57e8a7153ce2e52 by dmagic
Make sure the texture map is readable

This is an admittedly questionable way of going about it;  this
basically tests the offending texture to make sure that it be accessed
properly, if not then it skips this entry and continues to the next.
The file was modified OpenResourceSystem/ORSPlanetaryResourceMapData.cs (diff)
Commit fa8ac2639140d6b75e45548aab5f2c8426300440 by WaveFunctionP
- Removed unused extractor and refinery modes from irsu.
- added tweak scaling for refinery functions
- fixed the ORS resource definitions that I broke.
- merged and removed MM config for ORS resource defintions
- polished many tooltips
- removed many mode and upgrade options from click menus.
- mucho part config polish
- equalized power caps for plasma engines and plasma thrusters
The file was addedGameData/CommunityResourcePack/Karbonite/Gilly_Karbonite.png
The file was addedGameData/CommunityResourcePack/MKS/Tylo_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/Pol_Minerals_.png
The file was addedGameData/CommunityResourcePack/MKS/Kerbin_Minerals_.png
The file was modified InterstellarPlugin/FNNuclearReactor.cs (diff)
The file was addedGameData/CommunityResourcePack/MKS/Vall_Substrate_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Moho_Karbonite.png
The file was addedGameData/CommunityResourcePack/MKS/Laythe_Ore_.png
The file was modified InterstellarPlugin/FNReactor.cs (diff)
The file was addedGameData/CommunityResourcePack/MKS/Tylo_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Kerbin_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Eve_Minerals_.png
The file was addedGameData/CommunityResourcePack/Karbonite/atmosphericresourcedefinitions.cfg
The file was addedGameData/CommunityResourcePack/MKS/Minmus_Water_.png
The file was modified GameData/Interstellar/Parts/Electrical/RadialRadiator/RadialRadiator.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/DeuteriumCryostat/DeuteriumCryostat.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AntimatterReactor/AntimatterReactor.cfg (diff)
The file was modified GameData/Interstellar/Parts/Utility/AtmosphericScoop/AtmosphericScoop.cfg (diff)
The file was addedGameData/CommunityResourcePack/Karbonite/Dres_Karbonite.png
The file was addedGameData/CommunityResourcePack/MKS/OrePoint.png
The file was addedGameData/CommunityResourcePack/Karbonite/Duna_Karbonite.png
The file was addedGameData/CommunityResourcePack/MKS/Vall_Minerals_.png
The file was addedGameData/CommunityResourcePack/MKS/Eve_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/Laythe_Water_.png
The file was addedGameData/CommunityResourcePack/Karbonite/KarbonitePoint.png
The file was addedGameData/CommunityResourcePack/MKS/Bop_Minerals_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Laythe_Karbonite.png
The file was modified GameData/Interstellar/Parts/FuelTank/HeliumCryostat/HeliumCryostat.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Dres_Minerals_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Kerbin_Karbonite.png
The file was addedGameData/CommunityResourcePack/Karbonite/Mun_Karbonite.png
The file was modified GameData/Interstellar/Parts/FuelTank/RVDeutTrit/RVDeutTrit.cfg (diff)
The file was modified InterstellarPlugin/FNRefinery.cs (diff)
The file was modified GameData/Interstellar/Parts/Electrical/DeployableRadiator/DeployableRadiator.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/RVUranium/RVUF4.cfg (diff)
The file was modified GameData/Interstellar/Parts/FuelTank/AntimatterTank/AntimatterTank.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Duna_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/Duna_Water_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Tylo_Karbonite.png
The file was addedGameData/CommunityResourcePack/MKS/Vall_Water_.png
The file was addedGameData/CommunityResourcePack/MKS/Ike_Water_.png
The file was addedGameData/CommunityResourcePack/MKS/Kerbin_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/SubstratePoint.png
The file was addedGameData/CommunityResourcePack/MKS/Ike_Ore_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Pol_Karbonite.png
The file was addedGameData/CommunityResourcePack/MKS/Tylo_Water_.png
The file was addedGameData/CommunityResourcePack/MKS/Mun_Minerals_.png
The file was modified GameData/Interstellar/Parts/Engines/RadialWarpDrive/RadialWarpDrive.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Duna_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Mun_Water_.png
The file was addedGameData/CommunityResourcePack/MKS/Minmus_Substrate_.png
The file was modified GameData/Interstellar/Parts/Electrical/FusionReactor/FusionReactor.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Bop_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Moho_Substrate_.png
The file was modified GameData/CommunityResourcePack/Interstellar/atmosphericresourcedefinitions.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/PlasmaEngine/PlasmaEngine.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Dres_Water_.png
The file was modified InterstellarPlugin/FNGenerator.cs (diff)
The file was addedGameData/CommunityResourcePack/MKS/Bop_Water_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Minmus_Karbonite.png
The file was modified GameData/Interstellar/Parts/Utility/InlineRefinery/InlineRefinery.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Pol_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/Moho_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/Vall_Ore_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Bop_Karbonite.png
The file was addedGameData/CommunityResourcePack/MKS/Eve_Water_.png
The file was addedGameData/CommunityResourcePack/MKS/Pol_Water_.png
The file was addedGameData/CommunityResourcePack/Karbonite/planetaryresourcedefinitions.cfg
The file was addedGameData/CommunityResourcePack/MKS/Dres_Ore_.png
The file was modified GameData/Interstellar/Parts/Engines/ThermalRocketNozzle/ThermalRocketNozzle.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Gilly_Water_.png
The file was modified GameData/Interstellar/Parts/Engines/PlasmaThruster/PlasmaThruster.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Ike_Substrate_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Ike_Karbonite.png
The file was modified InterstellarPlugin/FNRadiator.cs (diff)
The file was addedGameData/CommunityResourcePack/MKS/WaterPoint.png
The file was addedGameData/CommunityResourcePack/MKS/Minmus_Ore_.png
The file was modified GameData/Interstellar/Parts/Electrical/Generator/Generator.cfg (diff)
The file was modified GameData/Interstellar/Parts/Electrical/AMIReactor/AMIReactor.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Tylo_Minerals_.png
The file was addedGameData/CommunityResourcePack/MKS/Mun_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/Minmus_Minerals_.png
The file was modified InterstellarPlugin/FNFusionReactor.cs (diff)
The file was addedGameData/CommunityResourcePack/MKS/Ike_Minerals_.png
The file was modified GameData/Interstellar/changelog.txt (diff)
The file was addedGameData/CommunityResourcePack/MKS/Laythe_Minerals_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Eve_Karbonite.png
The file was modified GameData/Interstellar/Parts/Science/Telescope/Telescope.cfg (diff)
The file was modified GameData/Interstellar/Parts/Engines/Vista/Vista.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Kerbin_Water_.png
The file was addedGameData/CommunityResourcePack/MKS/Mun_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Duna_Minerals_.png
The file was modified GameData/Interstellar/Parts/Interstellar_TweakScale.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/Eve_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Bop_Ore_.png
The file was addedGameData/CommunityResourcePack/MKS/planetaryresourcedefinitions.cfg
The file was addedGameData/CommunityResourcePack/MKS/Moho_Minerals_.png
The file was addedGameData/CommunityResourcePack/Karbonite/oceanicresourcedefinitions.cfg
The file was modified GameData/Interstellar/Parts/Electrical/FissionReactor/FissionReactor.cfg (diff)
The file was addedGameData/CommunityResourcePack/ATM_CRP.cfg
The file was addedGameData/CommunityResourcePack/MKS/Gilly_Minerals_.png
The file was addedGameData/CommunityResourcePack/MKS/Pol_Substrate_.png
The file was modified InterstellarPlugin/FNInfraredTelescope.cs (diff)
The file was modified GameData/CommunityResourcePack/Interstellar/oceanicresourcedefinitions.cfg (diff)
The file was addedGameData/CommunityResourcePack/CommonResources.cfg
The file was addedGameData/CommunityResourcePack/MKS/Moho_Water_.png
The file was modified InterstellarPlugin/FNAntimatterReactor.cs (diff)
The file was addedGameData/CommunityResourcePack/MKS/Laythe_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Dres_Substrate_.png
The file was addedGameData/CommunityResourcePack/Karbonite/Vall_Karbonite.png
The file was modified GameData/Interstellar/Parts/Engines/InlineWarpDrive/InlineWarpDrive.cfg (diff)
The file was modified InterstellarPlugin/ScienceModule.cs (diff)
The file was addedGameData/CommunityResourcePack/MKS/Gilly_Substrate_.png
The file was addedGameData/CommunityResourcePack/MKS/Gilly_Ore_.png
The file was modified GameData/Interstellar/Parts/Electrical/PFissionReactor/PFissionReactor.cfg (diff)
The file was addedGameData/CommunityResourcePack/MKS/MineralsPoint.png
The file was modified GameData/Interstellar/Parts/Engines/ThermalTurbojet/ThermalTurboJet.cfg (diff)
The file was modified OpenResourceSystem/ORSPlanetaryResourceMapData.cs (diff)
Commit 69e00176cf3f93422e14be30639928aee9c187b5 by WaveFunctionP
- fix power cap on plasm thurster
- change access for map data in ORS
- cleaned old ors extern/alias
- thermalturbojets now disable before critical heat damage from velocity, displays warning
The file was modified InterstellarPlugin/VanAllen.cs (diff)
The file was modified OpenResourceSystem/ORSResourceScanner.cs (diff)
The file was modified InterstellarPlugin/AntimatterCollector.cs (diff)
The file was modified InterstellarPlugin/ISRUScoop.cs (diff)
The file was modified InterstellarPlugin/InterstellarPlugin.csproj (diff)
The file was modified InterstellarPlugin/FNAmatCatFissionFusionReactor.cs (diff)
The file was modified InterstellarToolbar/InterstellarToolbar.cs (diff)
The file was modified InterstellarPlugin/FuelReprocessor.cs (diff)
The file was modified InterstellarPlugin/FNResourceSuppliableModule.cs (diff)
The file was modified InterstellarPlugin/AntimatterStorageTank.cs (diff)
The file was modified OpenResourceSystem/ORSPlanetaryResourceMapData.cs (diff)
The file was modified InterstellarPlugin/FNReactor.cs (diff)
The file was modified InterstellarPlugin/FNRefinery.cs (diff)
The file was modified OpenResourceSystem/Properties/AssemblyInfo.cs (diff)
The file was modified GameData/Interstellar/Parts/Engines/PlasmaThruster/PlasmaThruster.cfg (diff)
The file was modified InterstellarPlugin/FNResourceScanner.cs (diff)
The file was modified InterstellarPlugin/AntimatterFactory.cs (diff)
The file was modified InterstellarToolbar/InterstellarToolbar.csproj (diff)
The file was modified InterstellarPlugin/ScienceModule.cs (diff)
The file was modified InterstellarPlugin/FNLCMassSpectrometer.cs (diff)
The file was modified InterstellarPlugin/FNResourceManager.cs (diff)
The file was modified GameData/Interstellar/Parts/Engines/RadialWarpDrive/RadialWarpDrive.cfg (diff)
The file was modified InterstellarPlugin/FNModuleResourceExtraction.cs (diff)
The file was modified OpenResourceSystem/OpenResourceSystem.csproj (diff)
The file was modified InterstellarPlugin/FlightUIStarter.cs (diff)
The file was modified InterstellarPlugin/ModuleElementRadioactiveDecay.cs (diff)
The file was modified InterstellarPlugin/FNModuleCryostat.cs (diff)
The file was modified InterstellarPlugin/FNModuleRadiation.cs (diff)
The file was modified InterstellarPlugin/MicrowavePowerTransmitter.cs (diff)
The file was modified InterstellarPlugin/MicrowavePowerReceiver.cs (diff)
The file was modified InterstellarPlugin/FNNozzleController.cs (diff)
The file was modified InterstellarPlugin/FNResourceOvermanager.cs (diff)
The file was modified InterstellarPlugin/FNMassSpectrometer.cs (diff)
Commit 6dd16449cf82f71a66192f6a388e071e3526db00 by WaveFunctionP
- converted getplanetaryresourcemapdata to a read only property.
-updated changelog
The file was modified OpenResourceSystem/ORSResourceScanner.cs (diff)
The file was modified OpenResourceSystem/ORSPlanetaryResourceMapData.cs (diff)
The file was modified GameData/Interstellar/changelog.txt (diff)
The file was modified InterstellarToolbar/InterstellarToolbar.csproj (diff)
The file was modified InterstellarPlugin/Properties/AssemblyInfo.cs (diff)