Commit Graph

49078 Commits

Author SHA1 Message Date
Filippos Karapetis
96ce226967 SCI: Proper implementation of text drawing for SCI2+ 2011-10-11 01:25:08 +03:00
Strangerke
1402b47674 TSAGE: missing functions in scene 910, still WIP 2011-10-11 00:16:47 +02:00
David-John Willis
a27c2b401c OPENPANDORA: Cleanup the format of code a little to match our Code Formatting Conventions.
* No functional changes.
* Automated astyle pass.
2011-10-10 21:18:07 +01:00
Paul Gilbert
a4cc70c5e1 TSAGE: Bugfixes for Blue Force scene 271 - Fixes for dinner cut-scene 2011-10-10 23:03:52 +11:00
Paul Gilbert
62aad83c59 TSAGE: Bugfix for Blue Force scene 830 - hang when looking at note board 2011-10-10 22:38:37 +11:00
Paul Gilbert
f4ad86b707 TSAGE: Implemented Blue Force scene 180 - Front of Home 2011-10-10 22:19:49 +11:00
Filippos Karapetis
4e1face890 SCI: Mixed Adlib/MIDI mode for audio resources should always be enabled in SCI32 2011-10-10 12:20:52 +03:00
Filippos Karapetis
32b4ef8199 SCI: SCI32 kernel functions kRepaintPlane and kInputText are unused 2011-10-10 12:18:12 +03:00
Filippos Karapetis
97eb354672 AGI: Fixed bug #3420859 - "AGI: SQ0 - Scummvm Crash"
The length requested in this case is 250, which overflows a char variable
2011-10-10 02:12:48 +03:00
Filippos Karapetis
121bef4f79 MADE: Added missing finalize() calls to the game state saving code
Thanks to wjp for finding these
2011-10-10 01:48:47 +03:00
Filippos Karapetis
b17d424257 SCI: Fixed menu music in GK1 when multi MIDI is disabled
A regression from commit 9fd66de
2011-10-10 01:41:09 +03:00
D G Turner
a293bbbbb4 DRASCULA: Remove unecessary VOC header dependency.
Also, remove two engines not using VOC from voc.h header.
2011-10-09 22:13:30 +01:00
Johannes Schickel
7b126c5f24 MADE: Minimize #include usage. 2011-10-09 22:58:37 +02:00
Johannes Schickel
76bc3a97a6 MADE: Fix include guard of made.h. 2011-10-09 22:07:49 +02:00
Tarek Soliman
232e2e367e CONFIGURE: Rename "release optimization" to "optimizations" 2011-10-09 14:48:53 -05:00
Tarek Soliman
dc473ce955 CONFIGURE: Enable release optimizations by default when optimization...
... level is specified

This preserves the old behavior of ports that used to always pass in -Os or -O3

It also allows --disable-release-optimization for those ports to function
2011-10-09 14:48:53 -05:00
Tarek Soliman
01f03e2a3e CONFIGURE: Separate release mode from optimizations 2011-10-09 14:48:53 -05:00
Johannes Schickel
3e1405b939 AUDIO: Add default disposeAfterUse value to makeVOCStream again. 2011-10-09 21:24:06 +02:00
Johannes Schickel
d4f54a2c97 AUDIO: Strip out some unused VOC code. 2011-10-09 21:24:00 +02:00
Johannes Schickel
221434a83f AUDIO: Remove unused makeVOCStream interface. 2011-10-09 21:23:29 +02:00
Filippos Karapetis
90a11586e2 SCI: CreateTextBitmap should return a pointer. Also, silenced a warning 2011-10-09 19:56:51 +03:00
Strangerke
d8da625e5e TsAGE: Fix formatting (thanks lordHoto) and trailing spaces (thanks DrMcCoy) in scene 910 2011-10-09 18:42:08 +02:00
Johannes Schickel
13a89385dd SCI: Fix formatting in kRobot. 2011-10-09 18:31:44 +02:00
Strangerke
148b09835e TsAGE: Implement initialization of scene 910, plus actions of each objects and items. (WIP) 2011-10-09 18:27:43 +02:00
Filippos Karapetis
26140afaed SCI32: Marked/updated several unused/still not needed kernel functions 2011-10-09 19:16:06 +03:00
Filippos Karapetis
1dcad17988 SCI32: Documented the extra 2 params in kCreateTextBitmap(0) 2011-10-09 19:16:05 +03:00
Filippos Karapetis
d2bdcf8051 SCI: Removed the old kDoAvoider code 2011-10-09 19:16:04 +03:00
Filippos Karapetis
a6884d7d69 SCI2+: Added info for the extra parameter used in kGetSaveDir in SCI32
The warning can be safely removed, as the parameter is a string that
should not be set
2011-10-09 19:16:03 +03:00
Filippos Karapetis
69d08a7192 SCI21: Moved kRobot() together with the other video functions 2011-10-09 19:16:02 +03:00
Bertrand Augereau
4e825c069d DREAMWEB: 'wornerror' ported to C++ 2011-10-09 18:09:24 +02:00
Bertrand Augereau
250fac9895 DREAMWEB: object.cpp to replicate object.asm 2011-10-09 18:04:08 +02:00
Bertrand Augereau
14569bd62a DREAMWEB: 'zoomonoff' ported to C++ 2011-10-09 17:53:09 +02:00
Thierry Crozat
8a41d53213 I18N: Slightly improve French QuickStart 2011-10-09 14:29:10 +01:00
Paul Gilbert
ad0138349d TSAGE: Bugfix for Blue Force scene 300 - Leaving police station when off duty 2011-10-09 22:58:41 +11:00
Paul Gilbert
ec2512ba25 TSAGE: Bugfixes for Blue Force scene 315 - Police station when booking gang evidence 2011-10-09 22:53:31 +11:00
Paul Gilbert
2f9796b34b TSAGE: Cleanup and bugfixes for Blue Force scene 410 - Traffic Stop 2011-10-09 22:28:30 +11:00
Paul Gilbert
5bf59d7d16 TSAGE: Bugfix for showing UI Elements when starting up game from title screen 2011-10-09 21:07:05 +11:00
Paul Gilbert
505c04701f TSAGE: Added missing code for SceneExt::remove 2011-10-09 21:04:15 +11:00
Paul Gilbert
d83ae08401 TSAGE: Added default case to Blue Force Scene880::process 2011-10-09 20:52:39 +11:00
Torbjörn Andersson
0316287676 Merge branch 'master' of github.com:scummvm/scummvm 2011-10-09 11:30:59 +02:00
Torbjörn Andersson
85d22158b8 M4: Silence GCC warning (one of several) 2011-10-09 11:28:37 +02:00
Strangerke
7cd8184237 TsAGE: Add globals used in scene 910 2011-10-09 11:25:46 +02:00
Torbjörn Andersson
c411741281 Merge branch 'master' of github.com:scummvm/scummvm 2011-10-09 11:25:31 +02:00
Strangerke
a9abe40a12 CGE: Add come comments in inventory functions 2011-10-09 11:24:43 +02:00
Paul Gilbert
60b0f12c5b TSAGE: Added code allowing Blue Force intro to be skipped by clicking the mouse 2011-10-09 20:00:27 +11:00
Torbjörn Andersson
e6fbc4fb88 CINE: Remove unused variable 'di'
As far as I can tell, it converted the selection back to Y coordinate
for no apparent reason.
2011-10-09 10:16:04 +02:00
Paul Gilbert
0485425697 TSAGE: Changed Blue Force startup back to title screen and fixed some startup glitches 2011-10-09 18:18:47 +11:00
Paul Gilbert
a5a1bf253b TSAGE: Implemented Blue Force scene 880 - Beach Path 2011-10-09 17:27:17 +11:00
Tarek Soliman
4a9b8ee7b9 CONFIGURE: Removed useless ENGINE_WIP_ defines from config.h
This is a holdover from when it was going to warn on a per-engine basis.
This warning is now handled on a per-game basis with ADGF_UNSTABLE and
ADGF_TESTING.

It resulted in a lot of spam in config.h: a define for every single
engine and subengine that looks like this:
define ENGINE_WIP_SCUMM_7_8 false

It was not being used in-tree and I don't see it being used in the near future.
2011-10-09 01:21:35 -05:00
Paul Gilbert
450a4c867b TSAGE: Impelmented Blue Force scene 870 - Cove Beach 2011-10-09 14:43:12 +11:00