239 Commits

Author SHA1 Message Date
Filippos Karapetis
5212c3ea03 Updated the MSVC project files for the new files in tinsel2
svn-id: r35197
2008-12-01 20:38:14 +00:00
Filippos Karapetis
7f69d3e9a2 Updated the MSVC project files of the kyra engine
svn-id: r35186
2008-11-30 11:05:37 +00:00
Filippos Karapetis
b74b43a1fa Updated the MSVC project files of the groovie engine, for commit #35122
svn-id: r35123
2008-11-19 13:19:11 +00:00
Kari Salminen
c67881f0cc Fix compilation of Tucker-engine under MSVC by adding missing flic_player.h and flic_player.cpp to the project files.
svn-id: r35108
2008-11-17 20:38:40 +00:00
Filippos Karapetis
a5619194c8 Added MSVC projects for the new groovie engine and enabled the engine
svn-id: r35097
2008-11-16 20:31:07 +00:00
Filippos Karapetis
04a33b48c0 Updated the MSVC project files of the sword1 engine
svn-id: r35044
2008-11-13 12:25:19 +00:00
Filippos Karapetis
963445e559 Updated the MSVC project files of the cine engine
svn-id: r35034
2008-11-13 09:00:51 +00:00
Filippos Karapetis
8b91e9c8be Updated MSVC project files for the sky engine
svn-id: r35016
2008-11-12 12:39:18 +00:00
Filippos Karapetis
a0528c87ca Updated MSVC project files for commit #35002
svn-id: r35010
2008-11-11 23:28:43 +00:00
Filippos Karapetis
6e9cb25641 Enable the tucker engine
svn-id: r34998
2008-11-10 22:32:21 +00:00
Filippos Karapetis
8940030f44 Added MSVC project files for the new tucker engine
svn-id: r34996
2008-11-10 22:08:02 +00:00
Filippos Karapetis
dbb0fa5f62 Updated the MSVC project files for commit #34983
svn-id: r34987
2008-11-10 14:34:32 +00:00
Filippos Karapetis
b5f2e4ee8c Synced the rest of the MSVC project files (MSVC7, 7.1 and 8) with the latest changes to the GUI from the GSoC branch
svn-id: r34768
2008-10-11 14:18:11 +00:00
Filippos Karapetis
0068c63f22 Updated MSVC project files with the latest changes (moved base/game.* to engines/game.*)
svn-id: r34602
2008-09-19 10:25:40 +00:00
Filippos Karapetis
dc31d1d9a8 Updated MSVC project files for the SCUMM engine - removed smush/chunk.*
svn-id: r34529
2008-09-14 18:00:06 +00:00
Filippos Karapetis
84b97066a3 Some more unification of options:
- AdditionalIncludeDirectories is set to "../../;../../engines"
- InlineFunctionExpansion is set to "0" for debug and "2" for release builds
- DisableLanguageExtensions is set to "false" (disabling language extensions leads to some very weird errors)
- Detect64BitPortabilityProblems is set to "false", as setting it to "true" throws loads of warnings too (mainly related to strlen, when trying to store its result in an integer)

svn-id: r34448
2008-09-08 13:00:43 +00:00
Filippos Karapetis
ce5b63da9b Changed WarnAsError to be true across all engines, in both debug and release builds
svn-id: r34446
2008-09-08 11:57:49 +00:00
Filippos Karapetis
f518bcce3e decompiler.cpp is not used anywhere by default. Remove it to prevent a warning under MSVC that the object file is empty (since DUMP_SCRIPT is not defined by default, the whole code in this file is not used)
svn-id: r34445
2008-09-08 11:45:15 +00:00
Filippos Karapetis
dc366ff266 Added kyra/resource_intern.* to the kyra MSVC project files
svn-id: r34441
2008-09-08 08:09:22 +00:00
Filippos Karapetis
a625e6cfae Added missing common/archive.*
svn-id: r34381
2008-09-06 08:37:03 +00:00
Filippos Karapetis
8764ccebc7 Updated MSVC project files for commit #34303
svn-id: r34306
2008-09-03 14:06:54 +00:00
Filippos Karapetis
c560bf1d72 Updated gob MSVC project files for commit #34286
svn-id: r34292
2008-09-03 07:32:59 +00:00
Filippos Karapetis
e2b7c126eb Enabled the new optimizations for older versions of MSVC as well
Also, included the tinsel engine library for the release version as well (fixes compilation of the release version)

svn-id: r34274
2008-09-02 11:42:15 +00:00
Filippos Karapetis
9edc5f445d Changed the MSVC optimization settings for the release version of all current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly
svn-id: r34270
2008-09-02 07:59:52 +00:00
Filippos Karapetis
26b9ae0cd9 Added new files to the MSVC projects (engines/dialogs.* and common/queue.h)
svn-id: r34269
2008-09-02 07:32:09 +00:00
Filippos Karapetis
6254f9f34c Updated all MSVC project files with the latest changes to the code (gob and parallaction engines and the file system)
svn-id: r34235
2008-09-01 10:07:48 +00:00
Johannes Schickel
4e7205af36 Updated msvc8 and msvc9 project files for latest FS changes.
svn-id: r34205
2008-08-29 22:04:15 +00:00
Kari Salminen
fac71dc6d4 Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes compiling under MSVC.
svn-id: r34063
2008-08-20 15:58:52 +00:00
Kari Salminen
08b0b08745 Removed already deleted file engines/scumm/thumbnail.cpp from MSVC project files.
svn-id: r34062
2008-08-20 15:17:35 +00:00
Kari Salminen
b9e496adbd Added graphics/thumbnail.cpp and graphics/thumbnail.h to MSVC project files.
svn-id: r34059
2008-08-20 15:06:26 +00:00
Kari Salminen
bc0ec3f6d8 Update MSVC project files for Kyra Lands of Lore additions.
svn-id: r33466
2008-07-31 11:16:48 +00:00
Kari Salminen
5ab21dcb05 Update MSVC project files for Parallaction.
svn-id: r33287
2008-07-25 11:39:58 +00:00
Paul Gilbert
0ff328d4ae Added extra defines and include for Tinsel project
svn-id: r33238
2008-07-23 10:54:59 +00:00
Paul Gilbert
265ef07ef8 Added the Tinsel engine to the Scummvm MSVC8 Solution
svn-id: r33232
2008-07-23 09:37:15 +00:00
Paul Gilbert
1f44cba3ee Replaced the out of date file list in the MSVC8 project with the proper file list
svn-id: r33231
2008-07-23 09:28:23 +00:00
Max Horn
c441c5261f Added Tinsel engine to main repos (no news item for it ON PURPOSE)
svn-id: r33230
2008-07-23 09:02:47 +00:00
Kari Salminen
273129330a Update MSVC project files.
svn-id: r33004
2008-07-11 13:13:28 +00:00
Kari Salminen
6fa152c58a Updated MSVC project files (Added Parallaction's balloons.cpp).
svn-id: r32904
2008-07-04 09:38:03 +00:00
Filippos Karapetis
63c0dde2ef Updated MSVC project files for commit #32828
svn-id: r32849
2008-06-30 08:46:20 +00:00
Vicent Marti
9072c080ff Updated MS Visual Studio project files for MusicPlugin.
svn-id: r32701
2008-06-14 14:44:06 +00:00
Jordi Vilalta Prat
177993b145 Renamed MIDI plugins to Music plugins
svn-id: r32693
2008-06-13 14:30:47 +00:00
Filippos Karapetis
3daf09c922 Updated the MSVC project files of the drascula engine (removed staticdata.h)
svn-id: r32629
2008-06-09 10:13:44 +00:00
Kari Salminen
6225e8e416 Update Drascula's MSVC project files for r32599.
svn-id: r32601
2008-06-07 20:00:51 +00:00
Filippos Karapetis
45cce58611 Removed stringSupport.cpp/.h from the MSVC project files of the cruise engine
svn-id: r32511
2008-06-03 07:38:28 +00:00
Filippos Karapetis
841dde61d0 Updated the MSVC project files (added unarj.cpp/.h)
svn-id: r32491
2008-06-02 08:01:26 +00:00
Filippos Karapetis
dc3cb78e6b Updated the MSVC project files of the drascula engine
svn-id: r32405
2008-05-30 20:43:51 +00:00
Filippos Karapetis
8757db728a Updated the MSVC project files of the gob engine for commit #32352
svn-id: r32353
2008-05-28 21:27:52 +00:00
Filippos Karapetis
649f439fb6 Reverted commit #32344, apparently those defines are needed for the SCUMM engine for older versions of MSVC
svn-id: r32346
2008-05-28 19:30:43 +00:00
Filippos Karapetis
e9c4122419 Added ENABLE directives for all ScummVM engines
svn-id: r32345
2008-05-28 19:16:03 +00:00
Filippos Karapetis
29a4c3201b Remove the ENABLE_SCUMM_7_8 and ENABLE_HE directives from the SCUMM engine MSVC project file. They'll be placed in the global ScummVM project
svn-id: r32344
2008-05-28 19:10:44 +00:00