]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/history - src/main/java/com/irtimaled/bbor/client
Change spawning sphere blocks logic
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client /
2020-05-18 IrtimaledChange spawning sphere blocks logic
2020-05-18 IrtimaledAdd support for spawnable blocks rendering
2020-05-18 IrtimaledChange Sphere center to use Point not Coords and Offsets
2020-05-18 IrtimaledMove config to client module
2020-05-18 IrtimaledFully stop needing config on BoundingBoxType
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 IrtimaledMove displaying screens to ClientInterop
2020-05-18 IrtimaledAdd logic to load structures from save files
2020-05-18 IrtimaledAdd config command to allow easier config editing
2020-05-18 IrtimaledChange button ON state highlighting to make it more...
2020-05-18 IrtimaledChange gui to use scrollable control list
2020-05-18 IrtimaledAdd new 1.16 structures
2020-05-18 IrtimaledImprove performance of spawnable spaces calculations
2020-05-18 IrtimaledRe-add beacon command to add custom beacons
2020-05-18 IrtimaledSupport translations
2020-05-18 IrtimaledMove Mob Spawner processing to client side
2020-05-18 IrtimaledMove Beacon processing to client side
2020-05-18 IrtimaledAdd max Y configuration for Biome Borders
2020-05-18 IrtimaledPrepare for multiple dimensions in the future
2020-05-18 IrtimaledTidy up
2019-12-02 IrtimaledPrep for new rendering
2019-12-02 IrtimaledSwitch Renderer back to static
2019-11-21 IrtimaledUpgrade to 1.13.2 1.0.14
2019-11-19 IrtimaledAdd support for Beacon bounding boxes at players feet
2019-11-19 IrtimaledSupport adding spheres at other locations
2019-11-19 IrtimaledAdd feedback to commands
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-19 IrtimaledAdd autocomplete to bbor:seed command
2019-11-19 IrtimaledHandle /seed command from server
2019-11-18 IrtimaledMove logic from ClientRenderer into providers
2019-11-18 IrtimaledChange keyboard to support multi key presses
2019-11-18 IrtimaledCentralize Y offsets on zero height boxes
2019-11-18 IrtimaledMove rendering of lines to abstract renderer
2019-11-18 IrtimaledReduce cyclomatic complexity
2019-11-18 IrtimaledRestructure bounding box class heirarchy
2019-11-18 IrtimaledDraw village structures
2019-08-09 IrtimaledTidy up updating worldspawn 1.0.13
2019-08-06 IrtimaledTidy up
2019-07-15 IrtimaledRemove loading from dat file support
2019-07-15 irtimaledTidy up rendering constants
2019-07-14 irtimaledSwitch to using Interop classes
2019-07-08 irtimaledDisable unusable structure types
2019-07-08 irtimaledAllow BoundingBoxType buttons to be disabled
2019-06-17 irtimaledAllow /bbor:seed command on unmodded server
2019-05-14 IrtimaledTidy up code
2019-05-12 IrtimaledFix keep session logic
2019-05-12 IrtimaledHandle update spawn chunks
2019-05-11 IrtimaledFix spawn chunk outlines again
2019-04-29 IrtimaledFix spawn chunk offset
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 IrtimaledIntroduce TypeHelper
2019-03-25 IrtimaledStop using Tessellator
2019-03-25 IrtimaledRename abstract base classes
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 AxisAlignedBB, ChunkPos & MathHelper
2019-03-25 IrtimaledStop using BlockPos
2019-03-25 IrtimaledIsolate MC classes to fewer Gui classes
2019-03-15 IrtimaledTidy up
2019-03-15 IrtimaledAllow F3 keys to work again
2019-03-10 IrtimaledAdd proper server support that works
2019-03-10 IrtimaledChange how keyboard events are handled
2019-03-10 IrtimaledAdd GUI to configuration support
2019-03-10 IrtimaledFix weirdness with the max Y value
2019-03-10 IrtimaledExtend village sphere rendering customization
2019-03-10 IrtimaledGeneral tidy up of imports and file ends
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 IrtimaledRestructure BoundingBox color and rendering logic
2019-03-05 IrtimaledTidy up code formatting
2019-03-05 IrtimaledAdd initial server support
2019-03-05 IrtimaledSwitch to using EventBus instead of static class
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