summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
27 hoursfeat(engine-macros): improve flexibility of Reflection macro on generic typesHEADmasterHampusM
31 hoursfeat(engine): add tagged union info to enum reflectionHampusM
2 daysfeat(engine): add default value retrieval to type reflectionHampusM
2 daysfeat(engine-ecs): impl component::Sequence for component::Parts arraysHampusM
5 daysfeat(engine): add discriminant & fields layouts to enum reflectionHampusM
5 daysrefactor(engine-ecs): make component::Info non-exhaustiveHampusM
6 daysfix(engine): make Reflection derive macro add Reflection type param boundsHampusM
6 daysfix(engine): no field type refs for generic types deriving ReflectionHampusM
7 daysfix(engine): prevent copying uninitialized data from enum variantsHampusM
7 daysfix(engine-macros): make generic enums able to derive ReflectionHampusM
7 daysfix(engine): use std::any::type_name for field type name reflectionHampusM
7 daysfeat(engine): make window inner size modifiableHampusM
7 daysfeat(engine): make Window & CursorGrabMode derive ReflectionHampusM
8 daysfeat(engine): add discriminants to enum variant reflectionHampusM
9 daysbuild(engine-reflection): change Rust edition to 2021HampusM
9 daysfix(engine-macros): correct reflection of enum field visibilityHampusM
9 daysfeat(engine): add offsets to reflection of enum variant fieldsHampusM
10 daysrefactor(engine-macros): split up into multiple modulesHampusM
10 daysfeat(engine): add enum variant field reflectionHampusM
10 daysfeat(engine): add visibility reflectionHampusM
10 daysfeat(engine-reflection): impl Reflection for boolHampusM
10 daysfeat(engine-reflection): add literal type enumHampusM
10 daysfeat(engine-ecs): add support for dyn Any component handlesHampusM
11 daysfeat(engine-ecs): add query::Query::into_flexible_query fnHampusM
11 daysfeat(engine-ecs): rename component::Type to Info & add name fieldHampusM
12 daysfeat(engine-ecs): add component reflection supportHampusM
12 dayschore(engine): re-export engine-reflection crate in reflection moduleHampusM
12 daysfeat: add engine-reflection crateHampusM
12 daysfeat(engine-ecs): make &World implement system::ParamHampusM
12 daysfeat(engine-ecs): remove Uid kindsHampusM
13 daysfeat(engine): add imgui ui supportHampusM
13 daysfeat(engine): add fns for changing mesh dataHampusM
13 daysrefactor(engine): change rendering window changed log level to traceHampusM
13 daysfeat(engine): add controllable camera componentHampusM
13 daysfeat(engine): add support for text keyboard inputHampusM
13 daysfeat(engine): add Keyboard::new_key_states fnHampusM
13 dayschore: use tracing-subscriber crate's tracing-log featureHampusM
2026-06-04refactor(engine): remove cfg aliasesHampusM
2026-06-04refactor(engine): use cfg_select in glutin compat moduleHampusM
2026-06-02refactor(engine): implement vector math op traits with macroHampusM
2026-06-02refactor(engine-ecs): make systems & observers same componentHampusM
2026-06-01refactor(engine): make gl renderer a rendering backendHampusM
2026-06-01refactor: use new name of engine crate's renderer moduleHampusM
2026-06-01refactor(engine): rename 'renderer' module to 'rendering'HampusM
2026-06-01fix(engine): stop if windowing app thread panicsHampusM
2026-06-01fix(engine): stop if asset import work queue thread panicsHampusM
2026-06-01feat(engine): show message dialog with error on panic in release buildsHampusM
2026-05-31fix(engine): prevent creation of multiple windowing contextsHampusM
2026-05-31refactor(engine): replace windowing app message channels with queuesHampusM
2026-05-30feat: make log crate records converted to tracing eventsHampusM