Age | Commit message (Expand) | Author |
2011-10-09 | SCI: Removed the old kDoAvoider code | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-21 | SCI: Avoid (unused) sqrt of a negative number | Willem Jan Palenstijn |
2011-03-19 | ALL: s/PI/M_PI/ | dhewg |
2011-03-14 | SCI: Removed obsolete comment about kDoBresen() | md5 |
2011-03-13 | SCI: Restore full object state after collision in DoBresen | Willem Jan Palenstijn |
2011-02-27 | SCI: Remove kDoBresen special case for SCI_VERSION_1_EGA_ONLY | Willem Jan Palenstijn |
2011-02-27 | SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY | md5 |
2011-02-27 | SCI: Improved the readability of the kDoBresen code a bit | md5 |
2011-02-27 | SCI: Don't set b_movCnt to moveSpeed while walking | Willem Jan Palenstijn |
2011-01-15 | SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s... | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-09-05 | SCI: reuse kGetAngle from kDoAvoider | Martin Kiewitz |
2010-09-04 | SCI: kDoBresen changes for sci1early+ | Martin Kiewitz |
2010-09-04 | SCI: fixing typo in kDoAvoider | Martin Kiewitz |
2010-09-04 | SCI: properly reversed kDoAvoider | Martin Kiewitz |
2010-09-03 | SCI: kDirLoop freshly reversed | Martin Kiewitz |
2010-08-31 | SCI: enable new kDoBresen/InitBresen | Martin Kiewitz |
2010-08-30 | SCI: ability to ignore movecount for new DoBresen | Martin Kiewitz |
2010-08-30 | SCI: freshly reversed kDoBresen/kInitBresen | Martin Kiewitz |
2010-08-30 | SCI: adding comments for kDoBresen | Martin Kiewitz |
2010-08-29 | SCI: cleanup kDoBresen (no real code change) | Martin Kiewitz |
2010-08-29 | SCI: fix typo in comment | Martin Kiewitz |
2010-08-19 | SCI: Fixed bug #3039768 - "QFG3: Glitch When Making Thief Sign to Rope Maker"... | Filippos Karapetis |
2010-08-18 | SCI: Cleanup | Filippos Karapetis |
2010-08-15 | SCI: Change abs() to ABS() | Torbjörn Andersson |
2010-08-07 | SCI: removing kDoBresen hack for sq5 | Martin Kiewitz |
2010-08-06 | SCI: Fixed an off-by one error in the kDoBresen sanity check | Filippos Karapetis |
2010-08-05 | SCI: Added bug number for the floor scrubbing bug | Filippos Karapetis |
2010-08-05 | Added a sanity check inside kDoBresen, thanks to lskovlun. Fixes the random c... | Filippos Karapetis |
2010-07-30 | SCI: Switch to Common::RandomSource. | Johannes Schickel |
2010-07-29 | SCI: fixing hoyle 3 | Martin Kiewitz |
2010-07-29 | SCI: reverting r51479 and adding TODOs for fixing the hoyle issue (fixing thi... | Martin Kiewitz |
2010-07-29 | SCI: Fixed Hoyle 3 bugs #3035077, #3035080, #3035081 and #3035242, by using t... | Filippos Karapetis |
2010-07-19 | SCI: kDoBresen - check xLast/yLast selectors | Martin Kiewitz |
2010-07-16 | SCI: enable r50931 for sci1late+ only, lsl1vga doesn't like it (ego gets stuck) | Martin Kiewitz |
2010-07-16 | SCI: added comments about when xLast/yLast were exactly introduced | Martin Kiewitz |
2010-07-16 | SCI: only use xLast/yLast in kDoBresen for sci1middle+ only. qfg1 ega has tho... | Martin Kiewitz |
2010-07-16 | SCI: kDoBresen - save last position of client inside mover - fixes lsl6 tram ... | Martin Kiewitz |
2010-07-15 | SCI: kDoBresen now returns result of CantBeHere() like sierra sci does it, al... | Martin Kiewitz |
2010-07-15 | SCI: solved lsl1 casino door, lsl6 tram disappearing and qfg1 vga gate issue ... | Martin Kiewitz |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-10 | Fixed regression from commit #49564 | Filippos Karapetis |
2010-06-10 | Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-23 | SCI: removed hack for iceman in kDoBresen - fixes all sorts of automatic walk... | Martin Kiewitz |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-03-08 | SCI: Make EngineState parameter to INV_SEL explicit | Max Horn |