Commit Graph

29041 Commits

Author SHA1 Message Date
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
Filippos Karapetis
4fdd92c610 Fixed compilation
svn-id: r38364
2009-02-16 10:52:45 +00:00
Filippos Karapetis
271758dbb8 Sync
svn-id: r38363
2009-02-16 10:14:58 +00:00
Max Horn
a272626210 Replace strncasecmp by scumm_strnicmp
svn-id: r38362
2009-02-16 09:53:34 +00:00
Travis Howell
954aa46b8a SCUMMVM define no longer required.
svn-id: r38361
2009-02-16 09:44:00 +00:00
Max Horn
ee92dbbe41 SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a C++ class
svn-id: r38360
2009-02-16 09:40:25 +00:00
Travis Howell
42cb3a55d9 Replace strcasecmp with scumm_stricmp.
svn-id: r38359
2009-02-16 09:29:07 +00:00
Max Horn
0e3692dbc7 SCI: Moved seg_manager.*, int_hashmap.* to sci/engine (they are only used there); merged hashmap and int_hashmap
svn-id: r38358
2009-02-16 09:23:58 +00:00
Willem Jan Palenstijn
56894d00ef replace one more instance of strcasecmp by scumm_stricmp
svn-id: r38357
2009-02-16 09:21:36 +00:00
Travis Howell
2d0a897d16 Replace strcasecmp with scumm_stricmp.
svn-id: r38356
2009-02-16 09:17:49 +00:00
Oystein Eftevaag
7a3c7c1e9a Added zlib support and SCI to the xcode project for iphone
svn-id: r38355
2009-02-16 08:32:45 +00:00
Paul Gilbert
fd9c7198f5 Removed reference to deleted reg_t_hashmap.cpp
svn-id: r38354
2009-02-16 08:16:52 +00:00
Kostas Nakos
1bd700b51e fix random crashes on vga devices when using exotic scalers
svn-id: r38352
2009-02-16 07:27:04 +00:00
Paweł Kołodziejski
2a7d22702c initialize palette buffers (compiler warning)
svn-id: r38351
2009-02-16 07:17:36 +00:00
Paweł Kołodziejski
36d7495577 fixed compilation
svn-id: r38350
2009-02-16 07:06:12 +00:00
Jordi Vilalta Prat
75a4540791 Revert r38254 as pointed by waltervn (SCI1 games work again)
svn-id: r38349
2009-02-16 07:02:11 +00:00
Kostas Nakos
0a04d30753 apply patch #2603528: PCX loading (convenience only)
svn-id: r38348
2009-02-16 06:43:33 +00:00
Travis Howell
81eb4b83ca Remove unneeded code, as _musicEngine is already set to NULL by default.
svn-id: r38346
2009-02-16 06:26:54 +00:00
Travis Howell
f970596082 Limit platforms to specific SCUMM versions, when selecting the music engine to be used. To help prevent issues, if user manually selects the incorrect platform.
svn-id: r38345
2009-02-16 06:23:41 +00:00
Torbjörn Andersson
a57e773a0e Removed unnecessary tests. (It's ok to free a NULL pointer.)
svn-id: r38344
2009-02-16 06:11:37 +00:00
Torbjörn Andersson
de0c772a01 Blank the palette correctly. (Fixes Valgrind warning.)
svn-id: r38343
2009-02-16 06:02:21 +00:00
Travis Howell
7fc7234312 Fix startup of the Amiga versions of Manhunter NY/SF, which seem to require the older platform value of 20.
svn-id: r38341
2009-02-16 04:45:29 +00:00
Max Horn
6af056c89d Reimplemented reg_t_hashmap using Common::HashMap
svn-id: r38340
2009-02-16 01:58:30 +00:00
Max Horn
6098cadde3 More paranoia checks
svn-id: r38339
2009-02-16 01:58:20 +00:00
Max Horn
bf6a7c1d72 cleanup
svn-id: r38338
2009-02-16 01:04:19 +00:00
Travis Howell
0a621d89ae Fix win32 compile of SCI engine.
svn-id: r38337
2009-02-16 00:43:18 +00:00
Max Horn
74132ed71a SCI: cleanup
svn-id: r38336
2009-02-16 00:35:22 +00:00
Max Horn
ddaa25cf29 SCI: cleanup
svn-id: r38335
2009-02-16 00:34:40 +00:00
Max Horn
ffa7f53377 SCI: Removed some unused files
svn-id: r38334
2009-02-16 00:17:27 +00:00
Max Horn
7ecb41027c SCI: Moved old_objects.* to tools, as it is only used by tools/scriptdump.cpp, as far as I can tell
svn-id: r38333
2009-02-16 00:16:58 +00:00
Max Horn
87bfde321f Fixed more warnings
svn-id: r38332
2009-02-15 23:59:29 +00:00
Max Horn
033ade4f5c Fixed more warnings (and at least one case of uninited data)
svn-id: r38331
2009-02-15 23:49:42 +00:00
Max Horn
296686e812 SCI: Header cleanup (avoid #include <> where possible)
svn-id: r38330
2009-02-15 23:39:31 +00:00
Max Horn
c556589d74 Make failure reports in adv game detector a bit more verbose (show data path, useful if you mass add and then don't know which games are unknown)
svn-id: r38329
2009-02-15 23:24:00 +00:00
Travis Howell
08b62c7827 AtariST Elvira 1 demo specific code in restoreBackGround() is no longer required.
svn-id: r38328
2009-02-15 23:06:21 +00:00
Johannes Schickel
49d90127b9 Removed OSystem_Dreamcast::fillScreen implementation after discussing it with Marcus.
svn-id: r38327
2009-02-15 23:01:27 +00:00
Max Horn
f3ab80b4e8 SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: rest
svn-id: r38325
2009-02-15 22:43:13 +00:00
Matthew Hoops
43093c2d80 Mark kq1sci as "SCI Remake" instead of "VGA Remake". It's not in VGA ;)
svn-id: r38324
2009-02-15 22:42:09 +00:00
Joost Peters
4a51b55b65 Mention BASS speed correction. Maybe this should go into 0.13.0 as well, but I feel uneasy committing it without at least a full playthrough test.
svn-id: r38323
2009-02-15 22:34:57 +00:00
Max Horn
29611bc7ea SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: sfx dir
svn-id: r38322
2009-02-15 22:34:41 +00:00
Max Horn
921e6ff5cf SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: gfx dir
svn-id: r38321
2009-02-15 22:33:36 +00:00
Willem Jan Palenstijn
d2e8256439 defer BS1 palette update from newScreen to updateScreen, based on patch by eriktorbjorn for bug #2599963. Maybe suitable for branch-0-13-0 after more testing.
svn-id: r38320
2009-02-15 22:33:18 +00:00
Max Horn
78e0d055ea SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: include dir
svn-id: r38319
2009-02-15 22:32:57 +00:00
Max Horn
5ecfecd3bc SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: scicore dir
svn-id: r38318
2009-02-15 22:28:50 +00:00
Max Horn
57434d955f SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir
svn-id: r38317
2009-02-15 22:28:12 +00:00
Joost Peters
7adf721492 Proper endianness handling in MatchingLevels().
Fixes #2603000 "DW2: Long pause entering Shades (big endian)"

svn-id: r38316
2009-02-15 22:25:34 +00:00
Max Horn
f86403ed22 Attempt to fix compilation problems on MSVC 7 (I wonder why it compiled elsewhere, actually ;)
svn-id: r38314
2009-02-15 22:14:04 +00:00
Willem Jan Palenstijn
26f45be083 properly (re)select game after adding/editing domain name in launcher
svn-id: r38313
2009-02-15 22:07:19 +00:00
Max Horn
4eff1002f9 SCI: Got rid of a nasty hack where class, delete, new were re#defined because FreeSCI used these C++ keywords for variable names
svn-id: r38312
2009-02-15 22:01:09 +00:00
Oystein Eftevaag
7a72318a12 Compile fix for OS X
svn-id: r38309
2009-02-15 21:57:51 +00:00