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 465078256f Rename common module to util again 4 years ago
..
BitShiftTransformer.kt Replace contains() calls with the in operator 4 years ago
BitwiseOpTransformer.kt Replace ByteStreams with Kotlin extension method 4 years ago
CanvasTransformer.kt Reduce method visibility in Transformers 4 years ago
ClassLiteralTransformer.kt Improve ClassLiteralTransformer 4 years ago
CounterTransformer.kt Remove counters with multiple increments 4 years ago
DummyArgTransformer.kt Rename common module to util again 4 years ago
DummyLocalTransformer.kt Add support for impure expressions to InsnListUtils 4 years ago
EmptyClassTransformer.kt Remove unused empty classes 4 years ago
ExceptionTracingTransformer.kt Simplify regex in ExceptionTracingTransformer 4 years ago
FernflowerExceptionTransformer.kt Add Fernflower Exception transformer 4 years ago
FieldOrderTransformer.kt Sort static fields above instance fields 4 years ago
FinalTransformer.kt Use weakest possible visibility for each method/field 4 years ago
InvokeSpecialTransformer.kt Ensure ACC_SUPER is set in InvokeSpecialTransformer 4 years ago
MethodOrderTransformer.kt Sort methods 4 years ago
MonitorTransformer.kt Convert Java 1.1-style synchronized blocks to a more modern style 4 years ago
OpaquePredicateTransformer.kt Simplify excluding the opaque predicate when removing the initializer 4 years ago
OriginalNameTransformer.kt Track original constructor names and arguments too 4 years ago
OriginalPcRestoreTransformer.kt Add custom Attribute for tracking original instruction indexes 4 years ago
OriginalPcSaveTransformer.kt Exclude virtual nodes from the original PC counter 4 years ago
OverrideTransformer.kt Make ClassPath::get() return null if a class is not found 4 years ago
RedundantGotoTransformer.kt Add RedundantGotoTransformer 4 years ago
RemapTransformer.kt Convert RemapTransformer to Kotlin 4 years ago
ResetTransformer.kt Remove colons from debug log messages for consistency 4 years ago
StaticScramblingTransformer.kt Rename common module to util again 4 years ago
UnusedArgTransformer.kt Rename common module to util again 4 years ago
UnusedMethodTransformer.kt Rename common module to util again 4 years ago
VisibilityTransformer.kt Rename common module to util again 4 years ago