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
Create Merge Request
  • LiteLoader
30 Nov, 2015
40 commits
  • commit missing update to spawnBootstrap, closes #64
      48da29aa
    Mumfrey authored
    2015-11-30 13:15:05 +0000  
    Browse Dir »
  • clean up LiteLoaderTweaker a bit and don't rely on singleton for some public contracts
    cffaacc6
    Mumfrey authored
    2015-11-30 13:15:05 +0000  
    Browse Code »
  • minor refactoring and logging output changes
    97de196e
    Mumfrey authored
    2015-11-30 13:15:04 +0000  
    Browse Code »
  • move mod list panel to separate class
    b3097a72
    Mumfrey authored
    2015-11-30 13:15:04 +0000  
    Browse Code »
  • move mod info panel to separate class
    f6840e83
    Mumfrey authored
    2015-11-30 13:15:04 +0000  
    Browse Dir »
  • convert observer list in LiteLoaderMods to HandlerList
    303ac2af
    Mumfrey authored
    2015-11-30 13:15:04 +0000  
    Browse File »
  • close HandlerList's ClassLoader on Java 7 and later.
    d19241ae
    Mumfrey authored
    2015-11-30 13:15:04 +0000  
    Browse Code »
  • moving clipping plane functionality to convenience class so that mods can use it as well
    35d59a00
    Mumfrey authored
    2015-11-30 13:15:04 +0000  
    Browse Dir »
  • removing unused imports
    0a1da0c9
    Mumfrey authored
    2015-11-30 13:15:03 +0000  
    Browse Dir »
  • don't pass handled packet events to packet handlers, they should implement the a… ...
    70b1c22e
    …ppropriate interface instead
    Mumfrey authored
    2015-11-30 13:15:03 +0000  
    Browse Code »
  • stripping redundant GenProfiler
    8e714482
    Mumfrey authored
    2015-11-30 13:15:03 +0000  
    Browse Code »
  • PacketTransformers are deprecated, adding PacketHandler framework
    96db8836
    Mumfrey authored
    2015-11-30 13:15:03 +0000  
    Browse File »
  • replacing all CallbackInjectionTransformer hooks with EventInjectionTransformer hooks
    c24f0490
    Mumfrey authored
    2015-11-30 13:15:03 +0000  
    Browse Dir »
  • prettier logging from BeforeInvoke
    e7914a05
    Mumfrey authored
    2015-11-30 13:15:02 +0000  
    Browse Code »
  • HandlerList add OR_BREAK_ON_TRUE logic op - closes #62
    67d33bd9
    Mumfrey authored
    2015-11-30 13:15:02 +0000  
    Browse Code »
  • deprecating PacketTransformer
    ba1cc312
    Mumfrey authored
    2015-11-30 13:15:02 +0000  
    Browse Code »
  • this is PanelManager now, not ModPanelManager
    cf733a48
    Mumfrey authored
    2015-11-30 13:15:02 +0000  
    Browse Code »
  • adding MessageBus
    4bf71866
    Mumfrey authored
    2015-11-30 13:15:02 +0000  
    Browse Dir »
  • support handlers with return types in HandlerList, return null or zero
    61965517
    Mumfrey authored
    2015-11-30 13:15:01 +0000  
    Browse File »
  • switch everything possible to HandlerList
    b4c52de0
    Mumfrey authored
    2015-11-30 13:15:01 +0000  
    Browse File »
  • support for boolean returns in HandlerList using logical operations between handlers
    58a0b663
    Mumfrey authored
    2015-11-30 13:15:01 +0000  
    Browse Code »
  • throw a more descriptive message than an NPE if something breaks at startup
    3b64e194
    Mumfrey authored
    2015-11-30 13:15:01 +0000  
    Browse Code »
  • deprecating event in PreJoinGameListener
    6ea1d058
    Mumfrey authored
    2015-11-30 13:15:01 +0000  
    Browse Code »
  • fix broken import in HandlerList
    9399ebbe
    Mumfrey authored
    2015-11-30 13:15:01 +0000  
    Browse Dir »
  • implement onRenderWorld - closes #60
    ab107f54
    Mumfrey authored
    2015-11-30 13:15:00 +0000  
    Browse Dir »
  • some tweaks to HandlerList and added more javadoc
    5225abe9
    Mumfrey authored
    2015-11-30 13:15:00 +0000  
    Browse Dir »
  • implement remaining LinkedList methods in HandlerList
    38127d17
    Mumfrey authored
    2015-11-30 13:15:00 +0000  
    Browse Dir »
  • support for baking listener lists to classes
    181d76f7
    Mumfrey authored
    2015-11-30 13:15:00 +0000  
    Browse Code »
  • reset vSync preference after display resize
    64ec9596
    Mumfrey authored
    2015-11-30 13:15:00 +0000  
    Browse Dir »
  • more verbose logging for JInput and option to disable enumeration
    d74ea594
    Mumfrey authored
    2015-11-30 13:14:59 +0000  
    Browse Code »
  • add mcpnames jar task to ant script
    83b09f04
    Mumfrey authored
    2015-11-30 13:14:59 +0000  
    Browse Code »
  • remove old libs
    9f4fb480
    Mumfrey authored
    2015-11-30 13:14:59 +0000  
    Browse Code »
  • updated ASM to 5.0.3, support automatic update check and forced update, minor fixes
    faa26f42
    Mumfrey authored
    2015-11-30 13:14:59 +0000  
    Browse Code »
  • mention injected tweaks in load status message
    349f6093
    Mumfrey authored
    2015-11-30 13:14:59 +0000  
    Browse Dir »
  • write warning message when file ending .litemod.zip is discovered.
    9d130852
    Mumfrey authored
    2015-11-30 13:14:58 +0000  
    Browse Dir »
  • --no commit message
    d97239f4
    Mumfrey authored
    2015-11-30 13:14:58 +0000  
    Browse Dir »
  • dependency check should ignore enumerator state
    a8d48f31
    Mumfrey authored
    2015-11-30 13:14:58 +0000  
    Browse Code »
  • timestamping 1.7.10_03 for final release
    1d4f6f14
    Mumfrey authored
    2015-11-30 13:14:58 +0000  
    Browse Dir »
  • minor fixes
    34f00498
    Mumfrey authored
    2015-11-30 13:14:58 +0000  
    Browse Dir »
  • LiteLoader -- fix for two minor derps
    92321dab
    Mumfrey authored
    2015-11-30 13:14:58 +0000  
    Browse Dir »