Skip to content

Releases: nagalun/multiplayerpiano-server

Minor feature & bugfix test release

23 May 17:29
Compare
Choose a tag to compare
Pre-release

You can now specify the address to listen on when starting the server:

Usage: mpp-sv-64x-1.1.1.exe ADMINPASSWORD [PORT {1234}] [DEFAULT_COLOR {FF7F00}] [LISTEN_ADDR]
The default listen address is 0.0.0.0 (all interfaces)

Updated json library, users can set their color as well now with the userset packet.

Minor feature test release

09 Nov 00:20
Compare
Choose a tag to compare
Pre-release

You can now set the default color of rooms when starting the server:

Usage: mpp-sv-64x-1.1.0.exe ADMINPASSWORD [PORT {1234}] [DEFAULT_COLOR {FF7F00}]
Example:
mpp-sv-64x-1.1.0.exe test 1234 FF0000
Also updated libraries.

Things to note:
New warnings show up when compiling under Windows, server wasn't tested very much. If you encounter crashes open an issue.

Bugfix release

22 Jun 18:52
Compare
Choose a tag to compare

This release fixes a bug in the time function js_date_now on windows.
The executable links libraries as shared, instead of static now (except uWS)

Bugfix for the MPP server

04 May 13:57
Compare
Choose a tag to compare

Fix that makes the server listen on 0.0.0.0 (all interfaces)
It should work for everyone now. (open an issue if it doesn't)

MPP server binary

02 May 15:41
Compare
Choose a tag to compare

Test build for Windows (64 bit), compiled with MinGW64 (statically linked)

How to start the server:

  • Open a CMD in the same directory the .exe is in
  • Type the filename and specify the admin password and optionally the port, like so:
    • mpp-server-64bit-mgw ADMINPASSWORD [PORT {default: 1234}]