aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v8.cpp
AgeCommit message (Expand)Author
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 func...Gregory Montoir
2007-02-05'fixed' o_blastText and updated a commentGregory Montoir
2007-01-26oops, no idea how that happenedMax Horn
2007-01-26removed unused var, added comment to SO_CHARSET_COLOR caseMax Horn
2007-01-26SO_CHARSET_COLOR is a no-op in the original COMI disasm.Travis Howell
2006-12-11Allow load of saved game from original COMI load/save screensTravis Howell
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
2006-11-04SCUMM cleanupMax Horn
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
2006-10-15Got rid of ScummEngine::_confirmExit, and some other minor cleanupMax Horn
2006-10-10now SmushPlayer is class created once same as SmushMixer while scumm engine c...Paweł Kołodziejski
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e...Max Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn
2006-06-03Update talkspeed config setting, when set by game scriptsTravis Howell
2006-06-03Update talkspeed config setting, when set by game scriptsTravis Howell
2006-06-03Correct setting of VAR_CHARINC in several functions, the value should only be...Travis Howell
2006-05-31Add patch for bug #1452272 - COMI: Verb strings aren't wrappedTravis Howell
2006-05-29If we're going to intercept attempts to set VAR(VAR_CHARINC) in writeVar(), weTorbjörn Andersson
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-04-29* Renamed several methods in favor of a somewhat more uniform naming scheme: ...Max Horn
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-02-26Remove roomOps cases which are never used by COMI scriptsTravis Howell
2006-02-26COMI uses a separate setting for the verb charset, verbs use correct charset nowTravis Howell
2006-02-11Moved engines to the new engines/ directoryMax Horn