Anders Jenbo
|
433edc63ea
|
♻️ Consistently use pragma once to guard the headers
|
5 years ago |
Anders Jenbo
|
bfb3c11c2b
|
🎨 Change namespace to devilution
|
5 years ago |
Gleb Mazovetskiy
|
5814838d26
|
Move SFile helpers to storm.h
|
5 years ago |
Gleb Mazovetskiy
|
ec2a3cc9d7
|
storm_sdl_rw: Use 64-bit file pointers for consistency
|
5 years ago |
Gleb Mazovetskiy
|
58f7ad156f
|
storm_sdl_rw: Zero rwops after allocating
Should really be using `calloc` but there is too many layers to these
allocation wrappers.
|
5 years ago |
Gleb Mazovetskiy
|
0c2284a091
|
Respect sfx_STREAM in PlaySFX
Changes audio playback of sounds with the `sfx_STREAM` flag, such as towner lines, to stream.
|
5 years ago |
Gleb Mazovetskiy
|
997650aa5d
|
Stream music instead of loading it all at once
RAM usage (my beefy desktop):
* Town: 176 MiB -> 121 MiB
* Cathedral: 191 MiB -> 138 MiB
Performance: 1170 FPS -> 1150 FPS
|
5 years ago |