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
  • LiteLoader
30 Nov, 2015
40 commits
  • updating enumeration, adding support for "ModType" META entry, removing support … ...
    0096b127
    …for .zip, code cleanup
    Mumfrey authored
    2015-11-30 13:15:13 +0000  
    Browse Code »
  • updating seeding script
    d634cd86
    Mumfrey authored
    2015-11-30 13:15:13 +0000  
    Browse Code »
  • correct minecraft version to "1.8" in version data, closes #66
    d725a740
    Mumfrey authored
    2015-11-30 13:15:12 +0000  
    Browse Code »
  • squash remaining javadoc warnings (JDK7 level)
    83769d6d
    Mumfrey authored
    2015-11-30 13:15:12 +0000  
    Browse Code »
  • squash all javadoc warnings
    859ec481
    Mumfrey authored
    2015-11-30 13:15:12 +0000  
    Browse Code »
  • burn branding info into SNAPSHOT builds, tidying build script
    fc0d1934
    Mumfrey authored
    2015-11-30 13:15:11 +0000  
    Browse Code »
  • useexternalfile flag for javadoc generation because jenkins
    5e8080bc
    Mumfrey authored
    2015-11-30 13:15:11 +0000  
    Browse Code »
  • add javadoc jar task to build script
    06eda36a
    Mumfrey authored
    2015-11-30 13:15:11 +0000  
    Browse Code »
  • replace missing ivy:retrieve in srgjar ant script
    5f7e35c6
    Mumfrey authored
    2015-11-30 13:15:10 +0000  
    Browse Code »
  • fix mcpnames jar target for jenkins
    62ab671f
    Mumfrey authored
    2015-11-30 13:15:10 +0000  
    Browse Code »
  • adding LiteLoaderToSrg ant scripts and jenkins configurations
    e4b8825d
    Mumfrey authored
    2015-11-30 13:15:10 +0000  
    Browse Code »
  • updating MCPBot Mappings, additional javadoc, minor refactoring of JSON transformer defs
    d3ec7c49
    Mumfrey authored
    2015-11-30 13:15:10 +0000  
    Browse Code »
  • prevent duplicate method in generated handler when superinterfaces have identical methods
    2fbe188c
    Mumfrey authored
    2015-11-30 13:15:10 +0000  
    Browse Code »
  • add handling to deal with packet object thread marshalling
    cf1835df
    Mumfrey authored
    2015-11-30 13:15:09 +0000  
    Browse Code »
  • revert to old encoding style for custom payload REGISTER and UNREGISTER
    30261f75
    Mumfrey authored
    2015-11-30 13:15:09 +0000  
    Browse Code »
  • remove last vestiges of PacketTransformer handling and fix mod-supplied transformers
    fb593da6
    Mumfrey authored
    2015-11-30 13:15:09 +0000  
    Browse Code »
  • remove debug try/catch block
    c4b01822
    Mumfrey authored
    2015-11-30 13:15:09 +0000  
    Browse Code »
  • fix locals indexing derp in HandlerList
    0091f010
    Mumfrey authored
    2015-11-30 13:15:09 +0000  
    Browse Code »
  • generate local variable table for methods when not available in the bytecode
    755c90be
    Mumfrey authored
    2015-11-30 13:15:08 +0000  
    Browse Code »
  • provider ServerData and RealmsServer in onJoinGame
    7b700b7b
    Mumfrey authored
    2015-11-30 13:15:08 +0000  
    Browse Code »
  • added 2 new listeners, some refactoring and minor bugfixes
    189931b8
    Mumfrey authored
    2015-11-30 13:15:08 +0000  
    Browse Dir »
  • support priority ordering in HandlerList
    d34ad93d
    Mumfrey authored
    2015-11-30 13:15:08 +0000  
    Browse Code »
  • add glPushAttrib overload
    f9d96c14
    Mumfrey authored
    2015-11-30 13:15:07 +0000  
    Browse Code »
  • more consistency with legacy GL methods for new convenience GL methods
    6554065e
    Mumfrey authored
    2015-11-30 13:15:07 +0000  
    Browse Code »
  • adding more javadoc to ByteCodeUtilities
    e1d71003
    Mumfrey authored
    2015-11-30 13:15:07 +0000  
    Browse Code »
  • update MCPTEST and README.md
    4b564b9b
    Mumfrey authored
    2015-11-30 13:15:07 +0000  
    Browse Code »
  • warnings cleanup, remove unused imports and replace deprecated Guava methods
    e814dba1
    Mumfrey authored
    2015-11-30 13:15:07 +0000  
    Browse Code »
  • updating IntelliJ project file
    4d46c503
    Mumfrey authored
    2015-11-30 13:15:06 +0000  
    Browse Code »
  • srtipping methods which were deprecated in 1.7
    6f71faf8
    Mumfrey authored
    2015-11-30 13:15:06 +0000  
    Browse Code »
  • moving GL and GLClippingPlanes to com.mumfrey.liteloader.gl package
    405ae832
    Mumfrey authored
    2015-11-30 13:15:06 +0000  
    Browse Code »
  • moving Icon from client -> common
    939dc159
    Mumfrey authored
    2015-11-30 13:15:06 +0000  
    Browse Code »
  • consistency for ALPHA_TEST mode switch methods
    455f2c9c
    Mumfrey authored
    2015-11-30 13:15:06 +0000  
    Browse Code »
  • fix incorrect GL mode set
    c03d2dca
    Mumfrey authored
    2015-11-30 13:15:05 +0000  
    Browse Code »
  • initial commit for 1.8 ...
    2a878253
    + All GL moved to GLStateManager
     + GL Convenience class added
     + Added EnumerationObserver
     + CallbackInjectionTransformer is deprecated
     + PacketTransformer is removed
     + Added JSON Event Transformer definitions
     + Event Transformers now support capturing local vars
    Mumfrey authored
    2015-11-30 13:15:05 +0000  
    Browse Code »
  • commit missing update to spawnBootstrap, closes #64
      48da29aa
    Mumfrey authored
    2015-11-30 13:15:05 +0000  
    Browse Code »
  • 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 Code »
  • convert observer list in LiteLoaderMods to HandlerList
    303ac2af
    Mumfrey authored
    2015-11-30 13:15:04 +0000  
    Browse Code »