aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmovement.cpp
AgeCommit message (Expand)Author
2011-10-09SCI: Removed the old kDoAvoider codeFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-21SCI: Avoid (unused) sqrt of a negative numberWillem Jan Palenstijn
2011-03-19ALL: s/PI/M_PI/dhewg
2011-03-14SCI: Removed obsolete comment about kDoBresen()md5
2011-03-13SCI: Restore full object state after collision in DoBresenWillem Jan Palenstijn
2011-02-27SCI: Remove kDoBresen special case for SCI_VERSION_1_EGA_ONLYWillem Jan Palenstijn
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-27SCI: Improved the readability of the kDoBresen code a bitmd5
2011-02-27SCI: Don't set b_movCnt to moveSpeed while walkingWillem Jan Palenstijn
2011-01-15SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s...Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
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