index
:
game
master
A "game" written from scratch in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-01-20
perf(ecs): use Query::iter_with_euids to iterate phases
HampusM
2025-01-19
feat(engine): add orthographic projection support
HampusM
2025-01-19
feat(ecs): add Query function to iterate with entity UIDs
HampusM
2025-01-19
feat(ecs): make Uid Debug trait impl actually useful
HampusM
2025-01-17
docs: add items to todo list
HampusM
2025-01-17
docs: organize todo list
HampusM
2025-01-17
chore: add script to organize todo list
HampusM
2025-01-17
chore: replace cube obj with generated cube mesh
HampusM
2025-01-17
feat(engine): replace mesh::cube::create vertex cb with face cb
HampusM
2025-01-17
fix(engine): correct Vec3 direction constants
HampusM
2025-01-15
fix(engine): make Mesh indices produced by Obj::to_mesh useful
HampusM
2025-01-15
fix(engine): draw all vertices when not using indexed drawing
HampusM
2025-01-14
docs: add item to todo
HampusM
2025-01-14
feat(engine): add fns to get mut mesh vertices & indices slices
HampusM
2025-01-14
feat(engine): add simple collision
HampusM
2025-01-10
feat(ecs): add support for custom inner ComponentIter iter
HampusM
2025-01-10
chore(ecs): make query benchmark compile
HampusM
2025-01-10
refactor(ecs): add struct for querying using component metadata
HampusM
2025-01-05
docs: add items to TODO
HampusM
2025-01-05
chore(engine): make query component tuple type elems references
HampusM
2025-01-05
feat(ecs): allow control over component mutability in query
HampusM
2025-01-04
refactor(ecs): add query component iter lifetime params
HampusM
2025-01-04
chore(ecs): implement component::Sequence for max 16 elem tuples
HampusM
2025-01-02
refactor(ecs): make component::Sequence return metadata as array
HampusM
2025-01-02
chore(ecs): only use criterion feature cargo_bench_support
HampusM
2025-01-02
fix(ecs): always populate archetype lookup entries
HampusM
2025-01-02
refactor(ecs): rename find_entities to iter_archetypes_with_comps
HampusM
2025-01-02
chore(ecs): rename & clean up query iterating benchmark
HampusM
2025-01-01
perf(ecs): use swap removal to remove entities from archetypes
HampusM
2024-12-22
perf(ecs): make archetype index by ID lookup faster
HampusM
2024-12-22
perf(ecs): create string in Storage::push_entity log with cap
HampusM
2024-12-21
refactor(ecs): reduce amount of code in Storage::find_entities
HampusM
2024-12-21
feat(ecs): add support for entities without components
HampusM
2024-12-20
perf(ecs): use component index map when creating component sequences
HampusM
2024-12-20
perf(ecs): use hashbrown's HashMap & HashSet
HampusM
2024-12-20
chore(ecs): add query iterating benchmark
HampusM
2024-12-16
docs: add items to TODO
HampusM
2024-12-16
fix(ecs): make World::default fn behave same as World::new fn
HampusM
2024-12-13
refactor(ecs): remove system::Param associated type Flags
HampusM
2024-12-11
refactor(ecs): make system::Param trait not unsafe
HampusM
2024-12-13
refactor(ecs): improve system init param retrieval
HampusM
2024-12-10
refactor(ecs): merge a couple of tuple traits together
HampusM
2024-12-09
feat(ecs-macros): make Component macro implement get_event_uid fn
HampusM
2024-12-09
feat(ecs): add action to despawn entity
HampusM
2024-12-09
chore: use start phase
HampusM
2024-12-09
chore(engine): use ecs lib phases
HampusM
2024-12-09
refactor(ecs): use phases for system ordering
HampusM
2024-12-09
feat(ecs): add Relationship function returning target UID iter
HampusM
2024-12-08
refactor(ecs): make query options entity_filter fn take slice
HampusM
2024-12-08
feat(engine): add function returning builder to Material
HampusM
[next]