Skip to content

Releases: Thorium-Sim/thorium-nova

1.0.0-alpha.10

23 Feb 02:41
de9e6bf

Choose a tag to compare

Bug Fixes

  • Add back in the "Reconnect to Server" dialogs (7f34e1c)
  • Auto-claim host when first connecting. (52b4d75)
  • Config UX improvements. (e5bd455)
  • Darken the background when configuring plugins. (d20f426)
  • Flight Director right-click to spawn and order ships. (4cbcb0e)
  • If a ship doesn't have a theme assigned to it, only automatically assign themes marked as default. (004c954)
  • Interstellar viewscreen no longer shows the Flight Director view. (e8c9840)
  • Navigation no longer crashes when transitioning to interstellar space. (acab5f5)
  • Properly save flights periodically while the app is open and when it closes. (55ca019)
  • Refactor inventory to use liters instead of cubic meters. (6d0e95f)
  • Resolves backend errors when visiting plugin config page. (be8fb36)
  • Send initial data stream when a client first requests it. (9a94fc2)
  • System specific config overrides (1bb73da)

Features

  • Add a button to restore the default plugin, which will also update the default plugin contents with new Thorium Nova versions. (82388a8)
  • Enable snapping network data instead of smoothly interpolating. (2ab84d8)
  • Improve the behavior of autopilot rotation. (0ca5723)
  • Randomly cycle through backgrounds. (945dd22)

1.0.0-alpha.9

08 Feb 01:34

Choose a tag to compare

Bug Fixes

  • Fixes the theme editor. (36ae7a1)

Features

  • Add configuration options for Reactor systems. (694bdcf)
  • Add Reactor fuel system. (9e1898a)
  • Add support for gamepads and joysticks to the Pilot card (2d945e2)
  • Alert Condition Card. Thanks Tanner (f59f2ab)
  • Always show the Thorium account option in the menubar when the user is logged in. (75ec53a)
  • Configuration for battery ship systems. (23b9776)
  • Configure power settings on ship systems. (186ca25)
  • ECS Components fro representing reactors, batteries, power nodes, and power connections. (0c8c847)
  • Generate inventory for ships that don't have a deck map. (1d0acd5)
  • Make it possible to assign multiples of the same type of ship system to a ship. (8250417)
  • Make it possible to assign system types to rooms. (1bd0a39)
  • Model and simulate the transfer of heat. (04462f4)
  • Ships spawn with reactors and power nodes. (9bd1e58)
  • System heat configuration (c6d75a3)

1.0.0-alpha.8

19 Jan 13:55
2ba19ac

Choose a tag to compare

Bug Fixes

  • Adjust waypoint distance to not be so close to planets. (983a411)
  • Don't let external links open in the kiosk window. Closes #445 (950ce39)
  • Don't overfill any rooms with cargo. (d1062c7)
  • Editor palette no longer hides itself. (326bd93)
  • Fix modal backdrop not disappearing. Closes #454 (a78509b)
  • Fix the How-to Guide Search. Closes #462 (32cb85c)
  • Hide autopilot lines on viewscreen (05c1485)
  • Hide the menubar when kiosked on Windows. Closes #441 (af99882)
  • How To Guide TOC now scroll to headings properly. Closes #456 (f6817e4)
  • How-to Guides: Image support. (18627eb)
  • Improve how client connections are handled. (36931cb)
  • Improve the deck navigation. (ac743f8)
  • Improvements to the nebula renderer. Closes #447 (2c2ee59)
  • Improvements to the release notes formatting and navigation. Closes #443 (7c7b059)
  • Improves thrust autopilot behavior (a0e6128)
  • Improves thruster Autopilot (1977b69)
  • Navigation: Move camera directly above when following ship (8fcf72d)
  • Remove the hidden event blocker on the Navigation screen. Closes #458 (9d986e8)
  • Remove waypoints from the core starmap. (70f7b82)
  • User experience improvements to starmaps (0be5528)

Features

  • Add a "Zoom to Object" button on the starmap editor. (5940621)
  • Add a brief getting started guide. (7c1a800)
  • How-to Guide: Add images to Getting Started (bb1a9da)
  • Make the flight name configurable. Closes #451 (3c09a7c)
  • Navigation: Adds a button for easily entering systems (d8436c2)

1.0.0-alpha.7

07 Dec 14:10

Choose a tag to compare

Bug Fixes

  • Docs: Fixes the docs so the properly render after the dependency update. (296db90)
  • Networking: Overhaul the networking layer to be more flexible for card and core development. (339ce9c)
  • Notifications: Fix a visual error with notifications on Firefox. Closes #202 (836d3f7)
  • Thorium Account: Don't show the thorium account profile image if there isn't one. Closes #236 (882980a)

Features

  • Autopilot: Add autopilot for controlling engines. Closes #346 (95c7465)
  • Autopilot: Add rotation autopilot to rotate a ship towards a destination. (508f3ae)
  • Flight Director: Add controls for viewing and spawning ships on the starmap. (b5d6870)
  • Flight: Makes it possible to choose a starting point for a sandbox flight. Closes #325 (4d7e0c9)
  • Impulse Engines: Add an ECS system to simulate the acceleration and velocity of the impulse engines. (9b9cdae)
  • Include a button on the Navigation screen to make the view follow the ship's position. Closes #386 (b3b21f9)
  • Inertial Dampeners: Add the plugin definition and config UI for inertial dampeners. (c5890ca)
  • Inventory: Add configuration backend and UI for setting the number of cargo containers a ship has. Closes #262. Closes #351. (e23dc65)
  • Inventory: Add the backend class, inputs, and request for inventory plugins. Closes #261 (ab46cbe)
  • Inventory: Add the ECS components for inventory. Closes #354 (8ca7059)
  • Inventory: Adds the ability to define inventory in plugins. (d20e83e), closes #363
  • Inventory: Cargo containers spawn with player ships. Closes #355. Closes #365 (950fe46)
  • Navigation: Add a list for managing waypoints, including deleting waypoints. Closes #389 (1228d67)
  • Navigation: Add search field for finding solar systems and planets. Closes #388 (75e6143)
  • Navigation: Adds the navigation card (272626a)
  • Pilot: Add controls for impulse and warp engines. (219c8f9)
  • Pilot: Add direction and rotation thruster joysticks. (f9eaf0f)
  • Pilot: Add the framework for the pilot sensor grid. (4648265)
  • Ship Map: Add a pathfinding algorithm which takes a ship map and returns the rooms to travel to in order to reach a destination. Closes #264 (7fbe026)
  • Ship Map: Adds volume as a property of rooms and adds a flag for rooms to accept cargo. Closes #263 (f8647f1)
  • Ship Map: Creates the ECS components and systems for entities to traverse a ship map. Closes #265 (43d0264)
  • Ship Map: Initializes the ship map on the player ship when the flight starts. Closes #246 (cc83b62)
  • Ship Systems: Makes it possible to override individual properties of a ship system on a per-ship basis. Closes #328 (463ee8d)
  • Star Map: Initialize the star map when a flight is started. (4057661)
  • Thrusters: Add the config UI for thruster systems. Closes #330 (3dbe62d)
  • Warp Engines: Add the plugin definition and config UI for warp engines. (97a8658)

1.0.0-alpha.6

04 May 12:56

Choose a tag to compare

v1.0.0-alpha.6

Quotes

1.0.0-alpha.5

21 Apr 00:49

Choose a tag to compare

v1.0.0-alpha.5

Janky deploy

1.0.0-alpha.4

24 Mar 13:34

Choose a tag to compare

1.0.0-alpha.4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

1.0.0-alpha.3

18 Feb 14:30

Choose a tag to compare

1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.3

1.0.0-alpha.1

23 Dec 01:30
debb224

Choose a tag to compare

1.0.0-alpha.1 Pre-release
Pre-release
v1.0.0-alpha.1

format theriumPath to correctly work with windows machines (#155)