summaryrefslogtreecommitdiff
path: root/engine/src
AgeCommit message (Expand)Author
3 daysrefactor(engine): replace DeltaTime with Time from engine-ecs crateHampusM
3 daysfeat(engine): add location path to shader binding validation errorHampusM
5 daysfeat(engine): validate shader binding valuesHampusM
5 daysfeat(engine): add row count & column count fns to shader type reflectionHampusM
5 daysfeat(engine): add element count & resource shape to shader type reflectionHampusM
5 daysfeat(engine): add error traces to error logs in windowing modHampusM
6 daysrefactor(engine): change Color struct into a enumHampusM
6 daysfeat(engine): add Reflection derives to various typesHampusM
6 daysfeat(engine): add world UI viewHampusM
6 daysrefactor(engine): reexport dear_imgui_rs crate as bindings in ui::dear_imguiHampusM
6 daysrefactor(engine): rename ui::imgui mod to dear_imguiHampusM
6 daysfeat(engine): use modern dear imgui texture system in dear imgui backendHampusM
6 daysfeat(engine): add fn for getting subview into imageHampusM
6 daysfeat(engine): replace Image::try_from_bytes fn with from_pixels fnHampusM
6 daysfeat(engine): add Rgb, Rgba, Lumen & LumenA color structsHampusM
8 daysfix(engine): make UpdateTexture rendering command take Image, not TextureHampusM
8 daysfeat(engine): add UpdateTexture rendering commandHampusM
8 daysrefactor(engine): use texture builder in opengl rendering backendHampusM
9 daysfix(engine): prevent imgui widgets being visible outside of windowsHampusM
9 daysfix(engine): make mouse scroll not invertedHampusM
9 daysfix(engine): stop clearing absolute mouse pos every tickHampusM
9 daysfeat(engine): handle mouse scroll in dear imgui backendHampusM
9 daysrefactor(engine): store mouse inputs in mutex in windowing shared stateHampusM
9 daysfeat(engine): add scroll delta to MouseHampusM
12 daysfeat(engine): add RemoveTexture rendering commandHampusM
12 daysfeat(engine): make CreateTexture rendering cmd optionally take texture valueHampusM
12 daysrefactor(engine): simplify CreateMesh rendering commandHampusM
12 daysrefactor(engine): use new Single get* fnsHampusM
12 daysrefactor(engine): move shader module to inside of rendering moduleHampusM
12 daysfeat(engine): make texture shader binding values specified by object IDHampusM
14 daysrefactor(engine): use new name of extension collector add_declared_entity fnHampusM
2026-07-06feat(engine): make context addable to errors & resultsHampusM
2026-07-06feat(engine): add error macro in crate rootHampusM
2026-07-06feat(engine): reexport Error struct from engine-ecsHampusM
2026-07-06refactor(engine): remove enabling ansi support on WindowsHampusM
2026-07-05feat(engine): add icon to window creation attributesHampusM
2026-07-05feat(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-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