summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysfeat(engine-ecs): add Error::from_system_defined_win32_error fnHampusM
11 daysrefactor: make work with Error rewriteHampusM
11 daysfeat(engine): make context addable to errors & resultsHampusM
11 daysfeat(engine): add error macro in crate rootHampusM
11 daysfix(engine-ecs): correct observer names in error metadataHampusM
11 daysfeat(engine): reexport Error struct from engine-ecsHampusM
11 daysrefactor(engine): remove enabling ansi support on WindowsHampusM
12 daysfeat: add window iconHampusM
12 daysfeat(engine): add icon to window creation attributesHampusM
13 daysfeat(engine-reflection): add Reflection impl for Option<T>HampusM
13 daysfeat(engine): make Reflection derivable on enums without C or primitive reprHampusM
13 daysfeat(engine): add get_variant_reflection fn to enum reflectionHampusM
13 daysfeat(engine-reflection): make cast_dyn_any fns take *mut pointersHampusM
13 daysfeat(engine): add try_write_new_to fn to enum variant reflectionHampusM
14 daysfeat(engine-ecs): add Display impl to Either enumHampusM
14 daysfeat(engine): make enum variant field offsets in reflection not absoluteHampusM
2026-07-03feat(engine): add position & scale factor fns to monitor handle structHampusM
2026-07-03refactor(engine): fix unused variable warning in windowing modHampusM
2026-07-03fix: don't show console in Windows release buildsHampusM
2026-07-03feat(engine): add monitor retrieval fns to windowing::ContextHampusM
2026-07-02fix(engine): only lock cursor when window is focusedHampusM
2026-07-02build(engine): use upstream dear-imgui-rs commit with libstdc++ linking fixHampusM
2026-07-02refactor(engine): remove windowing panic hookHampusM
2026-07-02refactor(engine): wait for windowing app initializationHampusM
2026-07-01refactor(engine): remove unnecessary methods from Engine structHampusM
2026-07-01refactor: make main fn shorterHampusM
2026-07-01feat(engine): add Engine::with_extension fnHampusM
2026-06-30fix(engine): change default shader system 'No current camera' log level to traceHampusM
2026-06-30feat(engine): add Engine::with_error_handler fnHampusM
2026-06-30refactor: use cursor_visible & cursor_grab_mode window creation attrsHampusM
2026-06-30feat(engine): add cursor_visible & cursor_grab_mode window creation attrsHampusM
2026-06-30feat(engine-ecs): add stop_after_tick fn to WorldHampusM
2026-06-30refactor(engine): move some windowing::Context fields to SharedState structHampusM
2026-06-30feat(engine-ecs): pass world ref to error handlersHampusM
2026-06-30feat(engine): add fields to window creation attrsHampusM
2026-06-30feat(engine): add windowing DPI utilitiesHampusM
2026-06-30refactor(engine): make window creation attrs struct not a wrapperHampusM
2026-06-30fix: make window a rendering targetHampusM
2026-06-30refactor(engine): render only to window targeted windowsHampusM
2026-06-30chore(engine): change default multisampling to 4HampusM
2026-06-23feat(engine): handle windowing thread errors in main threadHampusM
2026-06-23feat(engine): add type reflection fn for casting to dyn AnyHampusM
2026-06-23build(engine-macros): enable extra-trait feature of syn crateHampusM
2026-06-23feat(engine-ecs): add entity name componentHampusM
2026-06-23refactor(engine-ecs): store soles as componentsHampusM
2026-06-18feat(engine): add discriminant size to enum reflectionHampusM
2026-06-18feat(engine-reflection): add reference reflectionHampusM
2026-06-18feat(engine-reflection): add item layout & item type name to Array & SliceHampusM
2026-06-17feat(engine-macros): improve flexibility of Reflection macro on generic typesHampusM
2026-06-17feat(engine): add tagged union info to enum reflectionHampusM