Age | Commit message (Expand) | Author |
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn |
2010-02-23 | SCI: Move SciGui::wait to EngineState::wait | Max Horn |
2010-02-23 | SCI: Stop storing EngineState in SciGui32 | Max Horn |
2010-02-21 | SCI: added warning when getting invalid rect in kCan(t)BeHere | Martin Kiewitz |
2010-02-21 | Handle invalid rects in kCanBeHere(). Fixes some odd crashes in Iceman | Filippos Karapetis |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-09 | SCI: also reset some variables inside reset(), so we dont error() out in lsl2... | Martin Kiewitz |
2010-02-07 | SCI: GfxPalette::setFromResource() now actually passes force further down the... | Martin Kiewitz |
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 |