Releases: PocketRelay/ServerKotlin
v1.0.6 HotFix
Hot fix for some bugs in v1.0.5 with Async execution that broke origin loading and player classes
What's Changed
- Removed logo from root by @jacobtread in #12
- Merged version 1.0.5 for release by @jacobtread in #13
- Merge for bugfix by @jacobtread in #16
Full Changelog: v1.0.5...v1.0.6
1.0.5
Whats new
- API (You can now query the JSON REST API for lists of players and running games)
- Networking Fixes (This includes hot fixes for the broken networking)
- New name and logo (Renamed from KME to Pocket Relay)
- Moved lots of code to Async
- Log file cycling when the system date changes
- Fixes for more than two players
Commit Changelog
- Moved entitlements to external file and removed session break by @jacobtread in #6
- Merged doc changes by @jacobtread in #8
- Merging large changes from dev for new naming by @jacobtread in #11
- Removed logo from root by @jacobtread in #12
- Merged version 1.0.5 for release by @jacobtread in #13
Full Changelog: v1.0.4...v1.0.5-full
v1.0.4 - Patches and Optimizations
This release contains patches for bugs in the previous version along with performance and stability optimizations
What's Changed
- Merge fixes from v1.0.4 Dev by @jacobtread in #5
Full Changelog: v1.0.3...v1.0.4
v1.0.3
This release improves greatly on the previous one fixing issues with
WAN connectivity. With this version you should be able to play over WAN
this release will also fetch your official player data from the EA servers.
(This can be disabled in the configuration)
What's Changed
- Merge dev v1.0.3 into main by @jacobtread in #4
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Stable Release
This release of the server is stable
This release includes many performance optimizations
as well as improvements to the jar size and bug fixes
The database structure used in this version is not
compatible with previous versions so you must delete
your existing database or migrate it to the new format
Initial Release
This release is the first proper majority working release.
There is still some bugs in this release but aside from those bugs all the important
functionality is working
The previously mentioned multiplayer matchmaking not working is fixed in this release among other
issues.
There is still much more development and testing that needs to be done so apologies for any bugs
Beta Release
BETA
Release version of the working server.
The server works however you might not be able to have other players join you (from my own experience)
I need further time testing and working out this bug in order to fix it however I am limited in my environment
Further testing still needs to be done in order to have a fully working multiplayer experience however other than
that the server is very much working if you're okay with just playing by yourself in games
The web interface is also not complete in this and is not secured behind a password either so take that into consideration
you may want to disable it in the config file to prevent players from accessing it.
Redirector Jar
This is not a proper release of the software this is just a redirector jar this is what the client makes the initial connection
with just make sure your hosts file points gosredirector.ea.com to 127.0.0.1 and this will tell the client to go to whatever
domain / ip you provide it (NOTE must apply the patch from the original emulator for this to work)