aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v72he.cpp
AgeCommit message (Expand)Author
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-03SCUMM HE: Constify string parameterOri Avtalion
2016-08-30SCUMM HE: Replace strcpy with strlcpy in array setupAlexander Tkachev
2016-08-30HE: Add setupStringArrayFromString()Alexander Tkachev
2016-08-30HE: Add getStringFromArray()Alexander Tkachev
2016-05-26SCUMM HE: Fixed SCUMM wrapper for nuking array in U32.Eugene Sandulenko
2016-05-25SCUMM HE: Document more opcodes.Kirben
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-17Merge pull request #366 from clone2727/he-saves-target-nameclone2727
2013-10-05SCUMM: Make all HE saves prepend the target nameMatthew Hoops
2013-08-18SCUMM: Remove unnecessary NULL check, CID 1003627Torbjörn Andersson
2013-08-16SCUMM: Always confirm quit when required in HE games.Kirben
2013-08-04SCUMM: Fix backwards-in-same-array case of v72he::copyArray.Alyssa Milburn
2011-08-09SCUMM: Backyard Soccer 2004 uses a different INI setting to disable printing.Travis Howell
2011-08-03SCUMM: Remove BluesBirthday dependency on the binaryMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ...Max Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Get rid of the MemBlkHeader hackMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-02SCUMM: Add support for append mode to o72_openFile()Matthew Hoops
2011-04-01SCUMM: Stub off file append mode in o72_openFile()Matthew Hoops
2010-11-23SCUMM: Replace Common::File uses by SeekableReadStream and SearchManMax Horn
2010-10-23SCUMM: Skip endian conversion on little endian systems (instead of assigning ...Max Horn
2010-10-23SCUMM: Fix buffer overflow, that was causing crashes when saving in Backyard ...Travis Howell
2010-10-21SCUMM: Document ScummEngine_v90he::sortArrayMax Horn
2009-09-11Remove excess spaces.Travis Howell
2009-08-29Fix the default save game path setting in HE98+ games.Travis Howell
2009-08-29Fix the default save game path setting in Macintosh versions of HE72+ games.Travis Howell
2009-08-23Fix Moonbase Commander startup.Travis Howell
2009-08-13Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-...Travis Howell
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-23Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircti...Travis Howell
2009-06-22Fix loading/saving in funshop titles.Travis Howell
2009-06-18Merged revisions 41625 via svnmerge from Travis Howell
2009-06-18Correct actor layering method in HE90+ games.Travis Howell
2009-06-05Update o72_getPixel() for 16bit color, and cleanup.Travis Howell
2009-04-16SCUMM: Compacted various setupOpcodes() implementations by using the fact tha...Max Horn
2009-04-16SCUMM: Got rid of o6_invalidMax Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2008-12-15Add Moonbase Commander target again, for testing only.Travis Howell
2008-11-17Fix regressions in HE games, when slashes are used in filenames for file opco...Travis Howell
2008-09-25SCUMM: Moved Actor::drawActorToBackBuf to class ActorHEMax Horn
2008-09-06Add debugInput opcode for HE 100 games.Travis Howell
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn