Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-20 | SCI: Reverted kRandom to use unsigned integers again (used e.g. in LSL5) and ↵ | Filippos Karapetis | |
added a temporary hack for the special case in Hoyle 4 (0x0, 0xFFFF), till we find out how this is handled correctly svn-id: r52240 | |||
2010-08-20 | Fascination - (SylvainTV) Implement window traces | Arnaud Boutonné | |
svn-id: r52238 | |||
2010-08-20 | SCI: Fixed bug #3039308 - "HOYLE4: Rules Dialog missing background" | Filippos Karapetis | |
svn-id: r52237 | |||
2010-08-20 | Fixed bug #3049361 - "Hoyle4: Game is falsely detected as DEMO" | Filippos Karapetis | |
svn-id: r52236 | |||
2010-08-20 | SCI: Fixed bug #3049435 - "QFG3: Crash at Simbani warrior challenge" | Filippos Karapetis | |
svn-id: r52235 | |||
2010-08-20 | SCUMM/TOWNS: fix minor bugs | Florian Kagerer | |
svn-id: r52234 | |||
2010-08-20 | KYRA/TOWNS: fix memory leak and some cleanup | Florian Kagerer | |
svn-id: r52232 | |||
2010-08-20 | Oups - Fix compilation | Arnaud Boutonné | |
svn-id: r52231 | |||
2010-08-20 | Hugo : Style - Add parenthesis around condition when conditional operator is ↵ | Arnaud Boutonné | |
used, as mentioned in Code Formatting Conventions svn-id: r52230 | |||
2010-08-20 | Hugo : Add toggle sound, plus little clean up | Arnaud Boutonné | |
svn-id: r52229 | |||
2010-08-20 | Hugo - Fix a problem in the F1 behavior | Arnaud Boutonné | |
svn-id: r52228 | |||
2010-08-20 | Hugo - Add handling of "turbo" key (F8) | Arnaud Boutonné | |
- Modify the score line so it looks like the DOS one svn-id: r52227 | |||
2010-08-20 | Hugo - Move DOS hardcoded inventory strings to Hugo.dat | Arnaud Boutonné | |
svn-id: r52226 | |||
2010-08-20 | Reverting r52224, as it was incorrect - fanmade games use the same ↵ | Filippos Karapetis | |
interpreter as normal ones, so this doesn't make sense. Added a FIXME with a description about the graphics glitch in fanmade games svn-id: r52225 | |||
2010-08-20 | SCI: Fixed bug #3041153 - "SCI Fanmade Games: Message window glitch" | Filippos Karapetis | |
svn-id: r52224 | |||
2010-08-20 | SCI: Fixed bug #3049146 - "MOTHERGOOSE CD: Rooms 7, 23 crash", merged some ↵ | Filippos Karapetis | |
similar workaround entries and added a comment for invalid rects received in kCan(t)BeHere svn-id: r52223 | |||
2010-08-20 | SCI: Fixed the GM detection introduced in rev #52211 to check the first ↵ | Filippos Karapetis | |
available track, instead of track 1 (which doesn't always exist, e.g. in Pharkas). Also, added a comment inside applyPatch() svn-id: r52222 | |||
2010-08-20 | Fascination - Add a delay before entering the lab. This was a script issue ↵ | Arnaud Boutonné | |
only present in the Amiga and Atari ST versions svn-id: r52221 | |||
2010-08-20 | SCI: Changed a warning into a debugC | Filippos Karapetis | |
svn-id: r52220 | |||
2010-08-19 | SCI: disabling EGA mapping after sci1ega | Martin Kiewitz | |
fixes vga conversion games graphic glitches, some views have bad mapping tables svn-id: r52218 | |||
2010-08-19 | Fascination - Fix protection screen (and several other glitches like in the ↵ | Arnaud Boutonné | |
very last screen behavior) svn-id: r52217 | |||
2010-08-19 | MOHAWK: Draw in the dome combination in the lab journal | Matthew Hoops | |
svn-id: r52216 | |||
2010-08-19 | MOHAWK: Draw in the telescope combination in Catherine's journal | Matthew Hoops | |
svn-id: r52215 | |||
2010-08-19 | SCI: Fixed bug #3038228 - "MOTHERGOOSE: Crash at the castle" | Filippos Karapetis | |
svn-id: r52214 | |||
2010-08-19 | SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: ↵ | Filippos Karapetis | |
EGA/VGA Crashes" (that report includes more issues) svn-id: r52213 | |||
2010-08-19 | SCI: Added checking for the existence of a GM track, to determine if device ↵ | Filippos Karapetis | |
ID 7 or 12 should be used. Fixes the GM music in the demo of QFG3, which is using an in-between version of SCI1 and SCI1.1 svn-id: r52211 | |||
2010-08-19 | SCI: Fixed bug #3039768 - "QFG3: Glitch When Making Thief Sign to Rope ↵ | Filippos Karapetis | |
Maker", by fixing the implementation of kSetJump, based on Greg's SCI code. kSetJump returned an incorrect result, causing the actor to jump outside the screen svn-id: r52207 | |||
2010-08-19 | KYRA: Remove superfluous music fade out on Kyra 3 startup. | Johannes Schickel | |
svn-id: r52201 | |||
2010-08-19 | KYRA: Cleanup. | Johannes Schickel | |
svn-id: r52200 | |||
2010-08-18 | SCI: Fixed bug #3039679 - "SCI Fanmade - The Gem Scenario: Crash at the start" | Filippos Karapetis | |
svn-id: r52199 | |||
2010-08-18 | SCUMM/FM-TOWNS: start rewriting audio code | Florian Kagerer | |
- Start rewriting audio code for FM-TOWNS versions of Loom, Indy3 and Monkey Island 1 using the recently added code in towns_audio.cpp (Zak should work the same way, but I can't test, since I don't own that one). - All sound types (pcm, euphony and cd audio) now support volume and balance control (e.g. try walking into/out of the kitchen and opening/closing the door in the Scumm Bar in Monkey Island 1 or walking into/out of the circus tent). - Pcm sounds now support proper loop start/end and note offsets (e.g. try out the hammer sound in the forge in LOOM for example). - some other minor improvements - The FM-Towns versions of Indy 4 and Monkey Island 2 are not affected. I don't have Monkey Island 2, but I presume that it will work like Indy 4. Adding support for these will be a separate task, since they work quite differently. svn-id: r52198 | |||
2010-08-18 | SCI: Fixed bug #3041232 - "LB2Floppy: Crash at Museum" | Filippos Karapetis | |
svn-id: r52197 | |||
2010-08-18 | SCI: Fixed script bug #3048054 - "LONGBOW: crash when opening hand code" ↵ | Filippos Karapetis | |
(German version) svn-id: r52196 | |||
2010-08-18 | SCI: Only perform queuing of song signals for SCI0, where we handle the ↵ | Filippos Karapetis | |
updating of song queues ourselves. Newer games handle signaling on their own, thus we shouldn't interfere with this. Fixes bug #3045913 - "PHARKAS CD: Crash at the start menu" (a regression from rev #52043) svn-id: r52195 | |||
2010-08-18 | HUGO: Fix GCC warnings. | Torbjörn Andersson | |
svn-id: r52192 | |||
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 |