SectrPrototype/code
2024-03-09 10:21:48 -05:00
..
__Imgui_raddbg got basic ui elmental interaction working, + alignment of anchor 2024-03-02 10:24:09 -05:00
gen Got project saving/loading initally working 2024-02-09 13:09:58 -05:00
host Added basic string interning 2024-03-08 23:20:49 -05:00
api.odin First text box!!! 2024-03-09 10:21:48 -05:00
app_startup.odin Preparing skeleton for proper imgui support. 2024-02-22 21:19:29 -05:00
assert.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
chrono.odin Started to do manual control of the frame timing (no longer using raylib) 2024-03-08 18:45:08 -05:00
collision.odin General refactors to various files 2024-03-05 10:40:28 -05:00
colors.odin First text box!!! 2024-03-09 10:21:48 -05:00
env.odin Added basic string interning 2024-03-08 23:20:49 -05:00
font_provider.odin First text box!!! 2024-03-09 10:21:48 -05:00
grime_arena.odin Compile fix for grime_arena 2024-03-06 22:40:45 -05:00
grime_array.odin Comment cleanup 2024-03-07 17:58:28 -05:00
grime_context.odin Move context_ext to its own file 2024-03-06 16:44:38 -05:00
grime_filesystem.odin Slab allocator works! 2024-03-07 19:15:54 -05:00
grime_hashmap_zpl.odin Dragging! & basic proportional box resize frm cursor distance to box pos 2024-03-08 03:34:21 -05:00
grime_hashmap.odin Comment cleanup 2024-03-07 17:58:28 -05:00
grime_linked_list.odin Comment cleanup 2024-03-07 17:58:28 -05:00
grime_memory.odin Started to overhaul memory setup + runtime fixes 2024-03-07 15:57:17 -05:00
grime_pool_allocator.odin Slab allocator works! 2024-03-07 19:15:54 -05:00
grime_slab_allocator.odin Added basic string interning 2024-03-08 23:20:49 -05:00
grime_stack.odin Comment cleanup 2024-03-07 17:58:28 -05:00
grime_string_interning.odin First text box!!! 2024-03-09 10:21:48 -05:00
grime_unicode.odin Minor unicode file changes 2024-03-06 16:47:00 -05:00
grime_virtual_arena.odin Started to do manual control of the frame timing (no longer using raylib) 2024-03-08 18:45:08 -05:00
grime_virtual_memory.odin Started to overhaul memory setup + runtime fixes 2024-03-07 15:57:17 -05:00
grime_windows.odin Started to do manual control of the frame timing (no longer using raylib) 2024-03-08 18:45:08 -05:00
grime.odin First text box!!! 2024-03-09 10:21:48 -05:00
input.odin Dragging! & basic proportional box resize frm cursor distance to box pos 2024-03-08 03:34:21 -05:00
logger.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
math.odin Dragging! & basic proportional box resize frm cursor distance to box pos 2024-03-08 03:34:21 -05:00
parser_code_agnostic.odin rename parser_code to parser_code_agnostic 2024-03-07 17:57:10 -05:00
parser_code_formatting.odin Made the initial whitespace parser 2024-03-02 18:19:27 -05:00
parser_odin_wysiwyg.odin Added WYSIWYG odin parser file 2024-03-05 10:17:53 -05:00
parser_whitespace.odin Iteration on whitespace parser 2024-03-05 10:17:27 -05:00
replay.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
serialize_manual_unmarshal.odin Removed box serialial unmarshaling def 2024-03-05 10:41:11 -05:00
serialize.odin Added basic string interning 2024-03-08 23:20:49 -05:00
space.odin Dragging! & basic proportional box resize frm cursor distance to box pos 2024-03-08 03:34:21 -05:00
string_format.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
text.odin First text box!!! 2024-03-09 10:21:48 -05:00
tick_render.odin First text box!!! 2024-03-09 10:21:48 -05:00
tick_update.odin First text box!!! 2024-03-09 10:21:48 -05:00
ui_layout.odin First text box!!! 2024-03-09 10:21:48 -05:00
ui_signal.odin Some cleanup 2024-03-08 19:51:46 -05:00
ui_tests.odin Added basic string interning 2024-03-08 23:20:49 -05:00
ui_widgets.odin First text box!!! 2024-03-09 10:21:48 -05:00
ui.odin First text box!!! 2024-03-09 10:21:48 -05:00