]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/history - src/main/java/com/irtimaled/bbor/client/ClientProxy.java
Add: flower forest overlay
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / ClientProxy.java
2020-08-24 IrtimaledAdd: flower forest overlay
2020-05-23 IrtimaledUpgrade to 1.14.2
2020-05-18 IrtimaledEnsure keys are registered before adding to controls...
2020-05-18 IrtimaledMove config to client module
2020-05-18 IrtimaledAdd logic to load structures from save files
2020-05-18 IrtimaledRe-add beacon command to add custom beacons
2020-05-18 IrtimaledSupport translations
2020-05-18 IrtimaledMove Beacon processing to client side
2020-05-18 IrtimaledTidy up
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 custom box rendering
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 IrtimaledReduce cyclomatic complexity
2019-07-15 IrtimaledRemove loading from dat file support
2019-07-14 irtimaledSwitch to using Interop classes
2019-06-17 irtimaledAllow /bbor:seed command on unmodded server
2019-05-12 IrtimaledFix keep session logic
2019-05-12 IrtimaledHandle update spawn chunks
2019-03-25 IrtimaledFix not rendering on server client
2019-03-25 IrtimaledStop rendering slime chunks if not initialized
2019-03-25 IrtimaledTidy up other minecraft imports
2019-03-25 IrtimaledCleanup code
2019-03-25 IrtimaledStop using DimensionType
2019-03-25 IrtimaledStop using EntityPlayer
2019-03-25 IrtimaledStop using NetworkManager
2019-03-25 IrtimaledStop using BlockPos
2019-03-15 IrtimaledTidy up
2019-03-10 IrtimaledAdd proper server support that works
2019-03-10 IrtimaledChange how keyboard events are handled
2019-03-10 IrtimaledExpose active to be toggled externally
2019-03-10 IrtimaledMigrate outerBoxOnly to a persistent setting
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 IrtimaledAdd initial server support
2019-03-05 IrtimaledSwitch to using EventBus instead of static class
2019-02-24 irtimaledAdjust structure loading based on 1.13 changes
2019-02-06 irtimaledMove files ready for gradle builds