index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dungeon
/
src
/
pos.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use fmt fns directly when possible
Freya Murphy
2025-11-10
1
-4
/
+4
*
Refactored some code, implemented player movement
Yusuf Elsharawy
2025-11-10
1
-6
/
+154
*
graphics: decouple sdl & wayland
Freya Murphy
2025-11-10
1
-6
/
+6
*
dungeon: new_unchecked should be unsafe
Freya Murphy
2025-11-10
1
-5
/
+17
*
dungeon: always use seeded rand, other minor refactoring
Freya Murphy
2025-11-09
1
-13
/
+49
*
dungeon: fix pos idx overflow
Freya Murphy
2025-11-08
1
-3
/
+2
*
dungeon: refactor astar to not be generic
Freya Murphy
2025-11-08
1
-0
/
+6
*
graphics: refactor debug ui
Freya Murphy
2025-11-08
1
-1
/
+14
*
Basic enemy pathfinding/ai added
Ryan Symons
2025-11-07
1
-0
/
+31
*
Wave function collapse
Audrey L Fuller
2025-10-30
1
-10
/
+12
*
dungeon: add step_by function for Pos, and rename step to step_by for FPos
Freya Murphy
2025-10-27
1
-8
/
+36
*
dungeon: add x,y getters for Pos and FPos
Freya Murphy
2025-10-23
1
-0
/
+60
*
dungon: use EnumIter from strum to add values methods to enums
Freya Murphy
2025-10-23
1
-1
/
+10
*
dungeon: add FPos for decimial positions
Freya Murphy
2025-10-23
1
-0
/
+142
*
dungeon: make const_pos! not require name param
Freya Murphy
2025-10-16
1
-5
/
+5
*
dungeon: add more getters and lib fns
Freya Murphy
2025-10-16
1
-0
/
+22
*
further improve const fns for Pos
Freya Murphy
2025-10-08
1
-8
/
+15
*
add some functionality to Pos
Freya Murphy
2025-10-08
1
-4
/
+72
*
add more default impls
Freya Murphy
2025-10-08
1
-0
/
+6
*
impl default to dungeon and its types
Freya Murphy
2025-10-08
1
-0
/
+30
*
initial baseline
Freya Murphy
2025-10-08
1
-0
/
+122