SectrPrototype/code
2024-05-13 01:56:39 -04:00
..
gen Got project saving/loading initally working 2024-02-09 13:09:58 -05:00
host Bug fixes to allocators and containers 2024-05-06 23:29:47 -04: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 very minor tidying 2024-03-19 08:36:58 -04:00
colors.odin AppUI lifted to its own file, Got horizontal and vertical boxes working 2024-05-10 19:20:50 -04:00
engine_api.odin more progress... 2024-05-13 01:56:39 -04:00
engine_logger.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
engine_render.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
engine_replay.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
engine_startup.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
env_env.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
env_scratch.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
font_provider.odin Nvm, took me way to long to realize the string cache needs a different hastable 2024-05-07 01:34:43 -04:00
grime_arena.odin Get the project to compile once again. 2024-05-04 11:47:21 -04:00
grime_array.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
grime_assert.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
grime_context.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
grime_filesystem.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
grime_grime.odin more progress... 2024-05-13 01:56:39 -04:00
grime_hashmap_zpl.odin Nvm, took me way to long to realize the string cache needs a different hastable 2024-05-07 01:34:43 -04:00
grime_hashmap.odin Comment cleanup 2024-03-07 17:58:28 -05:00
grime_linked_list.odin more progress... 2024-05-13 01:56:39 -04:00
grime_memory_tracker.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
grime_memory.odin Finally fixed memory allocations for slabs/pools/virtual arenas 2024-03-20 22:34:18 -04:00
grime_pool_allocator.odin Nvm, took me way to long to realize the string cache needs a different hastable 2024-05-07 01:34:43 -04:00
grime_profiler.odin very minor tidying 2024-03-19 08:36:58 -04:00
grime_ptr.odin Large refactor of the entire codebase 2024-05-11 22:38:05 -04:00
grime_slab_allocator.odin Fixed issues with logging on the memory tracker 2024-05-07 01:12:02 -04:00
grime_stack.odin Some cleanup, resize handles lifted to ui_resizeable_handles 2024-05-10 02:08:36 -04:00
grime_string_format.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
grime_string_interning.odin Some cleanup, resize handles lifted to ui_resizeable_handles 2024-05-10 02:08:36 -04:00
grime_unicode.odin Progress on setting up app's UI and horizontal/vertical box widgets 2024-05-08 02:26:39 -04:00
grime_virtual_arena.odin Fixed issues with logging on the memory tracker 2024-05-07 01:12:02 -04:00
grime_virtual_memory.odin Finally fixed memory allocations for slabs/pools/virtual arenas 2024-03-20 22:34:18 -04:00
grime_windows.odin Finally fixed memory allocations for slabs/pools/virtual arenas 2024-03-20 22:34:18 -04:00
input_actions.odin minor changes, prepping for next tasks 2024-05-11 01:30:54 -04:00
input_event.odin minor changes, prepping for next tasks 2024-05-11 01:30:54 -04:00
input_input.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
math_math.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
math_pga2.odin Progress on setting up app's UI and horizontal/vertical box widgets 2024-05-08 02:26:39 -04:00
math_pga3_grime.odin Get the project to compile once again. 2024-05-04 11:47:21 -04:00
math_pga3.odin Get the project to compile once again. 2024-05-04 11:47:21 -04:00
parser_code_agnostic.odin latest (doing some ark vcs stuff) 2024-03-17 15:30:30 -04: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 Progress on setting up app's UI and horizontal/vertical box widgets 2024-05-08 02:26:39 -04:00
project_project.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
project_serialize_manual_unmarshal.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
project_serialize.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
project_workspace.odin Large refactor of the entire codebase 2024-05-11 22:38:05 -04:00
space.odin small refactors for organization 2024-05-10 19:50:37 -04:00
text.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
tick_render.odin more progress... 2024-05-13 01:56:39 -04:00
tick_update.odin more progress... 2024-05-13 01:56:39 -04:00
ui_layout_compute.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
ui_layout_widget.odin Large refactor of the entire codebase 2024-05-11 22:38:05 -04:00
ui_layout.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
ui_screen.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
ui_signal.odin more progress... 2024-05-13 01:56:39 -04:00
ui_style.odin Large refactor of the entire codebase 2024-05-11 22:38:05 -04:00
ui_tests.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00
ui_theme.odin Large refactor of the entire codebase 2024-05-11 22:38:05 -04:00
ui_ui.odin more progress... 2024-05-13 01:56:39 -04:00
ui_util.odin saving a mess of stuff with auto-layout before updating with new mess 2024-03-14 00:00:22 -04:00
ui_widgets.odin WIP: Persistent order support for rooted boxes (top-most boxes) 2024-05-13 01:53:19 -04:00