Age | Commit message (Expand) | Author |
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 |
2010-02-05 | SCI: renamed class Font to GfxFont | Martin Kiewitz |
2010-02-05 | SCI: renamed SciGuiPicture to GfxPicture | Martin Kiewitz |
2010-02-05 | Added information on the patches folder included in KQ6CD | Filippos Karapetis |
2010-02-05 | Use strcmp() to test the game ID, not the != operator. | Torbjörn Andersson |
2010-02-05 | Silence a valgrind warning. The sound buffer should be created with malloc an... | Matthew Hoops |
2010-02-05 | SCI2 Windows games are scaled from 320x200 to 640x480, not 640x400. Aspect ra... | Matthew Hoops |
2010-02-05 | Have SCI look through the patches directory (except in KQ6 where the patches ... | Matthew Hoops |
2010-02-04 | Moved the PalVary code inside the GfxPalette class | Filippos Karapetis |
2010-02-04 | SCI: fix build paint16.h change | Martin Kiewitz |
2010-02-04 | SCI: renaming class View to GfxView | Martin Kiewitz |
2010-02-04 | SCI: renaming Transitions to GfxTransitions | Martin Kiewitz |
2010-02-04 | SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32 | Martin Kiewitz |
2010-02-04 | SCI: making pathfinding debug support also work in sci32 (though it just show... | Martin Kiewitz |
2010-02-04 | SCI: putting most kGraph functions into GfxPaint16 | Martin Kiewitz |