aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Expand)Author
2009-10-24Change "=" to ":=" in some module.mk files for consistency.Johannes Schickel
2009-10-09Fix warnings about non-static const member in class without a constructorMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-22Clear menu stack in FWRenderer deconstructor.Johannes Schickel
2009-09-22Implement menu stack to support all menu color effects, specific to the Amiga...Johannes Schickel
2009-09-21Changed AMIGA menu code to closer match the original. (The menu item highligh...Johannes Schickel
2009-09-21Add more shouldQuit checks in event loops.Johannes Schickel
2009-09-21Fix box outline color for FW Amiga.Johannes Schickel
2009-09-20Add some shouldQuit() checks in event loops. This makes it possible to easily...Johannes Schickel
2009-09-20Changed some type names to match our coding guidelines.Johannes Schickel
2009-09-20Implement support for transparent dialgue boxes in the Amiga version of Futur...Johannes Schickel
2009-09-20Implement more precise palette conversion in Palette::save. This makes the ou...Johannes Schickel
2009-09-15Add link to gcc bug report, in the comment for the gcc aimed workaround for A...Johannes Schickel
2009-09-15CINE: Turn some methods into const methodsMax Horn
2009-09-15Fix valgrind warning inside "saturatedAddColor", when using the same palette ...Johannes Schickel
2009-09-14FW Amiga distributed via Interplay should be a US version according to mobyga...Johannes Schickel
2009-09-14Add md5 sum of FW Amiga distributed by "Interplay".Johannes Schickel
2009-09-03Workaround for bug #2848940 (ScummVM crashes with Future wars): getZoneFromPo...Kari Salminen
2009-08-25Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "O...Johannes Schickel
2009-08-25Fix Cine's predefined palette formats (They were all broken by the gsoc2009-1...Kari Salminen
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-08-03Fix for #2824798 (FW: crash when clicking "load" in the GUI):Kari Salminen
2009-08-01Remove obsolete comment from Cine::Palette::saturatedAddColor.Kari Salminen
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15Remove ioFailed() usage from Cine engine.Kari Salminen
2009-07-13Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-...Travis Howell
2009-07-13Fix for bug #2669415 (FW: half walking speed in a screen).Kari Salminen
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
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-15Fix compilationEugene Sandulenko
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