summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
5 daysdocs: update TODO listHEADmasterHampusM
5 daysfeat(ecs): add Query iter_with_extra_comps functionHampusM
5 daysfeat(ecs): add component::Metadata of functionHampusM
5 daysrefactor(ecs): rename component::Metadata of function to getHampusM
5 daysfeat(ecs): check comp metadata list before creating archetype IDHampusM
5 daysrefactor(ecs): remove system param compatability checkingHampusM
10 daysrefactor(ecs): make Relationship use Component derive macroHampusM
10 daysfeat(ecs-macros): add support for setting component ref typesHampusM
11 daysrefactor(engine): fix clippy lintsHampusM
11 daysrefactor(ecs): fix clippy lintsHampusM
11 dayschore(engine): use new entity IDsHampusM
9 daysfeat(ecs-macros): add support for new component IDsHampusM
11 daysrefactor(ecs): use same ID for entities & componentsHampusM
10 daysrefactor(ecs): remove unnecessary imports of crate as ecsHampusM
9 daysfeat(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
2024-08-20refactor(engine): replace Camera current field with Active componentHampusM
2024-08-18feat(ecs): make relationships able to have multiple targetsHampusM
2024-08-18perf(ecs): make Relation get method use entity archetype lookupHampusM
2024-08-17chore: create camera entity with position componentHampusM
2024-08-17refactor(engine): remove position field from Camera componentHampusM
2024-08-16perf(engine): create OpenGL objects as needed instead of each frameHampusM
2024-08-16feat(ecs): make relationships creatable without reference to worldHampusM
2024-08-16docs: update todoHampusM
2024-08-16fix(ecs): prevent nested queries causing panicHampusM