aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/camera.cpp
AgeCommit message (Expand)Author
2018-05-07SCUMM: Simplify clampCameraPos() using CLIPAdrian Frühwirth
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-09-11Remove excess spaces.Travis Howell
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2009-03-10Alter/revert last changes to moveCamera(), as VAR_CAMERA_FAST_X is used by a ...Travis Howell
2009-03-10Add snap scroll option from original games (SCUMM3-5), and enable for earlier...Travis Howell
2009-02-11Add suggested code changes for bug #2580705 - COMI: Jerky camera movement.Travis Howell
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-15cleanupMax Horn
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