Commit Graph
40188 Commits
Author SHA1 Message Date
Arnaud Boutonné fc94562c77 H3 win - Suppress an enum and use directly the screen number, with a comment
svn-id: r52188
2010-08-18 15:39:40 +00:00
Arnaud Boutonné ab5bb86e20 No longer error when BSF file is not found in H1 Dos, as it may be a freeware version.
svn-id: r52187
2010-08-18 15:33:59 +00:00
Eugene Sandulenko 3b81b30171 HUGO: Fix intro crash in H3
svn-id: r52186
2010-08-18 14:12:09 +00:00
Eugene Sandulenko 330d467b51 HUGO: Move engine object creation to more suitable place.
svn-id: r52185
2010-08-18 13:44:22 +00:00
Filippos Karapetis ff8cfd3d9b SCI MIDI: adding some asserts as well as proper initialization for _velocityMap
svn-id: r52184
2010-08-18 11:03:12 +00:00
Filippos Karapetis 135b9ee63c SCI: Changed a warning into a debugC
svn-id: r52183
2010-08-18 07:58:38 +00:00
Filippos Karapetis 98a8c01dbb SCI: Fixed bug #3038433 - "HOYLE1: Crashes"
svn-id: r52182
2010-08-18 07:14:17 +00:00
Filippos Karapetis 1ca946caf0 SCI: Cleanup
svn-id: r52181
2010-08-18 06:59:31 +00:00
Filippos Karapetis d0d677ab75 SCI: Fixed bug #3042964 - "KQ4: Signature Mismatch"
svn-id: r52180
2010-08-18 05:27:13 +00:00
Filippos Karapetis 190043e6b7 SCI: Resolved a FIXME concerning scripts with more than one export table (it only makes sense for SCI0-SCI1 games)
svn-id: r52179
2010-08-18 00:04:21 +00:00
Arnaud Boutonné f23cc57ad5 Fascination : Avoid to set _showCursor in initCursorAnim as it enables the cursor all the time, which is wrong. This fixes the bad icon while loading issue, and the weird icon in the lab. Thanks SylvainTV for solving it.
svn-id: r52178
2010-08-18 00:03:58 +00:00
Sven Hesse 54c1a1463f HUGO: Fix file permissions
755->644

svn-id: r52177
2010-08-17 23:55:31 +00:00
Filippos Karapetis e320103926 SCI: Refactored readPoint() to accept a segment reference to the polygon data, thus removing the check for invalid segment types. Also, added a sanity check to verify that the memory reference to polygon data is big enough to hold all the expected polygon vertices (thanks to waltervn)
svn-id: r52176
2010-08-17 23:55:07 +00:00
Filippos Karapetis d8b0b445f3 Limited the sanity check in rev #52174 to invalid segment types only (apparently, polygon data may be placed in non-dynmem segments too)
svn-id: r52175
2010-08-17 23:11:30 +00:00
Filippos Karapetis 3c010fc2f9 SCI: Fixed bug #3034501 - "LSL6: Segfault while leaving the penthouse"
svn-id: r52174
2010-08-17 22:51:24 +00:00
Florian Kagerer b480f0f2f0 COMMON: fix MSVC assert when using umlauts (or other characters > 127) in the global save/load menu
svn-id: r52173
2010-08-17 20:58:01 +00:00
Filippos Karapetis 9df74402e5 SCI: Added a warning dialog on game startup for versions of Longbow with known buggy scripts (containing game stopping bugs), which have been patched by Sierra
svn-id: r52172
2010-08-17 20:36:28 +00:00
Filippos Karapetis 397df8f350 SCI: added a wrapper for GUI::MessageDialog
svn-id: r52171
2010-08-17 20:33:22 +00:00
Filippos Karapetis 0106a37857 SCI: Added another French version of LSL3
svn-id: r52170
2010-08-17 19:50:23 +00:00
Filippos Karapetis bf694bf271 SCI: Added the EGA version of SQ4
svn-id: r52169
2010-08-17 19:45:51 +00:00
Filippos Karapetis aeb62b5db5 SCI: Added another EGA version of KQ5
svn-id: r52168
2010-08-17 19:41:27 +00:00
Filippos Karapetis 02f08d41a1 SCI: Added another EGA version of Longbow
svn-id: r52167
2010-08-17 19:37:43 +00:00
Filippos Karapetis 918847360e SCI: Added the EGA version of PQ3
svn-id: r52166
2010-08-17 19:33:13 +00:00
Filippos Karapetis 9b80709ed6 SCI: Added the EGA version of Space Quest I
svn-id: r52165
2010-08-17 19:27:51 +00:00
Filippos Karapetis 22210187a9 SCI: Added the EGA version of LSL5
svn-id: r52164
2010-08-17 19:22:34 +00:00
Filippos Karapetis 478f6bfc6f SCI: Fix for bug #3046800 - "SCI Fallback detector crashes with several games"
svn-id: r52163
2010-08-17 19:15:55 +00:00
Arnaud Boutonné bdedf90c59 Suppress one more useless debug message
svn-id: r52162
2010-08-17 19:04:04 +00:00
Andre Heider b2cbc3a429 WII: Bump the sfx buffer size to fix MT32 emulator hiccups.
svn-id: r52161
2010-08-17 18:44:16 +00:00
Arnaud Boutonné b37b0d9b0c Fascination - Suppress some debug messages
svn-id: r52160
2010-08-17 16:27:56 +00:00
Torbjörn Andersson 0290faeaa3 HUGO: Remove svn:executable property from hugo.dat
svn-id: r52159
2010-08-17 16:02:46 +00:00
Arnaud Boutonné 9698f34d92 Hugo - Fix the sprite modification of the hero (quickest test : H1, entering the machine)
svn-id: r52158
2010-08-17 14:21:04 +00:00
Eugene Sandulenko bec56837eb CONFIGURE: Properly detect -Wglobal-constructors
svn-id: r52157
2010-08-17 13:51:36 +00:00
Eugene Sandulenko c6d56f2c02 CONFIGURE: Add -Wglobal-constructors to Darwin builds.
svn-id: r52156
2010-08-17 13:00:48 +00:00
Eugene Sandulenko 7dfd8f9ce2 COMMON: Remove redundant include from str.cpp
If it is needed for your specific platform, then readd it,
but for that platform. Although to me it looks all redundant.

svn-id: r52155
2010-08-17 12:47:18 +00:00
Eugene Sandulenko 1ac434165d HUGO: Fix even more warnings
svn-id: r52154
2010-08-17 11:42:47 +00:00
John Willis 56ec4fc353 CONFIGURE: Add plugin support for the GP2X backend.
I'll switch the GP2X to use plugins by default for new releases after some additional testing.

svn-id: r52153
2010-08-17 11:40:48 +00:00
Eugene Sandulenko 981abdd08b CONFIGURE: Remove trailing space (and kick buildbot)
svn-id: r52152
2010-08-17 11:19:34 +00:00
Eugene Sandulenko 554add0886 SCUMM: Fix warning. On WinCE HIBYTE and LOBYTE are already defined.
svn-id: r52151
2010-08-17 11:02:27 +00:00
Eugene Sandulenko a9d9471357 SAGA: fix warning
svn-id: r52150
2010-08-17 11:02:02 +00:00
Eugene Sandulenko 4a0cdf00e1 TINSEL: fix warning
svn-id: r52149
2010-08-17 11:01:41 +00:00
Eugene Sandulenko ee23fe34b0 M4: fix warnings
svn-id: r52148
2010-08-17 11:01:20 +00:00
Eugene Sandulenko 4d64004aa7 KYRA: Fix array index out of bounds
svn-id: r52147
2010-08-17 11:00:53 +00:00
Eugene Sandulenko 2c545ae1f3 HUGO: Fix warnings
svn-id: r52146
2010-08-17 11:00:29 +00:00
Eugene Sandulenko 789219022a HUGO: Fix game restoring
svn-id: r52145
2010-08-17 11:00:00 +00:00
Eugene Sandulenko 2a3f985566 DRACI: Fix warnings
svn-id: r52144
2010-08-17 10:59:11 +00:00
Martin Kiewitz db8b322219 SCI: commenting out hoyle 4 script patch
svn-id: r52143
2010-08-17 10:26:12 +00:00
Eugene Sandulenko b6d1c45bb7 GOB: Fix warnings about potentially uninitialized vars.
svn-id: r52142
2010-08-17 10:19:06 +00:00
Arnaud Boutonné ef21077b81 create_hugo - Add MSVC9 files
svn-id: r52141
2010-08-17 10:09:50 +00:00
John Willis c6a1a746df Hugo: Fix very minor typo.
svn-id: r52140
2010-08-17 09:52:34 +00:00
Eugene Sandulenko 7d7acd7042 HUGO: Fix warnings
svn-id: r52139
2010-08-17 09:47:46 +00:00