DEADSOFTWARE

sound: move sound/music configuration to sound driver
[flatwaifu.git] / src / sdl2 / main.c
2020-04-24 DeaDDooMERsound: move sound/music configuration to sound driver
2020-04-17 DeaDDooMERconfig: read config and args by renders
2020-04-17 DeaDDooMERconfig: allow multiple cfg structures for config update
2020-04-17 DeaDDooMERconfig: move config loading to system driver
2020-04-17 DeaDDooMERsdl2: remove unneeded unicode to cp866 converter
2020-04-13 DeaDDooMERengine: use lib cp866 where needed
2020-04-10 DeaDDooMERmenu: change videomode at runtime
2020-04-09 DeaDDooMERmenu: rewrite menu code (software render are broken)
2020-04-03 DeaDDooMERports: ported to emscripten
2020-04-02 DeaDDooMERsystem: remove message on quit
2020-04-01 DeaDDooMERsystem: optimize videomode and fullscreen changing
2020-04-01 DeaDDooMERsdl2: fix building with sdl2 on linux
2020-04-01 DeaDDooMERsdl2: keep surface of same size while window resize
2020-04-01 DeaDDooMERsdl2: fix building with sdl2
2020-04-01 DeaDDooMERsdl: fix fullscreen
2020-04-01 DeaDDooMERsdl2: fix fullscreen
2020-04-01 DeaDDooMERsdl2: use scancodes for keyboard handling
2020-03-31 DeaDDooMERsdl2: add software render support
2020-03-30 DeaDDooMERsystem: add sdl2 system driver