Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-13 | KEYMAPPER: Fix Action ctor args in most keymaps | Tarek Soliman | |
2012-02-13 | KYRA: Silence some icpc warnings by making a member array of ↵ | Johannes Schickel | |
KyraRpgGUISettings non-const. All instances are const anyway, thus this should be a safe way to silence the warning. | |||
2012-02-13 | TSAGE: R2R - Scene 1337: Implement 10 more AI functions | Strangerke | |
2012-02-13 | TSAGE: R2R - Scene 1337: Implement subD02CA() plus a couple of little ↵ | Strangerke | |
functions used by AI | |||
2012-02-13 | BASS: Reduce code duplication in autosave code | Willem Jan Palenstijn | |
2012-02-13 | BASS: Fix savegame corruption | Willem Jan Palenstijn | |
When using the GMM or autosaves, _savedMouse and _savedCharSet were never set. See bug #3487117. | |||
2012-02-13 | BASS: Report savegame errors when saving by pressing enter | Willem Jan Palenstijn | |
This makes error handling consistent between mouse and keyboard. | |||
2012-02-13 | SCUMM: Clean up resetSentence | Willem Jan Palenstijn | |
2012-02-13 | SCI: Fix the order of diagonal roll transitions in the old lookup table | Filippos Karapetis | |
This fixes several inverted transitions (like in SQ3, ICEMAN, Hoyle 1 etc) - bug #3485194 | |||
2012-02-13 | SCUMM: Fix compiler warning. | Travis Howell | |
2012-02-13 | SCI: Fix bug #3487092: "SCI: LB1: Magnifying glass cursor is grey" | Filippos Karapetis | |
2012-02-13 | SWORD1: Silence some MSVC warnings (conversion from double to float) | Filippos Karapetis | |
2012-02-13 | SDL: Get rid of unneeded forwards. | Johannes Schickel | |
2012-02-13 | COMMON: Enable backend specific custom events only when the Keymapper is ↵ | Johannes Schickel | |
enabled. Otherwise there is no way of generating these events, thus it's better to make people really aware of this. I furthermore added some nots that its part of a WIP API, thus it should only be used after checking up. | |||
2012-02-13 | ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled. | Johannes Schickel | |
2012-02-12 | DREAMWEB: Improve subtitle durations in madman scene | Willem Jan Palenstijn | |
2012-02-12 | DREAMWEB: Fix missing subtitle lines in speech+subtitle mode | Willem Jan Palenstijn | |
This is done by adding a (very ugly) way to force the previous timed-temp line off screen, so the next one can be shown. | |||
2012-02-12 | DREAMWEB: Fix duplicate line in monk end sequence | Willem Jan Palenstijn | |
2012-02-12 | TOON: Fix bug #3467139 with russian version crash | sylvaintv | |
Bug #3467139: "TOON: Russian Version Crashes" A frame is corrupted in an localized animation Moved the check before the Rect creation. | |||
2012-02-12 | TOON: Add russian version detection | sylvaintv | |
2012-02-12 | MAEMO: Use custom event Click Mode keymap action | Tarek Soliman | |
2012-02-12 | MAEMO: Refactor toggle click mode | Tarek Soliman | |
2012-02-12 | COMMON: Add custom backend event | Tarek Soliman | |
2012-02-12 | MAEMO: Define platform global keymap | Tarek Soliman | |
2012-02-12 | KEYMAPPER: Allow ports to define their own global keymap | Tarek Soliman | |
2012-02-12 | MAEMO: Define HardwareKeySet | Tarek Soliman | |
2012-02-12 | KEYMAPPER: Refactor HardwareKeySet generation | Tarek Soliman | |
2012-02-12 | TSAGE: R2R - Scene 1337: Implement 2 functions used by AI | Strangerke | |
2012-02-12 | SCI: Expand adjustGraphColor to work for older EGA games too | Willem Jan Palenstijn | |
See bug #3486899. | |||
2012-02-12 | TSAGE: R2R - Scene 1337: Implement 7 functions used by AI | Strangerke | |
2012-02-12 | TSAGE: R2R - Scene 1337: Implement main AI function, with all sub-functions ↵ | Strangerke | |
stubbed | |||
2012-02-11 | MOHAWK: Avoid warning | Willem Jan Palenstijn | |
2012-02-11 | GRAPHICS: Remove unused variable | Willem Jan Palenstijn | |
2012-02-11 | MT32: Replace OS X specific exp2f call with exp2. | Alyssa Milburn | |
Suggested by clone2727 to fix the build, since buildbot's ppc headers don't have exp2f. | |||
2012-02-11 | TSAGE: R2R - Scene 1337: Implement shuffleCards() | Strangerke | |
Game is now starting | |||
2012-02-11 | TINSEL: Added extra fields to the savegame header for SCN/GRA usage and language | Paul Gilbert | |
New savegames that are created will no longer appear in the savegame list for different data versions or languages. | |||
2012-02-11 | VIDEO: Remove unused variable | Willem Jan Palenstijn | |
2012-02-11 | TSAGE: R2R - scene 1337: Implement some missing functions | Strangerke | |
2012-02-11 | Revert "SCUMM: revert savegame version to 89" | Willem Jan Palenstijn | |
This reverts commit 65fc7225bb31e72120dcdf16e91ae377c657548d. Increasing the savegame version on a branch and then decreasing it again leads to problems with loading current savegames in old commits during a bisect. | |||
2012-02-11 | Merge pull request #178 from tobigun/mm-c64-final | Eugene Sandulenko | |
SCUMM: support for MM C64 | |||
2012-02-11 | SCUMM: revert savegame version to 89 | Tobias Gunkel | |
Previous versions 89-92 are merged into version 89. | |||
2012-02-11 | SCUMM: remove unnecessary cast to Actor_v0 | Tobias Gunkel | |
2012-02-11 | SCUMM: replaced A with a0 to avoid upper-case local vars | Tobias Gunkel | |
2012-02-11 | SCUMM: cleanup and separation of objIsActor()/objToActor()/actorToObj() for ↵ | Tobias Gunkel | |
v0 and other engines | |||
2012-02-11 | SCUMM: match style-guide, add missing spaces between some "if ()", "for ()" | Tobias Gunkel | |
2012-02-11 | SCUMM: add support for diagonal walking between boxes (e.g. used for meteor ↵ | Tobias Gunkel | |
opening scene) | |||
2012-02-11 | SCUMM: Remove old code | Robert Crossfield | |
2012-02-11 | SCUMM: Few changes for animations, dont move while turning & not necessary ↵ | Robert Crossfield | |
to call animateactor during startanimactor | |||
2012-02-11 | SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ↵ | Tobias Gunkel | |
versions In addition some routines (e.g. the gfx ones) that are even used in v1. | |||
2012-02-11 | SCUMM: save complete v0 state and initialize actors correctly | Tobias Gunkel | |