Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More client deobfuscation #128

Merged
merged 8 commits into from
Nov 27, 2024
Merged

More client deobfuscation #128

merged 8 commits into from
Nov 27, 2024

Commits on Nov 23, 2024

  1. Client: Deobfuscate ImageManager code

    No functional changes.
    StenAL committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    f57422b View commit details
    Browse the repository at this point in the history
  2. Client: Deobfuscate BackgroundLoaderThread code

    All this class does is load images for panel backgrounds in a separate
    thread.
    StenAL committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5c2a050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7bd054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5392307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7757603 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5897e4 View commit details
    Browse the repository at this point in the history
  7. Client: Remove AGolf class

    It only does a single thing, overriding the getAppletInfo method of its
    parent class. Instead, the implementation can be moved into the parent
    and the class can be removed.
    StenAL committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    07d96b8 View commit details
    Browse the repository at this point in the history
  8. Server: Remove .gitignore

    These files are already ignored by the top-level .gitignore.
    StenAL committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    8a92d13 View commit details
    Browse the repository at this point in the history