Commit Graph

250 Commits

Author SHA1 Message Date
Max Horn
569636eb54 Removed Graphics::ImageMan. Nothing uses it
svn-id: r35638
2008-12-31 15:11:39 +00:00
Filippos Karapetis
cae6bdac08 Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and needs further work, but it's a start
svn-id: r35626
2008-12-31 11:46:21 +00:00
Filippos Karapetis
1e60714ff7 Updated the MSVC project files of the kyra engine
svn-id: r35556
2008-12-26 12:04:59 +00:00
Filippos Karapetis
eee07138c9 Updated the MSVC project files for commit #35526
svn-id: r35529
2008-12-24 16:44:14 +00:00
Filippos Karapetis
77ad9f76e5 Updated the MSVC project files of the SAGA engine
svn-id: r35485
2008-12-22 14:18:06 +00:00
Filippos Karapetis
e07d509100 Updated the MSVC project files for commit #35475
svn-id: r35476
2008-12-21 23:47:35 +00:00
Filippos Karapetis
f6547e0691 Updated the MSVC project files for commit #35470
svn-id: r35471
2008-12-21 21:44:16 +00:00
Filippos Karapetis
41499091b0 Updated the MSVC project files (added smk_player.cpp/.h)
svn-id: r35367
2008-12-14 22:32:32 +00:00
Filippos Karapetis
c0a8a13081 Updated the MSVC project files of the gob engine (added game_v6.cpp)
svn-id: r35346
2008-12-13 21:08:13 +00:00
Filippos Karapetis
afa21d9de8 Updated the MSVC project files of the gob engine
svn-id: r35339
2008-12-13 13:31:13 +00:00
Filippos Karapetis
005c63f794 Updated the MSVN project files of the gob engine
svn-id: r35291
2008-12-09 17:36:28 +00:00
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