SectrPrototype/code
2024-05-07 01:12:02 -04: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 Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
api.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
app_startup.odin Preparing skeleton for proper imgui support. 2024-02-22 21:19:29 -05:00
assert.odin Fixed a dumb memory bug with arrays 2024-03-19 23:25:48 -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 Updates to readme 2024-05-04 12:59:08 -04:00
env.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
font_provider.odin Attempt to add example vod 2024-05-04 12:10:30 -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_context.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
grime_filesystem.odin Slab allocator works! 2024-03-07 19:15:54 -05:00
grime_hashmap_zpl.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
grime_hashmap.odin Comment cleanup 2024-03-07 17:58:28 -05:00
grime_linked_list.odin Finally fixed memory allocations for slabs/pools/virtual arenas 2024-03-20 22:34:18 -04:00
grime_memory_tracker.odin Fixed issues with logging on the memory tracker 2024-05-07 01:12:02 -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 Fixed issues with logging on the memory tracker 2024-05-07 01:12:02 -04:00
grime_profiler.odin very minor tidying 2024-03-19 08:36:58 -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 last state of the prototype. 2024-04-08 01:35:53 -04:00
grime_string_interning.odin Fixed issues with logging on the memory tracker 2024-05-07 01:12:02 -04:00
grime_unicode.odin very minor tidying 2024-03-19 08:36:58 -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
grime.odin Get the project to compile once again. 2024-05-04 11:47:21 -04:00
input.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
logger.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -04:00
math_pga2.odin last state of the prototype. 2024-04-08 01:35:53 -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
math.odin last state of the prototype. 2024-04-08 01:35:53 -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 Fixed issues with logging on the memory tracker 2024-05-07 01:12:02 -04:00
render.odin Got "Line LODs" working for the whitespace AST test, first step toward hboxes 2024-03-15 00:02:28 -04: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 last state of the prototype. 2024-04-08 01:35:53 -04:00
space.odin very minor tidying 2024-03-19 08:36:58 -04:00
string_format.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
text.odin Attempt to add example vod 2024-05-04 12:10:30 -04:00
tick_render.odin last state of the prototype. 2024-04-08 01:35:53 -04:00
tick_update.odin Updates to readme 2024-05-04 12:59:08 -04:00
ui_layout.odin Trying to figure out this bug with pools... 2024-03-20 13:34:47 -04:00
ui_signal.odin Fixed bad resize_non_zeroed impl (cannot use default_resize_bytes_align_non_zeroed, its not a resize) 2024-03-19 12:18:39 -04:00
ui_tests.odin Fixed text auto-layout 2024-03-14 10:11:04 -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 Fixed bad resize_non_zeroed impl (cannot use default_resize_bytes_align_non_zeroed, its not a resize) 2024-03-19 12:18:39 -04:00
ui.odin last state of the prototype. 2024-04-08 01:35:53 -04:00