start 065

This commit is contained in:
Judah Caruso 2025-05-26 03:51:55 -06:00
parent b254ca34ae
commit ede74d7f6c

2
TODO
View file

@ -1,6 +1,7 @@
*** IN PROGRESS ***
[Judah]
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')
[Jesse]
011 [math] add more Vec math procedures
@ -65,7 +66,6 @@
062 [bits] create bit utilities module (see: odin math/bits module)
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(?); 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