aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-28SCUMM: Remove trailing whitespaceFilippos Karapetis
2014-10-28ZVISION: Remove trailing whitespaceFilippos Karapetis
2014-10-28TOON: Remove trailing whitespaceFilippos Karapetis
2014-10-28TONY: Remove trailing whitespaceFilippos Karapetis
2014-10-28SWORD25: Remove trailing whitespaceFilippos Karapetis
2014-10-28SWORD1: Remove trailing whitespaceFilippos Karapetis
2014-10-28KYRA: Remove trailing whitespaceFilippos Karapetis
2014-10-28HOPKINS: Remove trailing whitespaceFilippos Karapetis
2014-10-28CGE2: Remove trailing whitespaceFilippos Karapetis
2014-10-28AGOS: Remove trailing whitespaceFilippos Karapetis
2014-10-28CGE: Remove trailing whitespaceFilippos Karapetis
2014-10-28TSAGE: Remove trailing whitespaceFilippos Karapetis
2014-10-28CREDITS: Properly sync trailing whitespace changes in all filesFilippos Karapetis
This was initially only done for the AUTHORS file in commit f50715a
2014-10-28TONY: Fix image loading on BE systems againFilippos Karapetis
This was originally changed in commit 43520ce4f3, but it has been removed accidentally in commit 84fb3e816d
2014-10-28WINTERMUTE: Remove trailing whitespaceFilippos Karapetis
2014-10-28COMMON: Remove trailing whitespaceFilippos Karapetis
2014-10-28BACKENDS: Remove trailing whitespaceFilippos Karapetis
2014-10-28IMAGE: Remove trailing whitespaceFilippos Karapetis
2014-10-28GUI: Remove trailing whitespaceFilippos Karapetis
2014-10-28VIDEO: Remove trailing whitespaceFilippos Karapetis
2014-10-28GRAPHICS: Remove trailing whitespaceFilippos Karapetis
2014-10-28README: Remove trailing whitespaceFilippos Karapetis
2014-10-28AUTHORS: Remove trailing whitespaceFilippos Karapetis
2014-10-28Merge pull request #438 from fuzzie/tony-565Eugene Sandulenko
TONY: Switch to 565 screen format.
2014-10-28GRAPHICS: Remove some trailing whitespace in surface.hFedor
2014-10-28COMMON: Add reference links for the enabled C++11 features in MSVCFilippos Karapetis
2014-10-28Merge pull request #502 from SpecLad/visual-c++11Filippos Karapetis
COMMON: Use true nullptr in Visual Studio 2010+ and true override in VS 2012+
2014-10-28Merge pull request #513 from BenCastricum/detection_fixesEugene Sandulenko
SCUMM: detection fixes and more HE games
2014-10-28SCI: implement 8-bit color matching SCI1.1 bugMartin Kiewitz
effectively fixes bug #6455 thanks to wjp and [md5]
2014-10-27SCI: Add note on SSCI 11 FindColor bugWillem Jan Palenstijn
2014-10-27HOPKINS: Fix the censorship flag (bug #6591)Strangerke
2014-10-27SCUMM: Remove obsolete comment from md5 tableBen Castricum
This is no longer the case since pull request 177 was merged.
2014-10-27SCUMM: Identify several windows variants as suchBen Castricum
2014-10-27SCUMM: freddicove - Detect dutch game variant found on CD EAN 8716051020172Ben Castricum
2014-10-27SCUMM: freddi1 - Add support for 'FREDDI_ROBO' CD sold with Packard Bell PCs.Ben Castricum
2014-10-27SCUMM: balloon - There is no spanish version.Ben Castricum
2014-10-27SAGA: Remove the buggy actor swapping fixup code for IHNMFilippos Karapetis
This was a hack that was implemented while IHNM was being developed. That code should no longer be needed. If this issue does occur again, the actual cause should be investigated, instead of hiding it with workarounds. The code was buggy anyway, as _currentProtag was not initialized properly
2014-10-27QUEEN: Allow the engine to quit while dialog options are shownFilippos Karapetis
2014-10-27QUEEN: Fix bug #6700 - "FOTAQ: Weird Response Glitches"Filippos Karapetis
Pending mouse clicks and keypresses are now cleared before and after the game options screen or dialog options are shown
2014-10-27Merge pull request #503 from BenCastricum/fixforbug6719Filippos Karapetis
GUI: Fix for bug 6719 (last line of help missing)
2014-10-26GCW0: Switch to HW floats and introduce the platform defineEugene Sandulenko
2014-10-27GCW0: Hardcoded (for now) GCW0 controlsEugene Sandulenko
2014-10-26KEYMAPPER: Fix off-by-one error with keymapper action namesEugene Sandulenko
2014-10-26GCW0: Fix default joystick numberEugene Sandulenko
2014-10-26GCW0: Remove absolute pathsEugene Sandulenko
2014-10-26CONFIGURE: Create port-specific platform for GCW0Eugene Sandulenko
2014-10-26BASE: Display virtual keyboard and keymapper in game optionsEugene Sandulenko
2014-10-26GCW0: Create target with unstripped binariesEugene Sandulenko
2014-10-26GCW0: Create log file at game launchEugene Sandulenko
2014-10-26BUILD: Install the theme-able SVG iconMatthias Mailänder
Add missing hicolor SVG icon to install. Retain older pixmaps xpm icon for now.