From ba45cea04a4015c6970d9ef1a43fd008a88b21b3 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 23 May 2025 12:02:40 -0600 Subject: [PATCH] update TODO --- TODO | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index e51d803..31c0c1b 100644 --- a/TODO +++ b/TODO @@ -68,11 +68,13 @@ 063 [x] creating import rewriting metaprogram to automatically import .C or .H files 064 [thirdpaty/luau] create bindings module (see: https://luau.org) 065 [array] add dynamic, but stable array implementation (values should not move in memory once appended to the array; should mirror procedures on 'Static_Array') - 066 [x] add generational ids module(?) (u64 that encodes generation # and index); maybe this integrates with [map] or [array]? - 067 [reload] fix issue with #runs being executed multiple times - 068 [reload] fix issue where calling 'print' from the client hits the crash allocator at random times + 066 [x] add generational ids module(?); maybe this integrates with [map] or [array]? + 067 [reload, bug] fix issue with #runs being executed multiple times + 068 [reload, bug] fix issue where calling 'print' from the client hits the crash allocator at random times 069 [platform] move 'os_*' procs from [reload] into this module. remove the 'os_' prefix - 070 [x] figure out why [meta] `for_expansion` procs aren't usable when import is namespaced + 070 [x, bug] figure out why [meta] `for_expansion` procs aren't usable when import is namespaced + 071 [math] basic shape collision detection (circle, rect, line) + 072 [timestep] create drop-in fixed timestep module *** DONE ***