index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dungeon: inventory usage
Freya Murphy
2025-11-19
6
-36
/
+145
*
dungeon: implement items
Freya Murphy
2025-11-19
2
-1
/
+23
*
dungeon: implement items
Freya Murphy
2025-11-19
4
-31
/
+141
*
nix: fix fenix flake and update lock
Freya Murphy
2025-11-18
2
-9
/
+49
*
Replaced rustup with custom toolchain using fenix
Yusuf Elsharawy
2025-11-18
1
-1
/
+12
*
wasm: make logs resizable
Freya Murphy
2025-11-18
1
-2
/
+8
*
fix whitespace alignment
Freya Murphy
2025-11-18
2
-12
/
+12
*
wasm: add build version/date
Freya Murphy
2025-11-18
3
-6
/
+14
*
wasm: fix canvas height
Freya Murphy
2025-11-18
1
-0
/
+2
*
dungeon: switch rng to rand_xoshiro
Freya Murphy
2025-11-18
4
-53
/
+31
*
dungeon: port rands SmallRng to be reproducible
Freya Murphy
2025-11-18
8
-48
/
+124
*
dungeon: split rng into game/level to make maps consistant
Freya Murphy
2025-11-18
2
-10
/
+13
*
readme: link jenkins
Freya Murphy
2025-11-17
1
-0
/
+2
*
dungeon: fix wonky movement code (again)
Freya Murphy
2025-11-17
1
-8
/
+17
*
nix: fix flake for desktop builds
Freya Murphy
2025-11-17
1
-4
/
+7
*
readme: remove --path
Freya Murphy
2025-11-17
1
-1
/
+1
*
fix readme
Freya Murphy
2025-11-17
1
-1
/
+1
*
wasm: make building alot simpler (most was nix only)
Freya Murphy
2025-11-17
3
-10
/
+3
*
wasm: Update emscripten defaults
Freya Murphy
2025-11-17
2
-1
/
+4
*
wasm: remove makefile glob
Freya Murphy
2025-11-17
2
-2
/
+3
*
update README
Freya Murphy
2025-11-17
1
-2
/
+45
*
make: fix C_INCLUDE_PATH
Freya Murphy
2025-11-17
1
-1
/
+1
*
wasm: refactor some html code
Freya Murphy
2025-11-17
2
-81
/
+58
*
wasm: add options for logs, debug, and seed
Freya Murphy
2025-11-17
5
-76
/
+231
*
wasm: add a default emsdk sysroot for non nixos users
Freya Murphy
2025-11-17
1
-0
/
+1
*
update min rust version to 1.88.0
Freya Murphy
2025-11-17
3
-17
/
+11
*
wasm: fix C_INCLUDE_PATH for non wasm builds
Freya Murphy
2025-11-17
3
-2
/
+2
*
wasm: remove unneeded flags/pkgs
Freya Murphy
2025-11-17
2
-7
/
+0
*
get wasm building with just nixpkgs, remove docker
Freya Murphy
2025-11-17
4
-63
/
+33
*
wasm support!
Freya Murphy
2025-11-17
13
-123
/
+357
*
Feedback and grade for Checkpoint
Matthew Fluet
2025-11-16
1
-0
/
+38
*
dungeon: fix wonky movement
Freya Murphy
2025-11-15
1
-2
/
+8
*
zombie texture
Freya Murphy
2025-11-15
3
-3
/
+7
*
graphics: add astar paths to debug rendering
Freya Murphy
2025-11-15
3
-0
/
+43
*
dungeon: randomize floor brick accents
Freya Murphy
2025-11-15
2
-1
/
+34
*
dungeon: refactor entity movement
Freya Murphy
2025-11-15
4
-184
/
+205
*
graphics: add text message rendering (and sans ig)
Freya Murphy
2025-11-14
9
-18
/
+221
*
graphics: use 32bit color for atlas
Freya Murphy
2025-11-14
1
-0
/
+0
*
graphics: new textures!
Freya Murphy
2025-11-14
6
-19
/
+46
*
graphics: make more constants dependant on texture size
Freya Murphy
2025-11-14
1
-1
/
+1
*
graphics: refactor timer
Freya Murphy
2025-11-14
3
-49
/
+53
*
Remove wildcard exports/imports
Freya Murphy
2025-11-14
9
-52
/
+63
*
Enable more clippy lints
Freya Murphy
2025-11-14
9
-52
/
+67
*
dungeon: refactor manual drop
Freya Murphy
2025-11-13
1
-3
/
+1
*
game: add option to pass in the game seed
Freya Murphy
2025-11-13
1
-4
/
+9
*
bsp: why was this unsafe?
Freya Murphy
2025-11-13
1
-6
/
+3
*
dungeon: have Dungeon store the rng, not the Floor
Freya Murphy
2025-11-13
7
-100
/
+102
*
dungeon: switch to only using small rng from rand
Freya Murphy
2025-11-12
8
-153
/
+72
*
dungeon: bsp generate should return a floor to use same single rng
Freya Murphy
2025-11-11
4
-54
/
+56
*
dungeon: rewrite const_pos!
Freya Murphy
2025-11-11
1
-12
/
+9
[next]