-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
on: | ||
push: | ||
branches: | ||
- clean | ||
- main | ||
|
||
jobs: | ||
loader-client: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 2004Scape Client | ||
|
||
Status: **Completely renamed!** There's no obfuscation or unnamed classes/methods/fields/variables left. | ||
|
||
The TeaVM webclient is in the `webclient` branch until it can be made compatible with this new branch: see https://github.com/2004scape/Client/tree/webclient | ||
|
||
## Project Structure | ||
|
||
`client` - Decompiled client source code. Some class names are original. | ||
|
||
`deob-annotations` - OpenRS2 dedobfuscator annotations library. Useful for making the namings of everything reusable if starting again from scratch or comparing to the original bytecode. | ||
|
||
`loader` - Decompiled loader source code. Class names are all original. | ||
|
||
`tools` - Tooling specific to the client or loader. | ||
|
||
## Sources | ||
|
||
Thanks to these individuals' projects for shedding light on some things - this would've taken a lot longer to complete without their efforts. | ||
|
||
* [Dane's 317 refactor](https://github.com/thedaneeffect/RuneScape-317) | ||
* [Dane's 186 refactor](https://github.com/thedaneeffect/RuneScape-Beta-Public) | ||
* [James Monger's 317 refactor](https://github.com/Jameskmonger/317refactor) |