aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/sequences.cpp
AgeCommit message (Expand)Author
2019-11-09TUCKER: Fix Missing Default Switch CasesD G Turner
2018-07-04TUCKER: Use empty() instead of comparing against empty string literalAdrian Frühwirth
2018-07-04TUCKER: Use nullptrAdrian Frühwirth
2018-04-20TUCKER: Draw text only when hovering over hotspots when using the mapAdrian Frühwirth
2018-03-28TUCKER: Follow code formatting convention for switch statementsAdrian Frühwirth
2018-03-21TUCKER: Add Location enumAdrian Frühwirth
2018-03-18TUCKER: Get rid of strcpy()Adrian Frühwirth
2018-03-02TUCKER: Add Part enumAdrian Frühwirth
2018-03-02TUCKER: Add CursorStyle and CursorState enumsAdrian Frühwirth
2016-02-24TUCKER: Hide cursor in cutscenesOri Avtalion
2016-02-22TUCKER: Allow skipping and quitting from cutscene loopsOri Avtalion
2016-02-22TUCKER: Remove errant loop increment (confirmed by cyx)Ori 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-03-21TUCKER: Change the type of the return value of handleSpecialObjectSelectionSe...Strangerke
2014-03-15TUCKER: Initialize some more pointers with nullptr instead of 0Strangerke
2014-03-15TUCKER: Initialize some pointers with nullptr instead of 0Strangerke
2014-03-09TUCKER: Some more renamingStrangerke
2014-03-08TUCKER: Initialize some uninitialized variablesStrangerke
2014-03-07TUCKER: Some more renamingStrangerke
2014-02-18TUCKER: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03TUCKER: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03TUCKER: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-08-12VIDEO: Convert FlicDecoder to the new AdvancedVideoDecoder APIMatthew Hoops
2011-06-02TUCKER: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
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-18TUCKER: cleanupGregory Montoir
2011-02-14TUCKER: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-06-06add missing decodeNextAnimationFrame in default case for sequence 9Gregory Montoir
2010-06-06fix sequence frame numbering (decrement if getCurFrame now returns the last d...Gregory Montoir
2010-06-06use palette image during sequence 3 scrollingGregory Montoir
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-04-25fix missing sound effects during introduction with non French versions.Gregory Montoir
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel