1 Commits (ce5b76ef0fc6a2f19bd32430cf63d3311069fe53)

Author SHA1 Message Date
Graham ce5b76ef0f Rename dev.openrs2 package to org.openrs2 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 ccf7056a93 Use private companion objects where possible 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 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 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 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 97a8ada0d4 Add manifests to the unsigned client and loaders 4 years ago
Graham c6cf9a4d94 Add initial client bundler 4 years ago
Graham b05ce1e96f Add ResouceTransformer skeleton 4 years ago
Graham 02d3867f4c Add platform detection transformer 4 years ago
Graham e9a9a8f962 Format with ktlint 4 years ago
Graham 1647a3e641 Remove @JvmField annotation 4 years ago
Graham e969cc9882 Convert Bundler to Kotlin 4 years ago