aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2010-01-17Mark lsl3 as a workaround.Eugene Sandulenko
2010-01-17SCI: speed throttler - hardcoded exception for room 290/lsl3, should fix push...Martin Kiewitz
2010-01-17SCI: speed throttler changed, now gets triggered by kAnimate, removed initial...Martin Kiewitz
2010-01-17SCI: another speed throttler, delays decrementing cycles/cycleCnt selectors, ...Martin Kiewitz
2010-01-17SCI: kDisposeWindow - use reanimate when argc == 1 (fixes iceman window removal)Martin Kiewitz
2010-01-16The GM patches from Sierra's GM utility can now also be processed with their ...Filippos Karapetis
2010-01-15SCI: changed scalesignal to scaleSignal - selector works now :)Martin Kiewitz
2010-01-15SCI: adjust kNewWindow to support argc==15 (on mac according [md5])Martin Kiewitz
2010-01-15Updated kernel function check for kGetEvent in Mac versions and adjusted the ...Filippos Karapetis
2010-01-15SCI: adding scalesignal selectorMartin Kiewitz
2010-01-14SCI: another change to reanimate behaviour of kDisposeWindowMartin Kiewitz
2010-01-14SCI: change on reanimate kDisposeWindow behaviour, fixes sq5 window removalMartin Kiewitz
2010-01-13SCI: fix kernel signature for kDrawCel (fixes island of dr. brain), added deb...Martin Kiewitz
2010-01-12Fix some memory leaks caused by never freeing the allocated memory, which is ...Johannes Schickel
2010-01-11Don't update the screen twice while waitingFilippos Karapetis
2010-01-11Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). A...Filippos Karapetis
2010-01-11Some portrait-related changes, to be used when portrait loading/unloading is ...Filippos Karapetis
2010-01-11Moved all the cache limits inside helpers.h and removed an obsolete TODOFilippos Karapetis
2010-01-11Hide the mouse cursor while a video is being playedFilippos Karapetis
2010-01-10SCI: Fix default optimization level in AvoidPathWalter van Niftrik
2010-01-10Silenced warnings ("this" isn't defined on object instantiation, and commente...Filippos Karapetis
2010-01-10SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no...Martin Kiewitz
2010-01-10SCI: updateBox now also supports hires modeMartin Kiewitz
2010-01-10SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel...Martin Kiewitz
2010-01-08SCI: call gui-init right after loading a saved game, fixes weird gui issue th...Martin Kiewitz
2010-01-07SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ...Martin Kiewitz
2010-01-07SCI: fixed save/restorebits within screen class for displayscreen case, fixes...Martin Kiewitz
2010-01-07SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co...Martin Kiewitz
2010-01-06SCI: sync displayScreen with framebuffer after successful video playback (fix...Martin Kiewitz
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
2010-01-06The error inside execute_method() has been restored, it's only a warning for ...Filippos Karapetis
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-06Removed all hardcoded screen sizesFilippos Karapetis
2010-01-05Changed an error to a warning in execute_method(), so that Torin's Passage sc...Filippos Karapetis
2010-01-05Zero the array before using it. You can go talk to Grace now, DrMcCoy.Matthew Hoops
2010-01-05Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear his prec...Matthew Hoops
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-05SCI: adjusting cel drawing according to left/top of planeMartin Kiewitz
2010-01-04SCI: now filtering screenItems against planesMartin Kiewitz
2010-01-04SCI: fix crash due accessing invalid object (implemented deleteScreenitem)Martin Kiewitz
2010-01-04SCI: surprise for this DrMcCoy guyMartin Kiewitz
2010-01-04SCI: Add support for SCI2 to AvoidPath.Walter van Niftrik
2010-01-04SCI: kPalette / animate adjustments to behave more like sierra sci, also does...Martin Kiewitz
2010-01-04Updated commentFilippos Karapetis
2010-01-04SCI/new sound code: update sound cues when kGetEvent() is called, instead of ...Filippos Karapetis
2010-01-04Fallback detector:Filippos Karapetis
2010-01-03Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purposeFilippos Karapetis
2010-01-03sane_nodep() and sane_listp() should not be dummy functions when DISABLE_VALI...Filippos Karapetis