SectrPrototype/code
Ed_ a2b6325b5b coordinate space math fixes, got resize handles working in settings menu prototype
will eventually lift to its own generic widget

I still need to implement the corner resize..
2024-05-09 04:02:33 -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 Progress on setting up app's UI and horizontal/vertical box widgets 2024-05-08 02:26:39 -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 coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
env.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -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_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 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 Finally fixed memory allocations for slabs/pools/virtual arenas 2024-03-20 22:34:18 -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_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 Progress on setting up app's UI and horizontal/vertical box widgets 2024-05-08 02:26:39 -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
grime.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
input.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
logger.odin Bug fixes to allocators and containers 2024-05-06 23:29:47 -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
math.odin Progress on setting up app's UI and horizontal/vertical box widgets 2024-05-08 02:26:39 -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
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 coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
string_format.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
text.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
tick_render.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
tick_update.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
ui_layout.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -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_style.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00
ui_tests.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -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 Progress on setting up app's UI and horizontal/vertical box widgets 2024-05-08 02:26:39 -04:00
ui.odin coordinate space math fixes, got resize handles working in settings menu prototype 2024-05-09 04:02:33 -04:00