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
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
2024-12-08
chore(engine): remove performance monitoring extension
HampusM
2024-11-29
refactor(ecs): set & get UID parts using bit masks
HampusM
2024-11-25
refactor(engine): compare key states with == in fly camera
HampusM
2024-11-25
feat(engine): add window function to set mouse button callback
HampusM
2024-11-25
docs(glfw): correct doc comment of set_mouse_button_callback
HampusM
2024-11-24
chore: set window multisampling sample count with new function
HampusM
2024-11-24
refactor(engine): remove reexports of glfw crate items
HampusM
2024-11-24
refactor(engine): remove 'debug' crate feature flag
HampusM
2024-11-23
fix(engine): use texture texture indices as texture units
HampusM
2024-11-23
chore: remove creating shader programs
HampusM
2024-11-23
refactor(engine): make shaders a renderer detail
HampusM
2024-11-23
refactor(engine): move & improve glsl preprocessing
HampusM
2024-11-18
refactor(engine): make opengl renderer extension struct non-exhaustive
HampusM
2024-11-16
docs: update TODO list
HampusM
2024-11-16
feat(ecs): add Query iter_with_extra_comps function
HampusM
2024-11-16
feat(ecs): add component::Metadata of function
HampusM
2024-11-16
refactor(ecs): rename component::Metadata of function to get
HampusM
2024-11-16
feat(ecs): check comp metadata list before creating archetype ID
HampusM
2024-11-16
refactor(ecs): remove system param compatability checking
HampusM
2024-11-11
refactor(ecs): make Relationship use Component derive macro
HampusM
2024-11-11
feat(ecs-macros): add support for setting component ref types
HampusM
2024-11-11
refactor(engine): fix clippy lints
HampusM
2024-11-11
refactor(ecs): fix clippy lints
HampusM
2024-11-11
chore(engine): use new entity IDs
HampusM
2024-11-12
feat(ecs-macros): add support for new component IDs
HampusM
2024-11-11
refactor(ecs): use same ID for entities & components
HampusM
2024-11-11
refactor(ecs): remove unnecessary imports of crate as ecs
HampusM
2024-11-12
feat(ecs-macros): add support for ecs crate path
HampusM
2024-11-03
chore(ecs-macros): add Ref type to Component impls
HampusM
2024-11-03
feat(ecs): add read-only query iterating
HampusM
2024-11-02
refactor(ecs): make ComponentIter not know entity iter details
HampusM
2024-11-02
feat(ecs): add creating static entities
HampusM
2024-11-02
fix(ecs): add check if entity already exists before creating it
HampusM
2024-10-27
feat(engine): add Keys function to get previous key state
HampusM
2024-10-17
perf(engine): pre-populate key map
HampusM
2024-10-17
feat(glfw): add variants associated array to Key enum
HampusM
2024-10-17
feat(util-macros): add VariantArr derive macro
HampusM
2024-10-17
refactor(glfw): use FromRepr derive macro from util-macros
HampusM
2024-10-17
feat(util-macros): add macro FromRepr
HampusM
[next]