index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dungeon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dungeon: fix hash calculation for floor tiles
Freya Murphy
2025-10-24
1
-1
/
+1
*
dungeon: add x,y getters for Pos and FPos
Freya Murphy
2025-10-23
1
-0
/
+60
*
dungon: supress wfc clippy warnings (for now)
Freya Murphy
2025-10-23
1
-15
/
+17
*
dungon: use EnumIter from strum to add values methods to enums
Freya Murphy
2025-10-23
3
-7
/
+23
*
dungeon: add hash to to check if it has been changed
Freya Murphy
2025-10-23
1
-8
/
+47
*
dungeon: add FPos for decimial positions
Freya Murphy
2025-10-23
3
-4
/
+156
*
Started implementing wfc crate into map
alf9310
2025-10-23
3
-1
/
+119
*
dungeon: refactor constructors
Freya Murphy
2025-10-19
1
-11
/
+10
*
dungeon: refactor into entity module, and add struct (better match proposal)
Freya Murphy
2025-10-18
3
-118
/
+124
*
dungeon: make const_pos! not require name param
Freya Murphy
2025-10-16
2
-7
/
+7
*
dungeon: add more getters and lib fns
Freya Murphy
2025-10-16
2
-0
/
+46
*
further improve const fns for Pos
Freya Murphy
2025-10-08
2
-10
/
+20
*
add some functionality to Pos
Freya Murphy
2025-10-08
2
-5
/
+76
*
add more default impls
Freya Murphy
2025-10-08
2
-2
/
+8
*
impl default to dungeon and its types
Freya Murphy
2025-10-08
3
-3
/
+56
*
initial baseline
Freya Murphy
2025-10-08
5
-0
/
+536