summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
19 hoursfeat(engine): replace mesh::cube::create vertex cb with face cbHampusM
23 hoursfix(engine): correct Vec3 direction constantsHampusM
3 daysfix(engine): make Mesh indices produced by Obj::to_mesh usefulHampusM
3 daysfix(engine): draw all vertices when not using indexed drawingHampusM
4 daysdocs: add item to todoHampusM
4 daysfeat(engine): add fns to get mut mesh vertices & indices slicesHampusM
4 daysfeat(engine): add simple collisionHampusM
8 daysfeat(ecs): add support for custom inner ComponentIter iterHampusM
8 dayschore(ecs): make query benchmark compileHampusM
8 daysrefactor(ecs): add struct for querying using component metadataHampusM
13 daysdocs: add items to TODOHampusM
13 dayschore(engine): make query component tuple type elems referencesHampusM
13 daysfeat(ecs): allow control over component mutability in queryHampusM
14 daysrefactor(ecs): add query component iter lifetime paramsHampusM
2025-01-04chore(ecs): implement component::Sequence for max 16 elem tuplesHampusM
2025-01-02refactor(ecs): make component::Sequence return metadata as arrayHampusM
2025-01-02chore(ecs): only use criterion feature cargo_bench_supportHampusM
2025-01-02fix(ecs): always populate archetype lookup entriesHampusM
2025-01-02refactor(ecs): rename find_entities to iter_archetypes_with_compsHampusM
2025-01-02chore(ecs): rename & clean up query iterating benchmarkHampusM
2025-01-01perf(ecs): use swap removal to remove entities from archetypesHampusM
2024-12-22perf(ecs): make archetype index by ID lookup fasterHampusM
2024-12-22perf(ecs): create string in Storage::push_entity log with capHampusM
2024-12-21refactor(ecs): reduce amount of code in Storage::find_entitiesHampusM
2024-12-21feat(ecs): add support for entities without componentsHampusM
2024-12-20perf(ecs): use component index map when creating component sequencesHampusM
2024-12-20perf(ecs): use hashbrown's HashMap & HashSetHampusM
2024-12-20chore(ecs): add query iterating benchmarkHampusM
2024-12-16docs: add items to TODOHampusM
2024-12-16fix(ecs): make World::default fn behave same as World::new fnHampusM
2024-12-13refactor(ecs): remove system::Param associated type FlagsHampusM
2024-12-11refactor(ecs): make system::Param trait not unsafeHampusM
2024-12-13refactor(ecs): improve system init param retrievalHampusM
2024-12-10refactor(ecs): merge a couple of tuple traits togetherHampusM
2024-12-09feat(ecs-macros): make Component macro implement get_event_uid fnHampusM
2024-12-09feat(ecs): add action to despawn entityHampusM
2024-12-09chore: use start phaseHampusM
2024-12-09chore(engine): use ecs lib phasesHampusM
2024-12-09refactor(ecs): use phases for system orderingHampusM
2024-12-09feat(ecs): add Relationship function returning target UID iterHampusM
2024-12-08refactor(ecs): make query options entity_filter fn take sliceHampusM
2024-12-08feat(engine): add function returning builder to MaterialHampusM
2024-12-08chore(engine): remove performance monitoring extensionHampusM
2024-11-29refactor(ecs): set & get UID parts using bit masksHampusM
2024-11-25refactor(engine): compare key states with == in fly cameraHampusM
2024-11-25feat(engine): add window function to set mouse button callbackHampusM
2024-11-25docs(glfw): correct doc comment of set_mouse_button_callbackHampusM
2024-11-24chore: set window multisampling sample count with new functionHampusM
2024-11-24refactor(engine): remove reexports of glfw crate itemsHampusM
2024-11-24refactor(engine): remove 'debug' crate feature flagHampusM