aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Expand)Author
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-27Name Operation Stealth's global variables 251 and 252 and init them in main l...Kari Salminen
2009-06-20fixed OPL 0xB0 register write. the return value of findNote() already include...Gregory Montoir
2009-06-11Fix Operation Stealth's 2nd arcade sequence's revolving doors.Kari Salminen
2009-06-08Convert FWRenderer and OSRenderer to use Cine::Palette.Kari Salminen
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-24Add color and color component getters to Cine::Palette.Kari Salminen
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-11Fix bug #2055836: "FW: Music is not restarted when loading a saved game"Eugene Sandulenko
2009-04-04Add saturatedAddColor-function in which you can specify the added color's for...Kari Salminen
2009-04-01Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ...Kari Salminen
2009-04-01Add default constructor for Cine::Palette (Creates an invalid, empty palette).Kari Salminen
2009-03-28Cine::Palette: Revamp palette constants so they can be used for e.g. allocati...Kari Salminen
2009-03-28Cine::Palette: Add constants for normally used palette color counts and byte ...Kari Salminen
2009-03-28Cine::Palette: Add empty() and isValid() functions.Kari Salminen
2009-03-27Cine::Palette: Add a black palette constructor and a clear-function for clear...Kari Salminen
2009-03-27Make Cine::Palette use the PixelFormat's convenience functions introduced in ...Kari Salminen
2009-03-27Cine::Palette: Remove unnecessary and needlessly complicating saving of the l...Kari Salminen
2009-03-27Cine::Palette: Add setGlobalOSystemPalette-method for setting the global OSys...Kari Salminen
2009-03-25Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div...Kari Salminen
2009-03-24Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods.Kari Salminen
2009-03-16Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!).Kari Salminen
2009-03-16Cine::Palette: Make saturatedAddColor-methods more like their old counterpart...Kari Salminen
2009-03-16Prefix Cine's endian types with CINE_ so they don't clash with already define...Kari Salminen
2009-03-16Add endianness handling to Cine::Palette's load and save functions.Kari Salminen
2009-03-14Cine::Palette revamp part 2: Fix save-function, add Cine-palette formats etc.Kari Salminen
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