]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/history - src/main/java/com/irtimaled/bbor/client/ClientRenderer.java
Performance improvements
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / ClientRenderer.java
2021-08-15 ishlandPerformance improvements
2021-08-15 ishlandGeneral performance improvements and serverside fixes
2021-08-15 ishlandGeneral performance improvements
2021-08-15 ishlandImprove performance
2021-07-30 ishlandUpdate to 1.17.1 (#124)
2020-10-13 IrtimaledSetup for 1.15.2-Fabric
2020-09-14 IrtimaledAdd BedrockCeiling boxes
2020-09-14 IrtimaledMake clearing providers easier
2020-08-24 IrtimaledAdd: flower forest overlay
2020-08-18 IrtimaledSwitch to using Blaze managed GL
2020-06-25 IrtimaledFix Z-ordering of boxes
2020-05-26 IrtimaledEnsure boxes don't show through blocks
2020-05-24 IrtimaledSwitch to using DimensionId object
2020-05-23 IrtimaledMove client side only models to client side
2020-05-23 IrtimaledUpgrade to 1.14.2
2020-05-18 IrtimaledAdd support for custom sphere
2020-05-18 IrtimaledAdd support for custom line
2020-05-18 IrtimaledAdd support for spawnable blocks rendering
2020-05-18 IrtimaledMove config to client module
2020-05-18 IrtimaledDon't provide client side boxes if they are off
2020-05-18 IrtimaledMove client only boxes to client only namespace
2020-05-18 IrtimaledAdd conduit processing and rendering
2020-05-18 IrtimaledRe-add beacon command to add custom beacons
2020-05-18 IrtimaledMove Mob Spawner processing to client side
2020-05-18 IrtimaledTidy up
2019-12-02 IrtimaledPrep for new rendering
2019-12-02 IrtimaledSwitch Renderer back to static
2019-11-19 IrtimaledAdd BiomeBorder support
2019-11-19 IrtimaledAdd CacheProvider and simplify ClientRenderer
2019-11-19 IrtimaledAdd command for client side beacon rendering
2019-11-19 IrtimaledAdd spawning spheres and spawnable spaces
2019-11-18 IrtimaledMove logic from ClientRenderer into providers
2019-11-18 IrtimaledChange keyboard to support multi key presses
2019-11-18 IrtimaledRestructure bounding box class heirarchy
2019-06-17 irtimaledAllow /bbor:seed command on unmodded server
2019-05-12 IrtimaledHandle update spawn chunks
2019-05-11 IrtimaledFix spawn chunk outlines again
2019-03-25 IrtimaledRename abstract base classes
2019-03-25 IrtimaledStop using DimensionType
2019-03-25 IrtimaledStop using AxisAlignedBB, ChunkPos & MathHelper
2019-03-25 IrtimaledStop using BlockPos
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-02-24 IrtimaledAdd mob spawner bounding boxes
2019-02-24 irtimaledAdjust structure loading based on 1.13 changes
2019-02-06 irtimaledBump version to 1.0.4
2019-02-06 irtimaledMove files ready for gradle builds