aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/tucker.cpp
AgeCommit message (Expand)Author
2013-07-16TUCKER: Amend fix for bug #3614697 - "Spanish version uncompletable..."D G Turner
2013-07-14TUCKER: Add support for skipping unhandled/invalid instructions.D G Turner
2013-07-14TUCKER: Fix for bug #3614697 - "Spanish version uncompletable..."D G Turner
2013-07-12TUCKER: Fix palette fadesWillem Jan Palenstijn
2011-05-17TUCKER: Give name to RandomSource, to register it with event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-20TUCKER: add missing code for kSupportsLoadingDuringStartupGregory Montoir
2011-03-19TUCKER: Get rid of syncSoundSettings()dhewg
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-19TUCKER: cleanup, removed unused variablesGregory Montoir
2011-02-19TUCKER: fix truncated action string in english versionGregory Montoir
2011-02-18TUCKER: fix #3106714 - Wrong animation after TV offGregory Montoir
2011-02-18TUCKER: cleanupGregory Montoir
2011-02-18TUCKER: fix #3106542 - Ego drawn behind backgroundGregory Montoir
2011-02-18TUCKER: fix #3106536 - Punk stuck (moving in background)Gregory Montoir
2011-02-18TUCKER: fix #2628056 - Text Dialogue is out of syncGregory Montoir
2011-02-18TUCKER: fix #2627967 - Slow WalkingGregory Montoir
2011-02-14TUCKER: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-08TUCKER: Added basic debugging console to engineDavid Turner
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2009-10-17TUCKER: fix several issues in ending sequences (tracker item #2872355 - Minor...Gregory Montoir
2009-10-11TUCKER: fix original game glitch (tracker item #2872385 - Fish swims out of a...Gregory Montoir
2009-10-11TUCKER: ignore selected verb when displaying options (tracker item #2872383 -...Gregory Montoir
2009-09-27TUCKER: add clipping for text drawingGregory Montoir
2009-08-25TUCKER: add support for commpressed intro sound effectsGregory Montoir
2009-08-25TUCKER: some dirty rects handling fixesGregory Montoir
2009-08-15Removed unnecessary semi-colons.Torbjörn Andersson
2009-07-13tucker: added workaround for original game glitch (tracker item #2597763)Gregory Montoir
2009-07-13tucker: fixed issues with dirty rects handling (tracker item #2597763)Gregory Montoir
2009-06-14simplified .raw/.wav data files handling in introduction sequencesGregory Montoir
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-17cleanupGregory Montoir
2009-05-11some cleanup :Gregory Montoir
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01fix for tracker item #2627942 TUCKER: Brainroom/Information Room Graphics glitchGregory Montoir
2009-02-21cleanupGregory Montoir
2009-02-15correct sprite state for location 43 (fixes #2600759)Gregory Montoir
2009-01-31fixed invalid dirty rect for infobar ; added code difference in infobar displ...Gregory Montoir
2009-01-28fix #2543067 'crash on Bud Tucker in Double Trouble german version', don't co...Gregory Montoir
2009-01-25added a few more code differences, demo version is now completableGregory Montoir
2009-01-24added detection entry for playable demo and some code differencesGregory Montoir
2009-01-18merged Graphics::copyTo640/Graphics::copyFrom640Gregory Montoir
2009-01-16Some cleanup (one could replace some of those switch/case by jump tables...)Max Horn
2009-01-16TUCKER: Changed loadFile and loadImage to take filename as parameter (trying ...Max Horn
2009-01-16TUCKER: Simplify TuckerEngine::copyLocBitmapMax Horn
2008-12-17moved game version flags to detection entries ; unset kGameFlagEncodedData fo...Gregory Montoir