Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | GNAP: Initialize some more variables | Strangerke | |
2016-05-25 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson | |
2016-05-24 | GNAP: Remove extra semi-column | Strangerke | |
2016-05-24 | GNAP: Initialize the members of CutScene | Strangerke | |
2016-05-24 | GNAP: Enlarge some arrays in the alien arcade game | Strangerke | |
2016-05-24 | GNAP: Remove duplicate code. Renaming and cleanup. | Strangerke | |
2016-05-24 | GNAP: Remove some more duplicate code | Strangerke | |
2016-05-24 | GNAP: Remove duplicate code in character | Strangerke | |
2016-05-24 | AGOS: Fix uninitialized variables | Strangerke | |
2016-05-24 | SCUMM: Fix bug #3230 PAJAMA SAM 2: Background gfx glitch in intro. | Kirben | |
2016-05-24 | SCUMM HE: Fix bug with parameter initialization, add more debug output | Eugene Sandulenko | |
2016-05-24 | GNAP: Fix more uninitialized variables | Strangerke | |
2016-05-24 | GNAP: Fix code alignment | Strangerke | |
2016-05-24 | GNAP: Fix out of bound access in alternate font code | Strangerke | |
2016-05-24 | GNAP: Fix some uninitialized variables | Strangerke | |
2016-05-24 | GNAP: Fix memory leaks, reported by Valgrind | Torbjörn Andersson | |
2016-05-24 | SCUMM HE: Another step in Amiga port fixes | Eugene Sandulenko | |
2016-05-24 | Merge pull request #757 from Strangerke/gnap | Eugene Sandulenko | |
UFOs / Gnap: Der Schurke aus dem All | |||
2016-05-23 | COMMON: Fix another warning. | Eugene Sandulenko | |
We're shadowing the class variables with local ones. | |||
2016-05-23 | COMMON: Remove const qualifiers. | Eugene Sandulenko | |
We have to cast it back to void *, which loses const qualifier | |||
2016-05-23 | COMMON: Fix warning | Eugene Sandulenko | |
2016-05-23 | SCUMM HE: Cleanup | Eugene Sandulenko | |
2016-05-23 | GNAP: Fix inventory content when loading from launcher | Strangerke | |
2016-05-23 | GNAP: Add safeguard in setSoundVolume | Strangerke | |
2016-05-23 | SCUMM HE: Fix warnings | Eugene Sandulenko | |
2016-05-23 | GNAP: As suggested by Tsoliman, tag the games as unstable | Strangerke | |
2016-05-23 | SCUMM HE: Fixes for Amiga port | Eugene Sandulenko | |
2016-05-23 | TESTS: Implement SortedArray test | Eugene Sandulenko | |
2016-05-23 | COMMON: Fix SortedArray implementation for empty array | Eugene Sandulenko | |
2016-05-23 | BUILD: Fix test compilation with event recorder enabled | Eugene Sandulenko | |
2016-05-23 | ANDROID: Build against android-23 platform. | Alyssa Milburn | |
We seem to need this for the new manifest elements. | |||
2016-05-23 | Merge pull request #765 from mjg59/master | Eugene Sandulenko | |
ANDROID: Add support for Leanback Launcher on Android TV | |||
2016-05-23 | GNAP: Add a note, remove a checkme | Strangerke | |
2016-05-23 | GNAP: Add safeguard checks in PlayerGnap's getWalkStopSequenceId and ↵ | Strangerke | |
getWalkFacing | |||
2016-05-23 | GNAP: Rename two Facing enums | Strangerke | |
2016-05-23 | GNAP: After double-checking them, remove two CHECKMEs | Strangerke | |
2016-05-23 | GNAP: Add 2 other double semi columns | Strangerke | |
2016-05-23 | GNAP: Add a note concerning the original save and load screens | Strangerke | |
2016-05-23 | GNAP: Remove an irrelevant TODO copied from another engine | Strangerke | |
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 |