index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-11-20
dungeon: refactor player out of entity.rs
Freya Murphy
6
-246
/
+314
2025-11-20
dungeon: make chest items optional (no item = open)
Freya Murphy
1
-1
/
+2
2025-11-20
dungeon: add chest tile
Freya Murphy
2
-11
/
+7
2025-11-20
dungeon: pickup items
Freya Murphy
2
-71
/
+146
2025-11-20
dungeon: entity death
Freya Murphy
3
-14
/
+102
2025-11-19
dungeon: inventory usage
Freya Murphy
6
-36
/
+145
2025-11-19
dungeon: implement items
Freya Murphy
2
-1
/
+23
2025-11-19
dungeon: implement items
Freya Murphy
4
-31
/
+141
2025-11-18
nix: fix fenix flake and update lock
Freya Murphy
2
-9
/
+49
2025-11-18
Replaced rustup with custom toolchain using fenix
Yusuf Elsharawy
1
-1
/
+12
2025-11-18
wasm: make logs resizable
Freya Murphy
1
-2
/
+8
2025-11-18
fix whitespace alignment
Freya Murphy
2
-12
/
+12
2025-11-18
wasm: add build version/date
Freya Murphy
3
-6
/
+14
2025-11-18
wasm: fix canvas height
Freya Murphy
1
-0
/
+2
2025-11-18
dungeon: switch rng to rand_xoshiro
Freya Murphy
4
-53
/
+31
2025-11-18
dungeon: port rands SmallRng to be reproducible
Freya Murphy
8
-48
/
+124
2025-11-18
dungeon: split rng into game/level to make maps consistant
Freya Murphy
2
-10
/
+13
2025-11-17
readme: link jenkins
Freya Murphy
1
-0
/
+2
2025-11-17
dungeon: fix wonky movement code (again)
Freya Murphy
1
-8
/
+17
2025-11-17
nix: fix flake for desktop builds
Freya Murphy
1
-4
/
+7
2025-11-17
readme: remove --path
Freya Murphy
1
-1
/
+1
2025-11-17
fix readme
Freya Murphy
1
-1
/
+1
2025-11-17
wasm: make building alot simpler (most was nix only)
Freya Murphy
3
-10
/
+3
2025-11-17
wasm: Update emscripten defaults
Freya Murphy
2
-1
/
+4
2025-11-17
wasm: remove makefile glob
Freya Murphy
2
-2
/
+3
2025-11-17
update README
Freya Murphy
1
-2
/
+45
2025-11-17
make: fix C_INCLUDE_PATH
Freya Murphy
1
-1
/
+1
2025-11-17
wasm: refactor some html code
Freya Murphy
2
-81
/
+58
2025-11-17
wasm: add options for logs, debug, and seed
Freya Murphy
5
-76
/
+231
2025-11-17
wasm: add a default emsdk sysroot for non nixos users
Freya Murphy
1
-0
/
+1
2025-11-17
update min rust version to 1.88.0
Freya Murphy
3
-17
/
+11
2025-11-17
wasm: fix C_INCLUDE_PATH for non wasm builds
Freya Murphy
3
-2
/
+2
2025-11-17
wasm: remove unneeded flags/pkgs
Freya Murphy
2
-7
/
+0
2025-11-17
get wasm building with just nixpkgs, remove docker
Freya Murphy
4
-63
/
+33
2025-11-17
wasm support!
Freya Murphy
13
-123
/
+357