- Jan 15, 2024
-
-
sousuke0422 authored
-
- Jan 04, 2024
- Dec 25, 2023
- Oct 29, 2023
- Oct 23, 2023
- Sep 27, 2023
-
-
sousuke0422 authored
-
- Sep 09, 2023
-
-
embeddedt authored
-
- Sep 02, 2023
-
-
embeddedt authored
-
- Aug 10, 2023
-
-
embeddedt authored
-
- Aug 05, 2023
- Jul 05, 2023
-
-
embeddedt authored
Thanks to MutantGumdrop from ATM for this contribution
-
- Jun 14, 2023
-
-
makamys authored
Reduces relative time of func_147451_t by 14% (while generating chunks with EFR)
-
makamys authored
-
makamys authored
It raised too many issues with thread safety. Revert "Only accept processLightUpdatesForType calls from owner thread" This reverts commit 631ca1cd. Revert "Remove leftover references to the lock" This reverts commit 28c4970b. Revert "Don't use locks, just forbid lighting updates from wrong threads" This reverts commit 6bdc1eb2.
-
- Jun 13, 2023
- Jun 12, 2023
-
-
makamys authored
Known archives of original forum thread: http://web.archive.org/web/20150209233418/http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2268895-diversity-more-life-and-structures-valpha-1-5 http://web.archive.org/web/20150901110038/http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2268895-diversity-wip-suggestion-thread-progress-news Latest known version: 1.6.1 (linked in OP) http://web.archive.org/web/20160317183718/http://minecraft-diversity.com/download/Download/Minecraft%201.7.10/Diversity-1.7.10-Alpha-1.6.1.jar Mirror: https://www.mediafire.com/file/mafs4403tr2ka5c/Diversity-1.7.10-Alpha-1.6.1.jar sha256: BCD2EE617177B5767452F91003EBD3D082FDE505E5F1F577075D842169AA7E5E
-
- Jun 10, 2023
-
-
makamys authored
Since they have an unreleased fix
-
makamys authored
Decreases CallbackInfoReturnable allocation rate from ~2.5 MB/s to ~0.2 MB/s
-
makamys authored
This method uses ~10% of CPU time during chunk loading when OptiFine and DragonAPI are both present. (Measured with vsync@60fps and 5 chunk updates/sec.) This commit eliminates the CPU overhead, but increases memory allocation rate by ~2.5 MB/s due to all the CallbackInfoReturnables. Fixes https://github.com/ReikaKalseki/Reika_Mods_Issues/issues/2960 (I only realized they had a fix afterwards)
-
- Jun 08, 2023
- Jun 02, 2023
-
-
embeddedt authored
We can use the network channel to communicate version information for compatibility if needed
-
makamys authored
- Edited ModulSettings.json so there are no compilation errors in sources generated using it - Re-generated sources by cloning https://github.com/Speiger/Primitive-Collections/tree/0.8.0, copying ModulSettings.json into the repo, and running `./gradlew generateLimitSource` using Java 8. - Removed ObjectArrayList patch, and reimplemented it using a subclass instead
-
- May 19, 2023
-
-
makamys authored
-
- May 18, 2023
-
-
embeddedt authored
-
- May 04, 2023
-
-
makamys authored
Workaround for https://youtrack.jetbrains.com/issue/IDEA-317606
-