summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 daysrefactor: remove unused yellow color of floor materialHampusM
3 daysrefactor(engine): fix portion of clippy lintsHampusM
3 daysrefactor(engine-reflection): allow type complexity clippy lintHampusM
3 daysrefactor(engine-ecs): allow type complexity clippy lintHampusM
3 dayschore: remove clippy configHampusM
3 daysrefactor(opengl-bindings): fix clippy lintsHampusM
4 daysrefactor(engine-reflection): add & fix clippy lintsHampusM
4 daysrefactor(engine-ecs): fix clippy lintsHampusM
4 dayschore: add clippy configHampusM
4 daysrefactor(engine-macros): fix clippy lintsHampusM
4 daysdocs: update todo listHampusM
4 daysbuild: use engine workspace dependencyHampusM
4 daysfix(engine): fix borrow compile error in gl rendering backendHampusM
4 daysbuild: disable polonius in fast compilation cargo configHampusM
5 daysfeat(engine-ecs): make bundles nestableHampusM
5 daysrefactor(engine): make compile again after changes in engine-ecsHampusM
5 daysrefactor(engine-ecs): move & rename component::Sequence to bundle::BundleHampusM
5 daysfix(engine): prevent using index buffer when mesh updated with no indicesHampusM
5 daysfeat(opengl-bindings): add VertexArray::unbind_element_buffer fnHampusM
6 daysfix(engine): prevent Vec3::into_deg_angles creating angles from unnormalized vecHampusM
6 daysfix(engine): use diffuse map as ambient map if none is specifiedHampusM
9 daysrefactor: make compile again after changes in engineHampusM
9 daysrefactor(engine): simplify how model materials are handledHampusM
9 daysfix(engine): disable old mesh vertex attrs even if not consecutiveHampusM
9 daysfix(engine): make textures not flippedHampusM
10 daysfix(engine): remove creation of bad parent assetsHampusM
10 dayschore: make file paths in teapot model & material relative to fileHampusM
10 daysfix(engine): treat file paths in obj & mtl assets as relative to fileHampusM
11 daysfeat: use 3D transforming ui viewHampusM
11 daysfeat(engine): add 3D transforming ui viewHampusM
11 daysfeat(engine): add fns for conversion between Dimens3 & arrayHampusM
11 daysfeat(engine): add Matrix::to_column_major fnHampusM
11 daysfeat(engine): add Matrix::from_rows fnHampusM
11 daysfeat(opengl-bindings): add tracing instrumentation to fnsHampusM
11 daysrefactor(engine): make compile again after changes in opengl-bindingsHampusM
11 daysrefactor(opengl-bindings): make misc::set_polygon_mode not take impl trait pa...HampusM
11 daysfix(engine): remove useless tracing instrumentation of gl debug message cb fnHampusM
11 daysfeat(engine): add free standing fn for creating a ortho projection matrixHampusM
11 daysfeat(engine): add Vec3::from_vec4 fnHampusM
11 daysfeat(engine): add matrix impls for multiplication with Vec3 & Vec4HampusM
11 daysfeat(engine): add finite assert in Vec3::normalizeHampusM
12 daysfeat(engine): add naive matrix multiplication by ref fnsHampusM
13 daysfeat(engine): make rendering::BufferClearMask derive Clone & CopyHampusM
13 daysfeat(engine): add border texture propertyHampusM
13 daysfeat(engine): add naive matrix multiplication fnHampusM
13 daysfeat(opengl-bindings): add fn to set texture border valuesHampusM
13 daysfeat(engine): make cube mesh UVs specifiableHampusM
2026-09-07feat(engine): add face culling mode to rendering::DrawPropertiesHampusM
2026-09-07feat(opengl-bindings): add fn to set face culling modeHampusM
2026-09-04fix(opengl-bindings): create initialized framebuffer objectsHampusM