151 Commits (47127113f4d7d97752941b28b9f6612929aa3c79)

Author SHA1 Message Date
Graham 4ec4ef84c2 Rename unpacker.jar to unpackclass.jar 4 years ago
Graham 465078256f Rename common module to util again 4 years ago
Graham c20dad7a5e Fix DeobfuscateAstCommand class name 4 years ago
Graham a52d58e8b5 Use Clikt to implement the command-line interface 4 years ago
Graham 462ae7cb9c Improve PrettyPrinterConfiguration 4 years ago
Graham b9c707782c Place @Pc annotations on the same line as variable declarations 4 years ago
Graham caed5cebce Remove gl-dri from AstDeobfuscator 4 years ago
Graham dae73b667a Replace !Optional.isPresent() with Optional.isEmpty() 4 years ago
Graham 2e1c6c22ff Rename GlConstantTransformer to GlTransformer 4 years ago
Graham c9a3580e11 Allow GlRegistry to be overriden 4 years ago
Graham ace76fe9e4 Transform GL_FRAMEBUFFER_COMPLETE literals 4 years ago
Graham 9db5025c41 Output hex literals in upper case 4 years ago
Graham 59a78bea39 Fix GL_POINT_SIZE_{MIN,MAX} groups 4 years ago
Graham 784ad9900e Always use GL_ constants without vendor suffixes where possible 4 years ago
Graham a704cf28ef Add missing PixelType groups for glDrawPixels() calls 4 years ago
Graham 4fd330a8ac Transform OpenGL constants inside binary/ternary expressions too 4 years ago
Graham e06e70bc1f Rename gl* method argument names 4 years ago
Graham f4933a2b59 Add support for translating gl calls on the jaggl.opengl object 4 years ago
Graham 0564bc29b0 Add missing ProgramPropertyARB groups 4 years ago
Graham 133e2fac77 Set glGetObjectParameterivARB's pname group to ProgramPropertyARB 4 years ago
Graham 530af7628b Add EnableCap group to GL_TEXTURE_3D 4 years ago
Graham 1a2f0bd9e5 Add MaterialFace group to GL_FRONT, GL_BACK and GL_FRONT_AND_BACK 4 years ago
Graham aaaa0c0c68 Fix appending fields to javax.media.opengl.GL 4 years ago
Graham ae9dccf9dd Add CheckedInt32 group to most enums 4 years ago
Graham 7e66c024b4 Propagate groups from <enums> to each individual <enum> 4 years ago
Graham 9b5d4221b1 Fix GL_COORD_REPLACE group 4 years ago
Major 5fa9e9a621 Remove spurious toCollection calls 4 years ago
Major 424a2d7a31 Fix compilation errors 4 years ago
Graham b38da58bd5 Add missing groups to the OpenGL registry 4 years ago
Graham 7db0c971ee Use OpenGL registry to replace magic numbers with constants 4 years ago
Graham 597aa2018e Add support for whole program AST transforms 4 years ago
Graham 25a6953644 Fix use of deprecated JavaParser methods 4 years ago
Graham 0a988584b7 Convert some deob-ast methods to extension methods 4 years ago
Graham 5487a74eb8 Remove traversal argument from walk extension method 4 years ago
Graham 54aec42f90 Format .kts files 4 years ago
Graham ccbbf873af Switch from Maven to Gradle 4 years ago
Graham 8df0907118 Replace IllegalStateException with error() in BitMaskTransformer 4 years ago
Graham abf803f017 Replace contains() calls with the in operator 4 years ago
Graham 64abe46971 Replace forEach calls with for loops 4 years ago
Graham 4314aededd Simplify hasSideEffects() calls in AddSubTransformer 4 years ago
Graham 784b14b66b Improve safety of ForLoopConditionTransformer 4 years ago
Graham ab75a2f0c9 Add IdentityTransformer 4 years ago
Graham 2e1db9f0b1 Don't swap for loop conditions where both sides have a side effect 4 years ago
Desetude d8c3f4e31c Flip > and >= in for loop conditions to < and <= respectively 4 years ago
Graham d9762d65bc Fix Kotlin inspections 4 years ago
Graham 575632413a Add missing private modifier 4 years ago
Graham 7d1dc59d6a Convert pre-increments to post-increments where possible 4 years ago
Graham e9a9a8f962 Format with ktlint 4 years ago
Graham 4df5754dac Include generics in Function cast 4 years ago
Graham 77e8b0cdc0 Use top-level Kotlin main() functions 4 years ago