Skip to content

starcheat 0.20

Compare
Choose a tag to compare
@chrmoritz chrmoritz released this 17 Feb 02:11
· 98 commits to master since this release
  • Fix bug when generating some swords (commonbroadsword)
  • Fix warning from Starbound about generated shields
  • Fix new sapling generation
  • Fix filled capture pod generation
  • Fix remaining errors with equipping techs corrupting saves
  • Cache players in memory at startup, improves player switching speed
  • Show progress bar when reading players at startup
  • Cache Starbound images in memory, slight speed increase loading items
  • Show progress bar when updating inventory slots with items
  • Fix item trash button not closing window
  • Fix crash when sorting items by type
  • Fix mods not listing properly sometimes
  • No longer lose unsaved items during a sort
  • Allow removing missing techs (mods that no longer exist)
  • Add remove all options to item edit right click menu
  • Add button to clear all new blueprints marked on player
  • Add button to copy player uuid to clipboard
  • Add sort inventory by count to right click menu
  • Fix some mods with patch files crashing indexer
  • Allow utf-8 strings in save files
  • Make update checking configurable in options
  • Main window and options dialog GUI tweaks
  • Other minor bug fixes