Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover | |
This flag is removed for a few reasons: * Engines universally set this flag to true for widths > 320, which made it redundant everywhere; * This flag functioned primarily as a "force 1x scaler" flag, since its behaviour was almost completely undocumented and users would need to figure out that they'd need an explicit non-default scaler set to get a scaler to operate at widths > 320; * (Most importantly) engines should not be in the business of deciding how the backend may choose to render its virtual screen. The choice of rendering behaviour belongs to the user, and the backend, in that order. A nearby future commit restores the default1x scaler behaviour in the SDL backend code for the moment, but in the future it is my hope that there will be a better configuration UI to allow users to specify how they want scaling to work for high resolutions. | |||
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-07-04 | BBVS: Remove some uses of g_system | Torbjörn Andersson | |
2015-11-16 | BBVS: Fix recent video player memory leak (CID 1339416) | Torbjörn Andersson | |
Surface::convertTo() creates a new surface, so we have to free it once we're done with it. | |||
2015-11-16 | BBVS: Add debug output | Eugene Sandulenko | |
2015-11-16 | BBVS: Fix 16bpp video output | Eugene Sandulenko | |
2014-10-28 | BBVS: Remove trailing whitespace | Filippos Karapetis | |
2014-02-28 | BBVS: Fix compilation. | Kirben | |
2014-02-28 | BBVS: Add a sanity check in playVideo() | Strangerke | |
2014-02-02 | BBVS: Set the best video mode when playing a video instead of a hardcoded one | johndoe123 | |
2014-01-30 | BBVS: Add easter egg videos handling | johndoe123 | |
2014-01-29 | BBVS: Remove some debug output | johndoe123 | |
2014-01-29 | BBVS: Initial commit | johndoe123 | |