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 pos idx overflow
Freya Murphy
2025-11-08
1
-3
/
+2
*
dungeon: refactor astar to not be generic
Freya Murphy
2025-11-08
5
-232
/
+63
*
graphics: refactor debug ui
Freya Murphy
2025-11-08
1
-1
/
+14
*
Moved Enemy logic to Entity Struct, fixed enemy drift while moving
Ryan Symons
2025-11-07
3
-234
/
+186
*
dungeon: fix placeholder zombie from spawning in walls
Freya Murphy
2025-11-07
2
-6
/
+22
*
Basic enemy pathfinding/ai added
Ryan Symons
2025-11-07
5
-8
/
+463
*
fix clippy and tests (why am i the one doing this)
Freya Murphy
2025-11-06
2
-14
/
+26
*
Light bsp refactoring
alf9310
2025-11-06
4
-10
/
+28
*
Moved most of the movement stuff to entity.
Ryan Symons
2025-11-05
2
-57
/
+38
*
Added enemy code structure and test movement
Ryan Symons
2025-11-04
4
-2
/
+129
*
dungeon: remove unused rand_chacha
Freya Murphy
2025-10-31
1
-1
/
+0
*
graphics: add health/inventory ui rendering
Freya Murphy
2025-10-31
1
-2
/
+8
*
dungeon: remove outdated Cargo.lock
Freya Murphy
2025-10-30
1
-157
/
+0
*
refactor Cargo.toml files
Freya Murphy
2025-10-30
1
-6
/
+10
*
Wave function collapse
Audrey L Fuller
2025-10-30
6
-61
/
+827
*
dungeon: add step_by function for Pos, and rename step to step_by for FPos
Freya Murphy
2025-10-27
1
-8
/
+36
*
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
*
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
[prev]