summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* node-2d: Delete commented code.David Thompson2022-12-181-4/+0
* node-2d: sprite: Fix on-change asset bug.David Thompson2022-12-151-2/+3
* node-2d: Add centering within parent procedures.David Thompson2022-12-141-0/+20
* node-2d: Add centering methods.David Thompson2022-12-141-0/+21
* node-2d: Fix placement/alignment methods to properly use local space.David Thompson2022-12-141-12/+29
* node-2d: Add methods for getting position/size in local space.David Thompson2022-12-141-0/+24
* node-2d: Fix local bounding box fast path.David Thompson2022-12-141-3/+3
* minibuffer: Fix quit command.David Thompson2022-12-141-1/+1
* scene: Add width/height methods.David Thompson2022-12-141-0/+6
* region: Add width/height methods.David Thompson2022-12-141-0/+6
* mixins: Define generic position/size accessors.David Thompson2022-12-142-4/+16
* Add TODO list and class diagram.David Thompson2022-12-072-0/+10
* scene: Add current-scene parameter and some tests.David Thompson2022-11-124-13/+146
* input-map: Fix broken remove-input procedure.David Thompson2022-11-081-2/+3
* node-2d: label: Realign when text changes.David Thompson2022-11-081-1/+2
* node: Export on-change method.David Thompson2022-11-081-0/+1
* kernel: Improve error handling.David Thompson2022-11-081-1/+10
* Add error handling when in developer mode.David Thompson2022-10-292-0/+79
* kernel: Fix global input binding.David Thompson2022-10-262-11/+12
* Properly export exit-catbird from (catbird) module.David Thompson2022-10-261-2/+2
* kernel: Remove old export.David Thompson2022-10-261-1/+0
* asset: Add convenience macros.David Thompson2022-10-261-1/+24
* README: Fix typo.David Thompson2022-10-261-1/+1
* Add root module to remove use of module-ref in (catbird kernel).David Thompson2022-10-264-119/+157
* configure: Remove check for guile-sdl2.David Thompson2022-10-241-1/+0
* Add README.David Thompson2022-10-241-0/+104
* node-2d: Improve speed of root node world matrix calculation.David Thompson2022-10-241-4/+5
* guix: Update chickadee to latest commit.David Thompson2022-10-241-2/+2
* First commit!David Thompson2022-10-2229-0/+5337