Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | GNAP: Remove useless in ResourceClass constructor | Strangerke | |
2016-05-23 | GNAP: Remove a TODO | Strangerke | |
This code is never called because it's triggered by clicking on the button | |||
2016-05-23 | GNAP: Remove original debug code | Strangerke | |
2016-05-23 | GNAP: Map remaining Key codes | Strangerke | |
2016-05-22 | ANDROID: Add support for ScummVM menu on Android TV devices | Matthew Garrett | |
Android TV devices don't have menu buttons. Remotes should have a play/pause button (which may send individual play and pause events rather than a combined event) and gamepads should have a Y button. Use these to open the menu. | |||
2016-05-22 | ANDROID: Add support for Leanback Launcher on Android TV | Matthew Garrett | |
Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher. | |||
2016-05-23 | GNAP: Use KeyCode value instead of numeric value for Backspace | Strangerke | |
2016-05-23 | GNAP: Remove double smi-columns | Strangerke | |
2016-05-22 | SCUMM HE: Plug in Moonbase AI | Eugene Sandulenko | |
2016-05-22 | COMMON: Fix SortedArray implementation. | Eugene Sandulenko | |
Had to use a modified bsearch for finding the nearest element. | |||
2016-05-22 | AGI: Fix invalid read (/crash), when shaking screen | Martin Kiewitz | |
Was a regression caused by commit e1c36a52b561463217e22687605d2f4f1dc33be6 (upscaling + hercules font support) Thanks to salty-horse for reporting this issue | |||
2016-05-22 | SCUMM HE: Finish implementation of the Tree class | Eugene Sandulenko | |
2016-05-22 | COMMON: Implement SortedArray | Eugene Sandulenko | |
2016-05-22 | UPDATES: Add 1.8.1 Mac release signature | Eugene Sandulenko | |
2016-05-22 | AGI: Reduce audio header dependencies | Ori Avtalion | |
2016-05-22 | Merge pull request #762 from greencis/master | Eugene Sandulenko | |
I18N: Update Russian and Belarusian translations | |||
2016-05-22 | I18N: Update Russian and Belarusian translations | greencis | |
2016-05-22 | UPDATES: Add support for WinSparkle | Filippos Karapetis | |
2016-05-22 | UPDATES: Fix signed/unsigned warning | Filippos Karapetis | |
2016-05-22 | SWORD25: Fix signed/unsigned warning | Filippos Karapetis | |
2016-05-22 | SCUMM: Fix compilation with MSVC | Filippos Karapetis | |
2016-05-22 | SCUMM: Fix warnings thrown by MSVC | Filippos Karapetis | |
2016-05-22 | SAGA: Remove curly brackets from some 1-line if statements | Filippos Karapetis | |
2016-05-22 | CREATE_PROJECT: Whitespace fixes | Filippos Karapetis | |
2016-05-22 | SDL: Make TEXTINPUT handling more reliable for SDL2. | Johannes Schickel | |
This reduces the likelihood of entering two characters per keypress in our guy on Windows. In fact, during my brief testing with the filter widget in the launcher I was not able to trigger the former behavior at all anymore. | |||
2016-05-22 | Merge pull request #759 from salty-horse/neverhood_audio | Eugene Sandulenko | |
NEVERHOOD: Reduce audio header dependencies | |||
2016-05-22 | Merge pull request #760 from salty-horse/scumm_audio | Eugene Sandulenko | |
SCUMM: Reduce audio header dependencies | |||
2016-05-22 | SCUMM HE: Cleanup | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Added stub for Tree class | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Added main Moonbase AI code | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Moved Moonbase stuff to v90he | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Added Moonbase Traveller class | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Added implementation for Sortie and DefenderUnit classes | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Added Moonbase Node class | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Added Weapon class | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: AIEntity class implementation | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Initial stub for Moonbase AI | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Documented more opcodes | Eugene Sandulenko | |
2016-05-22 | Merge pull request #761 from OmerMor/qfg3_missing_points | Martin Kiewitz | |
SCI: Script patch for fixing 3 missing points in QfG3 by OmerMor fixes bug #7086 | |||
2016-05-22 | SCI: Script patch for fixing 3 missing points in QfG3 | Omer Mor | |
The hero is unable to tell Rakeesh and Kreesha about the Simabani initiation, which would award him 3 points. This is caused by a heap bug in room 285: the local array of possible messages omits this message. The patch fixes the bug by adding this message to the array. Fixes bug #7086 | |||
2016-05-21 | SCUMM: Reduce audio header dependencies | Ori Avtalion | |
2016-05-21 | NEVERHOOD: Reduce audio header dependencies | Ori Avtalion | |
2016-05-21 | NEWS/DE: Mention androidsl port | Lothar Serra Mari | |
2016-05-20 | MAEMO: Update debian/changelog | Tarek Soliman | |
sync with 1.8.1 release | |||
2016-05-21 | GNAP: Remove yet another TODO | Strangerke | |
2016-05-21 | GNAP: Implement setSoundVolume | Strangerke | |
2016-05-21 | GNAP: Remove or rephrase a couple of notes | Strangerke | |
2016-05-20 | CREDITS - Mark Clone2727 as Retired | Strangerke | |
2016-05-20 | GNAP: Remove some obsolete comments, take better advantage of the possible ↵ | Strangerke | |
values of gfxItem._flags (0 and 1) | |||
2016-05-20 | GNAP: Rework gfxItem, remove the code related to impossible flag values | Strangerke | |