Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-22 | Apply patch 3004687 by fuzzie: allow usage of merge zones. | Nicola Mettifogo | |
svn-id: r49144 | |||
2010-05-22 | Cleanup | Filippos Karapetis | |
svn-id: r49143 | |||
2010-05-22 | Rewrote and simplified the game ID detector. It now properly works with ↵ | Filippos Karapetis | |
SCI0-SCI2.1 games svn-id: r49142 | |||
2010-05-22 | Apply patch 3005433 by fuzzie: new 'toggleglobalflags' command for the debugger. | Nicola Mettifogo | |
svn-id: r49141 | |||
2010-05-22 | Apply patch 3004991 by fuzzie: don't try and run dialogues for SPEAK zones ↵ | Nicola Mettifogo | |
without dialogue, but run the command list anyway. svn-id: r49140 | |||
2010-05-22 | Make sure a dialogue is valid before entering dialogue mode. | Nicola Mettifogo | |
svn-id: r49139 | |||
2010-05-22 | Use the kZoneYourself flag to check zones for self-use in BRA. See patch ↵ | Nicola Mettifogo | |
3003626. svn-id: r49138 | |||
2010-05-22 | Do not make the character walk towards the zone clicked upon by the user if ↵ | Nicola Mettifogo | |
it is marked for self-use. See patch 3003626. svn-id: r49137 | |||
2010-05-22 | Added descriptions for kFlagsSelfuse and kFlagsYourself. See patch 3003626. | Nicola Mettifogo | |
svn-id: r49136 | |||
2010-05-22 | Make sure hitZone always gets absolute game coordinates. Based on the patch ↵ | Nicola Mettifogo | |
3004658 by fuzzie. svn-id: r49135 | |||
2010-05-21 | Slight cleanup | Filippos Karapetis | |
svn-id: r49129 | |||
2010-05-21 | Fix loading of MSC files on big-endian systems. Patch 3004367 by fuzzie. | Nicola Mettifogo | |
svn-id: r49128 | |||
2010-05-21 | Added a new valid EOL character for scripts. Patch 3004990 by fuzzie. | Nicola Mettifogo | |
svn-id: r49127 | |||
2010-05-21 | Removed the reliance on the segment manager from the fallback detector, for ↵ | Filippos Karapetis | |
SCI0-SCI1 games (it still doesn't work with SCI1.1 and newer games, though) svn-id: r49126 | |||
2010-05-21 | Some further work on the fallback detector, reducing the reliance on the ↵ | Filippos Karapetis | |
segment manager svn-id: r49125 | |||
2010-05-20 | The QuickTime getPalette() function should output in RGB format, not RGBA. | Matthew Hoops | |
svn-id: r49121 | |||
2010-05-20 | Add a pause level system to VideoDecoder (blatantly ripped off from Engine) ↵ | Matthew Hoops | |
and adapt Mohawk to it. svn-id: r49120 | |||
2010-05-20 | Add initial support for T7G Mac MIDIs. Compressed MIDI is not yet supported. | Matthew Hoops | |
svn-id: r49119 | |||
2010-05-20 | Groovie: Add support for MT-32 custom instruments | Jordi Vilalta Prat | |
svn-id: r49117 | |||
2010-05-20 | SCI: fix regression of r49109 - only queue up midi sounds | Martin Kiewitz | |
svn-id: r49114 | |||
2010-05-20 | SCI: adding workaround for some underwater rooms in iceman - removing ↵ | Martin Kiewitz | |
visual&priority lines that appear because of non dither mode (would merge with dithered fill color combination normally) svn-id: r49113 | |||
2010-05-20 | Groovie: Tweak a filename of the Mac version of T7G | Jordi Vilalta Prat | |
svn-id: r49112 | |||
2010-05-19 | Slight bugfix in the object iteration inside getSierraGameId() | Filippos Karapetis | |
svn-id: r49110 | |||
2010-05-19 | SCI: sound code now queues up music in sci0, wip-code: not reacting on ↵ | Martin Kiewitz | |
priority yet - fixes iceman room 14 svn-id: r49109 | |||
2010-05-19 | SCI: updated comment on kDoSound(12) | Martin Kiewitz | |
svn-id: r49108 | |||
2010-05-19 | Reverted commit #49088, seems like to be a false positive from MSVC on the ↵ | Filippos Karapetis | |
QTPlayer::*func pointer of the ParseTable struct (warning 4121, alignment of a member was sensitive to packing) svn-id: r49106 | |||
2010-05-19 | Add a parser for HEAR zones in BRA, and handle the relative MUSIC command. ↵ | Nicola Mettifogo | |
Patch 3003382 by fuzzie, with enhancements. svn-id: r49105 | |||
2010-05-19 | Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz) | Filippos Karapetis | |
svn-id: r49104 | |||
2010-05-19 | Do not try and run dialogues when there is no dialogue defined in a SPEAK ↵ | Nicola Mettifogo | |
zone. Patch 3003382 by fuzzie. svn-id: r49103 | |||
2010-05-19 | Added a new method to the resource manager, to help determine if we got a ↵ | Filippos Karapetis | |
SCI1.1 Mac game. Started rewriting the fallback detector so that it doesn't rely on the segment manager to find the internal game ID svn-id: r49102 | |||
2010-05-19 | SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes iceman ↵ | Martin Kiewitz | |
room 14 music stopping within 1-2 seconds svn-id: r49101 | |||
2010-05-19 | Fixed signed/unsigned warning, changed to CamelCase | Filippos Karapetis | |
svn-id: r49100 | |||
2010-05-19 | Cleaned up script_instantiate_sci0() | Filippos Karapetis | |
svn-id: r49099 | |||
2010-05-19 | SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priority | Martin Kiewitz | |
svn-id: r49098 | |||
2010-05-19 | SCI: changing debugger commands to not require "?"-prefix for objects ↵ | Martin Kiewitz | |
anymore. It's now also possible to use 0x prefix for hexadecimal values e.g. "vo 0x13", "vo 13h", "vo theSound", "vo 12f:34f" is now possible svn-id: r49097 | |||
2010-05-19 | Implement FR #2841445: FW: Restart doesn't work | Eugene Sandulenko | |
svn-id: r49096 | |||
2010-05-19 | Implement FR #2841494: FW: Pause doesn't work | Eugene Sandulenko | |
svn-id: r49095 | |||
2010-05-19 | Updated the save game format for the changes in #49093 | Filippos Karapetis | |
svn-id: r49094 | |||
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ↵ | Filippos Karapetis | |
and moved validateExportFunc() in the Script class, thus resolving a TODO svn-id: r49093 | |||
2010-05-19 | Moved the breakpoint information inside the DebugState struct | Filippos Karapetis | |
svn-id: r49092 | |||
2010-05-19 | Added packing to the QT structures | Filippos Karapetis | |
svn-id: r49088 | |||
2010-05-18 | SCI: set signal on fadeOut and also set signal when fade is requested but ↵ | Martin Kiewitz | |
sound is not playing (& show warning in that case) - fixes iceman hang after fireworks in room 14 svn-id: r49087 | |||
2010-05-18 | Replace some strncpy usages with Common::strlcpy. | Johannes Schickel | |
svn-id: r49086 | |||
2010-05-18 | Replace one instance of strncpy with Common::strlcpy. | Johannes Schickel | |
svn-id: r49085 | |||
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound ↵ | Matthew Hoops | |
and have QTPlayer inherit from that. svn-id: r49084 | |||
2010-05-18 | Added the number of parameters passed in unknown kDoAudio subops | Filippos Karapetis | |
svn-id: r49083 | |||
2010-05-18 | Started simplifying and removing a lot of unused code from the SAGA Mac ↵ | Filippos Karapetis | |
resource loader, to be ultimately replaced by the common Mac resource loader svn-id: r49082 | |||
2010-05-18 | Have QTPlayer inherit from VideoDecoder. The video downscaling (QuickTime is ↵ | Matthew Hoops | |
insane) has also been moved to the QTPlayer class. svn-id: r49081 | |||
2010-05-18 | Added back video skipping in SAGA2 with the escape key or left mouse button | Filippos Karapetis | |
svn-id: r49080 | |||
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops | |
svn-id: r49079 |