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 |
|
Lars Persson
|
9c8b1acf6b
|
Add base-backend.cpp to Symbian base make file
svn-id: r38379
|
2009-02-16 19:50:56 +00:00 |
|
Lars Persson
|
2bc44930fe
|
Add advanceddetector to Symbian base makefile
svn-id: r38378
|
2009-02-16 19:48:00 +00:00 |
|
Lars Persson
|
c4fb8cf4f1
|
Fixed VectorRenderSpec for no fancy theme!
svn-id: r38377
|
2009-02-16 19:07:41 +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 |
|
Florian Kagerer
|
a43b0bc2dc
|
LOL: - more work on the user interface
- fixed non interactive demo
svn-id: r38374
|
2009-02-16 17:17:15 +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 |
|
Benjamin Haisch
|
ee1cae3ebc
|
Removed unused variable
svn-id: r38372
|
2009-02-16 15:50:27 +00:00 |
|
Lars Persson
|
d053a4575d
|
Add build support for SCI.
svn-id: r38371
|
2009-02-16 15:36:26 +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 |
|
Travis Howell
|
63f4ef7427
|
Add alternative filename prefixes for German versions of puttcircus and puttrace.
svn-id: r38367
|
2009-02-16 13:43:44 +00:00 |
|