aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-18Make MidiParser::sendToDriver protected.Johannes Schickel
2010-06-18Changed another warning into an error. CleanupFilippos Karapetis
2010-06-18Changed an assert into a warning with a FIXME (happens in SQ1)Filippos Karapetis
2010-06-18Error out on unimplemented kDeviceInfo() callsFilippos Karapetis
2010-06-18Explcitily use "perl" from the PATH, this fixes translation updating on syste...Johannes Schickel
2010-06-18Do not rebuild common/messages.cpp automatically when a translation changes, ...Johannes Schickel
2010-06-18Turned more warnings into errors, some cleanupFilippos Karapetis
2010-06-18Added a new subop of kPalVary (PQ4)Filippos Karapetis
2010-06-18Fixed invalid memory access in SQ6Filippos Karapetis
2010-06-18Marked the KQ1 demo workaround as a workaroundFilippos Karapetis
2010-06-18Added a workaround for the KQ1 demo (looks like a script bug)Filippos Karapetis
2010-06-18Added several unimplemented kDisplay subops, as well as a new sound command, ...Filippos Karapetis
2010-06-18SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables.Walter van Niftrik
2010-06-18Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo)Filippos Karapetis
2010-06-18Fixed invalid memory read in GK1CDFilippos Karapetis
2010-06-18Added warning about unhandled kGraph subop 1 (GK1CD)Filippos Karapetis
2010-06-18Fixed a bug in detectHires(), so that it actually worksFilippos Karapetis
2010-06-18Process kAddAfter with 4 parameters (Torin's Passage)Filippos Karapetis
2010-06-17Strict mode: error out on unhandled subops, to note if they actually exist an...Filippos Karapetis
2010-06-17Renamed error -> errorNum to avoid name clashes with error()Filippos Karapetis
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-17SCI: Fix a few errors in PlayVMD comment.Lars Skovlund
2010-06-17Reduced header dependencyFilippos Karapetis
2010-06-17SCI: Remove incorrect gameid checkMax Horn
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: Remove hack related to compiled kernel signatures.Max Horn
2010-06-17SCI: Remove selector_name function, some cleanupMax Horn
2010-06-17SCI: Get rid of duplicate _system member in SciEngineMax Horn
2010-06-17SCI: cleanup scancode rows codeMax Horn
2010-06-17SCI: Turn _modifierStates into member of class EventManagerMax Horn
2010-06-17SCI: Update FIXME in SegmentManagerMax Horn
2010-06-17SCI: cleanupMax Horn
2010-06-17SCI: Rename sciEvent to SciEventMax Horn
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-17SCI: PlayVMD(1): Hmmm. Don't print gammaBoost etc if they aren't usedLars Skovlund
2010-06-17Add additional documentation and code to PlayVMD(1) describing theLars Skovlund
2010-06-17Only do video scaling when required (hopefully fixes SQ6). Adapt the scaling ...Matthew Hoops
2010-06-17Don't show warnings for a known script bug in SQ4CD with the Sq4GlobalNarrato...Filippos Karapetis
2010-06-17Fixed the selector console command (don't change the selector name to lowerca...Filippos Karapetis
2010-06-17SCI: dont subtract offTop on wmgrPort when using old gfx functions - fixes ab...Martin Kiewitz
2010-06-17Commit updated common/messages.cpp too.Johannes Schickel
2010-06-17Update our two current translations too.Johannes Schickel
2010-06-17Yet another fix for "update-translations" in out of soucre directory builds. ...Johannes Schickel
2010-06-17Update scummvm.pot.Johannes Schickel
2010-06-17Fix out of updatepot and update-translations for source builds.Johannes Schickel
2010-06-17Fix possible link error for scummvm-static (for MacOS X bundle) when USE_TRAN...Thierry Crozat
2010-06-17Fix common/messages.cpp rule for out of source directory builds. (Maybe this ...Johannes Schickel
2010-06-17Fix the QFG4 Demo: kStrSplit has been replaced with kRemapColors.Matthew Hoops
2010-06-17SCI: applying forceRealMerge change to pq1 and qfg3 demo as well (see r49936)...Martin Kiewitz