Commit Graph

29303 Commits

Author SHA1 Message Date
Eugene Sandulenko
e5def6fbea Add SCI team to credits
svn-id: r38441
2009-02-17 19:57:29 +00:00
Willem Jan Palenstijn
f23b6f91b7 typo
svn-id: r38440
2009-02-17 19:54:11 +00:00
Willem Jan Palenstijn
2294621e5a clarify scumm debugger error message
svn-id: r38439
2009-02-17 19:53:04 +00:00
Oystein Eftevaag
23dd0d861d Updated the xcode project to generate Info.plist, and use the correct icon
svn-id: r38438
2009-02-17 19:39:25 +00:00
Filippos Karapetis
e28439bebc point_t -> Common::Point
svn-id: r38437
2009-02-17 19:15:37 +00:00
Max Horn
a113102d52 SCI: removed unused code
svn-id: r38436
2009-02-17 18:21:46 +00:00
Max Horn
e77e56bec1 Revert changed I accidentally commited *sigh*
svn-id: r38435
2009-02-17 18:21:27 +00:00
Max Horn
471f630c2e SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.h
svn-id: r38434
2009-02-17 18:17:01 +00:00
Max Horn
f245cf55b8 SCI: Merged main_ into SciEngine::go()
svn-id: r38433
2009-02-17 18:16:48 +00:00
Max Horn
cd8f4c5ae2 SCI: Silence 'check always true' warnings with a trick (temporary, that code needs to be revised anyway)
svn-id: r38432
2009-02-17 18:16:41 +00:00
Max Horn
515dfac64c SCI: -Wno-variadic-macros not needed anymore
svn-id: r38431
2009-02-17 18:16:31 +00:00
Johannes Schickel
bc39dc9d75 Fix valgrind warning about mismatched delete.
svn-id: r38429
2009-02-17 18:01:52 +00:00
Filippos Karapetis
5b8d0a77ff Added an "equals" function to Common::Rect (used by SCI)
svn-id: r38428
2009-02-17 17:44:04 +00:00
Max Horn
57176cdce1 Removed unused file
svn-id: r38427
2009-02-17 17:37:01 +00:00
Johannes Schickel
33934251cb Fix for long delay while fading palette in Zanthia's home, when mixing potions.
svn-id: r38425
2009-02-17 17:17:47 +00:00
Lars Persson
b3cf9ef9a9 Remove vector renderer define
svn-id: r38424
2009-02-17 16:26:18 +00:00
Eugene Sandulenko
d53b66b352 Setting SVN keywords property. rest
svn-id: r38423
2009-02-17 15:59:52 +00:00
Sven Hesse
2ef866690d Fixing compilation for me
svn-id: r38421
2009-02-17 15:54:15 +00:00
Walter van Niftrik
409f47516f SCI: ran astyle
svn-id: r38419
2009-02-17 15:46:00 +00:00
Johannes Schickel
e676bec0b8 Remove dead/leftover code.
svn-id: r38416
2009-02-17 15:27:31 +00:00
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
Johannes Schickel
b8d2c41cdd Remove VECTOR_RENDERER_FORMAT check and related documentation.
svn-id: r38405
2009-02-17 12:20:40 +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
73b104ec4f Updated the SCI MSVC project files
svn-id: r38402
2009-02-17 10:01:35 +00:00
Filippos Karapetis
963af0ab02 Removed dead/unused code
svn-id: r38400
2009-02-17 09:53:27 +00:00
Travis Howell
241d995586 Clear cutsceneOverride for all scripts (except current), when restarting any game, fixes bugs:
#1923193 - MONKEY: cannot restart during the intro
#2518226 - FT demo: debugger at end of demo

svn-id: r38398
2009-02-17 09:41:21 +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
Andre Heider
6f9906d4c1 another update for the new libwiikeyboard API.
svn-id: r38392
2009-02-17 00:37:55 +00:00
Filippos Karapetis
cc653bc3b0 Updated the SCI MSVC files
svn-id: r38389
2009-02-16 23:37:06 +00:00
Oystein Eftevaag
6da742f47f Updated xcode project with latest changes
svn-id: r38388
2009-02-16 23:31:53 +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
Oystein Eftevaag
d61b83814b Updated the iphone xcode project to include dependency libs, and fixed config/savegame paths
svn-id: r38386
2009-02-16 23:21:18 +00:00
Filippos Karapetis
6ec40aa9f6 Removed unused code and defines
svn-id: r38385
2009-02-16 22:45:23 +00:00
Torbjörn Andersson
dbb8ad9da1 If the DXA cutscene audio fails to play for whatever reason (shouldn't happen in
BS1 since all the cutscenes have an audio track), assume audio and video are in
sync.

svn-id: r38384
2009-02-16 21:57:22 +00:00
Florian Kagerer
57749fc9af LOL: fixed invalid memory access
svn-id: r38383
2009-02-16 21:46:02 +00:00
Johannes Schickel
2bb7b23748 Change formatting to match our code guidelines.
svn-id: r38382
2009-02-16 21:19:02 +00:00
Johannes Schickel
11862f3db3 Cleanup.
svn-id: r38381
2009-02-16 21:17:14 +00:00
Johannes Schickel
0d927db838 Removed obsolete FIXME.
svn-id: r38380
2009-02-16 21:06:28 +00:00