aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screen.cpp
AgeCommit message (Expand)Author
2016-05-02MADE: CleanupEugene Sandulenko
2014-07-11MADE: Error out when a picture cannot be foundMatthew Hoops
2014-02-18MADE: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03MADE: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03MADE: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-06-16MADE: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-10-29MADE: Silence a few gcc warnings.Johannes Schickel
2011-10-09MADE: Minimize #include usage.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17MADE: Prefer Surface::create taking a PixelFormat over the one taking a byte ...Johannes Schickel
2011-02-15MADE: Revert a little behavior change in setRGBPalette.Johannes Schickel
2011-02-14MADE: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-10-15MADE: Fixed bug #3087849 - "MADE: Code analysis warnings"Filippos Karapetis
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-03Remove some unused struct membersBenjamin Haisch
2009-09-28Fixed clipping-related bug (bug #2826036)Benjamin Haisch
2009-08-18- PMV player: Use frame count from PVM file and fix incorrect "invalid chunk ...Benjamin Haisch
2009-03-14Merged loadRGBPalette() inside setRGBPalette() (that's the only place it's us...Filippos Karapetis
2009-03-14Reduced CPU usage of the MADE engine by about 10% (by profiling the code)Filippos Karapetis
2009-03-14Do not update the screen while waitingFilippos Karapetis
2009-03-09- Applied patch #2668849 by sunmaxBenjamin Haisch
2009-01-22- Added support for The Manhole EGA versionBenjamin Haisch
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-23Improved updateScreenAndWait; the mouse cursor is less jerky now in some scen...Benjamin Haisch
2008-07-01Fixed unitialized variablesMax Horn
2008-06-27- Fixed umlauts in printTextBenjamin Haisch
2008-05-29- Implemented opcodes: sfHomeText, sfDrawAnimPicBenjamin Haisch
2008-05-28Silenced a signed/unsigned comparison warningSven Hesse
2008-05-28Fixed a crash in LGOP2 when attempting to get a sprite item from an empty array.Benjamin Haisch
2008-05-26- Hopefully fixed 'responsiveness' of the mouse cursor/event handlingBenjamin Haisch
2008-05-21- Moved event polling from sfPollEvent to runScriptBenjamin Haisch
2008-05-20Silenced an MSVC warningFilippos Karapetis
2008-05-17Screen mask is now only used for V2 gamesFilippos Karapetis
2008-05-14- Added some visual effects (palette fading etc.)Benjamin Haisch
2008-05-12Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr)Benjamin Haisch
2008-05-12Implemented o1_EXCLUDEAREA for RtZBenjamin Haisch
2008-05-12Muting "comparing signed and unsigned values" compiler warningSven Hesse
2008-05-12Fixed printTextEx segment fault bug.Benjamin Haisch
2008-05-12Implemented o1_ADDMASK and o1_SETMASK for LGOP2Benjamin Haisch
2008-05-09Removed now obsolete FIXMEFilippos Karapetis
2008-05-08Fixed some game crashes which occurred when ProjectReader::purgeCache() got c...Filippos Karapetis
2008-05-07Implemented vertical/horizontal flipping of sprites.Benjamin Haisch
2008-04-30Implemented savegame loading/saving and sprite clippingBenjamin Haisch
2008-04-28Implemented text drawing and cleanup.Benjamin Haisch
2008-04-25Started work on text drawing code.Benjamin Haisch
2008-04-23Added (early) midi player code.Benjamin Haisch