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