index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dungeon: always use seeded rand, other minor refactoring
Freya Murphy
2025-11-09
1
-1
/
+1
*
graphics: have window default to minimum size
Freya Murphy
2025-11-08
1
-1
/
+1
*
dungeon: refactor astar to not be generic
Freya Murphy
2025-11-08
1
-1
/
+1
*
graphics: refactor debug ui
Freya Murphy
2025-11-08
2
-2
/
+6
*
Moved Enemy logic to Entity Struct, fixed enemy drift while moving
Ryan Symons
2025-11-07
1
-1
/
+1
*
Basic enemy pathfinding/ai added
Ryan Symons
2025-11-07
1
-4
/
+5
*
graphics: refactor renderer
Freya Murphy
2025-11-06
1
-1
/
+1
*
Moved most of the movement stuff to entity.
Ryan Symons
2025-11-05
1
-1
/
+3
*
Added enemy code structure and test movement
Ryan Symons
2025-11-04
1
-1
/
+7
*
Add SDL feature flag (fixes wayland issues)
Freya Murphy
2025-10-31
1
-0
/
+1
*
refactor Cargo.toml files
Freya Murphy
2025-10-30
1
-4
/
+8
*
graphics: move wayland support to a feature
Freya Murphy
2025-10-30
1
-0
/
+1
*
Wave function collapse
Audrey L Fuller
2025-10-30
1
-1
/
+1
*
graphics: have tilemap a consistent size and scale
Freya Murphy
2025-10-24
1
-1
/
+1
*
graphics: refactor Renderer to not use unsafe, and allow nested modes
Freya Murphy
2025-10-24
1
-1
/
+1
*
graphics: refactor Assets, and add tile drawing!
Freya Murphy
2025-10-23
1
-4
/
+2
*
graphics: add audio/texture subsytem
Freya Murphy
2025-10-18
1
-2
/
+7
*
graphics: refactor DebugInfo => FrameInfo, with other minor changes
Freya Murphy
2025-10-16
1
-0
/
+4
*
graphics: create Renderer struct
Freya Murphy
2025-10-08
1
-1
/
+1
*
Proposal Template Created
alf9310
2025-10-08
1
-1
/
+1
*
Stubbed out some draw functions
alf9310
2025-10-08
1
-0
/
+5
*
impl default to dungeon and its types
Freya Murphy
2025-10-08
1
-1
/
+1
*
initial baseline
Freya Murphy
2025-10-08
2
-0
/
+21