Commit Graph

28951 Commits

Author SHA1 Message Date
Andre Heider
b882723f20 moved the keyboard event thread to libwiikeyboard.
svn-id: r38258
2009-02-15 15:28:05 +00:00
Johannes Schickel
7d29bde4ed Fixed unused variable warnings.
svn-id: r38257
2009-02-15 15:24:43 +00:00
Willem Jan Palenstijn
60a913e9dd typo
svn-id: r38256
2009-02-15 15:21:54 +00:00
Paweł Kołodziejski
f1baf28969 update
svn-id: r38255
2009-02-15 15:19:00 +00:00
Filippos Karapetis
8228f3bcb2 Yet more warning fixes
svn-id: r38254
2009-02-15 15:15:26 +00:00
Johannes Schickel
bc7e76ec5d Yet more warning fixes.
svn-id: r38253
2009-02-15 15:10:47 +00:00
Willem Jan Palenstijn
8e7a05989b initialize variables
svn-id: r38252
2009-02-15 15:09:45 +00:00
Johannes Schickel
6c9e4d2004 Fixed more warnings.
svn-id: r38251
2009-02-15 15:06:14 +00:00
Willem Jan Palenstijn
a988ed0d0f moving towards const-correctness of files generating savegame.cpp.
svn-id: r38250
2009-02-15 15:00:31 +00:00
Johannes Schickel
e1b36cf2cd Fixed some warnings.
svn-id: r38249
2009-02-15 14:59:03 +00:00
Max Horn
3ea3141e90 Some more warning fixes
svn-id: r38248
2009-02-15 14:52:52 +00:00
Filippos Karapetis
aa3f10b2fd Fixed compilation under MSVC, and silenced some more warnings
svn-id: r38247
2009-02-15 14:52:51 +00:00
Florian Kagerer
dee51a77b5 LOL: fix bug in kyra.dat
svn-id: r38246
2009-02-15 14:49:01 +00:00
Max Horn
9daed50e01 Fixed lots of warnings and errors (on my system) by backporting a patch I had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?)
svn-id: r38245
2009-02-15 14:46:42 +00:00
Andre Heider
0082a84b8d make keyboard support optional with USE_WII_KBD since libwiikeyboard is not in the official libogc svn.
svn-id: r38244
2009-02-15 14:42:27 +00:00
Filippos Karapetis
24dc986944 Silenced a ton of warnings, and disabled several unreferenced functions (dead code) - hopefully, compilation hasn't been broken...
svn-id: r38243
2009-02-15 14:26:33 +00:00
Andre Heider
c3cd2b7f06 allow keyboard hotplugging.
svn-id: r38242
2009-02-15 14:17:54 +00:00
Oystein Eftevaag
a99e3e3fa6 Merged rev 38209 from 0.13 to trunk: XML parsing fix
svn-id: r38241
2009-02-15 14:00:41 +00:00
Oystein Eftevaag
5b86801553 Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iPhone backend updates
svn-id: r38240
2009-02-15 13:58:15 +00:00
Travis Howell
01625a01ab Fix offset error in clearVideoBackGround(), that could cause menu glitches after fighting in Elvira 1.
svn-id: r38238
2009-02-15 13:54:53 +00:00
Filippos Karapetis
2ef26fcd4a Oops, fixed Smacker video playing in BS1
svn-id: r38237
2009-02-15 13:43:44 +00:00
Filippos Karapetis
781d7da6b1 Applied my patch for the BS1/2 video player
- Support for the MPEG2 videos in BS1/2 has been dropped. The MPEG2 videos were lossy, and support for them complicated the code a lot.
- Support for the non-existing enhanced MPEG cutscene packs for BS1 has been dropped. As a consequence, the credits player and the splitted audio stream players used for these packs has been removed
- The original Smacker videos for both games are now supported, using our Smacker player (which is based off publically available specs and FFMPEG)
- The animations now use the common video player code. Both the Smacker videos and our DXA video packs are supported

svn-id: r38236
2009-02-15 13:29:48 +00:00
Travis Howell
47a1cd7545 Add Amiga English version of Space Quest 4.
svn-id: r38235
2009-02-15 13:17:25 +00:00
Paweł Kołodziejski
0724206156 fixed compilation and linking with msvc9
svn-id: r38232
2009-02-15 12:29:09 +00:00
Eugene Sandulenko
8b34730107 Make MSVC happy and rename timer/scummvm.cpp to timer/timer_scummvm.cpp
svn-id: r38231
2009-02-15 12:23:54 +00:00
Filippos Karapetis
25ddb00436 Silenced more warnings
svn-id: r38230
2009-02-15 12:23:16 +00:00
Willem Jan Palenstijn
8b38d0677a portability fix for platforms with unsigned char
svn-id: r38229
2009-02-15 12:11:27 +00:00
Eugene Sandulenko
38087c4f24 Fix compilation. How ugly without templates. Yuck!
svn-id: r38228
2009-02-15 11:44:14 +00:00
Eugene Sandulenko
e241843bec - Remove some unneeded files
- Mass rename .c to .cpp

svn-id: r38227
2009-02-15 11:39:07 +00:00
Eugene Sandulenko
e9f7428063 - Move sci/scummvm/ contents to sci/
- Rename scumm_engine.cpp to sci.cpp
- Remove unneeded gfx drivers
- Rename scummvm_driver.c to gfx_driver.cpp

svn-id: r38225
2009-02-15 11:03:21 +00:00
Eugene Sandulenko
7ec7c4399e Run SCI games :P
svn-id: r38224
2009-02-15 10:38:39 +00:00
Paweł Kołodziejski
61359f95bf remove DLLEXTERN
svn-id: r38223
2009-02-15 10:33:31 +00:00
Paul Gilbert
4e66e6db70 Fixed compiler warning about loss of precision
svn-id: r38222
2009-02-15 10:32:06 +00:00
Filippos Karapetis
1dcc6b79c9 Silenced some more warnings
svn-id: r38221
2009-02-15 10:29:34 +00:00
Paweł Kołodziejski
aef228ac27 updated mscv9
svn-id: r38220
2009-02-15 10:28:03 +00:00
Travis Howell
eaf403d22d fmmatch() doesn't exist in any win32 builds.
svn-id: r38219
2009-02-15 10:25:58 +00:00
Filippos Karapetis
89cad681d7 Silenced some MSVC warnings
svn-id: r38218
2009-02-15 10:24:32 +00:00
Travis Howell
5e2def9ca5 Fix mingw compilation.
svn-id: r38217
2009-02-15 10:21:22 +00:00
Eugene Sandulenko
5958868503 Fix crash at startup
svn-id: r38216
2009-02-15 10:17:20 +00:00
Paweł Kołodziejski
986a8b0e77 fixed compilation
svn-id: r38215
2009-02-15 10:10:48 +00:00
Eugene Sandulenko
c399437479 - Remove unneeded files
- Make whole thing finally compilable

svn-id: r38214
2009-02-15 10:10:23 +00:00
Paweł Kołodziejski
3fb25cf100 revert, not needed
svn-id: r38213
2009-02-15 10:10:04 +00:00
Eugene Sandulenko
0a532dfc30 Add interleave parameter to FMOPL as needed by SCI engine
svn-id: r38211
2009-02-15 10:07:50 +00:00
Paweł Kołodziejski
25aaf97300 include win32 build too
svn-id: r38210
2009-02-15 10:04:29 +00:00
Paweł Kołodziejski
311344b445 fixed msvc9 compilation
svn-id: r38208
2009-02-15 09:56:04 +00:00
Eugene Sandulenko
06b5b22a8c Fix link problems
svn-id: r38207
2009-02-15 09:44:23 +00:00
Eugene Sandulenko
958c72cfe5 Portability fixes
svn-id: r38206
2009-02-15 09:35:14 +00:00
Paweł Kołodziejski
11b4bc25dc revert last define, will be defined in diffrent place
svn-id: r38205
2009-02-15 09:34:39 +00:00
Paweł Kołodziejski
c3af1a22d6 define missing strcasecmp for win32
svn-id: r38204
2009-02-15 09:23:46 +00:00
Paweł Kołodziejski
41f78a6641 update
svn-id: r38203
2009-02-15 09:17:23 +00:00