index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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