Age | Commit message (Expand) | Author |
2006-03-22 | Small correction to scaling code in FF | Travis Howell |
2006-03-22 | Preliminary (weasel-word for "probably buggy") implementation of the remaining | Torbjörn Andersson |
2006-03-22 | Whitespace changes | Travis Howell |
2006-03-22 | Fix regression in 2nd room of FF | Travis Howell |
2006-03-22 | Skip columns isn't used for overlayed or scaled images in FF | Travis Howell |
2006-03-22 | Fix sound regression in FF, caused by last commit | Travis Howell |
2006-03-22 | Add initial support for Amiga and Macintosh versions of The Feeble Files | Travis Howell |
2006-03-22 | Support for Russian FOTAQ | Eugene Sandulenko |
2006-03-21 | Implemented "sound triggers" so that the music does not stop shortly after | Torbjörn Andersson |
2006-03-20 | Implements cmd_shakeScreen. | Johannes Schickel |
2006-03-20 | Initialise _haveScrollButtons, since Valgrind complained about it. | Torbjörn Andersson |
2006-03-20 | The Hercules specific screen size check is no longer required | Travis Howell |
2006-03-19 | Fixed my fix regarding the encoding of some filenames: Provide both Windows a... | Max Horn |
2006-03-19 | Fix encoding issue (see scummvm-devel) | Max Horn |
2006-03-19 | Moved filename substitution code from scumm.cpp to plugin.cpp | Max Horn |
2006-03-19 | Remove unused cases of getKeyState(), checked against scripts of FT, Dig and ... | Travis Howell |
2006-03-19 | Closer match difficulty of insane in PC version of FT demo | Travis Howell |
2006-03-19 | Makes sure Brandon actually dies when he turns to stone in the kyragem room | Oystein Eftevaag |
2006-03-19 | Fixes a potential problem in the pathfinder where an array could be accessed ... | Oystein Eftevaag |
2006-03-19 | Adds button press animations to the menu, and resets the cursor when the Dial... | Oystein Eftevaag |
2006-03-19 | Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStream | Travis Howell |
2006-03-19 | Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStream | Travis Howell |
2006-03-19 | Move the sound loop detection, so it is used by all HE70+ games | Travis Howell |
2006-03-19 | Skip HSHD block by set size, since there are sound resources (ie Caiman in ju... | Travis Howell |
2006-03-19 | Add workaround for script bug in Loom (CD) | Travis Howell |
2006-03-18 | Oops, forgot to change a variable declaration in the last commit | Oystein Eftevaag |
2006-03-18 | Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ... | Oystein Eftevaag |
2006-03-18 | - started to rework static resource loading | Johannes Schickel |
2006-03-18 | workaround: manually add delay when showing image between levels in gob1 ega | Willem Jan Palenstijn |
2006-03-18 | Fixes the color of the quitting dialog text after drinking a potion | Oystein Eftevaag |
2006-03-18 | The camera position is always set by loadRoomWithEgo opcode in HE games, thro... | Travis Howell |
2006-03-18 | Extends seq_drinkPotionAnim() so that the color of the flask Brandon | Oystein Eftevaag |
2006-03-17 | Further work on disassembling player tick/movement handler | Paul Gilbert |
2006-03-17 | Fixes animations when brandon turns inivisible/visible. | Johannes Schickel |
2006-03-17 | Fixes bug #1401337 ("KYRA: Platform with pegasi graphics glitch") | Johannes Schickel |
2006-03-17 | - Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle cata... | Johannes Schickel |
2006-03-17 | Oops, I never meant to remove *that* line! Put it back again. (This fixes the | Torbjörn Andersson |
2006-03-17 | The opcode functions are not allowed to modify their own channel.dataptr | Torbjörn Andersson |
2006-03-17 | Fix endian issue in akos costume code | Travis Howell |
2006-03-17 | Fix endian issues in akos costume code | Travis Howell |
2006-03-17 | Add another German version of puttzoo demo | Travis Howell |
2006-03-16 | More cleanups and renamings: _sfxSecondByteOfSong -> _sfxPriority | Torbjörn Andersson |
2006-03-16 | Went through callbacks 51, 52 and 53, comparing them to LordHoto's annotated | Torbjörn Andersson |
2006-03-16 | - added defines to handle the different mouse cursors | Gregory Montoir |
2006-03-16 | We have several functions where we need to find the pointer to a program or an | Torbjörn Andersson |
2006-03-16 | More renamings: | Torbjörn Andersson |
2006-03-16 | I don't know if it's our bug, or a bug in the original Kyra music driver, but | Torbjörn Andersson |
2006-03-16 | Oops. removes some unneeded shifts and fixes now the feather bug. | Johannes Schickel |
2006-03-16 | Fixed some comments and made a couple of cleanups to make it a bit more clear | Torbjörn Andersson |
2006-03-16 | - Fixes some gfx glitches (the falling feather and the falling leaf now have ... | Johannes Schickel |