Age | Commit message (Expand) | Author |
2010-02-07 | SCI: set screen palette only when it got changed during merge (performance on... | Martin Kiewitz |
2010-02-07 | SCI: dont set palette on kernelDrawCel() call | Martin Kiewitz |
2010-02-07 | SCI: added dummy assertpalette to GfxPalette, setting destination palette imm... | Martin Kiewitz |
2010-02-06 | Removed unnecessary semi-colons to keep GCC happy. | Torbjörn Andersson |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |
2010-02-06 | SCI: put kShakeScreen into GfxPaint, called directly now | Martin Kiewitz |
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-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 | 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: renamed class Font to GfxFont | Martin Kiewitz |
2010-02-05 | SCI: renamed SciGuiPicture to GfxPicture | Martin Kiewitz |
2010-02-05 | SCI2 Windows games are scaled from 320x200 to 640x480, not 640x400. Aspect ra... | 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 |
2010-02-04 | SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w... | Martin Kiewitz |
2010-02-04 | SCI: cleaning up deleting of graphic objects | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and... | Martin Kiewitz |
2010-02-04 | SCI: fixing header of paint32 | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint32 class, adding back support for planes, minor change in... | Martin Kiewitz |
2010-02-04 | SCI: also adjusting bottom/right coordinate of plane rect | Martin Kiewitz |
2010-02-04 | SCI: added clipping inside frameout (fixes torin) | Martin Kiewitz |
2010-02-04 | SCI: support for resX, resY inside frameout | Martin Kiewitz |
2010-02-04 | SCI: fix support for cels that are larger than 64k (sierra logo animation in ... | Martin Kiewitz |
2010-02-03 | SCI: some work on robot REing (still comments only) | Martin Kiewitz |