aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Expand)Author
2009-03-11Fix assertion (Doh! That was supposed to be the other way).Kari Salminen
2009-03-11Cine::Palette: Move color format setting to setColorFormat-method.Kari Salminen
2009-03-11Formatting.Kari Salminen
2009-03-11Add saving in original palette format and the OSystem's palette format to Cin...Kari Salminen
2009-03-11Add saving functions to Cine::Palette (Now one can output the palette in othe...Kari Salminen
2009-03-11Fix assertions in palette loading function to really test that each color com...Kari Salminen
2009-03-10- Fix warningsJohannes Schickel
2009-03-10Fix compile of CINE engine.Travis Howell
2009-03-10Palette-class for Cine-engine, WIP: Take 2. Testing, using and documentation ...Kari Salminen
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-15Fixed compilation (along with it const correctness).Johannes Schickel
2009-02-15Quick dirty hack to make the engine run again on PalmOSChris Apers
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-11-20Fixed gcc warning.Johannes Schickel
2008-11-20Fix resizing of the internal color array in Palette-class.Kari Salminen
2008-11-20Add Palette-class for handling 9-bit and 24-bit palettes. WIP!Kari Salminen
2008-11-18Make the 256 color transformPaletteRange-function and Future Wars's refreshPa...Kari Salminen
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-13Fix compile of CINE engine.Travis Howell
2008-11-13Started moving Save/Load code to saveload.cpp/.hFilippos Karapetis
2008-11-12Deleting save states via the launcher and the GMM is now supported in the cin...Filippos Karapetis
2008-11-12Saving and loading from the GMM is now supported in the cine engineFilippos Karapetis
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-22Remove unnecessary function overloadings for loadBg16 and loadBg256.Kari Salminen
2008-10-22Make incrustMask and incrustSprite only draw to the current background in Ope...Kari Salminen
2008-10-19Cleanup (Removed an extra 'return 0').Kari Salminen
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: CINEMax Horn
2008-08-25Added a warning to bug #2055912's fix committed in revision 34132.Kari Salminen
2008-08-24Fix for bug #2055912: FW: incrustSprite fails on savegame loading.Kari Salminen
2008-08-22Designate fix for bug #2057619 as a hack, as that's what it is.Kari Salminen
2008-08-21Fix typo.Kari Salminen
2008-08-21Fix for bug #2057619: FW: Glitches in title display of demo (regression).Kari Salminen
2008-08-20Fix font loading:Kari Salminen
2008-08-19Fix for bug #2057619: FW: Glitches in title display of demo (regression).Kari Salminen
2008-08-19Fix for bug #2057656: FW: Assert during demo (regression).Kari Salminen