-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: astei/krypton
base: v0.1.9
head repository: astei/krypton
compare: master
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bfd6d9f - Browse repository at this point
Copy the full SHA bfd6d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6054e - Browse repository at this point
Copy the full SHA 4d6054eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5dbc48 - Browse repository at this point
Copy the full SHA e5dbc48View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff5cca - Browse repository at this point
Copy the full SHA fff5ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c41bced - Browse repository at this point
Copy the full SHA c41bcedView commit details
Commits on Mar 19, 2022
-
Since this mixin is now present in Lithium (which most users of Krypton run as well), there's no need for us to retain this historic optimization.
Configuration menu - View commit details
-
Copy full SHA for c6482d6 - Browse repository at this point
Copy the full SHA c6482d6View commit details
Commits on Apr 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 422a430 - Browse repository at this point
Copy the full SHA 422a430View commit details
Commits on May 13, 2022
-
This PR changes chunk sending order, now preferring to send the chunks nearest to the player whenever possible.
Configuration menu - View commit details
-
Copy full SHA for d24cb7e - Browse repository at this point
Copy the full SHA d24cb7eView commit details
Commits on May 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b66408 - Browse repository at this point
Copy the full SHA 3b66408View commit details
Commits on May 16, 2022
-
Fix chunk unload packets not sending & send packets in a more efficie…
…nt order on player join (#71) * Chunk packet changes - Fix krypton not properly sending chunk unload packets - Optimize chunk send order for player joins (send chunks in spiral around player) * Refactor method & fix swapped booleans - Rename arguments of sendWatchPackets, to indicate their proper function - Update chunk unloading to work properly for large teleports (boolean values were swapped) * Remove logger used for debugging * Requested changes Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
Configuration menu - View commit details
-
Copy full SHA for 8a3179d - Browse repository at this point
Copy the full SHA 8a3179dView commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bd3972e - Browse repository at this point
Copy the full SHA bd3972eView commit details
Commits on May 28, 2022
-
Chunk loading order changes (#74)
* Chunk packet changes - Fix krypton not properly sending chunk unload packets - Optimize chunk send order for player joins (send chunks in spiral around player) * Refactor method & fix swapped booleans - Rename arguments of sendWatchPackets, to indicate their proper function - Update chunk unloading to work properly for large teleports (boolean values were swapped) * Remove logger used for debugging * Requested changes Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> * Add mixin debug code to build.gradle Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> * Only send the chunks in the player's render distance to the client Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> * Fix formatting errors Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> * Possibly fix nullptr in chunk ticket manager Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
Configuration menu - View commit details
-
Copy full SHA for b23edf8 - Browse repository at this point
Copy the full SHA b23edf8View commit details -
Fix null pointer exception (#75)
Fix null pointer exception (and the unsupported operation exception that was previously introduced) in ChunkTicketManager Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
Configuration menu - View commit details
-
Copy full SHA for 4045984 - Browse repository at this point
Copy the full SHA 4045984View commit details -
Fix issue with inverted boolean (#76)
I really did a bruh moment here. Renamed the methods to avoid confusion in the future. Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
Configuration menu - View commit details
-
Copy full SHA for 5e2d288 - Browse repository at this point
Copy the full SHA 5e2d288View commit details
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 918c654 - Browse repository at this point
Copy the full SHA 918c654View commit details
Commits on Jun 7, 2022
-
Merge branch 'master' into dev/mc-1.19
# Conflicts: # src/main/java/me/steinborn/krypton/mixin/shared/network/flushconsolidation/ThreadedAnvilChunkStorageMixin.java
Configuration menu - View commit details
-
Copy full SHA for 506d73d - Browse repository at this point
Copy the full SHA 506d73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cd4c1 - Browse repository at this point
Copy the full SHA b2cd4c1View commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b472d2c - Browse repository at this point
Copy the full SHA b472d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 337c4d1 - Browse repository at this point
Copy the full SHA 337c4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 943a27e - Browse repository at this point
Copy the full SHA 943a27eView commit details
Commits on Jun 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8d957c9 - Browse repository at this point
Copy the full SHA 8d957c9View commit details
Commits on Jul 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 87f253f - Browse repository at this point
Copy the full SHA 87f253fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ed84a - Browse repository at this point
Copy the full SHA 52ed84aView commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a246a12 - Browse repository at this point
Copy the full SHA a246a12View commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ddd5a4c - Browse repository at this point
Copy the full SHA ddd5a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af203ae - Browse repository at this point
Copy the full SHA af203aeView commit details
Commits on Apr 19, 2023
-
Correctly handle negative compression thresholds even though this is …
…not standardized whatsoever
Configuration menu - View commit details
-
Copy full SHA for 80720b2 - Browse repository at this point
Copy the full SHA 80720b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5896b60 - Browse repository at this point
Copy the full SHA 5896b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce2286 - Browse repository at this point
Copy the full SHA 4ce2286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6562a2e - Browse repository at this point
Copy the full SHA 6562a2eView commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 545721a - Browse repository at this point
Copy the full SHA 545721aView commit details
Commits on Sep 11, 2023
-
Add system property to permit oversized packets.
This should fix #91, but this is not enabled by default for security reasons. This also does not raise all relevant packet lengths capped by the protocol, although this can be added at a future point in time. With this system property enabled, Krypton permits packets with 5-byte VarInt prefixes and allows uncompressed packets to be up to 2GiB in size.
Configuration menu - View commit details
-
Copy full SHA for 5fb9eba - Browse repository at this point
Copy the full SHA 5fb9ebaView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c118928 - Browse repository at this point
Copy the full SHA c118928View commit details
Commits on Sep 23, 2023
-
Extremely rough initial 1.20.2 version
I had to axe a bunch of the mixins to get this version working. Of the stuff removed, most is now (mercifully) redundant with Mojang adding batch packets. The only change removed in this commit we can bring back is sending chunks in a spiral.
Configuration menu - View commit details
-
Copy full SHA for 5fd6a75 - Browse repository at this point
Copy the full SHA 5fd6a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e3a2e - Browse repository at this point
Copy the full SHA b3e3a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce63d99 - Browse repository at this point
Copy the full SHA ce63d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6be3e9 - Browse repository at this point
Copy the full SHA e6be3e9View commit details
Commits on Dec 30, 2023
-
Fix incompatibility with Fabric API 0.9.1 and later.
Fixes #111. This isn't the cleanest possible fix, but it does entirely avoid the issue by cloning the contents of plugin messages.
Configuration menu - View commit details
-
Copy full SHA for da56647 - Browse repository at this point
Copy the full SHA da56647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e74a47 - Browse repository at this point
Copy the full SHA 8e74a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5870f - Browse repository at this point
Copy the full SHA 5d5870fView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 927923b - Browse repository at this point
Copy the full SHA 927923bView commit details
Commits on Apr 26, 2024
-
Initial cut of Minecraft 1.20.5 version
However, it looks like this keeps crashing in my local environment, and I need to dig deeper here...
Configuration menu - View commit details
-
Copy full SHA for 66dcc36 - Browse repository at this point
Copy the full SHA 66dcc36View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82aac06 - Browse repository at this point
Copy the full SHA 82aac06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a734a3 - Browse repository at this point
Copy the full SHA 5a734a3View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5c8f54 - Browse repository at this point
Copy the full SHA d5c8f54View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.