PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
84 stars 31 forks source link

Deobfuscate a lot more lobby code, remove TrackDumper #118

Closed StenAL closed 2 weeks ago

StenAL commented 2 weeks ago

This PR contains no functional changes, just lots of deobfuscation.

Also, TrackDumper is removed. Looks like it was originally used to fetch tracks and records from the Playforia servers. It is no longer used in the codebase though and can be removed.

TrackDumper contains a copy of the client connection code package com.aapeli.connection which can all be removed as a better-debofuscated copy is available in the client codebase.