Age | Commit message (Expand) | Author |
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 |
2008-08-12 | Implemented Operation Stealth specific parts of processInventory and added an... | Kari Salminen |
2008-08-12 | Changed commandBuffer from a char[80] to Common::String and made FWRenderer::... | Kari Salminen |
2008-08-11 | Made Operation Stealth's action failure messages use a background color set b... | Kari Salminen |
2008-08-11 | Implemented drawMessage changes for Operation Stealth's timed cutscenes (Nega... | Kari Salminen |
2008-08-11 | Moved fontParamTable inside TextHandler struct and made it a constant size as... | Kari Salminen |
2008-08-11 | Changed palPtr from a pointer to a Common::Array named palArray. Removed palE... | Kari Salminen |
2008-08-11 | Removed textDataPtr pointer as it's not used beyond the loadTextData function... | Kari Salminen |
2008-08-11 | Changed partBuffer from a pointer to a Common::Array. Removed numElementInPar... | Kari Salminen |
2008-08-11 | Added a safeguard to readBundleFile so it shouldn't corrupt memory even if th... | Kari Salminen |
2008-08-11 | Changed readBundleFile to unpack data in-place and added debugging messages t... | Kari Salminen |
2008-08-10 | Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,... | Christopher Page |
2008-08-09 | Converted zoneData and zoneQuery tables from plain array types to Common::Arr... | Kari Salminen |
2008-08-09 | Converted animDataTable from a plain array to a Common::Array. Should help to... | Kari Salminen |
2008-08-09 | Converted objectTable from a plain array to a Common::Array. Should help to c... | Kari Salminen |
2008-08-09 | Made type 21 & 22 overlays not be flipped (The oxygen gauge looks actually be... | Kari Salminen |
2008-08-09 | Made drawPlainBox's effective width and height always at least one. | Kari Salminen |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-09 | Added preliminary version of drawing type 22 overlays (Such overlays are adde... | Kari Salminen |
2008-08-09 | Added updating of global variable var5 to Operation Stealth's renderOverlay f... | Kari Salminen |