Skip to content

Releases: KSPModStewards/DynamicBatteryStorage

DynamicBatteryStorage 2.3.7

21 Jul 14:42
b6dc62b

Choose a tag to compare

  • Fixed a config issue that stopped fission reactors being measured in flight
  • Added input locking to the advanced generation/consumption text fields
  • Added input validation to the advanced generation/consumption text fields
  • Fixed NaN displayed when vessel maximum power is 0
  • Fixed missing divide by two in dark time calculation at the surface of bodies
  • SM window will now disable itself when Kerbalism is enabled as well as the rest of the mod

DynamicBatteryStorage 2.3.6

05 Dec 16:14
3bd79d7

Choose a tag to compare

  • Changed how fission reactors are measured in-flight so they don't result in miscalculation of vessel generation (requires latest SH version)
  • Another hardening fix

DynamicBatteryStorage 2.3.5

24 Nov 17:44
700c222

Choose a tag to compare

  • Fixed a NRE with ModuleGenerator handlers

DynamicBatteryStorage 2.3.4

21 Nov 06:17
cd02bd9

Choose a tag to compare

  • Stability updates: breaking the mod will now break it less
  • Performance updates: cut frame time cost of DBS on a 200 part vessel by something like 75%
  • Fixed issues with edtor reverts and reloads failing to reset the UI until you made a change to the vessel
  • Code cleanup
    • Reworking of layout of handler code for ease of use
    • Remove old thermal handling code now that nobody has missed it

DynamicBatteryStorage 2.3.3

01 Sep 23:28
07d5327

Choose a tag to compare

  • Fixed SystemHeat heat exchangers not being detected correctly
  • Changes to debug logging to make it less verbose and easier to find problems
  • Added user-contibuted support for Weather Dependent Solar Panel

DynamicBatteryStorage 2.3.2

22 Aug 22:18
d7210ac

Choose a tag to compare

  • Fixed an issue in the Kerbalism disabler patch causing the mod to be disabled all the time :D
  • Situation checklist dropdown in the Toolbar UI now uses BodyDisplayName instead of internal name

DynamicBatteryStorage 2.3.1

15 Aug 04:51
90096ca

Choose a tag to compare

  • Fixes to support Kopenicus 209+ solar panels
  • Updated Chinese translation

DynamicBatteryStorage 2.3.0

13 Aug 21:22
f41c058

Choose a tag to compare

  • Complete UI rebuild
    • NOTE: deprecated the Core Heat UI
    • No longer IMGUI (various benefits, including better performance, better look, less clickthrough issues)
    • Now a Toolbar App
    • Clearer telegraphing of power states
    • Responds to UI scaling correctly
    • Better interface for specifying situation in the VAB
    • Tooltips for most fields in the UI
    • New carat on the Toolbar App icon that indicates when power is decreasing or exhausted
  • Supported new Kopernicus implementation of ModuleCurvedSolarPanel (NFS)
  • First pass support at multiple star system support for Kopernicus * Supported more edge cases for solar panels (curved and sphere panels in VAB planner, alternate config method used by some mods)
  • Fixed an issue where the mod would not disable itself correctly when Kerbalism was installed
  • Fixed an issue where Lights would always be counted as 'on' in flight regardless of their actual state

DynamicBatteryStorage 2.2.5

11 Aug 17:45
402ab6f

Choose a tag to compare

  • Improvements to solar altitude fields (yalov)
  • Support for Surface Mounted Lights (yalov)
  • Hide internal antennas that don't use power (yalov)

DynamicBatteryStorage 2.2.4

21 Jul 18:43
6358c90

Choose a tag to compare

  • Fixed ModuleCommand not changing its consumption model when the pod is hibernating
  • Fixed ModuleAlternator not changing its generation model when the engine is off
  • Added ModuleGeneratorAntenna support (CommNetAntennasConsumptor mod)