index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
game: add more debug keys
Freya Murphy
2025-11-30
1
-0
/
+14
|
*
audio: refactor into seperate crate
Freya Murphy
2025-11-22
10
-946
/
+7
|
*
audio: move 'asm' files out of data segment
Freya Murphy
2025-11-22
4
-72
/
+36
|
*
audio: fix merge
Freya Murphy
2025-11-22
1
-20
/
+29
|
*
audio: change tempo -> pause_len
Freya Murphy
2025-11-22
4
-21
/
+19
|
*
audio: fix tempo (off by one, rahhhgit status!)
Freya Murphy
2025-11-22
2
-4
/
+2
|
*
audio: add temp changing
Freya Murphy
2025-11-22
5
-8
/
+23
|
*
audio: create orchestration system
Freya Murphy
2025-11-21
10
-48
/
+960
|
*
dungeon: add chest usage/textures
Freya Murphy
2025-11-20
1
-2
/
+5
|
*
dungeon: refactor player out of entity.rs
Freya Murphy
2025-11-20
2
-18
/
+8
|
*
dungeon: add chest tile
Freya Murphy
2025-11-20
1
-2
/
+3
|
*
dungeon: inventory usage
Freya Murphy
2025-11-19
2
-14
/
+67
|
*
dungeon: implement items
Freya Murphy
2025-11-19
1
-1
/
+1
|
*
dungeon: implement items
Freya Murphy
2025-11-19
1
-1
/
+1
|
*
fix whitespace alignment
Freya Murphy
2025-11-18
1
-1
/
+1
|
*
update min rust version to 1.88.0
Freya Murphy
2025-11-17
1
-1
/
+1
|
*
wasm support!
Freya Murphy
2025-11-17
2
-2
/
+2
|
*
zombie texture
Freya Murphy
2025-11-15
1
-0
/
+4
|
*
graphics: add astar paths to debug rendering
Freya Murphy
2025-11-15
1
-0
/
+25
|
*
dungeon: randomize floor brick accents
Freya Murphy
2025-11-15
1
-1
/
+34
|
*
graphics: add text message rendering (and sans ig)
Freya Murphy
2025-11-14
3
-12
/
+93
|
*
graphics: new textures!
Freya Murphy
2025-11-14
2
-19
/
+41
|
*
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
1
-2
/
+4
|
*
Enable more clippy lints
Freya Murphy
2025-11-14
3
-27
/
+27
|
*
dungeon: have Dungeon store the rng, not the Floor
Freya Murphy
2025-11-13
1
-1
/
+1
|
*
graphics: load_texture! can be simplified
Freya Murphy
2025-11-11
1
-11
/
+7
|
*
didnt work
Freya Murphy
2025-11-11
1
-9
/
+0
|
*
graphics: refactor scratch text buf
Freya Murphy
2025-11-11
1
-5
/
+3
|
*
graphics: use custom timer for delta_time/fps
Freya Murphy
2025-11-11
3
-29
/
+87
|
*
graphics: refactor input key type
Freya Murphy
2025-11-11
1
-39
/
+83
|
*
fix render camera positioning, other minor changes
Freya Murphy
2025-11-11
1
-9
/
+11
|
*
graphics: zoom out map
Freya Murphy
2025-11-11
1
-2
/
+2
|
*
add x11 feature
Freya Murphy
2025-11-11
1
-0
/
+1
|
*
i forgor to fmt
Freya Murphy
2025-11-10
1
-12
/
+9
|
*
graphics: add feature to include assets statically in the binary
Freya Murphy
2025-11-10
2
-6
/
+28
|
*
graphics: have raylib enable default features on windows
Freya Murphy
2025-11-10
1
-0
/
+6
|
*
Refactored some code, implemented player movement
Yusuf Elsharawy
2025-11-10
1
-1
/
+6
|
*
graphics: decouple sdl & wayland
Freya Murphy
2025-11-10
2
-1
/
+10
|
*
graphics: have some window arguments passed in through cmd args, fix camera pos
Freya Murphy
2025-11-10
2
-51
/
+92
|
*
update raylib to 5.6-dev
Freya Murphy
2025-11-10
2
-19
/
+9
|
*
graphics: fix atlas rendering offset bug, and make minimap scalable past 48px
Freya Murphy
2025-11-10
1
-81
/
+89
|
*
main: hallway color change
alf9310
2025-11-10
1
-1
/
+1
|
*
dungeon_generation: added Hallway vs Room tiles
alf9310
2025-11-09
1
-3
/
+6
|
*
graphics: refactor string formatting to use single common scratch buffer
Freya Murphy
2025-11-09
1
-42
/
+29
|
*
minor changes
Freya Murphy
2025-11-09
2
-3
/
+3
|
*
graphics: remove unused vars
Freya Murphy
2025-11-09
1
-22
/
+3
|
*
graphics: have window default to minimum size
Freya Murphy
2025-11-08
2
-4
/
+16
|
*
graphics: set minimum window size
Freya Murphy
2025-11-08
1
-0
/
+3
|
[next]