index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dungeon
/
src
/
entity.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dungeon: inventory usage
Freya Murphy
2025-11-19
1
-1
/
+4
*
dungeon: implement items
Freya Murphy
2025-11-19
1
-0
/
+22
*
dungeon: implement items
Freya Murphy
2025-11-19
1
-29
/
+103
*
dungeon: port rands SmallRng to be reproducible
Freya Murphy
2025-11-18
1
-3
/
+4
*
dungeon: split rng into game/level to make maps consistant
Freya Murphy
2025-11-18
1
-1
/
+1
*
dungeon: fix wonky movement code (again)
Freya Murphy
2025-11-17
1
-8
/
+17
*
update min rust version to 1.88.0
Freya Murphy
2025-11-17
1
-15
/
+9
*
dungeon: fix wonky movement
Freya Murphy
2025-11-15
1
-2
/
+8
*
zombie texture
Freya Murphy
2025-11-15
1
-3
/
+3
*
graphics: add astar paths to debug rendering
Freya Murphy
2025-11-15
1
-0
/
+17
*
dungeon: refactor entity movement
Freya Murphy
2025-11-15
1
-128
/
+163
*
graphics: new textures!
Freya Murphy
2025-11-14
1
-0
/
+5
*
Remove wildcard exports/imports
Freya Murphy
2025-11-14
1
-5
/
+9
*
Enable more clippy lints
Freya Murphy
2025-11-14
1
-5
/
+4
*
dungeon: have Dungeon store the rng, not the Floor
Freya Murphy
2025-11-13
1
-8
/
+22
*
dungeon: switch to only using small rng from rand
Freya Murphy
2025-11-12
1
-2
/
+2
*
Enemy now follows a moving player, updated checkpoint doc a bit
Ryan Symons
2025-11-10
1
-26
/
+54
*
Refactored some code, implemented player movement
Yusuf Elsharawy
2025-11-10
1
-36
/
+28
*
oops
Freya Murphy
2025-11-09
1
-1
/
+1
*
dungeon: always use seeded rand, other minor refactoring
Freya Murphy
2025-11-09
1
-9
/
+9
*
graphics: refactor renderer to hardcode resolution (360p)
Freya Murphy
2025-11-08
1
-1
/
+4
*
dungeon: refactor astar to not be generic
Freya Murphy
2025-11-08
1
-11
/
+11
*
Moved Enemy logic to Entity Struct, fixed enemy drift while moving
Ryan Symons
2025-11-07
1
-35
/
+184
*
fix clippy and tests (why am i the one doing this)
Freya Murphy
2025-11-06
1
-10
/
+22
*
Moved most of the movement stuff to entity.
Ryan Symons
2025-11-05
1
-3
/
+34
*
Added enemy code structure and test movement
Ryan Symons
2025-11-04
1
-0
/
+7
*
graphics: add health/inventory ui rendering
Freya Murphy
2025-10-31
1
-2
/
+8
*
dungeon: add FPos for decimial positions
Freya Murphy
2025-10-23
1
-3
/
+7
*
dungeon: refactor into entity module, and add struct (better match proposal)
Freya Murphy
2025-10-18
1
-0
/
+112