Eugene Sandulenko
|
2a68f8c1cb
|
Remove unneeded files
svn-id: r38414
|
2009-02-17 15:21:38 +00:00 |
|
Eugene Sandulenko
|
3e0519e4ee
|
Update headers. rest
svn-id: r38413
|
2009-02-17 15:20:21 +00:00 |
|
Eugene Sandulenko
|
76024785fe
|
Update headers. gfx/
svn-id: r38412
|
2009-02-17 15:17:01 +00:00 |
|
Eugene Sandulenko
|
87e7f85410
|
Update headers. scicore/
svn-id: r38411
|
2009-02-17 15:09:09 +00:00 |
|
Eugene Sandulenko
|
b0abacf7cd
|
Update headers. sfx/
svn-id: r38410
|
2009-02-17 15:07:44 +00:00 |
|
Eugene Sandulenko
|
c0dbe787d5
|
Update headers. includes/
svn-id: r38409
|
2009-02-17 15:05:16 +00:00 |
|
Eugene Sandulenko
|
22a009d3c6
|
Update headers. engine/
svn-id: r38408
|
2009-02-17 15:02:16 +00:00 |
|
Walter van Niftrik
|
9ae02c978c
|
SCI: Added a bounds check on the index when setting palette.
svn-id: r38407
|
2009-02-17 14:13:42 +00:00 |
|
Filippos Karapetis
|
d39d83e525
|
Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary
svn-id: r38406
|
2009-02-17 13:51:52 +00:00 |
|
Filippos Karapetis
|
d6b5855800
|
Removed more directories which are not part of the SCI engine - again, the code and documentation can be referenced from /vendor/freesci/glutton/src/sfx
svn-id: r38404
|
2009-02-17 10:33:16 +00:00 |
|
Filippos Karapetis
|
7f8f0e96f7
|
Removed directory which is not part of the SCI engine - the code can be referenced from /vendor/freesci/glutton/src/sfx/mt32_GM_mapping
svn-id: r38403
|
2009-02-17 10:25:26 +00:00 |
|
Filippos Karapetis
|
963af0ab02
|
Removed dead/unused code
svn-id: r38400
|
2009-02-17 09:53:27 +00:00 |
|
Willem Jan Palenstijn
|
0443c5fe9e
|
current versions of BEOS no longer support snooze according to Begasus on IRC
svn-id: r38397
|
2009-02-17 09:15:29 +00:00 |
|
Filippos Karapetis
|
ffc07febeb
|
Removed unused SFX code
svn-id: r38396
|
2009-02-17 09:15:17 +00:00 |
|
Filippos Karapetis
|
0e33a56478
|
Removed unused code
svn-id: r38394
|
2009-02-17 08:55:48 +00:00 |
|
Lars Persson
|
4f436e311d
|
Remove functions not used, and thus the dependency on isblank.
svn-id: r38393
|
2009-02-17 07:41:40 +00:00 |
|
Filippos Karapetis
|
a3adca29f2
|
Removed a lot of unused and compiler-specific debug code. Note that for MSVC, the corresponding checks are enabled by default in the debug build, so there's no need to set them again programmatically. Also, removed the "codebugging" related code
svn-id: r38387
|
2009-02-16 23:28:24 +00:00 |
|
Filippos Karapetis
|
6ec40aa9f6
|
Removed unused code and defines
svn-id: r38385
|
2009-02-16 22:45:23 +00:00 |
|
Lars Persson
|
2a38e8fcde
|
isblank is not available on all platforms. Needs to be handled in a different way.
svn-id: r38376
|
2009-02-16 18:40:36 +00:00 |
|
Lars Persson
|
6dbd7e21eb
|
Use MIN with correct template <int>
svn-id: r38375
|
2009-02-16 18:37:28 +00:00 |
|
Jordi Vilalta Prat
|
c8a3a05a5d
|
SCI: Changed pcm_device and timer "driver" functionality to use directly the ScummVM modules
svn-id: r38373
|
2009-02-16 16:23:48 +00:00 |
|
Matthew Hoops
|
39ea68173a
|
Add detection for the Shivers demo and split the Torin's Passage entry into multiple as their main data files are the same.
svn-id: r38370
|
2009-02-16 15:35:35 +00:00 |
|
Travis Howell
|
74b654e9b5
|
Add German versions of several games.
svn-id: r38369
|
2009-02-16 14:15:14 +00:00 |
|
Filippos Karapetis
|
4fdd92c610
|
Fixed compilation
svn-id: r38364
|
2009-02-16 10:52:45 +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 |
|
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 |
|
Max Horn
|
6af056c89d
|
Reimplemented reg_t_hashmap using Common::HashMap
svn-id: r38340
|
2009-02-16 01:58:30 +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
|
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 |
|
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 |
|
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 |
|