Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-09 | Add HE sound todos | Travis Howell | |
svn-id: r17050 | |||
2005-03-09 | Use _chorus, not _effect_level, as parameter to chorusLevel(). I don't | Torbjörn Andersson | |
know for sure that this is correct - the MIDI device I'm using at the moment doesn't seem to support chorus level - but the more I look at it the more sense it makes. And it might fix bug #1159734. ("DOTT/SAM: GM Instrument Chorus Level Improperly Set") svn-id: r17049 | |||
2005-03-09 | Indentation. | Torbjörn Andersson | |
svn-id: r17048 | |||
2005-03-09 | Updated comment. (ScummVM no longer crashes if I try to run what I think is | Torbjörn Andersson | |
the correct scripts.) svn-id: r17047 | |||
2005-03-09 | *** empty log message *** | Travis Howell | |
svn-id: r17046 | |||
2005-03-09 | A few more safety checks | Travis Howell | |
svn-id: r17045 | |||
2005-03-09 | _imagesNum should be clear in startScene() | Travis Howell | |
svn-id: r17044 | |||
2005-03-09 | Correct position | Travis Howell | |
svn-id: r17043 | |||
2005-03-08 | Fix for bug #1158465 (New Volume Control Dialogue Error-Prone) | Max Horn | |
svn-id: r17042 | |||
2005-03-08 | corrections | Gregory Montoir | |
svn-id: r17041 | |||
2005-03-08 | Apparently, in IHNM opcode #75 can take three parameters. Added stub to | Torbjörn Andersson | |
avoid division by zero. svn-id: r17040 | |||
2005-03-08 | Fixed typo. | Torbjörn Andersson | |
svn-id: r17039 | |||
2005-03-08 | Remove unused sprite code, unused by original games. | Travis Howell | |
svn-id: r17038 | |||
2005-03-08 | update | Paweł Kołodziejski | |
svn-id: r17037 | |||
2005-03-08 | Added constant for the resource number for the first IHNM scene. Actually, | Torbjörn Andersson | |
I believe it's the wrong scene. Currently we use resource 152, which run the scripts "CampFireSetup" and "CampFireScene". If I use resource 151 instead it will run the scripts "ColumnSetup" and "ColumnScene" instead. I'm speculating that this is the "hate" speech and the rest of the intro ("ColumnScene" is a fairly long script, as far as I can tell), but unfortunately this causes ScummVM to crash almost immediately. I'll need to dissect the scripts to see if I can figure out what's wrong. svn-id: r17036 | |||
2005-03-08 | Add opcode for bb2demo | Travis Howell | |
svn-id: r17035 | |||
2005-03-08 | Script flags are different in HE100 | Travis Howell | |
svn-id: r17034 | |||
2005-03-08 | Add HE100 difference in opcode. | Travis Howell | |
svn-id: r17033 | |||
2005-03-08 | Fix result value | Max Horn | |
svn-id: r17032 | |||
2005-03-08 | Remove outdated comment | Max Horn | |
svn-id: r17031 | |||
2005-03-07 | Should be reverse order, sprite input works now. | Travis Howell | |
svn-id: r17030 | |||
2005-03-07 | Don't change mouse pos. values. | Travis Howell | |
svn-id: r17029 | |||
2005-03-07 | Indentation | Torbjörn Andersson | |
svn-id: r17028 | |||
2005-03-07 | FindSprite should report the spriteId. | Travis Howell | |
svn-id: r17027 | |||
2005-03-07 | Add opcode for Spy Fox 2 mini game. | Travis Howell | |
svn-id: r17026 | |||
2005-03-07 | Minor cleanup | Travis Howell | |
svn-id: r17025 | |||
2005-03-07 | Fix dup_n, billboard in circdemo works now. | Travis Howell | |
svn-id: r17024 | |||
2005-03-07 | Cases are different. | Travis Howell | |
svn-id: r17023 | |||
2005-03-07 | Restriction no longer required. | Travis Howell | |
svn-id: r17022 | |||
2005-03-07 | Missed a bit | Travis Howell | |
svn-id: r17021 | |||
2005-03-07 | Allow EGA option in Amiga/Atari ST games. | Travis Howell | |
Restore correct palette after reloading saved game. svn-id: r17020 | |||
2005-03-07 | Add Amiga renderer mode for EGA games. | Travis Howell | |
svn-id: r17019 | |||
2005-03-07 | Allocate new file objects (and real new file handles) for subchunks/subfiles ↵ | Max Horn | |
-- this might (or might not) help some of the odd bugs in FT... testing, esp. on Windows, is needed svn-id: r17018 | |||
2005-03-06 | Fix for bug #1107815 (SAM: Conroy Bumpus' song subtitles always present) | Max Horn | |
svn-id: r17017 | |||
2005-03-06 | Max talkspeed is 9, not 10 | Max Horn | |
svn-id: r17016 | |||
2005-03-06 | Oops | Max Horn | |
svn-id: r17015 | |||
2005-03-06 | Fix for bug #1153648 (Compressed BUN files play incorrectly on BE systems) | Max Horn | |
svn-id: r17014 | |||
2005-03-06 | Might as well return the GameSetting directly | Joost Peters | |
svn-id: r17013 | |||
2005-03-06 | cleanup | Joost Peters | |
svn-id: r17012 | |||
2005-03-06 | Add demo detection; satisfies feature request #1154562. | Joost Peters | |
svn-id: r17011 | |||
2005-03-06 | Remove obsolete comment (I really should save files before commiting them ;-) | Max Horn | |
svn-id: r17010 | |||
2005-03-06 | Added dialogs which are shown when you modify the talkspeed or music volume ↵ | Max Horn | |
using hotkeys (FR #1153300) svn-id: r17009 | |||
2005-03-06 | Added notes about mine and Lavosspawn's changes to BS2, and my changes to | Torbjörn Andersson | |
the MPEG player. I'm not as sure what has changed in BS1, so I didn't write anything about that. svn-id: r17008 | |||
2005-03-06 | Applied patch #1155731, reducing the memory usage of the MPEG player by | Torbjörn Andersson | |
about 8 MB. svn-id: r17007 | |||
2005-03-06 | Typo | Max Horn | |
svn-id: r17006 | |||
2005-03-06 | Name parameters properly, lest we'll all be confused... | Max Horn | |
svn-id: r17005 | |||
2005-03-06 | Obsolete TODO ;-) | Max Horn | |
svn-id: r17004 | |||
2005-03-06 | Fix bug which led to an endless loop if 1.5x scaler is fed with odd value. | Eugene Sandulenko | |
svn-id: r17003 | |||
2005-03-06 | *** empty log message *** | Travis Howell | |
svn-id: r17002 | |||
2005-03-06 | Update HE issues | Travis Howell | |
svn-id: r17001 |