TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
6.9k stars 553 forks source link

Load an unlimited amount of loose music #1171

Open NyakoFox opened 1 month ago

NyakoFox commented 1 month ago

Changes:

Binary blobs can now store 128 tracks, and music can now be read from loose files. Unfortunately, the two cannot be used together -- loose music can still only use 16 tracks. This commit attempts to fix that, allowing for music playback by filename.

Closes #965.

Legal Stuff:

By submitting this pull request, I confirm that...

NyakoFox commented 1 week ago

todo: on line 383 of music.cpp, needs a SDL_strdup(name) instead of just name