aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-10-09Removed the wrong code for kGetTime case 1 in some SCI0 games - that case has...Filippos Karapetis
2009-10-09don't discard const qualifier needlesslyMax Horn
2009-10-09SCI: Fix some weird casting in the vectorPatternCircle and vectorPatternTextu...Max Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-09SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logicMartin Kiewitz
2009-10-09SCI/newgui: changing undithering logic again, palette now uses decoded color-...Martin Kiewitz
2009-10-09SCI/newgui: moved priority band initialization to init() call of SciGui to av...Martin Kiewitz
2009-10-09SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe...Martin Kiewitz
2009-10-09SCI/newgui: adding inactivate code for debug purposes to forward single metho...Martin Kiewitz
2009-10-09SCI/newgui: correction for kAddToPic, fixes guards in 1st screen of kq1Martin Kiewitz
2009-10-09SCI/newgui: kAnimate priority fixedMartin Kiewitz
2009-10-09SCI/newgui: pattern #defines moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI/newgui: pattern and floodfill moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in...Martin Kiewitz
2009-10-09Moved actor movement detection in state.cpp, together with the other detectio...Filippos Karapetis
2009-10-09SCI: kgraphics.cpp cleanup (no code changes)Martin Kiewitz
2009-10-09SCI/newgui: priority band init fixMartin Kiewitz
2009-10-09SCI/newgui: kCanBeHere partially implemented, little correctionsMartin Kiewitz
2009-10-09Oops...Filippos Karapetis
2009-10-09Fixed an issue when examining callk calls in the new graphics functions detec...Filippos Karapetis
2009-10-09Finished the automatic detection of the graphics functions used in SCI0 games...Filippos Karapetis
2009-10-09SCI/newgui: priority bands support for ega picturesMartin Kiewitz
2009-10-09SCI/newgui: some more priority band usage in kAnimateMartin Kiewitz
2009-10-09SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio...Martin Kiewitz
2009-10-09SCI/newgui: SciGuiView now also locks resourceMartin Kiewitz
2009-10-09SCI: resmanager / include order changeMartin Kiewitz
2009-10-09SCI/newgui: SciGuiFont now locks the resourcedata, fixes broken fonts in gamesMartin Kiewitz
2009-10-09SCI/newgui: windowmgr cleanupMartin Kiewitz
2009-10-09Fix warningMax Horn
2009-10-09SCI/newgui: Implemented kAddToPic (almost complete, but z-sorting and some ex...Martin Kiewitz
2009-10-08SCI: Turn reconstruct_scripts into SegManager::reconstructScriptsMax Horn
2009-10-08SCI: Remove outdated commentWillem Jan Palenstijn
2009-10-08SCI: Don't iterate past end of listWillem Jan Palenstijn
2009-10-08SCI: Removed obsolete stringfrags codeMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08SCI/newgui: RestoreBits() now ignores empty handlesMartin Kiewitz
2009-10-08SCI/newgui: more cleanupMartin Kiewitz
2009-10-08SCI/newgui: cleanup, fixing uninitialized variable in SciGuiPaletteMartin Kiewitz
2009-10-08SCI: Removed SegManager::getDescriptionMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-08SCI/newgui: floodfill cleanup, pattern drawing: helper went private, clipping...Martin Kiewitz
2009-10-08SCI: Fix warningMax Horn
2009-10-08SCI/newgui: remarks about _menuPort, uninitialized usage in SciGuiPalette rem...Martin Kiewitz
2009-10-08SCI/newgui: kAnimate changesMartin Kiewitz
2009-10-08SCI/newgui: implemented more of kAnimate, currently crashes on windowMgr update.Martin Kiewitz
2009-10-08Started rewriting the check for the graphics functions type (still not finis...Filippos Karapetis
2009-10-08SCI/newgui: change to nsRect, scripts expect that. Fixes mouse clicking on se...Martin Kiewitz
2009-10-08SCI/newgui: kAnimate - coordinates fixedMartin Kiewitz
2009-10-08SCI/newgui: kAnimate - _delete invoking implementedMartin Kiewitz
2009-10-08SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working ...Martin Kiewitz