aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-29SCI32: Remove unnecessary GfxFrameout::_frameNowVisibleColin Snover
2017-04-29SCI32: Promote GK2 and Torin demos to AGDF_TESTINGColin Snover
2017-04-29VIDEO: Unexpose audio sync API in AdvancedVMDDecoderColin Snover
2017-04-28I18N: Update translation (Greek)Eugene Sandulenko
2017-04-28I18N: Update translation (Greek)Arius
2017-04-26MACOSX: Expand ~ in default screenshot pathThierry Crozat
2017-04-24SCI: Add var count sanity checking to object initializationColin Snover
2017-04-24SCI: Use the var count from the instance's class in SCI1.1-2.1 when looking u...Colin Snover
2017-04-25DIRECTOR: Fix Various Compiler Warnings.D G Turner
2017-04-24BASE: Improve error handling when detecting gamesThierry Crozat
2017-04-24BASE: Check scanf return value when adding a gameThierry Crozat
2017-04-24I18N: Update translation (Dutch)Ben Castricum
2017-04-23SCI32: Remove SCI3 TODOColin Snover
2017-04-23SCI32: Allow resource maps with missing corresponding volumesColin Snover
2017-04-24I18N: Regenerate translations data fileThierry Crozat
2017-04-24WINDOWS: Fix warning under mingw-w64.Kirben
2017-04-24WINDOWS: Hopefully fix mingw compilation.Kirben
2017-04-24WIN32: Fix compilation of getScreenshotPath (missing parenthesis)Thierry Crozat
2017-04-24WIN32: Comment out code that gets the user My Pictures directoryThierry Crozat
2017-04-24I18N: Update translations templatesThierry Crozat
2017-04-24SDL: Improve debug and warning messages when saving screenshotsThierry Crozat
2017-04-24SDL: Allow specifying the screenshot directory in the config fileThierry Crozat
2017-04-24MACOSX: Create screenshot on DesktopThierry Crozat
2017-04-24SDL: Use dynamic cast instead of C cast to get screenshot pathThierry Crozat
2017-04-24WINDOWS: Change location where screenshot are savedPala
2017-04-23CMD: Detect and add game(s) with commandlineyinsimei
2017-04-23I18N: Update translations templatesThierry Crozat
2017-04-23SCI: Improve error messages in Script::validateExportFuncColin Snover
2017-04-23SCI32: Exclude SCI3 code from compilation when SCI32 is disabledColin Snover
2017-04-23SCI32: Fix missing mustSetViewVisible data in cloned objectsColin Snover
2017-04-23SCI32: Improve disassembly output of SCI3 property opcodesColin Snover
2017-04-23SCI32: Fix mustSetViewVisible for SCI3Colin Snover
2017-04-23SCI32: Replace magic numbers in SCI3 selector initColin Snover
2017-04-23SCI32: Add debugger command to list digital audio samplesColin Snover
2017-04-23SCI32: Fix race conditions in Audio32Colin Snover
2017-04-23SCI32: Remove unused code branchColin Snover
2017-04-23SCI32: Serialize Robots in SCI3Colin Snover
2017-04-23SCI: Fix SCI3 exportsColin Snover
2017-04-23SCI: Deduplicate Object::locateVarSelector codeColin Snover
2017-04-23SCI: Fix support for 32-bit SCI3 script offsetsColin Snover
2017-04-23SCI: Replace mostly-unused flags property with a single booleanColin Snover
2017-04-23SCI: Improve documentation of Object classColin Snover
2017-04-23SCI: Fix whitespace errorsColin Snover
2017-04-23SCI: Remove dead code in Script_Offset disassemblerColin Snover
2017-04-23SCI: Fix bad offsets in disassembly for SCI3 lofsa/lofssColin Snover
2017-04-23SCI32: Fix bad relocations of SCI3 objectsColin Snover
2017-04-23SCI: Convert Object to use Common::Array for SCI3Colin Snover
2017-04-23SCI32: Hook up mustSetViewVisible for SCI3Colin Snover
2017-04-23SCI32: Improve debugging output of object metadata in SCI3Colin Snover
2017-04-23SCI32: Fix locals offset in SCI3Colin Snover