aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-07AUDIO: Fix CMS chips incorrect pitch.jepael
The CMS emulation assumes the chips run at 8 MHz clock, but in PCs they run at 7.15909 MHz, so the emulated pitch is too high. Adjusting the requested sampling rate higher by matching amount the pitch is lowered down to normal.
2016-09-07FULLPIPE: Fix bat minigame in scene27Eugene Sandulenko
2016-09-07FULLPIPE: First round of getting rid of BallChain in scene27Eugene Sandulenko
2016-09-07FULLPIPE: Fix memory leak in scene09Eugene Sandulenko
2016-09-07FULLPIPE: Added and using StaticANIObject::isPixelHitAtPos()Eugene Sandulenko
2016-09-07FULLPIPE: Further work on the hangers in scene09Eugene Sandulenko
2016-09-07FULLPIPE: Fix invalid readEugene Sandulenko
2016-09-07NEWS: Mention latest bug fixedLothar Serra Mari
2016-09-06SHERLOCK: RT: Fix hang on dragging mouse outside Inventory verbs listPaul Gilbert
2016-09-06FULLPIPE: Use cp866 for logging on Windows buildRetro-Junk
2016-09-06FULLPIPE: Fix rounding error in MctlGraph::makeQueueRetro-Junk
2016-09-06FULLPIPE: Further fixes to scene09. Now balls fly as expectedEugene Sandulenko
2016-09-06FULLPIPE: More fixes to scene09Eugene Sandulenko
2016-09-06FULLPIPE: Start using plain objects insted of Ball in scene09Eugene Sandulenko
2016-09-06FULLPIPE: Added more debug info to scene09Eugene Sandulenko
2016-09-06CLOUD: Move wwwroot archive to dists and script to devtoolsThierry Crozat
Both the data used to generate the archive and the archive itself were moved to dists/ instead of being in backends/. The script was also improved to optionally take a path as a command line argument to indicate where the wwwroot data are instead of assuming they are in the working directory. Finally a 'wwwroot' make target was also added to invoke the python script and generate the archive. with the expected path to
2016-09-05BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targetsThierry Crozat
2016-09-05BUILD: Add wwwroot.zip to resource files for Windows buildsThierry Crozat
The file had already been added to scummvm.rc, but not to scummvm.rc.in. As a result running update-version.pl would have caused the change to be lost.
2016-09-05CLOUD: Fix looking for the wwwroot.zip archiveThierry Crozat
If the themepath was defined but the wwwroot.zip file was not in that path, looking for it failed as it never reached the part of the code using SearchMan to look for it.
2016-09-05DIRECTOR: Lingo: Implemented and documented 'the key' and 'the machineType'Eugene Sandulenko
2016-09-05CLOUD: Do not error out when loading icon if OSD format is not 2 or 4 BppThierry Crozat
Graphics::TransparentSurface::convertTo() errors out when the destination format is not 2 or 4 Bpp. But in the case of the cloud icon we can recover from it. So just print a warning and don't close the application.
2016-09-05I18N: Regenerate translations data fileThierry Crozat
2016-09-05I18N: Update French translationThierry Crozat
2016-09-05OPENGL: Implement getOSDFormat and copyRectToOSDThierry Crozat
2016-09-05OPENGL: Add missing USE_OSD defined checks around OSD codeThierry Crozat
2016-09-05MACVENTURE: Implement opcode $cb (Get Current Day)Torbjörn Andersson
In Deja Vu, Pete's All Nite Gun Palace is closed if you play the game on a Sunday. I'm guessing that's the only place where this opcode is used
2016-09-05MACVENTURE: Clear the exits window before drawing the buttonsTorbjörn Andersson
This was a regression from adding background patterns.
2016-09-05MACVENTURE: Make opcode $ca return current time, not played timeTorbjörn Andersson
This is used by some games to determine the appropriate greeting, e.g. "Good evening" if you play the game in the evening.
2016-09-05FULLPIPE: Further work on scene09Eugene Sandulenko
2016-09-05FULLPIPE: Started rewriting scene09 with Common::Array instead of CPlexEugene Sandulenko
2016-09-05GRAPHICS: Handle Windows and Mac line breaks when word-wrapping textTorbjörn Andersson
This seems like the right place to do it. Hopefully it's also the right way. It fixes line breaks in the MacVenture engine, where the text apparently uses Mac line breaks.
2016-09-05GUI: Fix indentation to silence GCC 6 warningTorbjörn Andersson
2016-09-05TITANIC: Convert some dynamic_casts back to static_cast as appropriatePaul Gilbert
2016-09-05I18N: Regenerate translations.datLothar Serra Mari
2016-09-05I18N: Update German gui translationLothar Serra Mari
2016-09-05I18N: Update translations templateLothar Serra Mari
2016-09-05GUI: Enable translation for download speed string in cloud featureLothar Serra Mari
2016-09-05I18N: Regenerate translations.datLothar Serra Mari
2016-09-05I18N: Update German Cloud translationLothar Serra Mari
2016-09-05DEVTOOLS: Fix another warningEugene Sandulenko
2016-09-05DEVTOOLS: Fix warningsEugene Sandulenko
2016-09-05DIRECTOR: Make PC types uniformEugene Sandulenko
2016-09-05TESTS: Fix warningEugene Sandulenko
2016-09-05GUI: Fix warningsEugene Sandulenko
2016-09-05WAGE: Fix warningEugene Sandulenko
2016-09-05DIRECTOR: Fix warningsEugene Sandulenko
2016-09-05BUILD: Add libcurl and libsdl to Travis prerequisitiesEugene Sandulenko
2016-09-05TITANIC: Fix compilationFilippos Karapetis
2016-09-05I18N: Improve French translation for cloud featureThierry Crozat
2016-09-05FULLPIPE: Fix crash on startup when pressing ESCEugene Sandulenko