aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/tucker.cpp
AgeCommit message (Expand)Author
2016-02-24TUCKER: Hide cursor in cutscenesOri Avtalion
2014-05-25TUCKER: Skip the display of the intro and of the chapter number when a game i...Strangerke
2014-05-24TUCKER: Add a couple of safeguards to avoid out of bound access during the di...Strangerke
2014-05-24TUCKER: Add a safeguard to avoid a potential out of bound accessStrangerke
2014-03-21TUCKER: Change the type of the return value of handleSpecialObjectSelectionSe...Strangerke
2014-03-20TUCKER: Fix some uninitialized variablesStrangerke
2014-03-15TUCKER: Initialize some more pointers with nullptr instead of 0Strangerke
2014-03-15TUCKER: Use boolean instead of integer in several placesStrangerke
2014-03-15TUCKER: Initialize some pointers with nullptr instead of 0Strangerke
2014-03-15TUCKER: Add a safeguard in updateCharPosition() to avoid a potential out-of-b...Strangerke
2014-03-09TUCKER: Some renaming in GraphicsStrangerke
2014-03-09TUCKER: Some more refactoringStrangerke
2014-03-09TUCKER: Some more refactoringStrangerke
2014-03-09TUCKER: make _panelLockedFlag a boolean instead of an integerStrangerke
2014-03-09TUCKER: Fix some values assigned to _skipCurrentCharacterDrawStrangerke
2014-03-09TUCKER: Some more renamingStrangerke
2014-03-08TUCKER: Some more renamingStrangerke
2014-03-08TUCKER: Change the type of some variables to booleanStrangerke
2014-03-08TUCKER: Initialize some uninitialized variablesStrangerke
2014-03-07TUCKER: Use a boolean for drawFlag instead of an integerStrangerke
2014-03-07TUCKER: Some more renamingStrangerke
2014-03-07TUCKER: Use boolean in place of integer for some members of the Sprite structureStrangerke
2014-03-07TUCKER: Start renaming struct members to follow coding/naming conventionsStrangerke
2014-03-07TUCKER: Reduce the scope of some variablesStrangerke
2014-02-18TUCKER: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-10TUCKER: Fix bug #6381 - "TUCKER: In 3rd part, "Use Peg" fails..."dergunov
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