summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 hoursfeat(engine): add default value retrieval to type reflectionHEADmasterHampusM
11 hoursfeat(engine-ecs): impl component::Sequence for component::Parts arraysHampusM
3 daysfeat(engine): add discriminant & fields layouts to enum reflectionHampusM
3 daysrefactor(engine-ecs): make component::Info non-exhaustiveHampusM
4 daysfix(engine): make Reflection derive macro add Reflection type param boundsHampusM
4 daysfix(engine): no field type refs for generic types deriving ReflectionHampusM
5 daysfix(engine): prevent copying uninitialized data from enum variantsHampusM
5 daysfix(engine-macros): make generic enums able to derive ReflectionHampusM
5 daysfix(engine): use std::any::type_name for field type name reflectionHampusM
5 daysfeat(engine): make window inner size modifiableHampusM
5 daysfeat(engine): make Window & CursorGrabMode derive ReflectionHampusM
6 daysfeat(engine): add discriminants to enum variant reflectionHampusM
7 daysbuild(engine-reflection): change Rust edition to 2021HampusM
7 daysfix(engine-macros): correct reflection of enum field visibilityHampusM
7 daysfeat(engine): add offsets to reflection of enum variant fieldsHampusM
8 daysrefactor(engine-macros): split up into multiple modulesHampusM
8 daysfeat(engine): add enum variant field reflectionHampusM
9 daysfeat(engine): add visibility reflectionHampusM
9 daysfeat(engine-reflection): impl Reflection for boolHampusM
9 daysfeat(engine-reflection): add literal type enumHampusM
9 daysfeat(engine-ecs): add support for dyn Any component handlesHampusM
10 daysfeat(engine-ecs): add query::Query::into_flexible_query fnHampusM
10 daysfeat(engine-ecs): rename component::Type to Info & add name fieldHampusM
10 daysfeat(engine-ecs): add component reflection supportHampusM
10 dayschore(engine): re-export engine-reflection crate in reflection moduleHampusM
10 daysfeat: add engine-reflection crateHampusM
10 daysfeat(engine-ecs): make &World implement system::ParamHampusM
10 daysfeat(engine-ecs): remove Uid kindsHampusM
11 daysfeat(engine): add imgui ui supportHampusM
11 daysfeat(engine): add fns for changing mesh dataHampusM
11 daysrefactor(engine): change rendering window changed log level to traceHampusM
11 daysfeat(engine): add controllable camera componentHampusM
11 daysfeat(engine): add support for text keyboard inputHampusM
11 daysfeat(engine): add Keyboard::new_key_states fnHampusM
11 dayschore: use tracing-subscriber crate's tracing-log featureHampusM
12 daysrefactor(engine): remove cfg aliasesHampusM
12 daysrefactor(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
2026-05-28fix(engine): prevent no gl ctx current after RemoveSurface renderer cmdHampusM
2026-05-28feat(opengl-bindings): add fn to make context current without surfaceHampusM