Commit Graph

819 Commits (2a4d607d96ae77c90f14af9006215301d799e11f)
 

Author SHA1 Message Date
Graham a096eaf288 Remove spaces from brace expansion in .editorconfig 5 years ago
Graham 036c3b5a9d Remove gl-dri from settings.gradle.kts 5 years ago
Graham efa9c90f57 Replace shelling out to keytool with Bouncy Castle and the security API 5 years ago
Graham cf132cb2dd Rename KEY_LENGTH to CLIENT_KEY_LENGTH 5 years ago
Graham 2fa55b3ce1 Add length parameter to Rsa.generateKeyPair() 5 years ago
Graham 6326aa93db Combine the deobfuscator's jaggl and jaggl_dri outputs 5 years ago
Graham f5a0680348 Format .editorconfig 5 years ago
Graham 373fdc24b4 Update dependencies 5 years ago
Graham 14301b4820 Document comment code style in the README 5 years ago
Graham 2e1c6c22ff Rename GlConstantTransformer to GlTransformer 5 years ago
Graham c9a3580e11 Allow GlRegistry to be overriden 5 years ago
Graham ace76fe9e4 Transform GL_FRAMEBUFFER_COMPLETE literals 5 years ago
Graham 9db5025c41 Output hex literals in upper case 5 years ago
Graham 59a78bea39 Fix GL_POINT_SIZE_{MIN,MAX} groups 5 years ago
Graham 784ad9900e Always use GL_ constants without vendor suffixes where possible 5 years ago
Graham a704cf28ef Add missing PixelType groups for glDrawPixels() calls 5 years ago
Graham 4fd330a8ac Transform OpenGL constants inside binary/ternary expressions too 5 years ago
Graham e06e70bc1f Rename gl* method argument names 5 years ago
Major 7b92ccb244 Add RedundantGotoTransformer 5 years ago
Major dc36c7835c Throw exception on invalid try-catch nodes 5 years ago
Graham 59159f17a3 Exclude pull requests to master from the deploy stage 5 years ago
Graham 161ff2cea8 Simplify regex in ExceptionTracingTransformer 5 years ago
Graham 6cc9ab9e3b Exclude virtual nodes from the original PC counter 5 years ago
Graham a027209b18 Update ciManagement 5 years ago
Graham aea30dd3f1 Remove Jenkinsfile from .editorconfig 5 years ago
Graham f19aed20f0 Add YAML style to .editorconfig 5 years ago
Graham 1e13174cc2 Switch from Jenkins to Drone 5 years ago
Major 7996d327ff Fix dummy arg removal for virtual methods 5 years ago
Graham 51890c56b3 Track original constructor names and arguments too 5 years ago
Major 488e8ef8c3 Add UnusedMethodTransformer 5 years ago
Graham 9617cc4326 Document interface member visibility logic 5 years ago
Major a2eeecd6f6 Run FinalTransformer later 5 years ago
Major a869d47d11 Add Fernflower Exception transformer 5 years ago
Graham e7c3afab19 Prevent non-static fields from overriding other fields 5 years ago
Graham e6461176b7 De-duplicate inherited member set creation 5 years ago
Graham d57cf15bd3 Add superClassAndInterfaces method to reduce duplication 5 years ago
Graham 5103eb15a4 Fix static member overrides in populateInherited{Field,Method}Sets 5 years ago
Graham 8cac7a48b5 Add getFieldAccess 5 years ago
Graham 8b5f3402e2 Rename getAccess to getMethodAccess 5 years ago
Graham 626202b451 Move isMethodRenamable below createMethodMapping for consistency 5 years ago
Graham 6be3f915f0 Add generate{Class,Field}Name methods 5 years ago
Graham c4ea6cf150 Group isClassRenamable with populateClassMapping 5 years ago
Graham b0dddff729 Add isFieldRenamable method 5 years ago
Graham 5c1768e824 Improve consistency of isClassRenamable and isMethodImmutable 5 years ago
Graham f4933a2b59 Add support for translating gl calls on the jaggl.opengl object 5 years ago
Graham 0564bc29b0 Add missing ProgramPropertyARB groups 5 years ago
Graham 133e2fac77 Set glGetObjectParameterivARB's pname group to ProgramPropertyARB 5 years ago
Graham 530af7628b Add EnableCap group to GL_TEXTURE_3D 5 years ago
Graham 1a2f0bd9e5 Add MaterialFace group to GL_FRONT, GL_BACK and GL_FRONT_AND_BACK 5 years ago
Graham aaaa0c0c68 Fix appending fields to javax.media.opengl.GL 5 years ago