161 Commits

Author SHA1 Message Date
Paweł Kołodziejski
c729101d5b re-enable warnings as errors
svn-id: r38645
2009-02-20 23:24:46 +00:00
Filippos Karapetis
720b013ac8 Updated the MSVC project files of the SCI engine
svn-id: r38624
2009-02-20 21:32:24 +00:00
Travis Howell
efb806554e Correct typo in project files, which caused SCI engine to be disabled.
svn-id: r38578
2009-02-20 04:09:16 +00:00
Filippos Karapetis
a566728ab8 Updated the MSVC project files of the SCI engine
svn-id: r38570
2009-02-20 00:33:23 +00:00
Filippos Karapetis
2ce63815f3 Updated the MSVC project files of the SCI engine
svn-id: r38544
2009-02-19 12:45:32 +00:00
Paul Gilbert
59db1e85f3 Merged the contents of fontCharacterTable into staticres
svn-id: r38542
2009-02-19 11:08:11 +00:00
Filippos Karapetis
e6179b7ebd Synced the SCI MSVC project files
svn-id: r38510
2009-02-18 22:28:17 +00:00
Paweł Kołodziejski
46eb365c77 update msvc9
svn-id: r38507
2009-02-18 22:04:06 +00:00
Filippos Karapetis
b9d3c752b1 Include the SCI engine when building ScummVM under MSVC
svn-id: r38474
2009-02-18 12:35:24 +00:00
Filippos Karapetis
effc556fd3 Updated and synced the SCI engine MSVC project files
svn-id: r38462
2009-02-18 10:14:41 +00:00
Filippos Karapetis
f0947f9e58 Updated and synced the SCI engine MSVC project files
svn-id: r38459
2009-02-18 09:58:52 +00:00
Paweł Kołodziejski
d428b4da6c remove not needed anymore SCUMMVM define
svn-id: r38443
2009-02-17 20:06:17 +00:00
Filippos Karapetis
73b104ec4f Updated the SCI MSVC project files
svn-id: r38402
2009-02-17 10:01:35 +00:00
Filippos Karapetis
cc653bc3b0 Updated the SCI MSVC files
svn-id: r38389
2009-02-16 23:37:06 +00:00
Filippos Karapetis
2ced8f361d Updated the MSVC project files of the SCI engine with the latest changes to the file structure
svn-id: r38366
2009-02-16 11:28:35 +00:00
Paweł Kołodziejski
36d7495577 fixed compilation
svn-id: r38350
2009-02-16 07:06:12 +00:00
Paweł Kołodziejski
78282ea586 remove defines from msvc project files
svn-id: r38286
2009-02-15 20:15:24 +00:00
Paweł Kołodziejski
f1baf28969 update
svn-id: r38255
2009-02-15 15:19:00 +00:00
Paweł Kołodziejski
0724206156 fixed compilation and linking with msvc9
svn-id: r38232
2009-02-15 12:29:09 +00:00
Paweł Kołodziejski
aef228ac27 updated mscv9
svn-id: r38220
2009-02-15 10:28:03 +00:00
Paweł Kołodziejski
311344b445 fixed msvc9 compilation
svn-id: r38208
2009-02-15 09:56:04 +00:00
Paweł Kołodziejski
41f78a6641 update
svn-id: r38203
2009-02-15 09:17:23 +00:00
Paweł Kołodziejski
1ef23afe6b added initial sci.vcproj
svn-id: r38200
2009-02-15 08:31:38 +00:00
Filippos Karapetis
7853ff65db Updated the MSVC project files for commit #36007 (removed /backends/saves/compressed/*)
svn-id: r38182
2009-02-14 21:50:13 +00:00
Paul Gilbert
c2afb25ec5 Added debugger console
svn-id: r36259
2009-02-11 10:03:01 +00:00
Filippos Karapetis
8f91046af4 Updated the MSVC project files of the scummvm project with the latest changes to the files
svn-id: r36190
2009-02-01 21:09:29 +00:00
Filippos Karapetis
aacaf0d41d Updated the kyra MSVC project files for the newly added files
svn-id: r36189
2009-02-01 21:06:02 +00:00
Paul Gilbert
7eff8a012b Updated the MSVC projects with the new cruise/staticres file
svn-id: r36052
2009-01-25 05:56:04 +00:00
Filippos Karapetis
66228f77e9 Updated the MSVC files of the Kyra engine
svn-id: r35909
2009-01-18 17:42:46 +00:00
Max Horn
20dad9e967 Merged gui/ThemeData.cpp into ThemeEngine.cpp
svn-id: r35881
2009-01-17 17:13:04 +00:00
Filippos Karapetis
d5f9fdabc3 Updated the project files of the groovie engine for commit #35855
svn-id: r35860
2009-01-14 07:47:52 +00:00
Filippos Karapetis
9129f13b09 Updated the MSVC project files for the latest changes to the video playing code
svn-id: r35773
2009-01-07 21:25:50 +00:00
Filippos Karapetis
d5b6996c45 - Split the IHNM script functions into a different file
- Added two new defines, ENABLE_IHNM and ENABLE_SAGA2 (enabled by default), which can be used to remove the parts of the SAGA engine which are specific to IHNM and SAGA 2 games. Hopefully, this will reduce the size of the engine even more for platforms with little memory (e.g. the Nintendo DS)

svn-id: r35672
2009-01-02 16:52:38 +00:00
Filippos Karapetis
a09a7678f4 Updated the MSVC project files for commit #35668
svn-id: r35671
2009-01-02 14:09:21 +00:00
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