aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/videoplayer.cpp
AgeCommit message (Collapse)Author
2017-10-07ENGINES: Remove default1x scaler flagColin 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-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-07-04BBVS: Remove some uses of g_systemTorbjörn Andersson
2015-11-16BBVS: 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-16BBVS: Add debug outputEugene Sandulenko
2015-11-16BBVS: Fix 16bpp video outputEugene Sandulenko
2014-10-28BBVS: Remove trailing whitespaceFilippos Karapetis
2014-02-28BBVS: Fix compilation.Kirben
2014-02-28BBVS: Add a sanity check in playVideo()Strangerke
2014-02-02BBVS: Set the best video mode when playing a video instead of a hardcoded onejohndoe123
2014-01-30BBVS: Add easter egg videos handlingjohndoe123
2014-01-29BBVS: Remove some debug outputjohndoe123
2014-01-29BBVS: Initial commitjohndoe123