Scott Wadden
Scott Wadden
Allow centering the draw point in the middle of the object, the middle of the column or row, or the top/bottom of the object.
- [ ] If a sign becomes clickable while the cursor is over it, it doesn't highlight until the cursor leaves and reenters. - [ ] Text padding is all...
The console should take input that can be evaluated in the context of the player object, or, if the code tool is selected and an object is highlighted, it should...
Default uint support. Fixes #34
## Summary - Add three types of tests: unit tests, VM script tests, and in-world tests - Add `nimble test` command that runs all test types with proper exit codes...
The Godot dev build (built with `dev_build=yes`) crashes on quit with a refcount error. The dev build also causes performance issues and slow startup times. ## Reproduction ```bash cd app...
Chunks are currently 16 * 16 * 16 `[Vector3, VoxelInfo]` zen tables. Each new voxel triggers a change/network message and can be slow. I believe this is a big part...