Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Graham c98a24bff8 Add left shift support to BitMaskTransformer 4 years ago
..
AddSubTransformer.kt Move literals to the RHS of an add/sub expression 4 years ago
BinaryExprOrderTransformer.kt Use smart casts in the AST deobfuscator 4 years ago
BitMaskTransformer.kt Add left shift support to BitMaskTransformer 4 years ago
CharLiteralTransformer.kt Don't convert integer literals in char arithmetic to char literals 4 years ago
ComplementTransformer.kt Use smart casts in the AST deobfuscator 4 years ago
EncloseTransformer.kt Use smart casts in the AST deobfuscator 4 years ago
ForLoopConditionTransformer.kt Use smart casts in the AST deobfuscator 4 years ago
GlTransformer.kt Use smart casts in the AST deobfuscator 4 years ago
HexLiteralTransformer.kt Add missing @Singleton annotations 4 years ago
IdentityTransformer.kt Use smart casts in the AST deobfuscator 4 years ago
IfElseTransformer.kt Run IfElseTransformer until we reach a fixed point 4 years ago
IncrementTransformer.kt Use smart casts in the AST deobfuscator 4 years ago
NegativeLiteralTransformer.kt Add duplicate class name support to the AST deobfuscator 4 years ago
NewInstanceTransformer.kt Add duplicate class name support to the AST deobfuscator 4 years ago
NotTransformer.kt Add NotTransformer 4 years ago
RedundantCastTransformer.kt Replace some primitive casts with widening/narrowing conversions 4 years ago
TernaryTransformer.kt Add duplicate class name support to the AST deobfuscator 4 years ago
Transformer.kt Add duplicate class name support to the AST deobfuscator 4 years ago
UnencloseTransformer.kt Add duplicate class name support to the AST deobfuscator 4 years ago
ValueOfTransformer.kt Add duplicate class name support to the AST deobfuscator 4 years ago