@@ -142,7 +142,6 @@ Titanium implements patches from other engines as well. **All credits go to the
142
142
[Nacho-0009] Remove an extra file io call within world credit bob7l
143
143
[Nacho-0010] Use jchambers' FAST UUID methods
144
144
[Nacho-0012] Don't load chunks for physics
145
- [Nacho-0019] Avoid lock every packet send
146
145
[Nacho-0023] Optimize EntityTracker for the chunk updater
147
146
[Nacho-0024] Do not create new BlockPosition when loading chunk
148
147
[Nacho-0025] Disable random tickSpeed being modified
@@ -152,12 +151,9 @@ Titanium implements patches from other engines as well. **All credits go to the
152
151
[Nacho-????] Async Entity Tracker by Rastrian
153
152
[Nacho-????] Async knockback and hit detection packets by Rastrian
154
153
155
- [WindSpigot-0001] Thread affinity by windcolor-dev
156
154
[WindSpigot-0014] Async entity path searching by windcolor-dev
157
155
[WindSpigot-0017] Async entity tracking by windcolor-dev
158
156
[WindSpigot-0054] Modern tick loop by windcolor-dev
159
- [WindSpigot-????] Use concurrent entity tracking collections by windcolor-dev
160
- [WindSpigot-????] Prevent display of overload on first 500 ticks by windcolor-dev
161
157
162
158
[PandaSpigot-0003/0004] Setup Gradle project by hpfxd
163
159
[PandaSpigot-0005] Add internal setMaxStackSize method for materials by hpfxd
@@ -193,11 +189,10 @@ Titanium implements patches from other engines as well. **All credits go to the
193
189
[IonSpigot-0006] Fix Chunk Loading by SuicidalKids
194
190
[IonSpigot-0008] Reduce Chunk Hashing by SuicidalKids
195
191
[IonSpigot-0009] Reduce Unload Queue Complexity by SuicidalKids
196
- [IonSpigot-0011] Async Spawn Chunks by SuicidalKids
197
192
[IonSpigot-0012] Movement Cache by SuicidalKids
193
+ [IonSpigot-0013] Implement PandaWire by SuicidalKids
198
194
[IonSpigot-0014] Faster Chunk Entity List by SuicidalKids
199
195
[IonSpigot-0020] Faster EntityTracker Collections by SuicidalKids
200
- [IonSpigot-0023] Implement PandaWire by SuicidalKids
201
196
[IonSpigot-0037] Fast Cannon Entity Tracker by SuicidalKids
202
197
203
198
[Migot-0005] Fix Occasional Client Side Unloading of Chunk 0 0
@@ -207,7 +202,6 @@ Titanium implements patches from other engines as well. **All credits go to the
207
202
[Migot-0036] Check for lava only once per tick
208
203
209
204
[MineTick-0011] Optimize Idle Furnaces
210
- [MineTick-0017] Fix insane nether portal lag
211
205
[MineTick-0023] Fix chunk coordinates miscalculations
212
206
213
207
[KigPaper-0108] Fix CraftPlayer setFlying not working by RoccoDev
@@ -218,8 +212,6 @@ Titanium implements patches from other engines as well. **All credits go to the
218
212
[KigPaper-0170] Kick after receiving invalid creative action packet by RoccoDev
219
213
[KigPaper-0070/0233] Prevent billion laughs attacks
220
214
221
- [Tuinity-????] Skip updating entity tracker without players
222
-
223
215
[Purpur-0150] Tick fluids config
224
216
[Purpur-0046/0280] Spark Profiler by BillyGalbreath
225
217
[Purpur-0049/0290] Remove Timings by BillyGalbreath
@@ -229,7 +221,6 @@ Titanium implements patches from other engines as well. **All credits go to the
229
221
[Yatopia-0047] Smarter statistics ticking
230
222
231
223
[Akarin-0007] Avoid double I/O operation on load player file
232
- [Akarin-0010] Save Json list asynchronously
233
224
234
225
[InsanePaper-269] Cache Chunk Coordinations
235
226
0 commit comments