Age | Commit message (Expand) | Author |
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 | little parameter reodering. | Johannes Schickel |
2007-01-26 | removed unused var, added comment to SO_CHARSET_COLOR case | 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 |
2007-01-25 | Support for loading the correct EMC pak file in the FM-Towns version. | Johannes Schickel |
2007-01-25 | - Some clean-up | Sven Hesse |
2007-01-25 | Adds basic support for the FM Towns version with some restrictions: | Johannes Schickel |
2007-01-25 | typo. | Johannes Schickel |
2007-01-25 | cleanup | Johannes Schickel |
2007-01-25 | Using 0 flags for null id instead of KYRA2_UNK_FLAGS. | Johannes Schickel |
2007-01-25 | Adding language/platform overwriting removed in r25170 (by accident?) | Johannes Schickel |
2007-01-25 | Add another Dutch version of SPY FOX 1 for Windows. | Travis Howell |
2007-01-25 | Add Dutch version of Freddi Fish and Luther's Maze Madness for Mac. | Travis Howell |
2007-01-25 | Reduce #include dependencies | Eugene Sandulenko |
2007-01-25 | Use file sizes in detection too. | Eugene Sandulenko |
2007-01-25 | Fix typos in some warnings | Max Horn |
2007-01-25 | Don't invoke AdvancedDetector directly, but rather use ADVANCED_DETECTOR_DETE... | Max Horn |
2007-01-25 | Merged setupGameFlags into Engine_KYRA_create (removing some obsolete code in... | Max Horn |
2007-01-24 | Sync with last AdvancedDetector changes | Eugene Sandulenko |
2007-01-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko |
2007-01-24 | Hide all AdvacedDetector parameters into a structure for easier maintenance | Eugene Sandulenko |
2007-01-24 | Patch from bug report #1615417: SCUMM (v6): Cursor isn't updated after hotspo... | Max Horn |
2007-01-23 | Added support for Infogrames/RobHubbard2 (amiga) music | Sven Hesse |
2007-01-21 | added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx loo... | Gregory Montoir |
2007-01-21 | cleanup | Gregory Montoir |
2007-01-21 | Reduce dependency from common/advancedDetector.h | Eugene Sandulenko |
2007-01-21 | Applied my own patch #1635584 (after discussing with Fingolfin) to reduce the | Torbjörn Andersson |
2007-01-21 | Removed common/advancedDetector.h from agos.h, thus reducing the number of bu... | Max Horn |
2007-01-21 | openForSaving can fail, so it should be handled gracefully -- but better to a... | Max Horn |
2007-01-21 | Fixes implementation of o1_updateSceneAnimations. | Johannes Schickel |
2007-01-21 | fixed ordering of engine jobs: no more known graphics glitches | Nicola Mettifogo |
2007-01-21 | fixed occasional border issues in inventory | Nicola Mettifogo |
2007-01-21 | fixed out-of-bounds error causing premature crashes on some systems | Nicola Mettifogo |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2007-01-20 | Completed implementation of o1_restoreAllObjectBackgrounds. | Johannes Schickel |