aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmovement.cpp
AgeCommit message (Expand)Author
2010-09-05SCI: reuse kGetAngle from kDoAvoiderMartin Kiewitz
2010-09-04SCI: kDoBresen changes for sci1early+Martin Kiewitz
2010-09-04SCI: fixing typo in kDoAvoiderMartin Kiewitz
2010-09-04SCI: properly reversed kDoAvoiderMartin Kiewitz
2010-09-03SCI: kDirLoop freshly reversedMartin Kiewitz
2010-08-31SCI: enable new kDoBresen/InitBresenMartin Kiewitz
2010-08-30SCI: ability to ignore movecount for new DoBresenMartin Kiewitz
2010-08-30SCI: freshly reversed kDoBresen/kInitBresenMartin Kiewitz
2010-08-30SCI: adding comments for kDoBresenMartin Kiewitz
2010-08-29SCI: cleanup kDoBresen (no real code change)Martin Kiewitz
2010-08-29SCI: fix typo in commentMartin Kiewitz
2010-08-19SCI: Fixed bug #3039768 - "QFG3: Glitch When Making Thief Sign to Rope Maker"...Filippos Karapetis
2010-08-18SCI: CleanupFilippos Karapetis
2010-08-15SCI: Change abs() to ABS()Torbjörn Andersson
2010-08-07SCI: removing kDoBresen hack for sq5Martin Kiewitz
2010-08-06SCI: Fixed an off-by one error in the kDoBresen sanity checkFilippos Karapetis
2010-08-05SCI: Added bug number for the floor scrubbing bugFilippos Karapetis
2010-08-05Added a sanity check inside kDoBresen, thanks to lskovlun. Fixes the random c...Filippos Karapetis
2010-07-30SCI: Switch to Common::RandomSource.Johannes Schickel
2010-07-29SCI: fixing hoyle 3Martin Kiewitz
2010-07-29SCI: reverting r51479 and adding TODOs for fixing the hoyle issue (fixing thi...Martin Kiewitz
2010-07-29SCI: Fixed Hoyle 3 bugs #3035077, #3035080, #3035081 and #3035242, by using t...Filippos Karapetis
2010-07-19SCI: kDoBresen - check xLast/yLast selectorsMartin Kiewitz
2010-07-16SCI: enable r50931 for sci1late+ only, lsl1vga doesn't like it (ego gets stuck)Martin Kiewitz
2010-07-16SCI: added comments about when xLast/yLast were exactly introducedMartin Kiewitz
2010-07-16SCI: only use xLast/yLast in kDoBresen for sci1middle+ only. qfg1 ega has tho...Martin Kiewitz
2010-07-16SCI: kDoBresen - save last position of client inside mover - fixes lsl6 tram ...Martin Kiewitz
2010-07-15SCI: kDoBresen now returns result of CantBeHere() like sierra sci does it, al...Martin Kiewitz
2010-07-15SCI: solved lsl1 casino door, lsl6 tram disappearing and qfg1 vga gate issue ...Martin Kiewitz
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-10Fixed regression from commit #49564Filippos Karapetis
2010-06-10Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-23SCI: removed hack for iceman in kDoBresen - fixes all sorts of automatic walk...Martin Kiewitz
2010-05-23Cleaned up the game ID code:Filippos Karapetis
2010-03-08SCI: Make EngineState parameter to INV_SEL explicitMax Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-11-14Moved getAngle() inside kmovement.cpp, the only place where it's actually usedFilippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-15SCI: added fix for iceman (dance with girl walking)Martin Kiewitz