Age | Commit message (Expand) | Author |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-18 | Make the 256 color transformPaletteRange-function and Future Wars's refreshPa... | Kari Salminen |
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-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-20 | Fix font loading: | 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-14 | Moved showing of the collision page from Alt-key to F11-key because Alt confl... | 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 | Fixed drawPlainBox's boundary checking (It wrote outside the screen occasiona... | Kari Salminen |
2008-08-12 | Fix for GCC warning in OSRenderer::renderOverlay: declaration of 'len' shadow... | 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-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 | 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 |
2008-08-07 | Added precautionary tests to background scrolling function in Operation Steal... | Kari Salminen |
2008-08-07 | Made drawPlainBox handle border cases so it won't corrupt memory so easily. T... | Kari Salminen |
2008-08-07 | Fix for popup boxes sometimes blocking animation when they shouldn't in Opera... | Kari Salminen |
2008-08-06 | Renamed page3Raw to collisionPage so it's more apparent what it does. | Kari Salminen |
2008-08-06 | HACK: Force oxygen to maximum during Operation Stealth's first arcade sequence. | Kari Salminen |
2008-07-28 | Added loading of temporary Operation Stealth savegames. Needs testing! | Kari Salminen |
2008-07-27 | Added a preliminary saving routine for Operation Stealth (Disabled by default... | Kari Salminen |
2008-07-22 | Fix for bug #2019355 (FW: broken compatibility with 0.11.1 saves): | Kari Salminen |
2008-07-17 | Patch #2019455: Patch for reducing the BSS size of Cine engine. | Kari Salminen |
2008-07-07 | Fix for bathroom door opening crash in Operation Stealth's start. | Kari Salminen |
2008-06-09 | Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array | Torbjörn Andersson |
2008-05-29 | Fixed a crash that occurs when OS starts | Filippos Karapetis |
2008-05-24 | Patch #1969189: "CinE renderer rewrite" | Eugene Sandulenko |
2008-04-21 | Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghost | Eugene Sandulenko |
2008-04-07 | Patch #1913862: "CinE Script system" | Eugene Sandulenko |
2007-12-14 | renamed several structures, variables and functions | Gregory Montoir |
2007-12-13 | use CLIP template for clipping, made an array static const and renamed MAX_OB... | Gregory Montoir |
2007-12-13 | Cleanup | Filippos Karapetis |
2007-12-09 | - minor screen fix for OS | Gregory Montoir |
2007-12-08 | simplified gfxConvertSpriteToRaw, some renaming | Gregory Montoir |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-19 | removed 4 unused offscreen buffers ; also changed several 64k buffers to be d... | Gregory Montoir |
2007-05-18 | added debug code to display sprite masks | Gregory Montoir |
2007-05-18 | added missing MIN() calls | Gregory Montoir |
2007-05-17 | moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed inden... | Gregory Montoir |
2007-05-17 | added code for gfxSpriteFunc1 and gfxSpriteFunc2, which are used for sprite m... | Gregory Montoir |