update TODO
This commit is contained in:
parent
27f8541ba0
commit
ba45cea04a
1 changed files with 6 additions and 4 deletions
10
TODO
10
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 ***
|
||||
|
|
|
|||
Loading…
Reference in a new issue