summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
44 hoursrefactor(engine-ecs): make component::Info non-exhaustiveHampusM
3 daysfix(engine): make Reflection derive macro add Reflection type param boundsHampusM
3 daysfix(engine): no field type refs for generic types deriving ReflectionHampusM
4 daysfix(engine): prevent copying uninitialized data from enum variantsHampusM
4 daysfix(engine-macros): make generic enums able to derive ReflectionHampusM
4 daysfix(engine): use std::any::type_name for field type name reflectionHampusM
4 daysfeat(engine): make window inner size modifiableHampusM
4 daysfeat(engine): make Window & CursorGrabMode derive ReflectionHampusM
5 daysfeat(engine): add discriminants to enum variant reflectionHampusM
6 daysbuild(engine-reflection): change Rust edition to 2021HampusM
6 daysfix(engine-macros): correct reflection of enum field visibilityHampusM
6 daysfeat(engine): add offsets to reflection of enum variant fieldsHampusM
7 daysrefactor(engine-macros): split up into multiple modulesHampusM
7 daysfeat(engine): add enum variant field reflectionHampusM
7 daysfeat(engine): add visibility reflectionHampusM
7 daysfeat(engine-reflection): impl Reflection for boolHampusM
7 daysfeat(engine-reflection): add literal type enumHampusM
7 daysfeat(engine-ecs): add support for dyn Any component handlesHampusM
8 daysfeat(engine-ecs): add query::Query::into_flexible_query fnHampusM
8 daysfeat(engine-ecs): rename component::Type to Info & add name fieldHampusM
9 daysfeat(engine-ecs): add component reflection supportHampusM
9 dayschore(engine): re-export engine-reflection crate in reflection moduleHampusM
9 daysfeat: add engine-reflection crateHampusM
9 daysfeat(engine-ecs): make &World implement system::ParamHampusM
9 daysfeat(engine-ecs): remove Uid kindsHampusM
10 daysfeat(engine): add imgui ui supportHampusM
10 daysfeat(engine): add fns for changing mesh dataHampusM
10 daysrefactor(engine): change rendering window changed log level to traceHampusM
10 daysfeat(engine): add controllable camera componentHampusM
10 daysfeat(engine): add support for text keyboard inputHampusM
10 daysfeat(engine): add Keyboard::new_key_states fnHampusM
10 dayschore: use tracing-subscriber crate's tracing-log featureHampusM
11 daysrefactor(engine): remove cfg aliasesHampusM
11 daysrefactor(engine): use cfg_select in glutin compat moduleHampusM
13 daysrefactor(engine): implement vector math op traits with macroHampusM
13 daysrefactor(engine-ecs): make systems & observers same componentHampusM
14 daysrefactor(engine): make gl renderer a rendering backendHampusM
14 daysrefactor: use new name of engine crate's renderer moduleHampusM
14 daysrefactor(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
2026-05-28refactor(engine): adjust gl renderer to changes in opengl-bindingsHampusM
2026-05-28refactor(opengl-bindings): remove CurrentContextWithFnsHampusM
2026-05-26fix(engine): prevent main render pass using renderer objs not created yetHampusM