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 (
Collapse
)
Author
Files
Lines
2025-11-30
game: add more debug keys
Freya Murphy
3
-8
/
+59
2025-11-27
audio: make sounds! woah
Freya Murphy
11
-28
/
+125
2025-11-24
audio: move data out of crate
Freya Murphy
10
-76
/
+155
2025-11-24
audio: disable music debug
Freya Murphy
1
-3
/
+3
2025-11-24
audio: move looping to program
Freya Murphy
4
-21
/
+17
2025-11-24
audio: add scheduling, and optimize atomic operations
Freya Murphy
9
-144
/
+274
2025-11-23
audio: fix triangle wave
audio
Freya Murphy
1
-2
/
+3
2025-11-23
audio: refactor everything
Freya Murphy
24
-719
/
+1062
2025-11-22
audio: some changes
Freya Murphy
8
-9
/
+214
2025-11-22
audio: refactor into seperate crate
Freya Murphy
13
-16
/
+52
2025-11-22
audio: move 'asm' files out of data segment
Freya Murphy
19
-72
/
+92
2025-11-22
audio: fix merge
Freya Murphy
1
-20
/
+29
2025-11-22
audio: change tempo -> pause_len
Freya Murphy
4
-21
/
+19
2025-11-22
audio: fix tempo (off by one, rahhhgit status!)
Freya Murphy
2
-4
/
+2
2025-11-22
audio: add temp changing
Freya Murphy
5
-8
/
+23
2025-11-21
audio: create orchestration system
Freya Murphy
19
-50
/
+965
2025-11-20
dungeon: add chest usage/textures
Freya Murphy
6
-16
/
+55
2025-11-20
game: fix inv slot select
Freya Murphy
1
-2
/
+6
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
[next]