Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/QuiltMC/quilt-loader

The loader for Quilt mods.
https://github.com/QuiltMC/quilt-loader

Initial support for Release Candidate Minecraft versions.

This includes special handling for 1.16-rcX versions to ensure that they follow on from the exis...

3054ebb6a717f99ad93a85f5b1fd5e9bf98ffcdf authored over 4 years ago by modmuss50 <[email protected]>
1.16-pre1 server support

9315121c7a96189098c6deaf8d02cdc98c204b6b authored over 4 years ago by modmuss50 <[email protected]>
Bump version

6c0493d8b67211bc1f2217fce3904e6d61174109 authored over 4 years ago by modmuss50 <[email protected]>
20w22a server support (#255)

f8ee138656361a343c12fefbfae69478ac98d4a1 authored over 4 years ago by Arc'blroth <[email protected]>
Bump version

6912f127540f1444253a438680b631987454a87a authored over 4 years ago by Player <[email protected]>
Make iterators from custom values immutable (#250)

7f3bff83dd6fe6f56061e832874c9e82a832efa3 authored over 4 years ago by i509VCB <[email protected]>
Fix build

49811cad81fd10ffa7feefc37613cc87f590eef5 authored over 4 years ago by Player <[email protected]>
Bump version

b5b2eba8dd6cdc2ec2e15e8d466c57f8d091d015 authored over 4 years ago by Player <[email protected]>
Fix access wideners not being applied according to mixin (#243)

f9b65d3309910dcc473bb641d7b988b4edc88c1b authored over 4 years ago by Joseph Burton <[email protected]>
20w20b server support.

This may not be ideal but it should work for now.

9f055da7379cb44e8bb871bf3818aec307915943 authored over 4 years ago by modmuss50 <[email protected]>
Actually fix static methods or interfaces

9f6b85907d239a3e40e1476140a69998cf06f7ca authored over 4 years ago by modmuss50 <[email protected]>
Fix making constructors final (#221)

* Fix making constructors final, and some other possible issues.

* Version bump

* Quick fi...

0f05cbb25c2eda881e57ad3d56b26b61810b204d authored over 4 years ago by modmuss50 <[email protected]>
Version bump to 0.8.0

06ed72d95aa6675651251451ad32dfde079fd4de authored over 4 years ago by modmuss50 <[email protected]>
AccessWidener (#206)

* First pass on access changing

* Decapsulator

* More cleanup

* AccessWidener

* Add ...

5093f50540e71f9e602a3ec867d2be70f5fa76f5 authored over 4 years ago by modmuss50 <[email protected]>
Make AppletForcedShutdownListener run a daemon thread, fixes the game locking up on close. (#215)

* Make AppletForcedShutdownListener run a daemon thread, fixes the game locking up on close.
Th...

5ce0c71566efc0667bb9d733830f51bb131af17f authored over 4 years ago by modmuss50 <[email protected]>
Update to ASM 8 (#217)

* Initial ASM8
still needs a tiny remapper update

* Fix crash when trying to load `java.` cl...

6b94e641105804464fa56d5aa62e69a4a053d2f2 authored over 4 years ago by modmuss50 <[email protected]>
Fix Dedicated server entrypoint hook (#219)

Closes #218

54407f5796213e229c47748ccf6a5cd6e3def915 authored over 4 years ago by modmuss50 <[email protected]>
Remove Jenkins file, moving to manual job

4fdefe5956d18b0c2d165244676ee01fbf043df3 authored over 4 years ago by modmuss50 <[email protected]>
Update gradle wrapper to 6.3

3a8015dec3b9df000e5be0fdac2480a63eb3fa56 authored over 4 years ago by Player <[email protected]>
Fix crash when trying to load `java.` classes though Knot, fixes server side crash in the latest snapshot.

e9367841916f6958db2d7275c0cd790e8778edef authored over 4 years ago by modmuss50 <[email protected]>
Do not ignore exception (#212)

* Do not ignore exception

* add exception as an arg

287bbf90d35dbe298e5a53cab559ecb337fa322e authored almost 5 years ago by shedaniel <[email protected]>
Add methods to get the ModContainer which has provided an entrypoint, include mod in stack trace (#207)

e4a76832bf3e2ee7becc9fcc0ed4f58330704e24 authored almost 5 years ago by i509VCB <[email protected]>
Remove uses of Guava (#205)

1fae5eff6aaffea1703f148dbebebbd4943b6724 authored almost 5 years ago by Player <[email protected]>
Readd and deprecate EntypointException constructors, they shouldn't be

thrown outside Loader!

6d600eb0a5be0f43d95a963f76d32ca3d1414f1c authored almost 5 years ago by Player <[email protected]>
Make first exception when loading entrypoints the cause of the EntrypointException (#180)

ea599eee1773cbf2b35aee412593dac34746ce37 authored almost 5 years ago by Runemoro <[email protected]>
Bump version

361f2606209c2652859cb1583ca120a408be3156 authored almost 5 years ago by Player <[email protected]>
Fix mc version parsing for different version.json format used by 20w06a,

add bulk version test code

a65095b3735286e202989d43566fc7780a930939 authored almost 5 years ago by Player <[email protected]>
Handle 1.16 snapshots in McVersionLookup

d81641f75fdfc2aef647abf1e6ef344ceb7db459 authored almost 5 years ago by modmuss50 <[email protected]>
catch Throwables instead of just Exceptions during entrypoint loading (#184)

0be5e99292df4893d7ab7cc8708153698aca1f0b authored almost 5 years ago by Nuclearfarts <[email protected]>
Add Documented to Environment* annotations

This makes them show up in javadocs, and it's
useful to know when a class or a method is
environ...

bb7bca2b176db046839240fd8120e9445afd6754 authored almost 5 years ago by Juuxel <[email protected]>
Fix ability to load alpha versions (#198)

* Fix alpha version recognition

* Add more versions to the version pattern, and fix normalizi...

3f192a27c2491e087c93ecc9c882d6a1eb824db0 authored almost 5 years ago by Joseph Burton <[email protected]>
Update asm to 7.3.1 for java 15 support

Update loom version

384e66b9fd4289e7bde06c17f24e2e77c56a57cf authored almost 5 years ago by modmuss50 <[email protected]>
Bump version

9039b6a653e31f53d35cc3efe71854d3cd5be4d2 authored almost 5 years ago by modmuss50 <[email protected]>
Update mixin

2dab0e59fee3186325ccf83dd41fbc21d358661d authored almost 5 years ago by modmuss50 <[email protected]>
Bump version

9d7692034695d96de95754199cbb89a75bcf4cd9 authored almost 5 years ago by Ridan Vandenbergh <[email protected]>
Update mixin version to 0.8+build17

ed5902c9ecabb3e550aff3861f760ba3d25a4863 authored almost 5 years ago by Ridan Vandenbergh <[email protected]>
Fix the error gui not logging the actual error. (#186)

Log an error rather than sending it to sys-err.

e3afbe907bf225c3c49eed8d8b29539ed2e26f59 authored about 5 years ago by AlexIIL <[email protected]>
Fix MixinIntermediaryDevRemapper not maping member queries with null desc (#174)

bda2af6e18a210458174a692f9183630f87d6218 authored about 5 years ago by Player <[email protected]>
Update to fix compat with 1.15 pre-releases

d4119c7ee1772a1a470b57e2b0b5c7f0b55f1ca0 authored about 5 years ago by modmuss50 <[email protected]>
Disable error Gui on Mac OS (#172)

8edd230a6fddaee42f0ec27b5c034219fab8e692 authored about 5 years ago by modmuss50 <[email protected]>
ASM 7.2 and mixin 0.8 update (#160)

Co-authored-by: Adrian Siekierka <[email protected]>

66837453da5a9a2377137fb68adcde1d4d6a4b20 authored about 5 years ago by modmuss50 <[email protected]>
Add preLaunch entrypoint executing just before the game launch (#170)

223a17800114fe6f2509e1bdca4f40001dbfd6e4 authored about 5 years ago by Player <[email protected]>
Support the usage of TinyV2 mappings (#157)

db209cc3c761e82791170ba6b7c2bee4158ff820 authored about 5 years ago by Fudge <[email protected]>
Add a swing GUI to display mod errors (#154)

518b4714c386a2cb037c65364326d13070914efa authored about 5 years ago by AlexIIL <[email protected]>
Improve error messages (#163)

f9ff147ee117b258da6f44979c50b12db6cdccf2 authored about 5 years ago by Juuxel <[email protected]>
Fix Injection point being too late, Fixes issues with controls. Closes #156

* Quick and dirty fix to #156

* Use Insn node types.

* Version bump

ef56c4f65a8785b5108952561b3eb9bad4bb7a1d authored about 5 years ago by Modmuss50 <[email protected]>
Fix injection point in 19w38a (#155)

* Fix injection point in 19w38a
Inject before the LDC node, does slightly shift the injection p...

c46087e6bc8265fa7781bc861a6a5c02f4d0fc23 authored over 5 years ago by Modmuss50 <[email protected]>
Print a bit more information if the mod ID is invalid or a dependent mod has a version mismatch (#143)

cf215f24dc093f4c44869d0d6d3ada074edfe8f9 authored over 5 years ago by AlexIIL <[email protected]>
Replace GSON JsonElement in ModMetadata custom values, always delegate GSON to parent CL in KnotClassLoader.

cc03fd09a786a5d8a84168fd3a88454e3e11eefc authored over 5 years ago by Player <[email protected]>
Improve/fix semantic version parsing and comparison.

Versions with pre-release suffixes are no longer excluded, they are less
than their associated r...

26a963a49ef59fe4d9fff9d6fceef30fc9df0074 authored over 5 years ago by Player <[email protected]>
Implement builtin mod feature, add builtin mod for Minecraft, start moving MC specific code away.

49e30a49f3e89860c8dba7304c821e4994384a2b authored over 5 years ago by Player <[email protected]>
Fix injection point detection on 19w34a (#144)

dea7f9991d1cdee2af89f5da479615862eaad6e7 authored over 5 years ago by Modmuss50 <[email protected]>
Merge pull request #141 from ramidzkh/master

Migrate EntrypointTransformer as to be provided by GameProvider

30e47b63df2440bb8ad99de992afd76d9427ff5b authored over 5 years ago by Player <[email protected]>
Formatting, bump patch version

bc36ae3f443f13a929849fd4606b454fc8e06965 authored over 5 years ago by Player <[email protected]>
Make MinecraftGameProvider's transformers a singleton

Since only the transformers are used from MinecraftGameProvider, there is no purpose in exposing...

8b16e63190e316129d7e273bb9f662fff97b7fb0 authored over 5 years ago by Ramid Khan <[email protected]>
Migrate EntrypointTransformer as to be provided by GameProvider

This allows other GameProviders to register their own patches without conflicting with the defau...

3eef8423817d5917fe4a392df99ac41c5953f5a1 authored over 5 years ago by Ramid Khan <[email protected]>
Update Mixin

8c04b76ee9d33cd558b83ee996ebeb9043f32ae3 authored over 5 years ago by modmuss50 <[email protected]>
only emit warnings for loaded mods, emit warning if requires key is found

0f868c7d186d6fbe7b902342a39c30d24391a304 authored over 5 years ago by asie <[email protected]>
make UrlUtil more resilient for non-file locations

8d77c1c39d3e5b92df322d32dafc429c6f9a9d0e authored over 5 years ago by Adrian Siekierka <[email protected]>
warn on conflicting mod versions which sort as equals but are not equal

10ddf6a2f237a59f811532f05d343562fa8fa476 authored over 5 years ago by Adrian Siekierka <[email protected]>
fix #124, close #125

382b449afde7614d5b703dd0b915657ac8a741f1 authored over 5 years ago by asie <[email protected]>
bump to 0.4.8

b28401f655bc08039ec970b8c93a6673b98bac0d authored over 5 years ago by asie <[email protected]>
another take on fixing #118

b4d1d16b2cf5175f4a9efe1019455b50795beca1 authored over 5 years ago by asie <[email protected]>
update from Loom 0.2.2 to Loom 0.2.3 properly

5869fa2dfd9defdf13619f5e4263f93cbd78d9f5 authored over 5 years ago by asie <[email protected]>
as previous, but actually compiles

91e2890d8019550a56ed453ca418047a4f0ebcd6 authored over 5 years ago by asie <[email protected]>
do not use URLs as Map keys, may help with #173

69d7456f65826f2969c7177732c4a592eacae945 authored over 5 years ago by asie <[email protected]>
update Loom, Mixin

14f66ed288dbd8ac3072b236d66d215d86a644bd authored over 5 years ago by asie <[email protected]>
do not try running classes through mixin transformer before the mixin library has been initialized

f81efd8b83c95067a8ce3d5ce20b2a9940b6e73f authored over 5 years ago by asie <[email protected]>
make exceptions more verbose

56af57ddc1f6dbf272704f09d1070ea5d96045f4 authored over 5 years ago by Adrian Siekierka <[email protected]>
bump version to 0.4.7

3d75235c3c9bc5d765adb06ef365043c33df5603 authored over 5 years ago by Adrian Siekierka <[email protected]>
fix #112, hopefully

b66459ad8d63c3283c735fbc0908a91a3daf247d authored over 5 years ago by Adrian Siekierka <[email protected]>
try to solve the famous dev environment heisenbug

5ca46e2d95e9c9c56a773c2530a1bdadebeb5ca4 authored over 5 years ago by Adrian Siekierka <[email protected]>
remove unwanted dependency on Commons Lang

3f70c1af251dfdb28b5c63b5c5de7c147d24ec8e authored over 5 years ago by asie <[email protected]>
make the class loader check a bit smarter

67fb87deec1b3efcabdf3e31edbc310dc43f47d8 authored over 5 years ago by asie <[email protected]>
add classloader mismatch check to instantiateMods

66bfa23e142139cb543baa84d0e21eb5ab77a641 authored over 5 years ago by asie <[email protected]>
0.4.6, this one actually bundles the right Mixin

3581f455b5dbac77f1c3347cf73bafd73a7b462f authored over 5 years ago by asie <[email protected]>
update Mixin, bump Loader to 0.4.5

adc914b548d99a19c00c8ec0d50d103c45e16a09 authored over 5 years ago by Adrian Siekierka <[email protected]>
allow Mixin library to inject classes

29e44294431e7fb3609b33578932e3b79a7050fc authored over 5 years ago by Adrian Siekierka <[email protected]>
hardening for strange locales

0e843297b9ea59579c54bf1362dcb7a28c0a2b47 authored over 5 years ago by Adrian Siekierka <[email protected]>
fix version strings acting as ANDs and not as ORs - which was the case according to specs and discussion

200e06b2ea32ce7677476aa5c40a3bbe12bd4347 authored over 5 years ago by asie <[email protected]>
parse mainClass from in-JAR properties file, if present

a6320e2dba48d156e7851df9037a29d7374daca8 authored over 5 years ago by Adrian Siekierka <[email protected]>
fix Jimfs initialization in FabricServerLauncher contexts

9a1981339f1bbc5f50bf7382927417108cb6fdb5 authored over 5 years ago by Adrian Siekierka <[email protected]>
Revert "minor fixes"

This reverts commit b73bfa50ffac08b3b3c121e5df2d7e35b95d64ae.

adc14366174697bba18a7a2556d7a19e043e135c authored over 5 years ago by asie <[email protected]>
update Mixin version, bump version to 0.4.4

e56c6a2bcd8f9f824d7659e92d46b4972498f32a authored over 5 years ago by Adrian Siekierka <[email protected]>
restore server launcher for fabric-installer 0.4.0

91c03cbe8e88e5cefb52ed61a80847655516514d authored over 5 years ago by Adrian Siekierka <[email protected]>
minor fixes

b73bfa50ffac08b3b3c121e5df2d7e35b95d64ae authored over 5 years ago by Adrian Siekierka <[email protected]>
update Mixin to fix an oops

6e40919efef92f1491d397b2c126257478bcfa2e authored over 5 years ago by Adrian Siekierka <[email protected]>
update Mixin, bump version to 0.4.3

1eff3ef21cf98bd45daba90709346b3a471803ad authored over 5 years ago by Adrian Siekierka <[email protected]>
[#109] fix Realms support, implement initial parts of the GameProvider system

415111d1a4d6b094169d5733085e16c7b45ec832 authored over 5 years ago by Adrian Siekierka <[email protected]>
fix #107

1bb3fb59737d54ff393ae8af8b2f60b24ddf5ed0 authored over 5 years ago by asie <[email protected]>
update Mixin again, fix string targets issue in prod

15082a530e760663c42280cd9204f9bade69fa85 authored over 5 years ago by asie <[email protected]>
bump version to 0.4.2, update Loom to 0.2.1

12ab8d1c107c77870e9f79890fc1c6191515d441 authored over 5 years ago by Adrian Siekierka <[email protected]>
[#104] log all exceptions thrown in a given entrypoint stage before throwing

56ef287ebcedc397712f7211276476653b7a2e4c authored over 5 years ago by Adrian Siekierka <[email protected]>
[#103] cleanup classpath-relatted activities, fix Realms injection

13ae0570dfd2ddd08817b1933e29a3e6b5fb7c20 authored over 5 years ago by Adrian Siekierka <[email protected]>
update Mixin, fix #105, fix #106

7308a7b439ed958b161e5fbd29061cc40bf5fb06 authored over 5 years ago by Adrian Siekierka <[email protected]>
update Mixin, fix StringIndexOutOfBoundsException in RemappingReferenceMapper

8affd854a988cfc98d2aa7933f173bce40908a83 authored over 5 years ago by Adrian Siekierka <[email protected]>
ModMetadataV1: fix JarEntry deserializer not being registered

77a4e5d3073d3f14b6837c9215094a45259024ad authored over 5 years ago by Adrian Siekierka <[email protected]>
fix KnotClassLoader.getResources()

8d36397162bc3c8ebd2035265a20dbc76533e4a7 authored over 5 years ago by Adrian Siekierka <[email protected]>
fix concurrency issues in ModResolver, fix #100

e0d5393d05f98259b16ecf1e73168875e84cf5a9 authored over 5 years ago by asie <[email protected]>
fix #97

6e984e41f6eb3bcb98590b8d445d232393a2f5d8 authored over 5 years ago by Adrian Siekierka <[email protected]>