summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 daysrefactor: make work with Error rewriteHampusM
7 daysfeat(engine): make context addable to errors & resultsHampusM
7 daysfeat(engine): add error macro in crate rootHampusM
7 daysfix(engine-ecs): correct observer names in error metadataHampusM
7 daysfeat(engine): reexport Error struct from engine-ecsHampusM
7 daysrefactor(engine): remove enabling ansi support on WindowsHampusM
8 daysfeat: add window iconHampusM
8 daysfeat(engine): add icon to window creation attributesHampusM
9 daysfeat(engine-reflection): add Reflection impl for Option<T>HampusM
9 daysfeat(engine): make Reflection derivable on enums without C or primitive reprHampusM
9 daysfeat(engine): add get_variant_reflection fn to enum reflectionHampusM
9 daysfeat(engine-reflection): make cast_dyn_any fns take *mut pointersHampusM
9 daysfeat(engine): add try_write_new_to fn to enum variant reflectionHampusM
10 daysfeat(engine-ecs): add Display impl to Either enumHampusM
10 daysfeat(engine): make enum variant field offsets in reflection not absoluteHampusM
10 daysfeat(engine): add position & scale factor fns to monitor handle structHampusM
11 daysrefactor(engine): fix unused variable warning in windowing modHampusM
11 daysfix: don't show console in Windows release buildsHampusM
11 daysfeat(engine): add monitor retrieval fns to windowing::ContextHampusM
11 daysfix(engine): only lock cursor when window is focusedHampusM
11 daysbuild(engine): use upstream dear-imgui-rs commit with libstdc++ linking fixHampusM
11 daysrefactor(engine): remove windowing panic hookHampusM
11 daysrefactor(engine): wait for windowing app initializationHampusM
12 daysrefactor(engine): remove unnecessary methods from Engine structHampusM
12 daysrefactor: make main fn shorterHampusM
12 daysfeat(engine): add Engine::with_extension fnHampusM
13 daysfix(engine): change default shader system 'No current camera' log level to traceHampusM
13 daysfeat(engine): add Engine::with_error_handler fnHampusM
13 daysrefactor: use cursor_visible & cursor_grab_mode window creation attrsHampusM
13 daysfeat(engine): add cursor_visible & cursor_grab_mode window creation attrsHampusM
13 daysfeat(engine-ecs): add stop_after_tick fn to WorldHampusM
13 daysrefactor(engine): move some windowing::Context fields to SharedState structHampusM
13 daysfeat(engine-ecs): pass world ref to error handlersHampusM
13 daysfeat(engine): add fields to window creation attrsHampusM
13 daysfeat(engine): add windowing DPI utilitiesHampusM
13 daysrefactor(engine): make window creation attrs struct not a wrapperHampusM
13 daysfix: make window a rendering targetHampusM
13 daysrefactor(engine): render only to window targeted windowsHampusM
13 dayschore(engine): change default multisampling to 4HampusM
2026-06-23feat(engine): handle windowing thread errors in main threadHampusM
2026-06-23feat(engine): add type reflection fn for casting to dyn AnyHampusM
2026-06-23build(engine-macros): enable extra-trait feature of syn crateHampusM
2026-06-23feat(engine-ecs): add entity name componentHampusM
2026-06-23refactor(engine-ecs): store soles as componentsHampusM
2026-06-18feat(engine): add discriminant size to enum reflectionHampusM
2026-06-18feat(engine-reflection): add reference reflectionHampusM
2026-06-18feat(engine-reflection): add item layout & item type name to Array & SliceHampusM
2026-06-17feat(engine-macros): improve flexibility of Reflection macro on generic typesHampusM
2026-06-17feat(engine): add tagged union info to enum reflectionHampusM
2026-06-16feat(engine): add default value retrieval to type reflectionHampusM