]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/history - src/main/java/com/irtimaled/bbor/common/CommonProxy.java
Port to 1.19
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / common / CommonProxy.java
2022-03-04 ishlandMerge branch 'Dubhe-Studio-1.18.2-fabric-dev' into...
2022-03-03 Gu_ZTUpdate CommonProxy.java
2021-07-30 ishlandUpdate to 1.17.1 (#124)
2020-05-24 IrtimaledSwitch to using DimensionId object
2020-05-23 IrtimaledUpgrade to 1.14.2
2020-05-18 IrtimaledFix server-only issues
2020-05-18 IrtimaledMake structure processing more generic
2020-05-18 IrtimaledMove Mob Spawner processing to client side
2020-05-18 IrtimaledPrepare for multiple dimensions in the future
2020-05-18 IrtimaledTidy up
2019-08-09 IrtimaledSend all boundingboxes to remote clients
2019-08-09 IrtimaledTidy up memory leak
2019-08-06 IrtimaledTidy up
2019-06-17 irtimaledAllow /bbor:seed command on unmodded server
2019-05-13 IrtimaledStop set modification errors
2019-05-12 IrtimaledHandle update spawn chunks
2019-03-25 IrtimaledTidy up other minecraft imports
2019-03-25 IrtimaledRename abstract base classes
2019-03-25 IrtimaledCleanup code
2019-03-25 IrtimaledUse correct type for WorldLoad event
2019-03-25 IrtimaledStop using DimensionType
2019-03-25 IrtimaledStop using EntityPlayer
2019-03-25 IrtimaledStop using PacketBuffer and Packet types
2019-03-25 IrtimaledStop using BlockPos
2019-03-15 IrtimaledTidy up
2019-03-15 IrtimaledSwitch back to old village processors
2019-03-10 IrtimaledAdd proper server support that works
2019-03-10 IrtimaledRework config ready for gui
2019-03-10 IrtimaledRemove unnecessary cache wrapper
2019-03-10 IrtimaledSeparate chunk processing from caching
2019-03-05 IrtimaledGenerate spawn bounding boxes on world load
2019-03-05 IrtimaledImprove performance of village processing
2019-03-05 IrtimaledRestructure BoundingBox color and rendering logic
2019-03-05 IrtimaledAdd initial server support
2019-03-05 IrtimaledHandle destruction of mob spawners
2019-03-05 IrtimaledSwitch to using EventBus instead of static class
2019-03-05 IrtimaledRemove unnecessary event handler
2019-02-24 irtimaledAdjust structure loading based on 1.13 changes
2019-02-06 irtimaledMove files ready for gradle builds