aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-18display Joe at current position during intro. Still have to find out why the ...Gregory Montoir
2003-10-18Improved the 'special moves' for intro cutaway (but the thugs must beDavid Eriksson
2003-10-18Fix normal animation.David Eriksson
2003-10-18Special actions for cdint.cutDavid Eriksson
2003-10-18cleanupMax Horn
2003-10-18Fix a little bug.David Eriksson
2003-10-18Handle cutaway text.David Eriksson
2003-10-18Moved function from Talk to Graphics because Cutaway need it too.David Eriksson
2003-10-18- Fix some cutaway crashesDavid Eriksson
2003-10-18Make the aeroplane fly (and Joe too... I wonder what he smoked.)David Eriksson
2003-10-18minor changes to joeMove() codeGregory Montoir
2003-10-18minor adds + cleanup + fix parallax problemGregory Montoir
2003-10-18update references for Display classGregory Montoir
2003-10-18Moved the opcode functions into the Logic class.Torbjörn Andersson
2003-10-18fix handling of unknown targets (previously, you could invoke scummvm with a ...Max Horn
2003-10-18We proudly present the latest installment of our hit series 'Untangle the mes...Max Horn
2003-10-17moved game detection code out to the pluginsMax Horn
2003-10-17updateMax Horn
2003-10-17new command line parser (README still has to be updated)Max Horn
2003-10-17patch #823031: Support Russian Full ThrottleMax Horn
2003-10-17added russian as a language (part of patch #823031, adapted to recent code ch...Max Horn
2003-10-17patch #824241Max Horn
2003-10-17Another fix for Bug [817871] re hanging notes onJamieson Christian
2003-10-17removed obsolete FIXME/TODOMax Horn
2003-10-17cleanupMax Horn
2003-10-17fix warningMax Horn
2003-10-17Added trace output for IMuse doCommand codes that we're not sureJamieson Christian
2003-10-17Fix MSVC6 warningsJamieson Christian
2003-10-17Make enums public. Fixes MSVC erros with enum usage in member structsJamieson Christian
2003-10-17Added latest modulesJamieson Christian
2003-10-17renamed some Timer methodsMax Horn
2003-10-17proper fix for COMI timer issue: don't let a Timer remove itselfMax Horn
2003-10-17added tag2str helper functionMax Horn
2003-10-17added a listTargets() function (not yet used, soon) and some cleanupMax Horn
2003-10-17findGame is static class method nowMax Horn
2003-10-17oops, forgot to remove the old Platform enumMax Horn
2003-10-17moved platform/language constants to common/util.*Max Horn
2003-10-17also look for TBL file in current directory (useful when running the game fro...Joost Peters
2003-10-17preliminar parallax scrolling support (Rita/Joe intro scene), not perfect as ...Gregory Montoir
2003-10-17more palette stuffGregory Montoir
2003-10-17factored out the game detection code into the Plugin class; this is the first...Max Horn
2003-10-17needed some more work to get Iterators to work in FSListMax Horn
2003-10-17Fix warning.Torbjörn Andersson
2003-10-17- Implement *WTDavid Eriksson
2003-10-17Disable some debug outputDavid Eriksson
2003-10-17fix (workaround) for bug #825331Max Horn
2003-10-17COMI crashes because for some reasons we get a 0 timer interval. not sure how...Max Horn
2003-10-17fixed crash (atleast it crashes for me on OSX) - can someone please verify if...Joost Peters
2003-10-17added push_back method with List arg (append one list to another one efficien...Max Horn
2003-10-17make FSList inherit 'public' from List (so that we can use List::Iterator)Max Horn