aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-20Merge branch 'master' of github.com:scummvm/scummvmBendegúz Nagy
2017-01-20Fix crash at the first corridor and entrance doorBendegúz Nagy
Crash caused by missing DisplayMan::_derivedBitmapByteCount values
2017-01-20Silence valgrind error messagesBendegúz Nagy
2017-01-20Properly delete leaking DisplayMan::_tmpBitmapBendegúz Nagy
2017-01-20GRAPHICS: Further work on MacFont font scalingEugene Sandulenko
2017-01-20GRAPHICS: Fix copy/paste errors with MacFont size processingEugene Sandulenko
2017-01-19Fix regression introduced in 3ab3a85Bendegúz Nagy
2017-01-19GRAPHICS: Initial code for scaling MacFontsEugene Sandulenko
2017-01-19BLADERUNNER: Add detection for German versionrootfather
2017-01-19GRAPHICS: Encapsulate all MacFONTFont class variables into a single structEugene Sandulenko
2017-01-19GRAPHICS: Fix MacFont assignmentEugene Sandulenko
We're almost back to the functionality with the BDF fonts. Current missing feature is font autoscaling
2017-01-18TITANIC: Fix TV playback during prologuePaul Gilbert
2017-01-18TITANIC: Renaming of CParrot statics, miscellaneous fixesPaul Gilbert
2017-01-18DIRECTOR: Lingo: Added list of D3 and D4 keywordsEugene Sandulenko
2017-01-18I18N: Change the French translation back to ISO-8859-1Thierry Crozat
Two accepted suggestions used a curly single quote, which caused the file to be converted to UTF-8. They have been converted back to straight single quotes.
2017-01-18I18N: Update translation (French)Purple T
Currently translated at 100.0% (929 of 929 strings)
2017-01-18GRAPHICS: Fix font name generation for MacFontsEugene Sandulenko
2017-01-18GRAPHICS: Further work on MacFont loadingEugene Sandulenko
2017-01-18DIRECTOR: More debug output to mac font loading testEugene Sandulenko
2017-01-18GRAPHICS: Plug in loaded MacFONTFonts into MacFontManagerEugene Sandulenko
2017-01-18README: Removing links to obsolete compilation instructionsEugene Sandulenko
2017-01-18DIRECTOR: Fix Compiler Warning.D G Turner
2017-01-17TITANIC: Remove accidentally committed debug codePaul Gilbert
2017-01-17TITANIC: Handle -1 frameNumber in AVISurface::addEvent like originalPaul Gilbert
2017-01-17TITANIC: Fixes to CParrot frameMsg methodPaul Gilbert
2017-01-17ADL: Implement hires5 time machine animationWalter van Niftrik
2017-01-17SCI: Add more version info to SQ4 detection entryTarek Soliman
2017-01-17GRAPHICS: Rename MacFont to MacFONTFont to avoid clashedEugene Sandulenko
2017-01-17GRAPHICS: Implementing kerning calculation for MacFontsEugene Sandulenko
2017-01-17GRAPHICS: Split out MacFontFamily class out of MacFontEugene Sandulenko
2017-01-17DIRECTOR: Refactor Text Rendering. Use alignment of MacText. Render to ↵stevenhoefel
temporary surface to allow ink blitting.
2017-01-17GRAPHICS: MacText calculate longest string inside maxWidth and add alignment.stevenhoefel
2017-01-17GRAPHICS: Fix oversight on length value to return.stevenhoefel
2017-01-17GRAPHICS: Fix Zero Length Format String Compiler Warnings.D G Turner
2017-01-17GRAPHICS: Fix FOND loadingEugene Sandulenko
2017-01-17DIRECTOR: Added test for font loadingEugene Sandulenko
2017-01-17GRAPHICS: Added debug output to FOND loadingEugene Sandulenko
2017-01-17BLADERUNNER: Fix Unsigned vs. Signed Compiler Warnings.D G Turner
2017-01-17DC: Fix Variable Shadowing Compiler Warning.D G Turner
2017-01-17CLOUD: Fix Unsigned vs. Signed Comparison Compiler Warning.D G Turner
2017-01-16TITANIC: Fix showing all that pink during Prologue and in Parrot roomPaul Gilbert
2017-01-16TITANIC: Fix CParrot movieFrameMsgPaul Gilbert
2017-01-16TITANIC: Fix if check in CParrot frameMsgPaul Gilbert
2017-01-16TITANIC: Fix some Liftbot dialogue responsesPaul Gilbert
2017-01-17GRAPHICS: More work on FOND loadingEugene Sandulenko
2017-01-16TITANIC: Fix locating vocab words in getPrimeWordPaul Gilbert
2017-01-16GRAPHICS: First part for reading FOND Mac resourcesEugene Sandulenko
2017-01-16SCI32: Script patch priority drawing bug in MGDXColin Snover
This fixes the horse at the fountain drawing on top of the fountain instead of behind it.
2017-01-16GRAPHICS: Initial code for reading FONT Mac resourcesEugene Sandulenko
2017-01-16I18N: Update translations templatesThierry Crozat