Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Releases: Akkadius/Occulus

v2.2.1

10 Jan 11:54
Compare
Choose a tag to compare
  • [Hot Reload] Add functionality for the Quest hot reload watcher to stop and start watchers depending on configuration changes of quests.hotReload

v2.2.0

09 Jan 09:37
Compare
Choose a tag to compare
  • [Server] Implement timed server stops similar to timed server restarts
  • [Config] Only save EQEmu config when the values change
  • [Hot Reload] Update file watching logic to only watch files that end in extensions .pl .lua without hyper extensions eg (.pl.swp or .lua.swp)

v2.1.2

04 Jan 06:49
Compare
Choose a tag to compare
  • Fix edge case where the server config can possibly be saved with no data

v2.1.1

03 Jan 23:07
Compare
Choose a tag to compare
  • Launcher adjustment to not grep for process name of "admin" when detecting if the launcher is booted

v2.1.0

01 Jan 13:13
Compare
Choose a tag to compare
  • Add launcher support for running statics
  • Simply define a comma separated static list in your launcher config launcher.staticZones

Example

    "launcher": {
      "runSharedMemory": true,
      "runLoginserver": false,
      "runQueryServ": false,
      "isRunning": true,
      "minZoneProcesses": 3,
      "staticZones": "load2,cshome"
    },

Will keep 3 dynamics alive along with 2 statics

image

v2.0.20

01 Jan 10:10
Compare
Choose a tag to compare
  • Fix bug with build status not properly checking for file existence before polling it
  • Fix bug where file downloads were racily deleting files causing the webserver to crash
  • Additional functionality to support integration with Spire

v2.0.19

27 Mar 07:20
Compare
Choose a tag to compare
  • Fix minor bug with how process name matching in restart

v2.0.18

13 Mar 01:53
Compare
Choose a tag to compare
  • Add support for killing individual zone processes from the admin panel
  • Browser title now updates when navigating to different resources
  • Added support for managing Linux server code under "Tools"
  • Added support for quests git under "Tools"
  • Added support for viewing server logs under "Tools"

v2.0.17

30 Jan 05:23
Compare
Choose a tag to compare
  • Fix worldserver uptime format display from server changes

v2.0.16

03 Sep 19:50
Compare
Choose a tag to compare
  • Fixed bug where cancelling a restart prevents from further restart attempts