aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-08SCI/newgui: RestoreBits() now ignores empty handlesMartin Kiewitz
svn-id: r44801
2009-10-08PS2: Add some stubs for the ps2 port to our primary build system (incomplete ↵Max Horn
WIP) svn-id: r44800
2009-10-08SCI/newgui: more cleanupMartin Kiewitz
svn-id: r44799
2009-10-08LOL/PC-98: fixed lightning spellFlorian Kagerer
svn-id: r44798
2009-10-08LOLLOL/PC-98: fixed add-spell-to-scroll animationFlorian Kagerer
svn-id: r44797
2009-10-08SCI/newgui: cleanup, fixing uninitialized variable in SciGuiPaletteMartin Kiewitz
svn-id: r44796
2009-10-08SCI: Removed SegManager::getDescriptionMax Horn
svn-id: r44795
2009-10-08LOLLOL/PC-98: fixed ghorka swamp freeze modeFlorian Kagerer
svn-id: r44794
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-10-08SCI/newgui: floodfill cleanup, pattern drawing: helper went private, ↵Martin Kiewitz
clipping implemented svn-id: r44792
2009-10-08SCI: Fix warningMax Horn
svn-id: r44791
2009-10-08SCI/newgui: remarks about _menuPort, uninitialized usage in SciGuiPalette ↵Martin Kiewitz
removed, _menuPort and _mainPort get deleted in destructor svn-id: r44790
2009-10-08SCI/newgui: kAnimate changesMartin Kiewitz
svn-id: r44789
2009-10-08SCI/newgui: implemented more of kAnimate, currently crashes on windowMgr update.Martin Kiewitz
svn-id: r44788
2009-10-08Started rewriting the check for the graphics functions type (still not ↵Filippos Karapetis
finished) svn-id: r44787
2009-10-08Add a hack that fixes bug #2858887 and #2859606Arnaud Boutonné
svn-id: r44785
2009-10-08SCI/newgui: change to nsRect, scripts expect that. Fixes mouse clicking on ↵Martin Kiewitz
several games svn-id: r44784
2009-10-08SCI/newgui: kAnimate - coordinates fixedMartin Kiewitz
svn-id: r44783
2009-10-08SCI/newgui: kAnimate - _delete invoking implementedMartin Kiewitz
svn-id: r44782
2009-10-08SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working ↵Martin Kiewitz
correctly currently svn-id: r44781
2009-10-08SCI/newgui: kAnimate SciGuiGfx::AnimateFill implementedMartin Kiewitz
svn-id: r44780
2009-10-08The layout of global object data is different in the PCE version of Loom.Travis Howell
svn-id: r44779
2009-10-08SCI/newgui: kAnimate - resolved previously unknown code functionalityMartin Kiewitz
svn-id: r44777
2009-10-08Updated comment to indicate that QFG1VGA is one of the newer SCI1.1 games ↵Filippos Karapetis
that has word-aligned resources svn-id: r44775
2009-10-08gob - Fix a Valgrind warning occuring in CD gamesArnaud Boutonné
svn-id: r44774
2009-10-08Don't store the engine state in the SciGuiPalette class. The palette ↵Filippos Karapetis
timestamps are now calculated from Epoch time, instead of game start time (the functionality is exactly the same, though) svn-id: r44773
2009-10-08SCI/newgui: removed EGAmappingMartin Kiewitz
svn-id: r44772
2009-10-08Restore the engine state stored within SciGui during loading once more, ↵Filippos Karapetis
since it gets replaced during loading. Fixes loading (a regression from #44730) svn-id: r44771
2009-10-08Removed the unused game_time variable, and fixed the incorrect calculation ↵Filippos Karapetis
of start_game_time when restoring a game svn-id: r44770
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & ↵Max Horn
SegManager::lookupList svn-id: r44769
2009-10-07SCI: Change more stuff to be CFG compliantMax Horn
svn-id: r44768
2009-10-07SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ↵Max Horn
header file from another header file unless you absolutely *must* do it; if possible, try to use class forwards instead, and include the headers from source files only svn-id: r44767
2009-10-07SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;)Max Horn
svn-id: r44766
2009-10-07SCI: Replace SciGuiGfx::mallocPort by 'new GuiPort'; also add FIXMES about ↵Max Horn
ports which are not freed, have no valid ID and are not known to the window mgr svn-id: r44765
2009-10-07SCI: Fix warning, cleanupMax Horn
svn-id: r44764
2009-10-07SCI: Make local tables 'static', rename them according to our CFGMax Horn
svn-id: r44763
2009-10-07SCI/newgui: changed dithering logic, otherwise colors combined with black ↵Martin Kiewitz
wouldnt get undithered correctly svn-id: r44762
2009-10-07SCI: debug command undither implementedMartin Kiewitz
svn-id: r44761
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
- Renamed gui -> _gui in EngineState, for consistency - Added a reference to SciGuiCursor in EngineState, to be used by current code - Renamed setCursorHide -> hideCursor, setCursorShow -> showCursor - Moved the cursor zone limiting code inside SciGuiCursor. This code is currently not functioning, as we need to call refreshPosition() before each updateScreen() call to limit the cursor position. svn-id: r44760
2009-10-07SCI: kDrawPic / had an error in previous revisionMartin Kiewitz
svn-id: r44759
2009-10-07SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme)Martin Kiewitz
svn-id: r44758
2009-10-07SCI: changed kDrawPic to use oldGfxFuncs()Martin Kiewitz
svn-id: r44757
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not ↵Martin Kiewitz
working needs fixing svn-id: r44756
2009-10-07Update AUTHORS properly using 'make credits'Max Horn
svn-id: r44754
2009-10-07LOL/PC-98: fixed freeze spellFlorian Kagerer
svn-id: r44753
2009-10-07Add Hkz and myselfArnaud Boutonné
svn-id: r44752
2009-10-07SCI/newgui: SciGuiView - paletteoffset in EGA games documented and finally ↵Martin Kiewitz
not used svn-id: r44751
2009-10-07dont ask...Martin Kiewitz
svn-id: r44750
2009-10-07another try to add myself...(this is more complicated than writing for sci ↵Martin Kiewitz
itself) svn-id: r44749
2009-10-07adding myself correctly to credits.pl ;)Martin Kiewitz
svn-id: r44748