aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-15TSAGE: R2R - Scene 1337: Fix a shadowed variableStrangerke
2012-02-14TSAGE: R2R - Scene 1337: rename previously committed functionStrangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement another AI related functionStrangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement another large AI function (subCF979)Strangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement one more large AI function (subCDB90)Strangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement on more AI functionStrangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement AI function subC2C2FStrangerke
2012-02-14TSAGE: Correctly hide the user interface in R2R Output Alpha scenePaul Gilbert
2012-02-14TSAGE: Replace previously unknown value _v58ec2 with _uiElements._activePaul Gilbert
2012-02-14TSAGE: R2R bugfix for selecting Output Alpha in the console screenPaul Gilbert
2012-02-14TSAGE: Implemented missing R2R method SceneHandler::setupPaletteMapsPaul Gilbert
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-13KYRA: Silence some icpc warnings by making a member array of KyraRpgGUISettin...Johannes Schickel
2012-02-13TSAGE: R2R - Scene 1337: Implement 10 more AI functionsStrangerke
2012-02-13TSAGE: R2R - Scene 1337: Implement subD02CA() plus a couple of little functio...Strangerke
2012-02-13BASS: Reduce code duplication in autosave codeWillem Jan Palenstijn
2012-02-13BASS: Fix savegame corruptionWillem Jan Palenstijn
2012-02-13BASS: Report savegame errors when saving by pressing enterWillem Jan Palenstijn
2012-02-13SCUMM: Clean up resetSentenceWillem Jan Palenstijn
2012-02-13SCI: Fix the order of diagonal roll transitions in the old lookup tableFilippos Karapetis
2012-02-13SCUMM: Fix compiler warning.Travis Howell
2012-02-13SCI: Fix bug #3487092: "SCI: LB1: Magnifying glass cursor is grey"Filippos Karapetis
2012-02-13SWORD1: Silence some MSVC warnings (conversion from double to float)Filippos Karapetis
2012-02-12DREAMWEB: Improve subtitle durations in madman sceneWillem Jan Palenstijn
2012-02-12DREAMWEB: Fix missing subtitle lines in speech+subtitle modeWillem Jan Palenstijn
2012-02-12DREAMWEB: Fix duplicate line in monk end sequenceWillem Jan Palenstijn
2012-02-12TOON: Fix bug #3467139 with russian version crashsylvaintv
2012-02-12TOON: Add russian version detectionsylvaintv
2012-02-12TSAGE: R2R - Scene 1337: Implement 2 functions used by AIStrangerke
2012-02-12SCI: Expand adjustGraphColor to work for older EGA games tooWillem Jan Palenstijn
2012-02-12TSAGE: R2R - Scene 1337: Implement 7 functions used by AIStrangerke
2012-02-12TSAGE: R2R - Scene 1337: Implement main AI function, with all sub-functions s...Strangerke
2012-02-11MOHAWK: Avoid warningWillem Jan Palenstijn
2012-02-11TSAGE: R2R - Scene 1337: Implement shuffleCards()Strangerke
2012-02-11TINSEL: Added extra fields to the savegame header for SCN/GRA usage and languagePaul Gilbert
2012-02-11TSAGE: R2R - scene 1337: Implement some missing functionsStrangerke
2012-02-11Revert "SCUMM: revert savegame version to 89"Willem Jan Palenstijn
2012-02-11SCUMM: revert savegame version to 89Tobias Gunkel
2012-02-11SCUMM: remove unnecessary cast to Actor_v0Tobias Gunkel
2012-02-11SCUMM: replaced A with a0 to avoid upper-case local varsTobias Gunkel
2012-02-11SCUMM: cleanup and separation of objIsActor()/objToActor()/actorToObj() for v...Tobias Gunkel
2012-02-11SCUMM: match style-guide, add missing spaces between some "if ()", "for ()"Tobias Gunkel
2012-02-11SCUMM: add support for diagonal walking between boxes (e.g. used for meteor o...Tobias Gunkel
2012-02-11SCUMM: Remove old codeRobert Crossfield
2012-02-11SCUMM: Few changes for animations, dont move while turning & not necessary to...Robert Crossfield
2012-02-11SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver...Tobias Gunkel
2012-02-11SCUMM: save complete v0 state and initialize actors correctlyTobias Gunkel
2012-02-11SCUMM: remove the temporary variable _limb_currentTobias Gunkel
2012-02-11SCUMM: _currentLights is v0 onlyTobias Gunkel