aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05DM: Fix pointer style in ObjectManStrangerke
2016-09-05DM: Finish the renaming in ObjectManStrangerke
2016-09-05DM: Start refactoring ObjectManStrangerke
2016-09-05DM: Better refactoring of sensorIsTriggeredByClickOnWallStrangerke
2016-09-05DM: Better refactoring of processThingAdditionOrRemovalStrangerke
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-05Merge branch 'dm' of github.com:WinterGrascph/scummvm into dmBendegúz Nagy
2016-09-05DM: Get rid of Gotos in processThingAdditionOrRemovalStrangerke
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-04XEEN: Further fix identified warningsPaul Gilbert
2016-09-05TITANIC: Fix compilationFilippos Karapetis
2016-09-04XEEN: Fix compiler warningsPaul Gilbert
2016-09-04XEEN: Converted XSurface to derive from ManagedSurfacePaul Gilbert
2016-09-04XEEN: Beginnings of Darkside endgame and musicPaul Gilbert
2016-09-04XEEN: Fix Travis identified warningsPaul Gilbert
2016-09-04XEEN: Change a strncpy use to Common::strlcpyPaul Gilbert
2016-09-05I18N: Improve French translation for cloud featureThierry Crozat
2016-09-05FULLPIPE: Fix crash on startup when pressing ESCEugene Sandulenko
2016-09-04I18N: Initial French translation for cloud storageThierry Crozat
2016-09-04I18N: Update translations templateThierry Crozat
2016-09-04CLOUD: Improve some labelsThierry Crozat
2016-09-05FULLPIPE: Rename is GabeObjectEugene Sandulenko
2016-09-05FULLPIPE: Renames in PreloadItemEugene Sandulenko
2016-09-04DM: Small refactoring in processThingAdditionOrRemovalStrangerke
2016-09-04FULLPIPE: Signed read for delay in PreloadItemsEugene Sandulenko
2016-09-04FULLPIPE: Rename in ExCommand structureEugene Sandulenko
2016-09-04DM: More polishing in MovesensManStrangerke