Skip to content

Releases: PapaJoesSoup/ShipManifest

ShipManifest

29 Apr 01:08

Choose a tag to compare

Version 6.0.8.0 - Release 28 Apr 2023 - KSP 1.12.5

ShipManifest

26 Apr 03:15

Choose a tag to compare

Version 6.0.7.0 - Release 25 Apr 2023 - KSP 1.12.5

  • Fixed: Correct error in Manifest window with the vessel name. Was using a nonlocalized name. Now properly localized.
  • Fixed: Rate Modifier field in Science window was displaying incorrect value. Now properly displays the value.
  • Fixed: Correct resource display error when RealXfers setting is changed and Saved in Realism settings.
    Issue: #63
  • Fixed: Memory leak on SM destruction. One handler was not being removed.
    Issue: #64
  • New: Refactored mod to support KSP UI scaling. You folks with the 4k monitors should be able to see the text now.
  • New: Localized Screen messages in Crew transfers.
    Note: Many localizations are machine translations. Any help in improving them is appreciated.
  • New: Added a Settings button to the Roster window when in the Space Center. This button appears if you disable the Settings icon
    on the toolbar. This setting is in the Config Tab.
  • Changed: Refactored remaining windows and tabs to clean up display code. Moved a lot of redundant code into GUI utility methods.
  • Changed: Refactored all windows to cache all localization strings and object size values.
    Object size values only recalculate if the screen resolution is changed. Hopefully this helps a bit with performance.

ShipManifest

19 Jan 20:17

Choose a tag to compare

Version 6.0.6.0 - Release 19 Jan 2022 - KSP 1.12.3

  • New: Added ability to open Transfer window separately from Manifest window. If resources are selected in the Manifest window,
    right click the app Icon to toggle the transfer window directly. Manifest window can be closed any time.
    Issue: #60
  • New: Added App Icon Hover Tooltip for Mod Description and hints on use of left and right clicks in SM. Can be disabled in Settings, Tooltips.
  • New: Added Resizing height to all Windows. Persists between saves.
    Issues: #45 and
    https://github.com/papajoessoup/ShipManifest/issues61
  • New: Refactored resizing code to be window agnostic.
  • New: Refactored closing transfer window during in progress transfer operations. Now pauses the transfers and prompts the user to confirm killing transfer to close window.
  • Changed: Refactored and moved some Gui utility methods from SmAddon to GuiUtils

ShipManifest

10 Jan 18:31

Choose a tag to compare

Version 6.0.5.0 - Release 10 Jan 2022 - KSP 1.12.2

  • New: Added Resizing height to Manifest and Transfer Windows. Persists between saves. This expands the button selection panes only.
  • Changed: Refactored persistant settings into Separate classes for cleaner code.
  • Fixed: Add missing suit type "Slim" to Crew suit assignments in Roster.
  • Fixed: Correct tool tip for Realistic Crew Transfer option in Realism Settings.

ShipManifest

13 Dec 03:18

Choose a tag to compare

Version 6.0.4.0 - Release 12 Dec 2021 - KSP 1.12.x

  • New: Added support to the Roster Window for selecting spacesuits while in Space Center and in Flight for assigned Crew.
  • New: Added a realism setting for Realistic Crew transfers. you can now disable sounds and delay from Crew Transfers.
    Previously, you had to disable Realistic Transfers to get similar behavior. Realistic Transfers has been renamed to Realistic Resource Transfers.
    The Realistic Crew transfers option is found under "Enable SM Crew Transfers" in the Realism Tab of the Settings Window.
  • Changed: Complete Refactoring of localization strings to improve performance and maintainability.
    This completes the application wide refactor to make all localization string usage static
    instead of instanced.
    Components affected:
    • Manifest Window
    • Transfer Window
    • Roster Window
    • Settings Window and all tabs
    • Control Window and remaining tabs
  • Fixed: Replaced hard coded string in Settings.Config Tab to use localization "(lines)".
    Updated localization files to include new reference.
  • Fixed: Restored Input UI screen locks. Some UI elements cannot be blocked, such as the Crew Portraits, and the Control panel at the top of the screen.
    Click thru will still occur in these areas.
  • Fixed: incorrect localization string references in Science Tab.  Lab Boost should now read Xmit Bonus.  Some ToolTips were incorrect.

ShipManifest

27 Nov 09:36

Choose a tag to compare

Version 6.0.3.1 - Release 27 Nov 2021 - KSP 1.12.2

  • New: Added support for changing vessel types in Vessel Control panel
  • Changed: Refactored Vessel Control Panel localization strings to improve performance. This is the start of an application wide refactor to make all localization string usage static instead of instanced
  • Fixed: Corrected potential dll conflict error with CLS. Changed name of CLSInterfaces.dll to SM_CLSInterface.dll. Do not remove this file, it is required.
  • Updated SM_CLSInterface.dll to version 2.0.1.0 (latest CLS released version for KSP 1.12.x).

ShipManifest

22 Nov 03:56

Choose a tag to compare

Version 6.0.3.0 - Release 21 Nov 2021 - KSP 1.12.2

  • Papa_Joe has resumed support.
  • New: retargeted for .Net 4.8
  • New: recompiled for KSP 1.12.
  • New: added new deployable Radiators control panel tab.
    (mwerle#8)
  • New: Added default window position node to settings file.
  • Changed default window position to below the
  • Merge of Mwherle code base back to PapaJoesSoup in Git.
  • Moved Distribution back to PapaJoesSoup
  • Fixed: Part Control window Content alignment changes when selecting different tabs.

ShipManifest

18 Mar 01:25

Choose a tag to compare

Version 5.2.1.0 - Release 17 Mar 2018 - KSP 1.4.1 Edition

  • New: Recompiled for KSP 1.4.x compatibility.
  • Fixed: Bug in Selected Target Mouseover. CLS Target Crew Part was incorrect color. Git Issue #53
  • Fixed: Updated icon graphics to restore quality after Unity update in KSP. Increased image sizes to 128 x 128 px (Git Issue #52)
  • Fixed: Sometimes the Manifest window will not appear. Git Issue #49
  • Fixed: gain/loss of resource(s) in transfers. (thanks to Arivald Ha'gel for the PR #48!)
  • Fixed: RT antennas not appearing in the control window. PR #48
  • Fixed: Kopernicus Solar panel detection problem (Git Issue #47) PR #48
  • Fixed: Correct version file data to agree with release version. Git Issue #46

ShipManifest

17 Jul 05:39

Choose a tag to compare

Version 5.2.0.0 - Release 17 Jul 2017 - Vessel to Vessel Edition

  • New: Added Docked vessel to vessel Crew and Science transfers!
  • New: Added Docked Vessels Control panel. View your docked vessels, Rename a vessel, and undock a vessel with a click of a button.
  • New: Added option to vessel to vessel Crew transfers to limit crew xfr list to tourists only. Space tourism awaits!
  • New: Added ability to create Tourists from Roster Window.
  • New: Spanish localization added. Thanks to Fitiales!
  • Misc: refactored vessel detection for vessel to vessel transfers, it was not behaving as exected.
  • Misc: A bit of refactoring on highlighting, as it was not behaving as expected
  • Misc: Increased base volume of crew movement sound files.

ShipManifest

02 Jun 02:30

Choose a tag to compare

Version 5.1.4.3 - Release 01 Jun 2017 - KSP 1.3 Compatibility Edition

  • Fixed: Error in scrollviewer dimensions refactor. reversed height and width.
  • Fixed: Minor boundary detection error with mouseover highlighting. The visible button list window boundaries were not completely respected.