aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-06-29Fix the load game dialog in Riven DVD's menu, borrowed from Parallaction.Matthew Hoops
2010-06-28SCI: removing ignoring of channel volume change code from r50463, the lsl5 is...Martin Kiewitz
2010-06-28SCI: its lsl5 sound resource 294, not 274 (changed comment only)Martin Kiewitz
2010-06-28Don't initialize graphics again when loadingFilippos Karapetis
2010-06-28SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt...Martin Kiewitz
2010-06-28SCI: More changes to the code for loading from the launcherFilippos Karapetis
2010-06-28Fixed loading of saved games from the launcherFilippos Karapetis
2010-06-28Applied patch #3022511 - "qfg4 detection cleanup"Filippos Karapetis
2010-06-28SCI: remove clipping of volume inside SciMidiParser::setvolumeMartin Kiewitz
2010-06-28SCI: updated comment about transparent pixels in viewsMartin Kiewitz
2010-06-28SCI: kAnimate resetting _lastCastCount all the timeMartin Kiewitz
2010-06-28KYRA: change audio detection flags setting (since most users don't own a real...Florian Kagerer
2010-06-28SCI: fix regression of r50422, please no refactoring without proper testing -...Martin Kiewitz
2010-06-28SCI: added comment - lsl5 also has too large windowsMartin Kiewitz
2010-06-28SCI: stupid oversight fix r50446, too hot here :PMartin Kiewitz
2010-06-28SCI: fixing valgrind issue in Script::initialiseClasses thx to wjp for valgri...Martin Kiewitz
2010-06-28SCI: cleanup of execstack, output of backtrace slightly modified, is now also...Martin Kiewitz
2010-06-28SCI: Some more GC cleanupMax Horn
2010-06-28SCI: Turn more warnings into errors.Max Horn
2010-06-28SCI: Move a few remaining Script methods to engine/script.cppMax Horn
2010-06-28SCI: Clarify docs of GC related SegmentObj methodsMax Horn
2010-06-28SCI: Make various SegManager constMax Horn
2010-06-28SCI: get rid of Script::allocateObjectMax Horn
2010-06-28Remove CRsWillem Jan Palenstijn
2010-06-28SCI: add const again to newWidthMartin Kiewitz
2010-06-28SCI: fix regression of r50424, 2x scalingMartin Kiewitz
2010-06-28Bugfix to properly erase text messages when they expirePaul Gilbert
2010-06-28SCI: More comment rewrappingMax Horn
2010-06-28SCI: Fix DEBUG_GC mode and permanently enable itMax Horn
2010-06-28SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacksMax Horn
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-28SCI: Change warning back to error in Script::initialiseObjectsSci0Max Horn
2010-06-28SCI: More formatting cleanupMax Horn
2010-06-28SCI: Cleanup GfxView code (formatting etc.); also insert some asserts to prot...Max Horn
2010-06-28SCI: Optimized GfxScreen::scale2x a bitMax Horn
2010-06-28SCI: Comment cleanupMax Horn
2010-06-28SCI: Remove GfxView::getLoopInfo; add assert to GfxView::getCelInfoMax Horn
2010-06-28SCI: Add const qualifiers to many GfxView methods and their return values.Max Horn
2010-06-28SCI: Make src param of GfxScreen::scale2x constMax Horn
2010-06-28SCI: cleanupMax Horn
2010-06-28SCI: set volume all the time, fixes volume being 0 after fading in sci0Martin Kiewitz
2010-06-28SCI: changed the way setVolume works for sci0 back to the way it was from r50...Martin Kiewitz
2010-06-28SCI: added uninit workaround for lsl3 - when accessing set volume menu the fi...Martin Kiewitz
2010-06-28SCI: reordering and cleanup, removing debug code from sci0 mix-codeMartin Kiewitz
2010-06-28SCI: implementing real setVolume() support, fixing some fading in sci1 games ...Martin Kiewitz
2010-06-28SCI: regression from implementing channel remapping and r50405 - center pitch...Martin Kiewitz
2010-06-28SCI: separated the graphics initialization code a bitFilippos Karapetis
2010-06-28SCI: fix regression of r50405 - sq1vga right at the beginning - scripts are p...Martin Kiewitz
2010-06-28SCI: show arguments on selector invoke breakpoint even when VM_DEBUG_SEND is ...Martin Kiewitz
2010-06-28Fade palette in/out when entering/leaving a locationRobert Špalek