dxx-rebirth/similar/arch/sdl
Kp 7effca68f0 Use RAII_SDL_Surface to track SDL-only main canvas surface
The Rebirth main screen grd_curscreen borrows the memory allocated by
SDL_CreateRGBSurface to store its data.  Store the pointer to that
surface inside grd_curscreen and make grd_curscreen responsible for
freeing the surface.
2022-11-06 18:18:57 +00:00
..
digi.cpp digi_win32_play_midi_song: write hmp_open result directly to global 2022-04-28 02:19:26 +00:00
digi_audio.cpp Use std::span for sound_slot samples 2022-09-24 17:47:52 +00:00
digi_mixer.cpp Avoid double-scaling sounds at start time 2021-06-28 03:37:51 +00:00
gr.cpp Use RAII_SDL_Surface to track SDL-only main canvas surface 2022-11-06 18:18:57 +00:00
init.cpp Delegate PCX loading to SDL_image 2020-05-17 23:35:26 +00:00
jukebox.cpp Avoid unnecessary allocation in jukebox_play 2022-07-02 18:10:45 +00:00