Age | Commit message (Expand) | Author |
2009-09-03 | Workaround for bug #2848940 (ScummVM crashes with Future wars): getZoneFromPo... | Kari Salminen |
2009-08-25 | Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "O... | Johannes Schickel |
2009-08-25 | Fix Cine's predefined palette formats (They were all broken by the gsoc2009-1... | Kari Salminen |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-08-03 | Fix for #2824798 (FW: crash when clicking "load" in the GUI): | Kari Salminen |
2009-08-01 | Remove obsolete comment from Cine::Palette::saturatedAddColor. | Kari Salminen |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-15 | Remove ioFailed() usage from Cine engine. | Kari Salminen |
2009-07-13 | Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-... | Travis Howell |
2009-07-13 | Fix for bug #2669415 (FW: half walking speed in a screen). | Kari Salminen |
2009-07-04 | Merged 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 sense | Max Horn |
2009-06-27 | Name Operation Stealth's global variables 251 and 252 and init them in main l... | Kari Salminen |
2009-06-20 | fixed OPL 0xB0 register write. the return value of findNote() already include... | Gregory Montoir |
2009-06-15 | Fix compilation | Eugene Sandulenko |
2009-06-11 | Fix Operation Stealth's 2nd arcade sequence's revolving doors. | Kari Salminen |
2009-06-08 | Convert FWRenderer and OSRenderer to use Cine::Palette. | Kari Salminen |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-24 | Add color and color component getters to Cine::Palette. | Kari Salminen |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-11 | Fix bug #2055836: "FW: Music is not restarted when loading a saved game" | Eugene Sandulenko |
2009-04-04 | Add saturatedAddColor-function in which you can specify the added color's for... | Kari Salminen |
2009-04-01 | Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ... | Kari Salminen |
2009-04-01 | Add default constructor for Cine::Palette (Creates an invalid, empty palette). | Kari Salminen |
2009-03-28 | Cine::Palette: Revamp palette constants so they can be used for e.g. allocati... | Kari Salminen |
2009-03-28 | Cine::Palette: Add constants for normally used palette color counts and byte ... | Kari Salminen |
2009-03-28 | Cine::Palette: Add empty() and isValid() functions. | Kari Salminen |
2009-03-27 | Cine::Palette: Add a black palette constructor and a clear-function for clear... | Kari Salminen |
2009-03-27 | Make Cine::Palette use the PixelFormat's convenience functions introduced in ... | Kari Salminen |
2009-03-27 | Cine::Palette: Remove unnecessary and needlessly complicating saving of the l... | Kari Salminen |
2009-03-27 | Cine::Palette: Add setGlobalOSystemPalette-method for setting the global OSys... | Kari Salminen |
2009-03-25 | Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div... | Kari Salminen |
2009-03-24 | Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods. | Kari Salminen |
2009-03-16 | Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!). | Kari Salminen |
2009-03-16 | Cine::Palette: Make saturatedAddColor-methods more like their old counterpart... | Kari Salminen |
2009-03-16 | Prefix Cine's endian types with CINE_ so they don't clash with already define... | Kari Salminen |
2009-03-16 | Add endianness handling to Cine::Palette's load and save functions. | Kari Salminen |
2009-03-14 | Cine::Palette revamp part 2: Fix save-function, add Cine-palette formats etc. | Kari Salminen |
2009-03-11 | Fix assertion (Doh! That was supposed to be the other way). | Kari Salminen |
2009-03-11 | Cine::Palette: Move color format setting to setColorFormat-method. | Kari Salminen |
2009-03-11 | Formatting. | Kari Salminen |
2009-03-11 | Add saving in original palette format and the OSystem's palette format to Cin... | Kari Salminen |
2009-03-11 | Add saving functions to Cine::Palette (Now one can output the palette in othe... | Kari Salminen |
2009-03-11 | Fix assertions in palette loading function to really test that each color com... | Kari Salminen |
2009-03-10 | - Fix warnings | Johannes Schickel |
2009-03-10 | Fix compile of CINE engine. | Travis Howell |
2009-03-10 | Palette-class for Cine-engine, WIP: Take 2. Testing, using and documentation ... | Kari Salminen |