aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm_v0.h
AgeCommit message (Expand)Author
2018-01-31SCUMM: Replace UB-triggering serialization code with Common::SerializerColin Snover
2016-07-19SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine o...Robert Crossfield
2014-12-08SCUMM: Maniac V0 Demo: Allow F7 to restart, Add handler for opcode 0x6e (o_sc...Robert Crossfield
2014-12-08SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' arrayRobert Crossfield
2014-11-29SCUMM: Maniac V0: If boxes are neighbors, walk directly to the new box. Remov...Robert Crossfield
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-13SCUMM: Fix compiler warning.Travis Howell
2012-02-11SCUMM: cleanup and separation of objIsActor()/objToActor()/actorToObj() for v...Tobias Gunkel
2012-02-11SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver...Tobias Gunkel
2012-02-11SCUMM: _currentLights is v0 onlyTobias Gunkel
2012-02-11SCUMM: fix gcc compiler warningsTobias Gunkel
2012-02-11SCUMM: replace o_beginOverride() with o2_beginOverride()Tobias Gunkel
2012-02-11SCUMM: keep track of the number of nested script calls for a sentenceTobias Gunkel
2012-02-11SCUMM: complete handling of pending walkTo actions for sentence commandsTobias Gunkel
2012-02-11SCUMM: Fix actor ID handling in v0Tobias Gunkel
2012-02-11SCUMM: fix v0 mode handling and actor switchingTobias Gunkel
2012-02-11SCUMM: fix blank sentence line in v0 after cutscenes and remove unused parame...Tobias Gunkel
2012-02-11SCUMM: fix opcode walkToObject in v0Tobias Gunkel
2012-02-11SCUMM: merge object v0 id and type into one object varTobias Gunkel
2012-02-11SCUMM: fix ScummEngine_v0::ifEqualActiveObject2Common() parameter nameTobias Gunkel
2012-02-11SCUMM: merge _activeObjectNr/_activeObjectType and _cmdObjectNr/_cmdObjectTypeTobias Gunkel
2012-02-11SCUMM: fix debugger for v0Tobias Gunkel
2012-02-11SCUMM: improve verb and sentence handlingTobias Gunkel
2012-02-11SCUMM: fix kid selection in v0Tobias Gunkel
2012-02-11SCUMM: fix verb and script handlingTobias Gunkel
2012-02-11SCUMM: use command stack and SentenceTab in mm c64Tobias Gunkel
2012-02-11SCUMM: mm c64 cleanupTobias Gunkel
2012-02-11SCUMM: replace verb, prep and currentMode values with symbolic constantsTobias Gunkel
2012-02-11SCUMM: selecting inventory objects and inventory scrolling works againTobias Gunkel
2012-02-11SCUMM: start handling object type and id correctly in mm c64Tobias Gunkel
2012-02-11SCUMM: changed handling of _activeInventory/_activeActor to _activeObject(2)/...Tobias Gunkel
2011-05-25ALL: neighbour -> neighborMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-07SCUMM: Avoid hiding overloaded virtual methodMax Horn
2010-09-18SCUMM: Fix bug #3070077 - MMC64: No music when Syd plays the piano.Travis Howell
2009-10-27Add patch #2846425 - MM C64: walkbox fixed, with minor changes.Travis Howell
2009-07-25Add patch #2821100 - MM C64 Objects / Verb fixes, with minor clean up applied.Travis Howell
2009-04-20SCUMM: Introduced new method ScummEngine_v5::jumpRelative; unified some v0 an...Max Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn