Age | Commit message (Expand) | Author |
2008-11-20 | Fixed gcc warning. | Johannes Schickel |
2008-11-20 | Fix resizing of the internal color array in Palette-class. | Kari Salminen |
2008-11-20 | Add Palette-class for handling 9-bit and 24-bit palettes. WIP! | Kari Salminen |
2008-11-18 | Make the 256 color transformPaletteRange-function and Future Wars's refreshPa... | Kari Salminen |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-13 | Fix compile of CINE engine. | Travis Howell |
2008-11-13 | Started moving Save/Load code to saveload.cpp/.h | Filippos Karapetis |
2008-11-12 | Deleting save states via the launcher and the GMM is now supported in the cin... | Filippos Karapetis |
2008-11-12 | Saving and loading from the GMM is now supported in the cine engine | Filippos Karapetis |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-22 | Remove unnecessary function overloadings for loadBg16 and loadBg256. | Kari Salminen |
2008-10-22 | Make incrustMask and incrustSprite only draw to the current background in Ope... | Kari Salminen |
2008-10-19 | Cleanup (Removed an extra 'return 0'). | Kari Salminen |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: CINE | Max Horn |
2008-08-25 | Added a warning to bug #2055912's fix committed in revision 34132. | Kari Salminen |
2008-08-24 | Fix for bug #2055912: FW: incrustSprite fails on savegame loading. | Kari Salminen |
2008-08-22 | Designate fix for bug #2057619 as a hack, as that's what it is. | Kari Salminen |
2008-08-21 | Fix typo. | Kari Salminen |
2008-08-21 | Fix for bug #2057619: FW: Glitches in title display of demo (regression). | Kari Salminen |
2008-08-20 | Fix font loading: | Kari Salminen |
2008-08-19 | Fix for bug #2057619: FW: Glitches in title display of demo (regression). | Kari Salminen |
2008-08-19 | Fix for bug #2057656: FW: Assert during demo (regression). | Kari Salminen |
2008-08-19 | Fix for bug #2057637: FW: Spaceship glitches in demo (regression). | Kari Salminen |
2008-08-17 | Added some documentation about how data is unpacked in gfxConvertSpriteToRaw ... | Kari Salminen |
2008-08-17 | Forwardport of branch-0-12-0's r33966: Fix to Future Wars's rendering of type... | Kari Salminen |
2008-08-16 | Workaround for bug #2054882 (FW: Impossible to survive entering monastery (re... | Kari Salminen |
2008-08-16 | Changed AdlibRegisterSoundInstrument's member variables from unsigned 16-bit ... | Kari Salminen |
2008-08-16 | After merging trunk, Cine doesn't crash on RTL anymore. Awesome. | Christopher Page |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-15 | Fixes for Cine engine loading from launcher | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-14 | Moved showing of the collision page from Alt-key to F11-key because Alt confl... | Kari Salminen |
2008-08-14 | Fix for bugging moving at the bottom of the ocean when trying to free the gir... | Kari Salminen |
2008-08-14 | Added debug showing of the collision page when pressing the Alt key. Alt isn'... | Kari Salminen |
2008-08-13 | Type 21 overlay comment update (Found the drawing routine in the disassembly ... | Kari Salminen |
2008-08-12 | Hopefully fixes 'Conditional jump or move depends on uninitialised value(s)' ... | Kari Salminen |
2008-08-12 | Fixed drawPlainBox's boundary checking (It wrote outside the screen occasiona... | Kari Salminen |
2008-08-12 | Added possibility to get the read resource's size from readBundleFile. Made l... | Kari Salminen |
2008-08-12 | fix typo 'baclup' -> 'backup' | Joost Peters |
2008-08-12 | Fix for GCC warning in OSRenderer::renderOverlay: declaration of 'len' shadow... | Kari Salminen |
2008-08-12 | Tiny comment fix. | Kari Salminen |
2008-08-12 | Implemented Operation Stealth's makeCommandLine. | Kari Salminen |