Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-04 | Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systems | Max Horn | |
svn-id: r23670 | |||
2006-08-04 | There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI code | Max Horn | |
svn-id: r23668 | |||
2006-08-04 | Activate _dimsInactive for ValueDisplayDialog, makes the text speed/volume ↵ | Max Horn | |
change etc. mini-dialogs behave a little bit less weird (TODO: Disable cursor change) svn-id: r23667 | |||
2006-08-04 | Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code ↵ | Max Horn | |
doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) svn-id: r23663 | |||
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn | |
svn-id: r23662 | |||
2006-08-04 | Run the Cine engine's game detector before starting a game, to ensure that it | Torbjörn Andersson | |
really is there. I hope this is the right way of fixing bug #1534073. svn-id: r23660 | |||
2006-08-03 | Committed my own patch #1533833 (minus one line that was left over from an | Torbjörn Andersson | |
earlier experimental version) after discussing it with LordHoto. This works around a bug in the "Pool of Sorrow" Adlib data which caused the channels to drift more and more out of sync for each time the music looped. The patch forces the channels involved to jump in sync. As with all such workarounds, it may cause regressions. But it shouldn't. svn-id: r23659 | |||
2006-08-03 | Since the XMIDI music no longer automatically loops, there's no need to fade it | Torbjörn Andersson | |
out just as it's reaching its most dramatic point. svn-id: r23657 | |||
2006-08-03 | This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, way | Torbjörn Andersson | |
of handling XMIDI loops. If anyone feels like doing it properly in midiparser_xmidi.cpp, the Exult project probably has one of the better reference implementations. For now, though, I don't see any real need to, and this change is clearly flagged as a hack. svn-id: r23656 | |||
2006-08-01 | Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for the | Torbjörn Andersson | |
General MIDI instrument set, so use them unless we're in MT-32 mode. This makes the music sound a bit closer (at least to me) to what DOSbox plays. svn-id: r23653 | |||
2006-08-01 | Don't start the Kyra 2 menu music until the first frame has faded up, to better | Torbjörn Andersson | |
match the original behaviour. svn-id: r23652 | |||
2006-08-01 | Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to- | Torbjörn Andersson | |
Adlib converter. svn-id: r23651 | |||
2006-08-01 | Don't set the MIDI volume to 255 at the end of a fade-out. At least on my | Torbjörn Andersson | |
hardware, that causes an annoying spike in the volume. We already reset the volume to 255 at the beginning of a new track anyway, as far as I can tell. svn-id: r23650 | |||
2006-07-31 | Committing patch '[ 1531177 ] Kyra2 mock-up' by eriktorbjorn, with the ↵ | Oystein Eftevaag | |
addition of playing the music tracks as well (Only MIDI works for now though) svn-id: r23649 | |||
2006-07-31 | Yet more kyra3 init code. | Johannes Schickel | |
svn-id: r23648 | |||
2006-07-31 | Fix bug #1528856 - ZAK FM-TOWNS: Wrong Screen-Start position in jungle. | Travis Howell | |
svn-id: r23646 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-07-31 | Const correctness | Max Horn | |
svn-id: r23644 | |||
2006-07-31 | Fix bug #1528535 - ZAK FM-TOWNS: Wrong stripe in background. | Travis Howell | |
svn-id: r23642 | |||
2006-07-31 | Cleaned up some comments | Max Horn | |
svn-id: r23641 | |||
2006-07-31 | Update details for other HE mini games | Travis Howell | |
svn-id: r23639 | |||
2006-07-30 | removing never used buffer. | Johannes Schickel | |
svn-id: r23638 | |||
2006-07-30 | Implements item shape loading for kyra3. | Johannes Schickel | |
svn-id: r23637 | |||
2006-07-30 | Add Pajama Sam 3 and Spy FOX 2 mini games | Travis Howell | |
svn-id: r23635 | |||
2006-07-30 | Added explicit string equals/hash functors to a new header ↵ | Max Horn | |
common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case svn-id: r23634 | |||
2006-07-30 | Added proper item selection handling for the ASK action | Paul Gilbert | |
svn-id: r23632 | |||
2006-07-30 | Added a popup menu method for listing the items presented in response to an ↵ | Paul Gilbert | |
ASK action svn-id: r23631 | |||
2006-07-30 | Added constants for known hotspot flags, and added line to flag hotspots ↵ | Paul Gilbert | |
that have been highlighted with the cursor svn-id: r23630 | |||
2006-07-30 | Added script method for changing the current hotspot header flags mask byte | Paul Gilbert | |
svn-id: r23629 | |||
2006-07-30 | Added a field value for the current hotspot header flags mask byte | Paul Gilbert | |
svn-id: r23628 | |||
2006-07-30 | It's play(), not open(), that encounters the CMDS tag. At least in the intro | Torbjörn Andersson | |
movie, which is the only one we currently play. svn-id: r23626 | |||
2006-07-30 | - fixes bug in fileData (introduced with last commit) | Johannes Schickel | |
- show mouse cursor in Screen::setMouseCursor if it's allready shown - a little bit more kyra3 init stuff svn-id: r23623 | |||
2006-07-30 | - fixes copyright of kyra3.h | Johannes Schickel | |
- implements a bit more init functions for kyra3 - removes hacked mouse cursor - changes Resource::fileData to accept a null pointer for size svn-id: r23622 | |||
2006-07-29 | Added _quitFlag test to Kyra 2 animation and to waitForEvent(). | Torbjörn Andersson | |
svn-id: r23617 | |||
2006-07-28 | Little cleanup. | Johannes Schickel | |
svn-id: r23616 | |||
2006-07-28 | Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to ↵ | Oystein Eftevaag | |
WSAMovie2 (kyra2 uses the same format), renames a define in kyra3.h for consistency, and adds a case for CMDS in the VQA player to avoid the constant warning (the tag is always present and empty). Credit/blame for the last one goes to Clemmy :). Starting kyra2 will now show the title animation. svn-id: r23614 | |||
2006-07-27 | Oops it should never be renamed to c1_* but to o1_* changing this now. | Johannes Schickel | |
svn-id: r23613 | |||
2006-07-27 | - renaming all opcodes from cmd_* to c1_* | Johannes Schickel | |
- changing ScriptHelper functions so it will be useable for kyra2 and kyra3 too - unbreaking savegames (increasing the VERSION number since the game flags table got resized to be useable for kyra3) svn-id: r23612 | |||
2006-07-27 | - moving KyraEngine_v3 declaration to newly added kyra3.h | Johannes Schickel | |
- implements a little bit init stuff - implements some music handling svn-id: r23610 | |||
2006-07-27 | Workaround for bug #1498221 ("KYRA1: Glitches when meeting Zanthia"). | Johannes Schickel | |
svn-id: r23608 | |||
2006-07-26 | Make the midi player threadsafe (this should fix bug #1506583 "KYRA1: Crash ↵ | Johannes Schickel | |
on exceeded polyphony"). svn-id: r23605 | |||
2006-07-26 | Fade out the music when using the Kyra 3 menu to exit. (The original does, and | Torbjörn Andersson | |
it might make a useful test case for the fade-out code.) svn-id: r23604 | |||
2006-07-26 | End the Kyra 3 menu screen if _quitFlag is set. | Torbjörn Andersson | |
svn-id: r23603 | |||
2006-07-26 | Removed unnecessary #include | Torbjörn Andersson | |
svn-id: r23598 | |||
2006-07-26 | Skips scroll down sequence then the user wishes to skip the intro. | Johannes Schickel | |
svn-id: r23596 | |||
2006-07-26 | Nicer quit handling in the intro sequences. | Johannes Schickel | |
svn-id: r23594 | |||
2006-07-25 | Add support for looping the kyra3 main menu. | Johannes Schickel | |
svn-id: r23593 | |||
2006-07-25 | Check uppercase and lowercase, when confirming quit in Simon the Sorcerer 1/2 | Travis Howell | |
svn-id: r23591 | |||
2006-07-24 | Fix bug #1496523 - MM: Weird Ed appears backwards at door | Travis Howell | |
svn-id: r23589 | |||
2006-07-24 | Fix bug #1527630 - ZAK FM-TOWNS: Actor (Caponian) picks wrong line | Travis Howell | |
svn-id: r23586 |