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
3810e8964c0494422aff7310a8c8ba558ee0c196
  • LiteLoader
30 Nov, 2015
40 commits
  • handle login success packet asynchronously, closes #72
    3810e896
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • Updated readme.md with correct name of mcp config file
    2a83f2dc
    Mumfrey authored
    9 years ago  
    Browse Code »
  • Brazilian translation thanks to night0wing
    06d86289
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix ClientPermissions and ChatFilter
    d1dfc048
    Mumfrey authored
    9 years ago  
    Browse Code »
  • LiteLoader -add ServerTickable interface
    e068f370
    Mumfrey authored
    9 years ago  
    Browse Code »
  • refactoring enumerator
    027952f9
    Mumfrey authored
    9 years ago  
    Browse Code »
  • pull up redundant methods from InputManager into Input
    1ef9f4cf
    Mumfrey authored
    9 years ago  
    Browse Code »
  • add null checks for client permissions manager
    6e612fc4
    Mumfrey authored
    9 years ago  
    Browse Code »
  • convert Input to abstract class, interface was causing binary compatibility issues
    be0307cb
    Mumfrey authored
    9 years ago  
    Browse Code »
  • add verbosity levels to logger to support reduced log output on server
    91f621ae
    Mumfrey authored
    9 years ago  
    Browse Code »
  • remove dependency on Util since it doesn't exist server-side
    d71dab5e
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • include debug and resources in core and mcpnames jars
    2ceb8ad8
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix client jar build minor typo
    33e3174e
    Mumfrey authored
    9 years ago  
    Browse Code »
  • "core" build profile for building common jar
    6424d546
    Mumfrey authored
    9 years ago  
    Browse File »
  • add missing slash in class dump path
    5d704143
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • apply transformers to HandlerList template classes
    d02247d5
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • adding PlayerMoveListener
    ae0c5867
    Mumfrey authored
    9 years ago  
    Browse Code »
  • adding additional convenience constructors in BeforeFieldAccess
    1b0e9c50
    Mumfrey authored
    9 years ago  
    Browse Code »
  • adding ProfilingHandlerList, some refactoring and minor fixes
    f7711cd7
    Mumfrey authored
    9 years ago  
    Browse Code »
  • adding PlayerInteractionListener
    f709bce8
    Mumfrey authored
    9 years ago  
    Browse Code »
  • moving PrivateFields to common and adding PrivateFieldsClient for client side
    1dd64987
    Mumfrey authored
    9 years ago  
    Browse Code »
  • pass the current return value into ReturnEventInfo ctor where possible
    171e491f
    Mumfrey authored
    9 years ago  
    Browse Code »
  • internal reshuffling to support dedicated server
    104bd7e5
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix accessor injection for mods which declare accessors in events.json
    10c0f192
    Mumfrey authored
    9 years ago  
    Browse Code »
  • add note about Forge coremods to transformer help message
    b24caff3
    Mumfrey authored
    9 years ago  
    Browse Code »
  • propagate event injection through to the mod list, and provide help screens for … ...
    e01dd5f5
    …tweak/transformer/event icons
    Mumfrey authored
    9 years ago  
    Browse Code »
  • reduce log spam from event injection
    53506bde
    Mumfrey authored
    9 years ago  
    Browse Code »
  • adding new overlays, fixing minor bugs in AccessorTransformer
    c35f486d
    Mumfrey authored
    9 years ago  
    Browse Code »
  • add GuiTextField accessor interface
    89fce7f9
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • adding javadoc to AccessorTransformer, throw an exception from un-annotated methods
    0e3dd41e
    Mumfrey authored
    9 years ago  
    Browse Code »
  • move generateDescriptor methods to ByteCodeUtilities
    d28d5dde
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • fix liteloader panel transparency when closing
    9959697d
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • allow accessor injections specified in JSON to use obfuscation entries from the JSON file
    885da345
    Mumfrey authored
    9 years ago  
    Browse Code »
  • adding AccessorTransformer and replacing MinecraftOverlay with accessor injection
    fba0e0ff
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • add glPolygonMode proxy in GL convenience class
    0ec79e75
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • trim the *correct* number of characters from the end of the target node
    0dd016d8
    Mumfrey authored
    9 years ago  
    Browse Code »
  • change "key" to "id" in JSON event definitions because "key" was kind of confusing
    95060d93
    Mumfrey authored
    9 years ago  
    Browse Dir »
  • allow access to shared descriptor table in JSON event transformer definitions
    af46a2da
    Mumfrey authored
    9 years ago  
    Browse Code »
  • adding some extra proxies to GL convenience class
    97e55cae
    Mumfrey authored
    9 years ago  
    Browse Code »
  • fix typo in replaceConstructors
    42abfbcf
    Mumfrey authored
    9 years ago  
    Browse Dir »