aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.h
AgeCommit message (Expand)Author
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2012-07-30GOB: Add Font::hasChar()Sven Hesse
2012-07-30GOB: Move drawString into FontSven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-14GOB: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-02GOB: Make flags optional in Video::initSurfDescSven Hesse
2011-02-02GOB: Remove the vidMode parameter from Video::initSurfDescSven Hesse
2011-01-31GOB: Make Font::_itemSize unsignedSven Hesse
2011-01-16GOB: Remove unused old shade functionsSven Hesse
2011-01-16GOB: Remove unused declarationsSven Hesse
2010-09-30GOB: Remove the now useless VGAVideoDriverSven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-09-30GOB: Remove dither stuff, commenting out most v6 drawingSven Hesse
2009-07-09Giving Font its own real classSven Hesse
2009-07-05Renaming FontDesc::extraData to charWidthsSven Hesse
2009-06-06GOB: Turned _spritesArray into a Common::Array (of fixed size) to detect out-...Max Horn
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-04-29Playing half-sized videos fullscreen in the demoplayerSven Hesse
2009-04-29Decreased the dithering LUT's depth to 5 bit per color component.Sven Hesse
2009-04-24The video now works correctly in the non-interactive Urban Runner demoSven Hesse
2008-12-25Fixed compilation with g++4.3Johannes Schickel
2008-12-24Moving the dither code to graphics/Sven Hesse
2008-12-17Added support for caching the palette LUT to a fileSven Hesse
2008-12-16Experimental semi-transparency for fillRect, used in the green/red menu areas...Sven Hesse
2008-12-14Plugging leaksSven Hesse
2008-12-12Text now works in Urban RunnerSven Hesse
2008-12-12Working (minus text) menu in Urban RunnerSven Hesse
2008-12-11Changing the Urban Runner sprite drawer to work more correctly. It does use Y...Sven Hesse
2008-12-11On second thought, an octree only works if the color to look up is in the pal...Sven Hesse
2008-12-04Changing the GobEngine to use its dirty rects also for OSystem-copies, instea...Sven Hesse
2008-09-02Urban Runner stubsSven Hesse
2008-05-17Ooops, forget that oneSven Hesse
2008-05-10Restructured saving/loading and added a stub for WoodruffSven Hesse
2008-05-03Correct o2_initScreen() for Woodruff (screen positioning, clipping and cursor...Sven Hesse
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-08-19Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow co...Sven Hesse
2007-08-05Possible fix for bug #1767748 (Gobliiins is not fast as it can be on slow com...Sven Hesse
2007-07-01Re-added __attribute__(packed)Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-25Removed some more superfluous semicolons in the gob engineSven Hesse
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-19- Fixed handling of the case split screen + vertical scrolling areaSven Hesse
2007-04-06Some Gob3 fixes:Sven Hesse
2007-04-05Implemented scrolling and split screen (for the text field, the bottom 40 lin...Sven Hesse
2007-04-02"char *" -> "byte *" where appropriateSven Hesse
2007-03-29- Properly implemented the ImdPlayerSven Hesse
2007-03-20Major clean-up, including:Sven Hesse