summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 daysdocs(glfw): correct doc comment of set_mouse_button_callbackHampusM
4 dayschore: set window multisampling sample count with new functionHampusM
4 daysrefactor(engine): remove reexports of glfw crate itemsHampusM
4 daysrefactor(engine): remove 'debug' crate feature flagHampusM
5 daysfix(engine): use texture texture indices as texture unitsHampusM
5 dayschore: remove creating shader programsHampusM
5 daysrefactor(engine): make shaders a renderer detailHampusM
5 daysrefactor(engine): move & improve glsl preprocessingHampusM
10 daysrefactor(engine): make opengl renderer extension struct non-exhaustiveHampusM
12 daysdocs: update TODO listHampusM
12 daysfeat(ecs): add Query iter_with_extra_comps functionHampusM
12 daysfeat(ecs): add component::Metadata of functionHampusM
12 daysrefactor(ecs): rename component::Metadata of function to getHampusM
12 daysfeat(ecs): check comp metadata list before creating archetype IDHampusM
12 daysrefactor(ecs): remove system param compatability checkingHampusM
2024-11-11refactor(ecs): make Relationship use Component derive macroHampusM
2024-11-11feat(ecs-macros): add support for setting component ref typesHampusM
2024-11-11refactor(engine): fix clippy lintsHampusM
2024-11-11refactor(ecs): fix clippy lintsHampusM
2024-11-11chore(engine): use new entity IDsHampusM
2024-11-12feat(ecs-macros): add support for new component IDsHampusM
2024-11-11refactor(ecs): use same ID for entities & componentsHampusM
2024-11-11refactor(ecs): remove unnecessary imports of crate as ecsHampusM
2024-11-12feat(ecs-macros): add support for ecs crate pathHampusM
2024-11-03chore(ecs-macros): add Ref type to Component implsHampusM
2024-11-03feat(ecs): add read-only query iteratingHampusM
2024-11-02refactor(ecs): make ComponentIter not know entity iter detailsHampusM
2024-11-02feat(ecs): add creating static entitiesHampusM
2024-11-02fix(ecs): add check if entity already exists before creating itHampusM
2024-10-27feat(engine): add Keys function to get previous key stateHampusM
2024-10-17perf(engine): pre-populate key mapHampusM
2024-10-17feat(glfw): add variants associated array to Key enumHampusM
2024-10-17feat(util-macros): add VariantArr derive macroHampusM
2024-10-17refactor(glfw): use FromRepr derive macro from util-macrosHampusM
2024-10-17feat(util-macros): add macro FromReprHampusM
2024-10-16feat(ecs): add stats sole containing current tickHampusM
2024-10-13feat(engine): add extension logging frame timeHampusM
2024-10-13refactor(glfw): use C-unwind ABIHampusM
2024-09-07fix(engine): reexport Key & KeyState in input moduleHampusM
2024-08-24docs: update todoHampusM
2024-08-24refactor(engine): use C string literals instead of cstr macroHampusM
2024-08-21refactor(engine): fix clippy lintsHampusM
2024-08-21fix(engine): use new name of ComponentToAddedEventHampusM
2024-08-21refactor(ecs): fix clippy lintsHampusM
2024-08-21refactor(engine): make cube vertex indices const variablesHampusM
2024-08-21refactor(engine): use inline const in mesh::cube::createHampusM
2024-08-21fix(ecs): make Query::entity_uid use entity filter from query optionsHampusM
2024-08-20fix: use fly camera properly againHampusM
2024-08-20feat(engine): make fly camera more flexibleHampusM
2024-08-20fix: use camera active componentHampusM