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
1.10
1.10.2
1.11
1.11.2
1.11.2-backport
1.12
1.12.1
1.12.2
1.7.10
1.8
1.8.9
1.8_legacy
1.9
1.9.4
checkstyle
feature/newasm
gitmigration
master
mixin
89fce7f9c78b43a89fd881d75295be2e7231079f
LiteLoader
30 Nov, 2015
40 commits
add GuiTextField accessor interface
89fce7f9
Mumfrey
authored
2015-11-30 13:15:17 +0000
Browse Code »
adding javadoc to AccessorTransformer, throw an exception from un-annotated methods
0e3dd41e
Mumfrey
authored
2015-11-30 13:15:16 +0000
Browse Code »
move generateDescriptor methods to ByteCodeUtilities
d28d5dde
Mumfrey
authored
2015-11-30 13:15:16 +0000
Browse Code »
fix liteloader panel transparency when closing
9959697d
Mumfrey
authored
2015-11-30 13:15:16 +0000
Browse Code »
allow accessor injections specified in JSON to use obfuscation entries from the JSON file
885da345
Mumfrey
authored
2015-11-30 13:15:16 +0000
Browse Code »
adding AccessorTransformer and replacing MinecraftOverlay with accessor injection
fba0e0ff
Mumfrey
authored
2015-11-30 13:15:16 +0000
Browse Dir »
add glPolygonMode proxy in GL convenience class
0ec79e75
Mumfrey
authored
2015-11-30 13:15:15 +0000
Browse Code »
trim the *correct* number of characters from the end of the target node
0dd016d8
Mumfrey
authored
2015-11-30 13:15:15 +0000
Browse Code »
change "key" to "id" in JSON event definitions because "key" was kind of confusing
95060d93
Mumfrey
authored
2015-11-30 13:15:15 +0000
Browse Code »
allow access to shared descriptor table in JSON event transformer definitions
af46a2da
Mumfrey
authored
2015-11-30 13:15:15 +0000
Browse Code »
adding some extra proxies to GL convenience class
97e55cae
Mumfrey
authored
2015-11-30 13:15:15 +0000
Browse Code »
fix typo in replaceConstructors
42abfbcf
Mumfrey
authored
2015-11-30 13:15:15 +0000
Browse Code »
add new convenience function replaceConstructors to ByteCodeUtilities
a6a6084a
Mumfrey
authored
2015-11-30 13:15:14 +0000
Browse Code »
correct boolean login for PreJoinGameListener
1bfcfd90
Mumfrey
authored
2015-11-30 13:15:14 +0000
Browse Code »
some additions to GL convenience class, cleaning up some warnings and redundant code
f13fd861
Mumfrey
authored
2015-11-30 13:15:14 +0000
Browse Code »
don't add file to classpath if the file is already present on the classpath - Test
#67
11bcac00
Mumfrey
authored
2015-11-30 13:15:14 +0000
Browse Code »
show a list of invalid containers if no valid containers are found
1bc2d41a
Mumfrey
authored
2015-11-30 13:15:14 +0000
Browse Code »
moving ModList classes to new package
12a6cba5
Mumfrey
authored
2015-11-30 13:15:13 +0000
Browse Code »
refactoring ModList to separate class
8f946289
Mumfrey
authored
2015-11-30 13:15:13 +0000
Browse Dir »
completely disable loading bar when loadingbar=false is set in the properties
99fe86cb
Mumfrey
authored
2015-11-30 13:15:13 +0000
Browse Code »
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 Dir »
remove last vestiges of PacketTransformer handling and fix mod-supplied transformers
fb593da6
Mumfrey
authored
2015-11-30 13:15:09 +0000
Browse Dir »
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 Dir »