summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 hoursfeat(opengl-bindings): add tracing instrumentation to fnsHampusM
5 hoursrefactor(engine): make compile again after changes in opengl-bindingsHampusM
5 hoursrefactor(opengl-bindings): make misc::set_polygon_mode not take impl trait pa...HampusM
5 hoursfix(engine): remove useless tracing instrumentation of gl debug message cb fnHampusM
6 hoursfeat(engine): add free standing fn for creating a ortho projection matrixHampusM
6 hoursfeat(engine): add Vec3::from_vec4 fnHampusM
6 hoursfeat(engine): add matrix impls for multiplication with Vec3 & Vec4HampusM
7 hoursfeat(engine): add finite assert in Vec3::normalizeHampusM
23 hoursfeat(engine): add naive matrix multiplication by ref fnsHampusM
2 daysfeat(engine): make rendering::BufferClearMask derive Clone & CopyHampusM
2 daysfeat(engine): add border texture propertyHampusM
2 daysfeat(engine): add naive matrix multiplication fnHampusM
2 daysfeat(opengl-bindings): add fn to set texture border valuesHampusM
2 daysfeat(engine): make cube mesh UVs specifiableHampusM
8 daysfeat(engine): add face culling mode to rendering::DrawPropertiesHampusM
8 daysfeat(opengl-bindings): add fn to set face culling modeHampusM
10 daysfix(opengl-bindings): create initialized framebuffer objectsHampusM
11 daysrefactor(engine): split up main render pass fn into more functionsHampusM
11 dayschore: change default log level filter to infoHampusM
11 daysfeat(engine): improve object & resource error messages in opengl rendering ba...HampusM
12 daysfeat(engine): improve flexibility of binding shader bindingsHampusM
13 daysrefactor(engine): replace MapVec with intmap crateHampusM
13 daysfeat(engine): add entity renaming buttons to world ui viewHampusM
14 dayschore: use fcheck cargo alias in rust-analyzer config fileHampusM
14 daysfix(xtask): prevent incorrect CARGO_* env vars when executed command is cargoHampusM
2026-08-31fix(engine): make soles not addable to entities in world ui viewHampusM
2026-08-31feat(engine-ecs): add component::Parts::from_component_info fnHampusM
2026-08-31fix(engine-ecs): add checks against adding sole components to entitiesHampusM
2026-08-31feat(engine-ecs): add whether component is a sole to component::InfoHampusM
2026-08-31feat(engine): add Reflection, Clone, Copy & Default derives to various typesHampusM
2026-08-31build: add cargo aliases for doing fast compilationHampusM
2026-08-31build: use correct cargo config key for setting codegen backendHampusM
2026-08-30chore: add rust-analyzer config fileHampusM
2026-08-30fix(engine-ecs): make World::add_sole actually check if sole already existsHampusM
2026-08-30build: add cargo config for ultra fast dev compilationsHampusM
2026-08-29feat(engine): add depth texture pixel data formatHampusM
2026-08-29feat(engine): add framebuffer rendering commands & draw propertiesHampusM
2026-08-29feat(opengl-bindings): add Framebuffer::detach_texture fnHampusM
2026-08-29refactor(engine): rename rendering::object::Kind::ImplementationSpecific to MeshHampusM
2026-08-29feat(opengl-bindings): add framebuffer object supportHampusM
2026-08-28feat(engine): add ability to create textures without imagesHampusM
2026-08-28feat(opengl-bindings): prevent diagonal lines in rgb texturesHampusM
2026-08-28refactor(opengl-bindings): make texture::Builder create* fns take images as b...HampusM
2026-08-27refactor(engine): reduce code repetition in gl rendering backendHampusM
2026-08-27feat(engine): validate texture update pixel data format & type in gl renderin...HampusM
2026-08-27fix(engine): use correct texture update pixel data format in dear imgui backendHampusM
2026-08-27refactor(engine): remove rendering obj store's kind-specific getter fnsHampusM
2026-08-26refactor(engine): make UpdateTexture rendering command not take ImageHampusM
2026-08-26feat(engine): add cube map support to UpdateTexture rendering commmandHampusM
2026-08-26refactor(engine): adjust gl rendering backend to opengl-bindings crate changesHampusM