aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/camera.cpp
AgeCommit message (Expand)Author
2007-02-10Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERAMax Horn
2006-12-25Changed ScummEngine::_actors from an Actor array to a an array of Actor point...Max Horn
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e...Max Horn
2006-03-18The camera position is always set by loadRoomWithEgo opcode in HE games, thro...Travis Howell
2006-03-14Avoid all scumm var conflicts in C64 maniacTravis Howell
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn