Sign in

LiteLoader / LiteLoader · Commits

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 40
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 349
  • Compare
  • Branches 19
  • Tags 0
b29e8bbbc8d337bb12c14e81aa18ee2565b07830
  • LiteLoader
30 Nov, 2015
40 commits
  • adding injection order checks to EventInjectionTransformer to prevent listeners … ...
    b29e8bbb
    …being appended after event injection
    Mumfrey authored
    9 years ago  
    Browse Code »
  • improve readability of LiteLoaderEventInjectionTransformer
    bbee82bb
    Mumfrey authored
    9 years ago  
    Browse Code »
  • spawn anonymous inner classes for EventProxy to handle events injected after ini… ...
    1b43bca7
    …tial proxy generation
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix failing to register common interfaces in client event handler
    7a912de0
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix for CallbackInjectionTransformer when injecting REDIRECT callbacks into non-… ...
    88de6d81
    …void-returning methods at the method head
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • simplifying build script
    e108d4a5
    Mumfrey authored
    9 years ago  
    Browse Code »
  • splitting server src
    6d1b9c9b
    Mumfrey authored
    9 years ago  
    Browse Code »
  • adding FrameBufferListener
    7ab03429
    Mumfrey authored
    9 years ago  
    Browse Code »
  • minor tweaks to EventInjectionTransformer
    a2baddb7
    Mumfrey authored
    9 years ago  
    Browse Code »
  • minor fixes for BeforeInvoke when initialised using a MethodInfo
    7299229f
    Mumfrey authored
    9 years ago  
    Browse Code »
  • add getGameEngine() accessor
    617b2c8f
    Mumfrey authored
    9 years ago  
    Browse Code »
  • add guava to classLoader exclusions to prevent cross-classLoader issues when running with FML
    fc78211e
    Mumfrey authored
    9 years ago  
    Browse Code »
  • 1.7.10 initial update merging branch "apidev" into trunk
    3e955ef1
    Mumfrey authored
    9 years ago  
    Browse Code »
  • add linux support to build scripts
    3db66fd3
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • add IntelliJ IDEA project file
    5ef9d5d7
    Mumfrey authored
    9 years ago  
    Browse Code »
  • update actual display version because derp
    4e2a3ddf
    Mumfrey authored
    9 years ago  
    Browse Code »
  • bumping version for release
    119cc0d5
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • setting release timestamp for 1.7.2_03
    49c887a6
    Mumfrey authored
    9 years ago  
    Browse Code »
  • don't stip chat formatting, fix lagometer borking the overlay
    1fa07498
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix unbalanced profiler stack, version bump to 1.7.2_03
    2ad82e1e
    Mumfrey authored
    9 years ago  
    Browse Code »
  • handle srg names in PacketTransformers so that we don't break when using FML
    5274b27d
    Mumfrey authored
    9 years ago  
    Browse Code »
  • remove unwanted endSection()
    d5149881
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix version timestamp derp
    75d44a90
    Mumfrey authored
    9 years ago  
    Browse Code »
  • merging 1.7.2 development branch into trunk
    c15092b2
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - update to new build script
    2953b223
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - add log4j to classpath exports
    7b0dcd74
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - merge NPE fix from 1.7 branch
    d59d4fa2
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - add authlib to classpath exports
    70ad9fc2
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - allow mods to specify classpath injection strategy in litemod.json
    2465f1b2
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - allow mods to be injected at the top of the cla… ...
    c20429cd
    …ss path (wow, this could all go horribly wrong)
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - change logger to play better with new launcher … ...
    54397026
    …(don't unnecessarily prepend date/time/level)
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • LiteLoader 1.6.4_02 - dev only - added keyboard support to mod info list, better… ...
    cc303e4e
    … behaviour when tab is "hidden"
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - dev only - added comments to LoginManager, some minor tweaks
    7aa49e45
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • LiteLoader 1.6.4_02 - dev only - replace launcher jar with authlib, add better s… ...
    fca9591f
    …upport for yggdrasil token auth with login dialog box
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • LiteLoader 1.6.4_02 - experimental - fix ConfigManager::migrateModConfig to use … ...
    1ffb7333
    …Exposable object as key instead of class
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - experimental - changes to Exposable implementation, regist… ...
    54b5ecdd
    …er exposables by reference, renamed annotations, added aggressive option
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - experimental - add Exposable interface and support for mod config via Gson
    e38f7f24
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader 1.6.4_02 - experimental - hook packet classes using ASM instead of re… ...
    813a72f5
    …flection, fall back to reflection if transformation fails
    
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • LiteLoader 1.6.4_02 - experimental - remove parent gui reference from config panel container
    239a6eb0
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • LiteLoader 1.6.4_02 - experimental - ConfigPanel shows "<ModName> Settings" as p… ...
    0188a6ba
    …anel title if mod returns null panel title
    Mumfrey authored
    9 years ago  
    Browse Code »