aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
AgeCommit message (Expand)Author
2002-12-27cleanupMax Horn
2002-12-26doSentence only takes three params in V8Max Horn
2002-12-26fixed compilation under VC6Paweł Kołodziejski
2002-12-26reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a ...Max Horn
2002-12-26Don't go to the save/load screenJames Brown
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
2002-12-25cleanupMax Horn
2002-12-25seperated classic & old256 rendered (now subclasses of CharsetRenderer)Max Horn
2002-12-25more cleanupMax Horn
2002-12-25moved CharsetRendere into its own header/source file; changed Scumm::_charset...Max Horn
2002-12-25renamed Scumm::charset -> Scumm::_charsetMax Horn
2002-12-24enabled room & local scripts in V8; some more opcodesMax Horn
2002-12-24getting graphics in COMI, woohoo! That's a nice christmas present, isn't it? :-)Max Horn
2002-12-24changed lots of stuff to read data in the V8 format; more changes still neede...Max Horn
2002-12-23set NUM_ACTORS to 80 for COMI; get rid of MAX_ACTORS (use NUM_ACTORS instead)...Max Horn
2002-12-23don't loadCharset(1) in V8Max Horn
2002-12-22added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...Max Horn
2002-12-21Pop-up save dialog should not show forJamieson Christian
2002-12-21Fixed problem with multiple IMuseDrivers being created.Jamieson Christian
2002-12-21only display popup for savesMax Horn
2002-12-21popup message when save was succesfulMax Horn
2002-12-21Add debug command line fix and config option, patch #655822Travis Howell
2002-12-16Endy, when I am gonna meet you, I'll have to kick, punch and bite you a bit f...Max Horn
2002-12-16refactoring: use inheritance to mode the relations between the various engine...Max Horn
2002-12-16New debugger core. Doesn't really have anything implemented yet, but is far m...James Brown
2002-12-14moved the console code to gui/console.cpp; make it actually printout somethin...Max Horn
2002-12-14Commit some junk in-case I don't get time to finish this tonight and Fingolfi...James Brown
2002-12-13cleanupMax Horn
2002-12-13cleaned up autosave codeMax Horn
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown
2002-12-11Patch #652194: Handling Ctrl-<key>Max Horn
2002-12-09cleanupMax Horn
2002-12-04removed obsolete getDefaultGUIColor and some FIXMEsMax Horn
2002-12-04even more cleanupMax Horn
2002-12-04lots of cleanup to the graphics code; removed various global states (makes it...Max Horn
2002-12-03fixed typoMax Horn
2002-12-01moved RNG to common/util.cppOliver Kiehl
2002-11-30Add back changes that were revertedTravis Howell
2002-11-30Add back changes that were revertedTravis Howell
2002-11-30Fix compileTravis Howell
2002-11-30gp32 port stuffPeter Moraliyski
2002-11-30changed Shift-NUM shortcut (quicksave) to Alt-NUM to avoid problems on french...Max Horn
2002-11-29cleanupMax Horn
2002-11-25Add a few EditGame options. Honor game-specific fullScreen from the LauncherJames Brown
2002-11-21Revamped Adlib functionality.Jamieson Christian
2002-11-19Volume control fixesJamieson Christian
2002-11-19Change error display for WinCENicolas Bacca
2002-11-15Don't allow F5 key to be passed back to the game. Stops in-game dialog from d...James Brown
2002-11-13Some other inits added to prepare for the 'new / delete' overloadingLionel Ulmer
2002-11-10completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some stat...Max Horn