Commit Graph
1270 Commits
Author SHA1 Message Date
Bastien Bouclet 15cc188abe CREATE_PROJECT: Fix MSVC compilation
Fixes #7173.
2016-07-24 14:18:10 +02:00
Eugene Sandulenko afcf31f194 CREATE_PROJECT: Fix MSVC project files 2016-07-24 06:43:04 +03:00
Eugene Sandulenko 11a7598aa8 CREATE_PROJECT: Hopewfully fix MSVC compilation 2016-07-24 06:31:11 +03:00
lavosspawn 7874f517f7 Fix for bug #2687: BASS: Officer blunt wrong animation
This is the corresponding source change to create a fixed sky.cpt binary. The binary is exactly the same as the manually patched one attached to the bug ticket.
In order to fix the bug while beint least invasive, I suggest replacing the binaries (the one from the ticket should be the new, official binary) and we will put a workaround in the code anyways to deal correctly with potentially outdated binaries floating around the web and linux distributions.

The error was initially introduced with the long term conversion of Revolution's assembly sources to C++ sources, then to textual resource data and then a precompiled binary.
2016-07-21 16:37:29 +02:00
Thierry Crozat 8380023c51 CREDITS: Add myself as developer for the drascula engine
I forgot to do it when I rewrote big chunks of the engine code three
months ago.
2016-07-20 19:12:45 +01:00
Bastien Bouclet e1c186e85f DEVTOOLS: Fix create_project build with MinGW64 2016-07-07 18:47:18 +02:00
Bastien Bouclet 6a3e07dca5 DEVTOOLS: Add a CMake project generator to create_project
Also-By: Joel Teichroeb <joel@teichroeb.net>
Also-By: Einar Johan Trøan Sømåen <einarjohants@gmail.com>
2016-07-07 18:47:18 +02:00
Ben Castricum 315ad620af SKY: change "savegame" into "saved game" 2016-07-01 07:34:28 +02:00
Strangerke a7eb756233 GUI: Add credits for Gnap 2016-06-06 00:24:54 +02:00
Filippos Karapetis 8b3a08047c UPDATES: Add support for WinSparkle 2016-05-22 18:52:33 +03:00
Filippos Karapetis e17d1a1482 CREATE_PROJECT: Whitespace fixes 2016-05-22 16:28:40 +03:00
Strangerke 7335c6f2cd CREDITS - Mark Clone2727 as Retired 2016-05-20 22:28:23 +02:00
Eugene Sandulenko 8e409622f8 CREDITS: Add Lubomyr to Android porters 2016-05-17 19:30:07 +02:00
Eugene Sandulenko 2cd0a99e2b Merge pull request #745 from Cruel/3ds
3DS: New Backend
2016-05-16 10:05:00 +02:00
Lothar Serra Mari c3c78c17a9 Merge branch 'master' of https://github.com/scummvm/scummvm 2016-05-16 07:26:11 +02:00
Lothar Serra Mari 07a1bf5af2 DOCUMENTATION: Recommend HFSExplorer instead of HFVExplorer
for extracting Mac gamefiles. HFVExplorer seems a "little bit"
outdated, whereas HFSExplorer is under active development.
2016-05-16 07:20:29 +02:00
Johannes Schickel 2317e3fa58 KYRA: Simplify Kyra1 audio track filename handling 2016-05-15 16:13:25 +02:00
Eugene Sandulenko 9e9d6907b6 Merge pull request #756 from rootfather/monkey-talkie-detection
SCUMM: Add detection for Monkey Island 1+2 Unofficial SE Talkies
2016-05-10 12:16:04 +02:00
Lothar Serra Mari 86daaa97e8 SCUMM: Add detection for Monkey Island 2 Unofficial SE Talkie 2016-04-30 16:31:49 +02:00
Lothar Serra Mari de891f6874 SCUMM: Add detection for Monkey Island 1 Unofficial SE Talkie 2016-04-30 16:05:44 +02:00
Eugene Sandulenko 608a74bb81 WAGE: Renamed create_wage.sh into generic create_classicmacfonts.sh 2016-04-28 11:16:09 +02:00
Thomas Edvalson 95566ed6e3 3DS: Add backend author to credits 2016-04-14 00:38:46 -04:00
Thierry Crozat 886ca7c096 CREDITS: Adding myself as OS X packager 2016-04-02 13:33:33 +01:00
Eugene Sandulenko 307c8b0ecb DEVTOOLS: Put script which is used for preserving WAGE games 2016-04-01 11:35:00 +02:00
Eugene Sandulenko 60a25cca20 SCUMM: Added detection for Spanish Amiga MMv2. Bug #6982 2016-03-28 11:52:02 +02:00
Eugene Sandulenko d7f4eaeb31 JANITORIAL: Whitespace fix 2016-03-28 11:52:02 +02:00
Thierry Crozat d519dd8ec3 OS X: Implement a Dock Tile Plugin to display recent games menu in dock
This allows to start a recently played game directly from the dock. The
ScummVM.app application should have been permanently added to the
dock and the menu is only present when ScummVM is not running. The
list of recently played game is written by the taskbar code in ScummVM.
The Dock Tile Plugin only reads that list to populate the menu.
2016-03-25 15:37:13 +00:00
Johannes Schickel dfaf97dda7 DEVTOOLS: Improve SDL2 support in create_project.
This adapts MSBuild and XCode project generators to output project files which
can be used to build the SDL backend with SDL2 easily.
2016-03-24 01:26:05 +01:00
Johannes Schickel 567a6b4712 DEVTOOLS: Slight formatting fix. 2016-03-24 01:26:05 +01:00
Johannes Schickel 4a781737c1 OPENGL: Resolve OpenGL functions on run-time.
Formerly we relied on static linkage. However, in the presense of modern
OpenGL (ES) implementations it is not easily identifable which library to link
against. For example, on Linux amd64 with nVidia drivers and SDL2 setup to
create a GLES 1.1 context one would need to link against libGL.so. However,
traditionally GLES 1.1 required to link against libGLESv1_CM.so. To prevent a
huge mess we simply resolve the OpenGL functions on run-time now and stop
linking against a static library (in most cases).

GLES support needs to be enabled manually on configure time for now.

Tizen changes have NOT been tested.
2016-03-16 20:29:24 +01:00
Johannes Schickel edfc84b67a DEVTOOLS: Use LTCG for Release configurations in MSBuild project files.
Silences linker output that LTCG is used anyway because whole program
optimization is enabled for these configurations.
2016-03-13 20:41:40 +01:00
Johannes Schickel 66a74cf3f3 DEVTOOLS: Check configuration and architecture specific directories for MSBuild. 2016-03-09 22:03:47 +01:00
Johannes Schickel 7127fadc96 DEVTOOLS: Use DLL runtime for MSBuild output. 2016-03-09 22:03:47 +01:00
Johannes Schickel 5510fdc7e4 DEVTOOLS: Use libpng16.lib for libpng for MSVC.
Modern libpng releases use this library name as output for their MSVC project files.
2016-03-09 22:03:47 +01:00
Johannes Schickel 46ef80963f DEVTOOLS: Enable Edit&Continue on x64 for MSVC2015+. 2016-03-09 22:03:47 +01:00
Johannes Schickel 1c2dc2f89d DEVTOOLS: Do not ignore libcmt.lib for MSBuild output.
This hints at broken library builds and thus should not be set for us.
2016-03-09 22:03:47 +01:00
Johannes Schickel 24558307c2 DEVTOOLS: Do not hardcode runtime libraries for MSVC2015. 2016-03-09 22:03:47 +01:00
Johannes Schickel d3dba1b086 DEVTOOLS: Do not specify SCUMMVM_LIBS include dir twice for MSBuild. 2016-03-09 22:03:47 +01:00
Johannes Schickel d2f3bc39b4 DEVTOOLS: Fix path separator in MSBuild's global props output. 2016-03-09 22:03:47 +01:00
Eugene Sandulenko 480ebbf2b4 CREDITS: Added myself as GCW0 porter 2016-02-26 22:17:29 +01:00
Eugene Sandulenko 6c895643aa Merge pull request #667 from a-detiste/master
JANITORIAL: Typos detected with lintian & grep
2016-02-15 18:31:50 +01:00
Alexandre Detiste 6c298e964f JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
Eugene Sandulenko 11e03fbce2 Merge pull request #658 from sev-/wage
WAGE: New Engine
2016-02-14 17:20:25 +01:00
Eugene Sandulenko d743ae9912 CREDITS: Walter is back 2016-01-31 22:43:36 +01:00
Eugene Sandulenko a0444c9f3d CREDITS: Added Martin to AGI engine 2016-01-31 22:39:03 +01:00
Eugene Sandulenko 14057f3dc7 SCUMM: Move Russian Dig version description to the generated field 2016-01-13 00:48:47 +01:00
Eugene Sandulenko 184d26df1a SCUMM: Add detection for Russian Dig with subtitles 2016-01-13 00:44:40 +01:00
Eugene Sandulenko d021cc3448 SCUMM: Added detection for Russian Zak 2016-01-12 23:53:14 +01:00
Vincent Bénony 3b3668bb95 CREATE_TOOL: Use tabs instead of spaces... 2016-01-11 16:39:22 +01:00
Vincent Bénony a6fe4d2499 CREATE_TOOL: Renames static libraries used for iOS target 2016-01-11 16:33:36 +01:00