aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-06-17SCI: slightly change comment from r49936Martin Kiewitz
2010-06-17SCI: implement workaround for laura bow 2 demo, because that interpreter uses...Martin Kiewitz
2010-06-17Fixed cppcheck warning.Torbjörn Andersson
2010-06-17Don't translate both x and y of the rect in kOnMe if only one of the variable...Matthew Hoops
2010-06-17Removed a now obsolete FIXME (spotted by Fingolfin)Filippos Karapetis
2010-06-17Fixed kLoad and kUnload (the resource type was incorrect)Filippos Karapetis
2010-06-17Add detection of original directory structure for Touche.Travis Howell
2010-06-17Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ...Filippos Karapetis
2010-06-17M4/MADS: Some slight tweaks to the animation message chunksFilippos Karapetis
2010-06-17SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with...Martin Kiewitz
2010-06-17SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no...Martin Kiewitz
2010-06-17Added some more information on some of the calls of kPlayVMDFilippos Karapetis
2010-06-17SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh...Martin Kiewitz
2010-06-17Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ...Filippos Karapetis
2010-06-17Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge...Filippos Karapetis
2010-06-17Fixed a few cppcheck errors.Torbjörn Andersson
2010-06-17Fix another valgrind warning, thanks to digitall for spotting.Matthew Hoops
2010-06-17Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it.Matthew Hoops
2010-06-17Correction for Invalid reads in Translation iconv calls reported by Valgrind.David Turner
2010-06-17Only hide/show cursor when playing a VMD if it was visible in the first place.Matthew Hoops