Age | Commit message (Expand) | Author |
2007-01-28 | Always set gameid & description in a GameDescriptor (somewhat more future pro... | Max Horn |
2007-01-28 | Add more paramteres to AdvancedDetector. Not used yet. | Eugene Sandulenko |
2007-01-28 | Fix regression which prevented to run games specified only in command line | Eugene Sandulenko |
2007-01-28 | Reintroduced non-static gameid() and description(), by popular(?) demand. | Marcus Comstedt |
2007-01-27 | Fix typo spotted by clone2727 | Eugene Sandulenko |
2007-01-27 | DetectedGameList -> GameList. | Marcus Comstedt |
2007-01-27 | Made gameid() and description() const. | Marcus Comstedt |
2007-01-27 | Oops. Revert accidental commit | Eugene Sandulenko |
2007-01-27 | Fixes and gfx rendering works | Eugene Sandulenko |
2007-01-27 | Stop movie lead-in/out when restarting the game (as I already claimed in a | Torbjörn Andersson |
2007-01-27 | formatting. | Johannes Schickel |
2007-01-27 | Implemented some missing effects (arpeggio, sample delay, fine slides, finetu... | Sven Hesse |
2007-01-27 | Updated symbian builds for parallaction | Lars Persson |
2007-01-27 | Ooops | Sven Hesse |
2007-01-27 | Changed ProtrackerStream to inherit from Paula, unifying the mixing | Sven Hesse |
2007-01-27 | Moved the setupPremix() calls to initSound() and deinitSound(), instead of the | Torbjörn Andersson |
2007-01-27 | added missing MKID_BE macros | Gregory Montoir |
2007-01-27 | cleanup (made NutRenderer::loadFont protected, added call during initialisati... | Gregory Montoir |
2007-01-27 | Fixed picture drawing bug in pattern data (should only affect v3 + sq1 games ... | Stuart George |
2007-01-27 | Applied my own patch #1640913 ("Loading NUT fonts on demand"), after discussing | Torbjörn Andersson |
2007-01-27 | Revert audiostream changes for VOC sound, due to sgin differences in Amiga CD... | Travis Howell |
2007-01-27 | Add changes from madmoose to fix initial song length. | Travis Howell |
2007-01-27 | Correct md5 details for restart file in Amiga/AtariST versions of Elvira 1/2 ... | Travis Howell |
2007-01-27 | removed printf's spewing out tons of debug messages | Nicola Mettifogo |
2007-01-27 | Removing two FIXMEs, based on what madmoose told me on #scummvm | Max Horn |
2007-01-26 | fixed out-of-bounds error causing random crashes in dialogues | Nicola Mettifogo |
2007-01-26 | added more debug messages | Nicola Mettifogo |
2007-01-26 | added NULLity checks | Nicola Mettifogo |
2007-01-26 | make sure current archive is closed before opening a new one | Nicola Mettifogo |
2007-01-26 | Workaround for bug #1582672 ("KYRA1: Text crippled and drawn wrong"). | Johannes Schickel |
2007-01-26 | updated NutRenderer::drawShadowChar() comment | Gregory Montoir |
2007-01-26 | templatified some Wiz decoding functions | Gregory Montoir |
2007-01-26 | Some adjustments to the menu code to better suit longer strings in some langu... | Oystein Eftevaag |
2007-01-26 | Changed one strcmp in Parse_v2::parseExpr() to scumm_stricmp, to fix bug #163... | Sven Hesse |
2007-01-26 | oops, no idea how that happened | Max Horn |
2007-01-26 | - Just warn, don't die, when a CD-Track isn't found | Sven Hesse |
2007-01-26 | Added separate function for playing cutscene lead-in/out sounds, and made sure | Torbjörn Andersson |
2007-01-26 | Don't convert FSNode to a path when we don't have to | Max Horn |
2007-01-26 | Updated NEWS a bit | Max Horn |
2007-01-26 | little parameter reodering. | Johannes Schickel |
2007-01-26 | removed unused var, added comment to SO_CHARSET_COLOR case | Max Horn |
2007-01-26 | Some cleanup / code formatting changes, and added some FIXME comments | Max Horn |
2007-01-26 | remvoed some unneeded static keywords. | Johannes Schickel |
2007-01-26 | SO_CHARSET_COLOR is a no-op in the original COMI disasm. | Travis Howell |
2007-01-25 | fixed kSfxFlagRestart | Gregory Montoir |
2007-01-25 | modified CUP player code to read data directly from a file stream instead of ... | Gregory Montoir |
2007-01-25 | Lots of cleanup in the AdvancedDetector | Max Horn |
2007-01-25 | Adds special case in snd_playSoundEffect for CD audio. | Johannes Schickel |
2007-01-25 | Adds CD audio support. | Johannes Schickel |
2007-01-25 | Moved Paula and Infogrames to sound/mods/ | Sven Hesse |