summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 hoursfeat(engine): add World::with_extension fnHampusM
13 hoursfix(engine): change default shader system 'No current camera' log level to traceHampusM
14 hoursfeat(engine): add Engine::with_error_handler fnHampusM
14 hoursrefactor: use cursor_visible & cursor_grab_mode window creation attrsHampusM
14 hoursfeat(engine): add cursor_visible & cursor_grab_mode window creation attrsHampusM
15 hoursfeat(engine-ecs): add stop_after_tick fn to WorldHampusM
15 hoursrefactor(engine): move some windowing::Context fields to SharedState structHampusM
15 hoursfeat(engine-ecs): pass world ref to error handlersHampusM
15 hoursfeat(engine): add fields to window creation attrsHampusM
15 hoursfeat(engine): add windowing DPI utilitiesHampusM
15 hoursrefactor(engine): make window creation attrs struct not a wrapperHampusM
15 hoursfix: make window a rendering targetHampusM
15 hoursrefactor(engine): render only to window targeted windowsHampusM
15 hourschore(engine): change default multisampling to 4HampusM
7 daysfeat(engine): handle windowing thread errors in main threadHampusM
8 daysfeat(engine): add type reflection fn for casting to dyn AnyHampusM
8 daysbuild(engine-macros): enable extra-trait feature of syn crateHampusM
8 daysfeat(engine-ecs): add entity name componentHampusM
8 daysrefactor(engine-ecs): store soles as componentsHampusM
12 daysfeat(engine): add discriminant size to enum reflectionHampusM
12 daysfeat(engine-reflection): add reference reflectionHampusM
12 daysfeat(engine-reflection): add item layout & item type name to Array & SliceHampusM
14 daysfeat(engine-macros): improve flexibility of Reflection macro on generic typesHampusM
14 daysfeat(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
2026-06-09fix(engine-macros): correct reflection of enum field visibilityHampusM
2026-06-09feat(engine): add offsets to reflection of enum variant fieldsHampusM
2026-06-09refactor(engine-macros): split up into multiple modulesHampusM
2026-06-08feat(engine): add enum variant field reflectionHampusM
2026-06-08feat(engine): add visibility reflectionHampusM
2026-06-08feat(engine-reflection): impl Reflection for boolHampusM
2026-06-08feat(engine-reflection): add literal type enumHampusM
2026-06-08feat(engine-ecs): add support for dyn Any component handlesHampusM
2026-06-07feat(engine-ecs): add query::Query::into_flexible_query fnHampusM
2026-06-07feat(engine-ecs): rename component::Type to Info & add name fieldHampusM
2026-06-07feat(engine-ecs): add component reflection supportHampusM
2026-06-06chore(engine): re-export engine-reflection crate in reflection moduleHampusM
2026-06-06feat: add engine-reflection crateHampusM