42 Commits

Author SHA1 Message Date
nick bc99a1e53c feat: Globals value store as well
CI / build-and-test (push) Successful in 2m41s
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Successful in 11s
2026-03-13 14:50:53 +13:00
nick d667952006 feat: Key Value store types
CI / build-and-test (push) Successful in 2m50s
2026-03-13 14:25:03 +13:00
nick 5e00d8c2ec feat: added kv store, correct file permissions
CI / build-and-test (push) Successful in 2m18s
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Successful in 11s
2026-03-13 12:31:33 +13:00
nick 8c2ce637a2 feat: autoload script
CI / build-and-test (push) Failing after 14m23s
2026-03-11 15:58:51 +13:00
nick 36fd4047dc fix: scene scripts and asset restore
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Failing after 13m56s
CI / build-and-test (push) Failing after 14m19s
2026-03-10 20:03:44 +13:00
nick 756b818f46 feat: asset management, editor camera
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Successful in 26s
CI / build-and-test (push) Failing after 2m36s
2026-03-09 21:31:51 +13:00
nick 8041286a9d feat: tool tips and groups for editable properties
CI / build-and-test (push) Successful in 2m4s
2026-03-09 13:51:45 +13:00
nick 2a74648ffd feat: editable properties
CI / build-and-test (push) Successful in 2m19s
2026-03-09 13:24:39 +13:00
nick cd754fda28 feat: class instances for entity scripts
CI / build-and-test (push) Successful in 2m9s
2026-03-09 12:55:55 +13:00
nick d6f2cc1ea3 feat: example entity script
CI / build-and-test (push) Successful in 2m13s
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Successful in 10s
2026-03-08 21:48:40 +13:00
nick 28328cbc0d feat: editor improvements
CI / build-and-test (push) Successful in 2m5s
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Failing after 23s
2026-03-08 20:25:11 +13:00
nick 15e5d580da feat: Scenegraph
CI / build-and-test (push) Successful in 2m4s
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Failing after 8s
2026-03-08 15:37:25 +13:00
nick 33226dfae1 feat: Wiki pages and sync
CI / build-and-test (push) Has been cancelled
2026-03-08 14:48:55 +13:00
nick d0c28dc663 feat: input manager, refactor compliation for efficiency
CI / build-and-test (push) Successful in 2m2s
2026-03-08 12:14:50 +13:00
nick a37910de25 chore: remove g_ prfix noise
CI / build-and-test (push) Successful in 2m0s
2026-03-08 11:09:09 +13:00
nick 4116678556 fix: shaders work again now
CI / build-and-test (push) Has been cancelled
2026-03-08 11:08:12 +13:00
nick 0cce80e956 chore: code code tidy and style tweaks
CI / build-and-test (push) Successful in 2m7s
2026-03-08 10:37:38 +13:00
nick 82886349ae feat: refactor to move more elements to the scripting layer
CI / build-and-test (push) Successful in 2m13s
2026-03-06 14:32:25 +13:00
nick 670f65b37b fix: rendering on linux and toon shader 2026-03-06 11:24:28 +13:00
nick aa4c7cf58a feat: entt scripting support
CI / build-and-test (push) Failing after 11m9s
2026-03-05 23:22:09 +13:00
nick 4f6efceb98 feat: re-init on hot reload.
CI / build-and-test (push) Successful in 2m5s
2025-11-21 10:11:53 +13:00
nick 4a43160537 feat: math and texture functions. update tests
CI / build-and-test (push) Successful in 2m19s
2025-11-19 15:49:03 +13:00
nick f3fd907853 fix: request shutdown instead of force shutdown
CI / build-and-test (push) Successful in 2m24s
2025-11-19 14:53:49 +13:00
nick 31bc53be8d feat: added FPS display
CI / build-and-test (push) Successful in 2m10s
2025-11-17 22:23:33 +13:00
nick 35589b9620 feat: adding some drawing and image functions
CI / build-and-test (push) Successful in 2m12s
2025-11-17 22:20:21 +13:00
nick 2ae078a82b fix: log window is now working correctly
CI / build-and-test (push) Successful in 2m17s
2025-11-17 19:43:14 +13:00
nick 26bcfac7d1 feat: attempts to fix logging issue
CI / build-and-test (push) Successful in 2m23s
2025-11-17 19:14:27 +13:00
nick dcc21f2ba2 fix: forget arargs for toasts - too complex, will implement string formatting in AngelScript instead
CI / build-and-test (push) Successful in 2m19s
2025-11-14 15:42:41 +13:00
nick f352b432d9 feat: added toast support to scripting
CI / build-and-test (push) Has been cancelled
2025-11-14 15:04:00 +13:00
nick 8c0d567ab9 fix: gui issues and added as.predefined
CI / build-and-test (push) Successful in 2m2s
CI / build-and-test (pull_request) Successful in 2m6s
2025-11-14 11:29:38 +13:00
nick 18821b9cc9 chore: no need to be so noisy 2025-11-06 17:09:49 +13:00
nick df51c75fb8 fix: hot reload on all scripts 2025-11-06 17:08:04 +13:00
nick ea7c45ae01 feat: Log with levels from AngelScript 2025-11-06 15:15:33 +13:00
nick a337b9002f feat: improve logging output, add #include support to AngelScript 2025-11-06 14:37:35 +13:00
nick 9d8c3bd605 chore: remove messy text from window 2025-11-06 11:13:40 +13:00
nick fc1247f458 feat: use log.c in more places 2025-11-06 11:10:54 +13:00
nick 60f56f9609 feat: Print using log.c 2025-11-06 11:03:21 +13:00
nick ced85f0e53 feat: use log.c library in raylib 2025-11-06 11:01:04 +13:00
nick 28407e9ebd fix: resolve crashes on invalid script hot reload 2025-11-05 23:36:44 +13:00
nick 29d52c4578 feat: re-organise files 2025-11-05 23:18:44 +13:00
nick e925faf21e feat: hot reload and draw text example 2025-11-05 23:07:40 +13:00
nick c181f44b52 feat: Inital Commit 2025-11-05 22:19:12 +13:00