Releases: Akkadius/spire
Releases · Akkadius/spire
v4.1.0
- Launcher Add feature to allow users to always download fresh opcodes from server GitHub on server start (Defaults to true). This can be turned off in the server config and the server launcher modal.
- Launcher Fix edge-case in Linux where processes get marked as (deleted) in their process name keeping them from being findable in the launcher "stop" routine.
- Launcher Now runs any pre-startup routines (shared memory, opcodes) in parallel to speed up server boot time.
- Installer Launcher sets config option
web-admin.launcher.updateOpcodesOnStart
totrue
by default - Spire Fix a potential crash issue during offline boots.
v4.0.5
v4.0.4
Spire Admin Launcher Fixes
- Fix an issue with how dynamics are calculated when determining the number of zone processes to start
- Run a second pass at processes after server stop to ensure all processes are killed after attempting soft termination
- Return out of the supervisor loop when the World API is not responding
v4.0.3
v4.0.0
Occulus Deprecation
Occulus has been ported natively to Spire. All remaining features have been ported over to Spire and Occulus has been deprecated. You can safely delete your Occulus binary. If you had your server already started during the update you will need to stop and restart your server to see the new features and use the new launcher.
Changes
- Console Logging Console logging has been improved to be more verbose and informative. The entire logging system has been overhauled to provide more information to the user and be more useful for debugging for development.
- Banner Spire now renders the image banner on bootup in the console.
Spire Admin
- Server Launcher Has been ported natively to Spire featuring improved performance, stability, and reliability. Windows will no longer spawn a separate window for the launcher or for each of the server processes. This will be a huge quality of life improvement for Windows users.
- Quest Hot Reload Has been ported natively to Spire featuring improved performance, stability, and reliability.
- Crash Log Watcher Has been ported natively to Spire.
- Zone Server The zone server page has had a UI overhaul, featuring a differentiation between active, inactive, and static zones. Players now show visually on this page. You can now search by zone name or player name. You can also kill zone processes directly from the UI.
- Server Locking Fix error with locking server while offline.