87 Commits (ce5b76ef0fc6a2f19bd32430cf63d3311069fe53)

Author SHA1 Message Date
Graham ce5b76ef0f Rename dev.openrs2 package to org.openrs2 4 years ago
Graham b337698106 Fix MacResizeTransformer when it is used from the deobfuscator 4 years ago
Graham c276610a6d Add high DPI support to the client 4 years ago
Graham 7887a4dff1 Rename Resource::crc to checksum 4 years ago
Graham 232ba32bbd Enable explicit API mode 4 years ago
Graham 9db64efb7b Add name field to Library 4 years ago
Graham 72a0642db3 Rename Js5Library{Reader,Writer} to PackClassLibrary{Reader,Writer} 4 years ago
Graham dd06bb2f83 Remove native library loading logic for SunOS/Solaris 4 years ago
Graham ccf7056a93 Use private companion objects where possible 4 years ago
Graham 7e422447ef Convert hasCode() to a property 4 years ago
Graham cf3474c016 Convert createIntConstant to an extension method on Int 4 years ago
Graham 06212b8511 Add shorthand Library read/write methods 4 years ago
Graham ae7c19beac Convert most Library{Reader,Writer} implementations to objects 4 years ago
Graham 451a1d9c5e Use a single Resource::compressLibrary method for all writers 4 years ago
Graham daefa7f4ea Remove streams from LibraryReader and LibraryWriter constructors 4 years ago
Graham 46d8af509c Create bundler output directory if it doesn't exist 4 years ago
Scu11 6e877b52ce Move Library#read methods to dedicated classes 4 years ago
Scu11 26348b8a2e Move Library#write methods to dedicated classes 4 years ago
Graham 5e987f1f61 Remove memory allocation delay during client startup 4 years ago
Graham c488a155c4 Replace operator and game names with values from the config file 4 years ago
Graham ef5db18ea1 Replace runescape.com with domain from the config file 4 years ago
Graham fe3a8c1a37 Replace cachesubdir with the internal game name 4 years ago
Graham ed052c783b Use cache path and signer name from the config file 4 years ago
Graham 3aaea52eac Remove trailing whitespace from log messages 4 years ago
Graham 05a03d5bdc Inject transformers in the bundler and deobfuscator 4 years ago
Graham 0c76c610bd Convert Guice modules to objects 4 years ago
Graham e6a92ea0aa Switch to FHS-style layout 4 years ago
Graham 177326221f Move cryptographic code to a separate module 4 years ago
Graham a52d58e8b5 Use Clikt to implement the command-line interface 4 years ago
Graham 061e01d57f Rename game_unpacker.dat to unpackclass.pack for consistency 4 years ago
Graham d4da4e2de3 Replace SystemClassLoader with the PlatformClassLoader 4 years ago
Graham e6402d52c2 Add StackFrameClassWriter 4 years ago
Graham c16b8b30af Replace *toTypedArray() with plus operator 4 years ago
Graham 626cbacc06 Remove colons from debug log messages for consistency 4 years ago
Graham 785ce2d9ca Use require() in PlatformDetectionTransformer 4 years ago
Graham 64abe46971 Replace forEach calls with for loops 4 years ago
Graham a4cd83fff0 Fix typo in the Portuguese translation of 'loading textures' 4 years ago
Graham 40702d9c35 Reduce Manifest duplication 4 years ago
Graham 11ef4b0227 Sign loaders 4 years ago
Graham 4ff64c95e5 Rename compress<x>Resources to compress<x>Natives 4 years ago
Graham 575632413a Add missing private modifier 4 years ago
Graham 1d0bcfd88f Add PublicKeyTransformer to Bundler 4 years ago
Graham 97a11ba765 Inject RSAPrivateCrtKeyParameters in PublicKeyTransformer 4 years ago
Graham e82f575695 Update jar/pack200/js5 resources in ResourceTransformer 4 years ago
Graham 97a8ada0d4 Add manifests to the unsigned client and loaders 4 years ago
Graham c6cf9a4d94 Add initial client bundler 4 years ago
Graham a032e3d472 Exclude CRC from the path used by Resource::write 4 years ago
Graham d03d1c3bb5 Rename overloaded compress method to compressNative 4 years ago
Graham 3a4085c680 Make compress private 4 years ago
Graham 5d51415baf Add write method to Resource 4 years ago