mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-07 12:56:31 +01:00
f72abf8e1d
- Rename ReloadRenderersEvent to ReloadLevelRendererEvent - Rename Engine#renderCrumblingInstances to #renderCrumbling - Make all mixin classes package-private and abstract - Make all event classes final and document which event bus they are posted on - Add EndClientResourceReloadEvent - Replace some usages of ReloadLevelRendererEvent with EndClientResourceReloadEvent, including ModelHolder and ModelCache - Always add all existing entities from world to VisualizationManagerImpl on construction if level is instanceof Level - Delete all VisualizationManagerImpls on resource reload - Improve MemoryBlock utility - Add MemoryBlock#copyTo(MemoryBlock) - Remove MemoryBlock#reallocTracked and make #realloc create a tracked block if and only if the existing block is tracked - Fix reallocating a debug memory block creating a regular memory block - Change BakedModelBufferer to only invoke the result consumer if the data is not empty - Improve BackendArgument - Fix classloading BackendArgument early causing it to return incomplete suggestions - Always allow specifying namespace, allow matching only by path, and always display suggested IDs with namespace |
||
---|---|---|
.. | ||
main | ||
test/java/com/jozufozu/flywheel |