- Add null check when creating union area
- Add sphere area
- Stop tracking deleted areas
- Fix crash
- Fix multiple issues with empty BVH trees
- Fix
/area query
- Prevent duplicate entries in BVHTree
- Add tracked components system
- Add has and remove method on Area
- Remove getSavedData on BVHTree
- Add getAreasContaining to CompositeArea
- Make bounding box not nullable
- Add area component system
- Make areas have a reference to their own id
- Delete BlockArea
- Deprecate block areas
- Add box areas
- Implement composite areas (Currently only
union
) - General code cleanup
- Add area priority
- Add
/area query
- Add keybind to toggle rendering
- Disable rendering by default
- Fix rendering