Skip to content

Releases: SirBitesalot/AvorionServerManager

Lua patching fixed

14 Mar 19:16
Compare
Choose a tag to compare

Fixed error that resulted in invalid "server.lua" after patching the file.

v1.0 Stable

04 Mar 09:38
Compare
Choose a tag to compare

Release contains bug in Lua patcher resulting in invalid server.lua
This release includes all additions from previous pre-releases and some more changes:

  • UTF 8 Encoding for console interaction
  • A textfield to type commands and send them to serverprocess
  • some predefined commands to execute via GUI
  • Web API can now differentiate between console and lua commands
  • Web API can execute console and lua commands

Fixed CLI

24 Feb 17:37
Compare
Choose a tag to compare
Fixed CLI Pre-release
Pre-release
  • Fixed CLI (all characters should now be send correctly to server process)
  • Added more Predefiened Commands
    newcommands

New CLI Support

18 Feb 15:45
Compare
Choose a tag to compare
New CLI Support Pre-release
Pre-release

With this pre-realease it is possible to send console commands to the new CLI.
Currently this is only available on beta branch servers.
clisupport

Web API support for console commands will follow in the next release

Fixed Encoding

15 Feb 18:21
Compare
Choose a tag to compare
Fixed Encoding Pre-release
Pre-release

Switched to UTF-8 encoding for read and write streams to subprocess.
More charsets supported (including cyrillic)

Note: Web API(Http Server) requires the manager to be run as administrator maybe this will change in future releases.

Be carefull may cause bugs could not test all charsets.
But it seems to work so far:
cyrillictest

First Release

12 Feb 21:41
Compare
Choose a tag to compare

The first release of the Avorion Server Manager.
This is a beta release and may contain bugs.
Note: Web API(Http Server) requires the manager to be run as administrator maybe this will change in future releases.