summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 hoursrefactor(engine): move some windowing::Context fields to SharedState structHampusM
7 hoursfeat(engine-ecs): pass world ref to error handlersHampusM
7 hoursfeat(engine): add fields to window creation attrsHampusM
7 hoursfeat(engine): add windowing DPI utilitiesHampusM
7 hoursrefactor(engine): make window creation attrs struct not a wrapperHampusM
7 hoursfix: make window a rendering targetHampusM
7 hoursrefactor(engine): render only to window targeted windowsHampusM
7 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
13 daysfeat(engine-macros): improve flexibility of Reflection macro on generic typesHampusM
13 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
2026-06-06feat(engine-ecs): make &World implement system::ParamHampusM
2026-06-06feat(engine-ecs): remove Uid kindsHampusM
2026-06-05feat(engine): add imgui ui supportHampusM
2026-06-05feat(engine): add fns for changing mesh dataHampusM
2026-06-05refactor(engine): change rendering window changed log level to traceHampusM
2026-06-05feat(engine): add controllable camera componentHampusM