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
Filippos Karapetis
6ffc8e4aea
Silenced another warning (disabled an empty switch statement)
...
svn-id: r38308
2009-02-15 21:39:59 +00:00
Willem Jan Palenstijn
3e3f4e450f
close sound when exiting
...
svn-id: r38307
2009-02-15 21:39:17 +00:00
Max Horn
e90eed4ff3
SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
...
svn-id: r38305
2009-02-15 21:27:42 +00:00
Johannes Schickel
5417f6bacb
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
...
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated).
- Update all client code which relied on OSystem::clearScreen so far.
svn-id: r38304
2009-02-15 21:20:21 +00:00
Max Horn
e29d90be3e
SCI: Fixed more warnings
...
svn-id: r38303
2009-02-15 21:12:21 +00:00
Max Horn
0641af5d1c
Better (?) fix for scicore/tools.cpp -- don't add Win32 specific code in a section of code which is supposed to only be used on Windows anyway... :)
...
svn-id: r38302
2009-02-15 21:11:25 +00:00
Max Horn
8e056b3092
Removed unused code
...
svn-id: r38301
2009-02-15 21:04:32 +00:00
Willem Jan Palenstijn
5c63409d3e
temporarily re-include fnmatch to fix compilation and case-insensitive matching
...
svn-id: r38300
2009-02-15 20:54:20 +00:00
Filippos Karapetis
175de19bd1
Mention that the original Smacker cutscenes are now supported in BS1/2
...
svn-id: r38299
2009-02-15 20:51:14 +00:00
Johannes Schickel
b815676058
Talkspeed vs. Talkdelay patch in SCUMM was reverted, thus removing the news line mentioning it.
...
svn-id: r38297
2009-02-15 20:47:01 +00:00
Willem Jan Palenstijn
b484e82821
retreive->retrieve
...
svn-id: r38296
2009-02-15 20:40:49 +00:00
Andre Heider
3d5b349b7c
check the result of PAD_ScanPads() to trigger button up/down events only once. requires a not yet official libogc patch.
...
svn-id: r38294
2009-02-15 20:38:51 +00:00
Johannes Schickel
1436fbe05d
Announce GUI changes.
...
svn-id: r38292
2009-02-15 20:34:36 +00:00
Johannes Schickel
32dd0fff3b
Add unkown release date for 0.14.0 (to match how it used to be with unstable versions).
...
svn-id: r38291
2009-02-15 20:31:42 +00:00
Johannes Schickel
cd4f127330
Add announcement for dropped MPEG2 cutscene support in Sword1/2.
...
svn-id: r38290
2009-02-15 20:29:43 +00:00
Kostas Nakos
faadabe20c
add support for groovie
...
svn-id: r38288
2009-02-15 20:22:07 +00:00
Johannes Schickel
da3516248c
Fixed compilation (along with it const correctness).
...
svn-id: r38287
2009-02-15 20:19:06 +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
7d0d96ecc1
fixed compilation with msvc
...
svn-id: r38285
2009-02-15 20:02:43 +00:00
Henry Bush
d7dea4ff17
T7G: Fix for #2511456 . Volume is now only reset to 100 on playing a new track, and the background track starts on beginning of input loop (not at end of main track).
...
svn-id: r38284
2009-02-15 19:52:44 +00:00
Henry Bush
c137d75784
T7G: print out the current script pos in decimal too (to match ST's decomp's ;-)
...
svn-id: r38283
2009-02-15 19:45:36 +00:00
Max Horn
a49d29cf6f
cleanup, fixed warnings
...
svn-id: r38282
2009-02-15 19:15:43 +00:00
Oystein Eftevaag
270165522b
XCode project for the iPhone official SDK
...
svn-id: r38281
2009-02-15 19:12:21 +00:00
Oystein Eftevaag
650749d401
Compatibility fixes for the official iPhone SDK
...
svn-id: r38280
2009-02-15 19:09:59 +00:00
Max Horn
e28ed6b4c9
SCI: Got rid of HAVE_FNMATCH_H
...
svn-id: r38279
2009-02-15 18:58:10 +00:00
Chris Apers
3ceb1482db
Quick dirty hack to make the engine run again on PalmOS
...
svn-id: r38278
2009-02-15 18:53:27 +00:00
Max Horn
17014c4f47
Merged internal 'matchPath' method of class Archive into global matchString function (via an optional 'path mode' in the latter). Also changed Archive::listMatchingMembers to use path mode when matching, just like FSDirectory::listMatchingMembers
...
svn-id: r38277
2009-02-15 18:45:53 +00:00
Kostas Nakos
544bda60fa
enable tucker and groovie engines
...
svn-id: r38275
2009-02-15 18:36:36 +00:00