index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dungeon
/
src
/
map.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dungeon: remove unused impl Default for Tile
Freya Murphy
2025-11-11
1
-5
/
+0
*
use fmt fns directly when possible
Freya Murphy
2025-11-10
1
-3
/
+3
*
minimize dependencies & features
Freya Murphy
2025-11-10
1
-2
/
+3
*
dungeon: new_unchecked should be unsafe
Freya Murphy
2025-11-10
1
-34
/
+2
*
main: Slight merge conflict with Air resolved
alf9310
2025-11-10
1
-2
/
+3
*
Merge branch 'main' into 'dungeon_generation'
Audrey L Fuller
2025-11-10
1
-13
/
+57
|
\
|
*
dungeon: always use seeded rand, other minor refactoring
Freya Murphy
2025-11-09
1
-45
/
+52
|
*
dungeon: fix astar neighbor generation
Freya Murphy
2025-11-09
1
-2
/
+6
*
|
dungeon_generation: added Hallway vs Room tiles
alf9310
2025-11-09
1
-6
/
+9
*
|
dungeon_generation: variables changed from usize to u16 for pos compatability
alf9310
2025-11-09
1
-0
/
+2
|
/
*
dungeon: refactor astar to not be generic
Freya Murphy
2025-11-08
1
-0
/
+7
*
dungeon: fix placeholder zombie from spawning in walls
Freya Murphy
2025-11-07
1
-0
/
+20
*
Light bsp refactoring
alf9310
2025-11-06
1
-1
/
+1
*
Added enemy code structure and test movement
Ryan Symons
2025-11-04
1
-1
/
+1
*
Wave function collapse
Audrey L Fuller
2025-10-30
1
-12
/
+60
*
graphics: use atlas texture when rendering (and lots of refactoring)
Freya Murphy
2025-10-25
1
-0
/
+5
*
dungeon: fix hash calculation for floor tiles
Freya Murphy
2025-10-24
1
-1
/
+1
*
dungon: use EnumIter from strum to add values methods to enums
Freya Murphy
2025-10-23
1
-6
/
+11
*
dungeon: add hash to to check if it has been changed
Freya Murphy
2025-10-23
1
-8
/
+47
*
Started implementing wfc crate into map
alf9310
2025-10-23
1
-1
/
+18
*
dungeon: refactor into entity module, and add struct (better match proposal)
Freya Murphy
2025-10-18
1
-86
/
+2
*
dungeon: make const_pos! not require name param
Freya Murphy
2025-10-16
1
-2
/
+2
*
further improve const fns for Pos
Freya Murphy
2025-10-08
1
-2
/
+5
*
add some functionality to Pos
Freya Murphy
2025-10-08
1
-1
/
+4
*
add more default impls
Freya Murphy
2025-10-08
1
-2
/
+2
*
impl default to dungeon and its types
Freya Murphy
2025-10-08
1
-0
/
+20
*
initial baseline
Freya Murphy
2025-10-08
1
-0
/
+189