summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
16 hoursrefactor(engine): change Color struct into a enumHampusM
17 hoursfeat(engine): add Reflection derives to various typesHampusM
18 hoursfeat(engine): add world UI viewHampusM
25 hoursrefactor(engine): reexport dear_imgui_rs crate as bindings in ui::dear_imguiHampusM
25 hoursrefactor(engine): rename ui::imgui mod to dear_imguiHampusM
25 hoursfeat(engine): use modern dear imgui texture system in dear imgui backendHampusM
26 hoursfeat(engine): add fn for getting subview into imageHampusM
26 hoursfeat(engine): replace Image::try_from_bytes fn with from_pixels fnHampusM
26 hoursfeat(engine): add Rgb, Rgba, Lumen & LumenA color structsHampusM
3 daysfix(engine): make UpdateTexture rendering command take Image, not TextureHampusM
3 daysfeat(engine): add UpdateTexture rendering commandHampusM
3 daysrefactor(engine): use texture builder in opengl rendering backendHampusM
4 daysfix(engine): prevent imgui widgets being visible outside of windowsHampusM
4 daysfix(engine): make mouse scroll not invertedHampusM
4 daysfix(engine): stop clearing absolute mouse pos every tickHampusM
4 daysfeat(engine): handle mouse scroll in dear imgui backendHampusM
4 daysrefactor(engine): store mouse inputs in mutex in windowing shared stateHampusM
4 daysfeat(engine): add scroll delta to MouseHampusM
7 daysfeat(engine): add RemoveTexture rendering commandHampusM
7 daysfeat(engine): make CreateTexture rendering cmd optionally take texture valueHampusM
7 daysrefactor(engine): simplify CreateMesh rendering commandHampusM
7 daysrefactor(engine): use new Single get* fnsHampusM
7 daysrefactor(engine): move shader module to inside of rendering moduleHampusM
7 daysfeat(engine): make texture shader binding values specified by object IDHampusM
9 daysrefactor(engine): use new name of extension collector add_declared_entity fnHampusM
11 daysfeat(engine): make context addable to errors & resultsHampusM
11 daysfeat(engine): add error macro in crate rootHampusM
11 daysfeat(engine): reexport Error struct from engine-ecsHampusM
11 daysrefactor(engine): remove enabling ansi support on WindowsHampusM
12 daysfeat(engine): add icon to window creation attributesHampusM
13 daysfeat(engine): make Reflection derivable on enums without C or primitive reprHampusM
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-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-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-30feat(engine): add cursor_visible & cursor_grab_mode window creation attrsHampusM
2026-06-30refactor(engine): move some windowing::Context fields to SharedState structHampusM
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-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