aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Expand)Author
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
2008-08-19Fix for bug #2057637: FW: Spaceship glitches in demo (regression).Kari Salminen
2008-08-17Added some documentation about how data is unpacked in gfxConvertSpriteToRaw ...Kari Salminen
2008-08-17Forwardport of branch-0-12-0's r33966: Fix to Future Wars's rendering of type...Kari Salminen
2008-08-16Workaround for bug #2054882 (FW: Impossible to survive entering monastery (re...Kari Salminen
2008-08-16Changed AdlibRegisterSoundInstrument's member variables from unsigned 16-bit ...Kari Salminen
2008-08-16After merging trunk, Cine doesn't crash on RTL anymore. Awesome.Christopher Page
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-15Fixes for Cine engine loading from launcherChristopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-14Moved showing of the collision page from Alt-key to F11-key because Alt confl...Kari Salminen
2008-08-14Fix for bugging moving at the bottom of the ocean when trying to free the gir...Kari Salminen
2008-08-14Added debug showing of the collision page when pressing the Alt key. Alt isn'...Kari Salminen