Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-18 | PSP: fixed issue in ME MP3 player that prevented different MP3 layers and ↵ | Yotam Barnoy | |
versions from working. MAD doesn't give enough information to decide the length of the PCM data -- it provides the Layer but not the MPEG version. I had to read the MP3 header directly to figure it out. This fixes issues with any MP3 files that might be used in any of the games. svn-id: r52191 | |||
2010-08-18 | Hugo - Add F6 Inventory. This is a DOS only feature, but quite convenient as ↵ | Arnaud Boutonné | |
the iconic inventory is not available atm. svn-id: r52190 | |||
2010-08-18 | Hugo - Check double F1, display properly the content of help.dat if present | Arnaud Boutonné | |
svn-id: r52189 | |||
2010-08-18 | H3 win - Suppress an enum and use directly the screen number, with a comment | Arnaud Boutonné | |
svn-id: r52188 | |||
2010-08-18 | No longer error when BSF file is not found in H1 Dos, as it may be a ↵ | Arnaud Boutonné | |
freeware version. svn-id: r52187 | |||
2010-08-18 | HUGO: Fix intro crash in H3 | Eugene Sandulenko | |
svn-id: r52186 | |||
2010-08-18 | HUGO: Move engine object creation to more suitable place. | Eugene Sandulenko | |
svn-id: r52185 | |||
2010-08-18 | SCI MIDI: adding some asserts as well as proper initialization for _velocityMap | Filippos Karapetis | |
svn-id: r52184 | |||
2010-08-18 | SCI: Changed a warning into a debugC | Filippos Karapetis | |
svn-id: r52183 | |||
2010-08-18 | SCI: Fixed bug #3038433 - "HOYLE1: Crashes" | Filippos Karapetis | |
svn-id: r52182 | |||
2010-08-18 | SCI: Cleanup | Filippos Karapetis | |
svn-id: r52181 | |||
2010-08-18 | SCI: Fixed bug #3042964 - "KQ4: Signature Mismatch" | Filippos Karapetis | |
svn-id: r52180 | |||
2010-08-18 | SCI: Resolved a FIXME concerning scripts with more than one export table (it ↵ | Filippos Karapetis | |
only makes sense for SCI0-SCI1 games) svn-id: r52179 | |||
2010-08-18 | Fascination : Avoid to set _showCursor in initCursorAnim as it enables the ↵ | Arnaud Boutonné | |
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-17 | HUGO: Fix file permissions | Sven Hesse | |
755->644 svn-id: r52177 | |||
2010-08-17 | SCI: Refactored readPoint() to accept a segment reference to the polygon ↵ | Filippos Karapetis | |
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 | Limited the sanity check in rev #52174 to invalid segment types only ↵ | Filippos Karapetis | |
(apparently, polygon data may be placed in non-dynmem segments too) svn-id: r52175 | |||
2010-08-17 | SCI: Fixed bug #3034501 - "LSL6: Segfault while leaving the penthouse" | Filippos Karapetis | |
svn-id: r52174 | |||
2010-08-17 | COMMON: fix MSVC assert when using umlauts (or other characters > 127) in ↵ | Florian Kagerer | |
the global save/load menu svn-id: r52173 | |||
2010-08-17 | SCI: Added a warning dialog on game startup for versions of Longbow with ↵ | Filippos Karapetis | |
known buggy scripts (containing game stopping bugs), which have been patched by Sierra svn-id: r52172 | |||
2010-08-17 | SCI: added a wrapper for GUI::MessageDialog | Filippos Karapetis | |
svn-id: r52171 | |||
2010-08-17 | SCI: Added another French version of LSL3 | Filippos Karapetis | |
svn-id: r52170 | |||
2010-08-17 | SCI: Added the EGA version of SQ4 | Filippos Karapetis | |
svn-id: r52169 | |||
2010-08-17 | SCI: Added another EGA version of KQ5 | Filippos Karapetis | |
svn-id: r52168 | |||
2010-08-17 | SCI: Added another EGA version of Longbow | Filippos Karapetis | |
svn-id: r52167 | |||
2010-08-17 | SCI: Added the EGA version of PQ3 | Filippos Karapetis | |
svn-id: r52166 | |||
2010-08-17 | SCI: Added the EGA version of Space Quest I | Filippos Karapetis | |
svn-id: r52165 | |||
2010-08-17 | SCI: Added the EGA version of LSL5 | Filippos Karapetis | |
svn-id: r52164 | |||
2010-08-17 | SCI: Fix for bug #3046800 - "SCI Fallback detector crashes with several games" | Filippos Karapetis | |
svn-id: r52163 | |||
2010-08-17 | Suppress one more useless debug message | Arnaud Boutonné | |
svn-id: r52162 | |||
2010-08-17 | WII: Bump the sfx buffer size to fix MT32 emulator hiccups. | Andre Heider | |
svn-id: r52161 | |||
2010-08-17 | Fascination - Suppress some debug messages | Arnaud Boutonné | |
svn-id: r52160 | |||
2010-08-17 | HUGO: Remove svn:executable property from hugo.dat | Torbjörn Andersson | |
svn-id: r52159 | |||
2010-08-17 | Hugo - Fix the sprite modification of the hero (quickest test : H1, entering ↵ | Arnaud Boutonné | |
the machine) svn-id: r52158 | |||
2010-08-17 | CONFIGURE: Properly detect -Wglobal-constructors | Eugene Sandulenko | |
svn-id: r52157 | |||
2010-08-17 | CONFIGURE: Add -Wglobal-constructors to Darwin builds. | Eugene Sandulenko | |
svn-id: r52156 | |||
2010-08-17 | COMMON: Remove redundant include from str.cpp | Eugene Sandulenko | |
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 | HUGO: Fix even more warnings | Eugene Sandulenko | |
svn-id: r52154 | |||
2010-08-17 | CONFIGURE: Add plugin support for the GP2X backend. | John Willis | |
I'll switch the GP2X to use plugins by default for new releases after some additional testing. svn-id: r52153 | |||
2010-08-17 | CONFIGURE: Remove trailing space (and kick buildbot) | Eugene Sandulenko | |
svn-id: r52152 | |||
2010-08-17 | SCUMM: Fix warning. On WinCE HIBYTE and LOBYTE are already defined. | Eugene Sandulenko | |
svn-id: r52151 | |||
2010-08-17 | SAGA: fix warning | Eugene Sandulenko | |
svn-id: r52150 | |||
2010-08-17 | TINSEL: fix warning | Eugene Sandulenko | |
svn-id: r52149 | |||
2010-08-17 | M4: fix warnings | Eugene Sandulenko | |
svn-id: r52148 | |||
2010-08-17 | KYRA: Fix array index out of bounds | Eugene Sandulenko | |
svn-id: r52147 | |||
2010-08-17 | HUGO: Fix warnings | Eugene Sandulenko | |
svn-id: r52146 | |||
2010-08-17 | HUGO: Fix game restoring | Eugene Sandulenko | |
svn-id: r52145 | |||
2010-08-17 | DRACI: Fix warnings | Eugene Sandulenko | |
svn-id: r52144 | |||
2010-08-17 | SCI: commenting out hoyle 4 script patch | Martin Kiewitz | |
svn-id: r52143 | |||
2010-08-17 | GOB: Fix warnings about potentially uninitialized vars. | Eugene Sandulenko | |
svn-id: r52142 |