68 Commits (v1.0)

Author SHA1 Message Date
Anders Jenbo 93358a290c [SDL1.2] Check if an appropriate video mode exists for the given movie 6 years ago
Marcin Konicki 9a70a5c644 Prevent double free of sound chunk in storm (#744) 6 years ago
Marcin Konicki aace1b46de Implement `--save-dir` CLI option 6 years ago
BDC 741cdb2494 Fix memory leak with audio stream not been released 6 years ago
Anders Jenbo 6d9089ec87 Fix compiler warning 6 years ago
Anders Jenbo bd6eebedb1 Drop storm_dx.cpp 6 years ago
Gleb Mazovetskiy 658b44f613 SVid: Only switch video mode if full-screen 6 years ago
Gleb Mazovetskiy ea32475ce9 SDL1: Avoid software-scaling SVid when possible 6 years ago
Anders Jenbo 08aa6a860a Move generic helpers out of miniwin 6 years ago
Anders Jenbo cc4d6b57d8 Remove unused miniwin IO 6 years ago
Anders Jenbo 913de17a56 Use SDL_Color nativly instead of converting betwen it and PALETTEENTRY 6 years ago
Anders Jenbo c3f283429b Fix high CPU load when game is minimized 6 years ago
Anders Jenbo e5d4e99a69 Fix end movie not looping 6 years ago
Anders Jenbo 50661842b0 Implement SFileSetBasePath 6 years ago
Anders Jenbo 40d272241b Implement --data-dir for setting mpq path 6 years ago
Anders Jenbo adad63cc72 Revert "Lazy load ini" 6 years ago
Anders Jenbo e316bce4d0 Lazy load ini 6 years ago
Anders Jenbo a4d612d509 Clear video buffer 6 years ago
Anders Jenbo 4532f009ff Remove old anti-cheat code from save function 6 years ago
Gleb Mazovetskiy ddce870dda Handle scaling for SDL1 (#370) 6 years ago
Gleb Mazovetskiy f0eab35672 SDL 2.0.3 SVid: Use non-device Audio API 7 years ago
Gleb Mazovetskiy f13d2d193a SDL 2.0.3 SVid: Zero audio buffer before MixAudio 7 years ago
Gleb Mazovetskiy df8d7a1f46 Compatibility with SDL v2.0.3 7 years ago
Gleb Mazovetskiy dd5bc39816 Get a fresh window surface before rendering to it (#358) 7 years ago
Anders Jenbo 810b12a37d Drop unused code 7 years ago
Anders Jenbo a8e4db538f Display SDL error messages in UI dialog 7 years ago
Gleb Mazovetskiy 426c246535 Simplify SDL1/2 palette handling 7 years ago
Gleb Mazovetskiy 2fb84d5f60 Renderer texture: use RGB888 instead of RGBA8888 7 years ago
Anders Jenbo 73a7a1ae6d Remove unimplemented functions that aren't needed with SDL 7 years ago
Anders Jenbo ba9288c6cf Unify error dialogs, for looks and portability 7 years ago
Gleb Mazovetskiy e2a1c90979 storm.cpp: simplify getIniPath 7 years ago
Gleb Mazovetskiy 7f61128d32 Fix more compilation warnings 7 years ago
Anders Jenbo bd2c08183c Fall back to relative path when unable to use SDL 7 years ago
Gleb Mazovetskiy 4f6c5791a7 Fix some compiler warnings 7 years ago
Anders Jenbo e88e574c5f Drop unimplemented code 7 years ago
Anders Jenbo 06bcd3c3f9 Handle file paths in a clean way 7 years ago
Anders Jenbo 3b2ba952b2
Fix video audio on Big Endian 7 years ago
Anders Jenbo 4ef30b9612
Fix menu on Big Endian systems 7 years ago
Anders Jenbo 1d03064fee Clean up sound code 7 years ago
Anders Jenbo 88813c4042 Strip some now unused parts of miniwin and windows api 7 years ago
Gleb Mazovetskiy cf0f867ca0 DrawArt via SDL 7 years ago
Gleb Mazovetskiy 5359149a38 SDL1: Audio and video support 7 years ago
Gleb Mazovetskiy 85295838a4 An option to use SDL1 instead of SDL2 7 years ago
Anders Jenbo 5cadee74c2 Fix a few compiler warnings 7 years ago
Anders Jenbo 6a73d98e25 Remove reamaning dummy methodes only used in sound.cpp and dx.cpp 7 years ago
Anders Jenbo 1ebf8fe27d Remove unused fallbacks 7 years ago
Anders Jenbo 6207832d6e Update to latest upstream headers 7 years ago
Anders Jenbo b919548f55 Avoid audio system conflicts during video playback 7 years ago
Anders Jenbo 6cd0a55089 Scale video in software when upscale is disabled. 7 years ago
Anders Jenbo 79711f4dcd Avoid double copying on video playback 7 years ago