Age | Commit message (Expand) | Author |
2010-02-07 | SCI1 Mac games can call kGetFarText with a NULL destination, so we need to al... | Matthew Hoops |
2010-02-07 | Oops, correct a comment. | Matthew Hoops |
2010-02-07 | Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5... | Matthew Hoops |
2010-02-06 | Fascination - Use invalidateRect instead of dirtiedRect, fix several other li... | Arnaud Boutonné |
2010-02-06 | Revert r47944: useless debug messages, sorry for the wrong commit | Arnaud Boutonné |
2010-02-06 | Add an assert to avoid a crash when printing the character 0x00. | Arnaud Boutonné |
2010-02-06 | Add an assert to avoid a crash when printing the character 0x00. | Arnaud Boutonné |
2010-02-06 | SCI: adding more debug output to kPalVary, fixing loading savedgames (_gfxPai... | Martin Kiewitz |
2010-02-06 | Removed unnecessary semi-colons to keep GCC happy. | Torbjörn Andersson |
2010-02-06 | SCI: added debug code to kPalVary, added warning when calling kPalette(setFro... | Martin Kiewitz |
2010-02-06 | SCI: Revert r47925 and put fix inside GC instead. | Walter van Niftrik |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |
2010-02-06 | Add test case for partial reads in LoopingAudioStream too. | Johannes Schickel |
2010-02-06 | Some slight extension for the LoopingAudioStream unit test(s). | Johannes Schickel |
2010-02-06 | SCI: put kShakeScreen into GfxPaint, called directly now | Martin Kiewitz |
2010-02-06 | Fix bug in LoopingAudioStream::readBuffer, this makes the unit tests complete... | Johannes Schickel |
2010-02-06 | Add (currently failing :-/) unit tests for LoopingAudioStream. | Johannes Schickel |
2010-02-06 | Move test AudioStream creation to a new file. | Johannes Schickel |
2010-02-06 | Mark the sanity checks inside kernelSetNowSeen and kernelBaseSetter as hacks | Filippos Karapetis |
2010-02-06 | Added a sanity check for kListAt and made the hack for displaying text work i... | Filippos Karapetis |
2010-02-06 | Don't try and manipulate invalid views (i.e. views with view ID -1/65535, whi... | Filippos Karapetis |
2010-02-06 | SCI: Run GC only when execution_stack_base is 0. | Walter van Niftrik |
2010-02-06 | Silenced warning that intersectionX and intersectionY could be uninitialized | Filippos Karapetis |
2010-02-06 | Fascination: Fix lamp problem in parking lot. | Arnaud Boutonné |
2010-02-06 | Add a missing break. | Matthew Hoops |
2010-02-06 | SCI: Don't call garbage collector directly from kFlushResources() as this is ... | Walter van Niftrik |
2010-02-06 | Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games def... | Matthew Hoops |
2010-02-05 | SCI: removing int8 from kernelSetNowSeen() as well, didnt make any sense :P | Martin Kiewitz |
2010-02-05 | SCI: removing int8 inside kernelSetNowSeen as well, didnt make any sense :P | Martin Kiewitz |
2010-02-05 | SCI: Get rid of the mysterious sign_extend_byte() and replace it by a simple ... | Max Horn |
2010-02-05 | SCI: Document GfxCompare::canBeHereCheckRectList; pass Common::Rect by ref | Max Horn |
2010-02-05 | SCI: Add comment to GfxCompare::canBeHereCheckRectList | Max Horn |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-02-05 | SCI: moving kDisplay into GfxPaint16, now getting called directly as well | Martin Kiewitz |
2010-02-05 | SCI: priority band specific stuff now gets called directly w/o SciGui | Martin Kiewitz |
2010-02-05 | SCI: moved control type enum | Martin Kiewitz |
2010-02-05 | SCI: remaining cursor functions now also directly called | Martin Kiewitz |
2010-02-05 | SCI: drawMenuBar, drawStatus now called directly and w/o SciGui | Martin Kiewitz |
2010-02-05 | SCI: moved onControl etc. into GfxCompare, now getting called directly. also ... | Martin Kiewitz |
2010-02-05 | Cleanup kShowMovie; merge the SCI1.1/SCI2 and SCI2.1 AVI code. | Matthew Hoops |
2010-02-05 | SCI: initializing _highPlanePri inside GfxFrameout | Martin Kiewitz |
2010-02-05 | SCI: fix warning inside GfxCoordAdjuster header | Martin Kiewitz |
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla... | Martin Kiewitz |
2010-02-05 | SCI: frameout sci32 stuff now gets called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-05 | SCI: removing debugShowMap from SciGui32 | Martin Kiewitz |
2010-02-05 | SCI: screen specific debug functions are now called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-05 | SCI: adding some minor documentation for the various graphic classes | Martin Kiewitz |
2010-02-05 | SCI: calling most of the cursor functions directly via _gfxCursor instead of ... | Martin Kiewitz |
2010-02-05 | SCI: renamed class Cursor to GfxCursor | Martin Kiewitz |
2010-02-05 | SCI: Add implementation for Intersections(). | Walter van Niftrik |