summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-06-16feat(engine-ecs): impl component::Sequence for component::Parts arraysHampusM
2026-06-13feat(engine): add discriminant & fields layouts to enum reflectionHampusM
2026-06-13refactor(engine-ecs): make component::Info non-exhaustiveHampusM
2026-06-12fix(engine): make Reflection derive macro add Reflection type param boundsHampusM
2026-06-12fix(engine): no field type refs for generic types deriving ReflectionHampusM
2026-06-11fix(engine): prevent copying uninitialized data from enum variantsHampusM
2026-06-11fix(engine-macros): make generic enums able to derive ReflectionHampusM
2026-06-11fix(engine): use std::any::type_name for field type name reflectionHampusM
2026-06-11feat(engine): make window inner size modifiableHampusM
2026-06-11feat(engine): make Window & CursorGrabMode derive ReflectionHampusM
2026-06-10feat(engine): add discriminants to enum variant reflectionHampusM
2026-06-09build(engine-reflection): change Rust edition to 2021HampusM