Commit Graph
86814 Commits
Author SHA1 Message Date
Filippos Karapetis 0e3bd1d679 I18N: Update translation (Greek)
Currently translated at 72.9% (678 of 929 strings)
2016-12-27 01:07:40 +01:00
Filippos Karapetis 9c6e952290 I18N: Update translation (Greek)
Currently translated at 65.3% (607 of 929 strings)
2016-12-27 01:00:43 +01:00
Filippos Karapetis 2043a332c6 I18N: Update translation (Greek)
Currently translated at 65.3% (607 of 929 strings)
2016-12-27 00:29:00 +01:00
Robert Crossfield c95b6a9f8d SCUMM: Fix bug #6817 (V1 Actors drawn 1 line too high) 2016-12-27 10:21:23 +11:00
Robert Crossfield 485f26e4d6 SCUMM: Fix bug #4515 (Dr. Fred facing wrong way in lab cutscene) 2016-12-27 10:21:09 +11:00
Filippos Karapetis 81f813cf47 I18N: Update translation (Greek)
Currently translated at 34.0% (316 of 929 strings)
2016-12-27 00:20:31 +01:00
Filippos Karapetis e0d9643502 I18N: Update translation (Greek)
Currently translated at 8.0% (75 of 929 strings)
2016-12-26 22:06:37 +01:00
Paul Gilbert 98f2adeb2d TITANIC: Fix receiving mail via SuccUBus 2016-12-26 15:58:40 -05:00
Paul Gilbert f48a9fdbf2 TITANIC: Clarifications to sending mail code 2016-12-26 15:45:52 -05:00
Eugene Sandulenko 170a1a33e7 I18N: Update translation (Chinese)
Currently translated at 82.3% (765 of 929 strings)
2016-12-26 20:38:26 +01:00
Filippos Karapetis 4186ae6bbf I18N: Update translation (Greek)
Currently translated at 8.0% (75 of 929 strings)
2016-12-26 20:29:18 +01:00
Eugene Sandulenko cd7cfc78fc I18N: Update translation (Greek)
Currently translated at 7.8% (73 of 929 strings)
2016-12-26 20:24:08 +01:00
Filippos Karapetis a136c6cdf7 I18N: Update translation (Greek)
Currently translated at 0.0% (0 of 929 strings)
2016-12-26 20:21:44 +01:00
Eugene Sandulenko d4313bf6b5 FULLPIPE: Decrease header dependency 2016-12-26 19:13:28 +01:00
Einar Johan Trøan Sømåen 403d9538f2 I18N: Update translation (Norwegian Bokmål)
Currently translated at 90.7% (843 of 929 strings)
2016-12-26 18:55:29 +01:00
Eugene Sandulenko f1dd84fdf8 WINTERMUTE: Fix references to TransparentSurface templates 2016-12-26 18:54:44 +01:00
Eugene Sandulenko 6a11ac7f12 GRAPHICS: Avoid name clashes for templates/non-template function 2016-12-26 18:31:54 +01:00
Eugene Sandulenko 79bd6e5b49 I18N: Fix Greek code page an added language name 2016-12-26 18:22:12 +01:00
Eugene Sandulenko a417a5440e I18N: Add translation (Greek) 2016-12-26 18:13:27 +01:00
Eugene Sandulenko e05c57b64c GRAPHICS: Fix another instance of structures nested in templates 2016-12-26 18:07:31 +01:00
Eugene Sandulenko dff109caba GRAPHICS: Increase portability. Hopefully it will fix PS2 backend 2016-12-26 18:00:17 +01:00
Eugene Sandulenko 8477c4beb2 Merge pull request #874 from tobiatesan/fix_getfilename_cr5
WINTERMUTE: Fix PathUtils and add workaround for mixed separators
2016-12-26 16:15:38 +01:00
Thierry Crozat 06b1c251df I18N: Update translations templates 2016-12-26 16:14:38 +01:00
Eugene Sandulenko bdb3808d11 Merge pull request #734 from tobiatesan/enable_bilinear
WINTERMUTE: Enable bilinear filtering in Wintermute
2016-12-26 16:14:27 +01:00
Walter van Niftrik f3e0c4d093 ADL: Silence CID 1356412/1356413 2016-12-26 15:31:20 +01:00
Tobia Tesan a14d3865ad WINTERMUTE: Use PathUtil::normalizeFileName in correctSlashes 2016-12-26 15:09:34 +01:00
Ryper_Zsolt 257d7e8fe0 WINTERMUTE: Don't mix different path separators.
Fixes #7068
2016-12-26 15:09:16 +01:00
Walter van Niftrik 480713a46c ADL: Silence CID 1354788/1354789/1354790 2016-12-26 12:36:25 +01:00
Tobia Tesan b7bd199193 WINTERMUTE: Call BILINEAR/NEAREST rotoscale and scale according to game option 2016-12-26 12:29:06 +01:00
Tobia Tesan c6ed1625f0 WINTERMUTE: Add TFilteringMode to transparent_surface.h 2016-12-26 12:28:51 +01:00
Tobia Tesan 42531fb71a WINTERMUTE: Add _bilinearFiltering attribute to BaseGame 2016-12-26 12:20:56 +01:00
Tobia Tesan a496467fbe WINTERMUTE: Add "Sprite bilinear filtering" menu option 2016-12-26 12:20:56 +01:00
Walter van Niftrik 0f14f12d6d ADL: Init class members (CID 1354806) 2016-12-26 12:08:35 +01:00
Tobia Tesan 72376681af WINTERMUTE: Try to "correctly" handle dir paths
I put scare quotes around "correctly" because I can't swear this is the
intended behaviour of the original interpreter.

I don't think accessing filenames that end with / in the .DCPs is even
defined behaviour, so this is a best guess.
2016-12-26 12:05:41 +01:00
Tobia Tesan 9339490236 WINTERMUTE: only access -1th char of string if length > 0 in getFileName
Fixes #6594
2016-12-26 12:02:56 +01:00
Tobia Tesan e3fdd8d5fe WINTERMUTE: Add tests for engines/wintermute/path_utils.h 2016-12-26 10:41:48 +01:00
Paul Gilbert 206b3f9315 IMAGE: Fixed attribution comments for the Indeo decoders 2016-12-26 00:07:17 -05:00
Paul Gilbert 81cb0f11db TITANIC: Cleanup and fixes for class checks when SuccUBus sucking 2016-12-25 23:54:00 -05:00
Thierry Crozat 9755109fdd I18N: Regenerate translations data file 2016-12-26 05:05:02 +01:00
Paul Gilbert 5eb3f17a59 TITANIC: Renaming of CSuccUBus frame fields 2016-12-25 22:50:54 -05:00
Paul Gilbert 79e59fd80a TITANIC: Renaming in CParrot class 2016-12-25 16:42:44 -05:00
Paul Gilbert ea7f98999e TITANIC: Fix compiler warnings 2016-12-25 16:42:26 -05:00
Paul Gilbert cbdd5506e3 TITANIC: Renaming off frame fields in CSuccUBus 2016-12-24 18:23:34 -05:00
Paul Gilbert 4c1da0fc22 TITANIC: Renamings on CDropTarget 2016-12-24 18:23:34 -05:00
Paul Gilbert 9e11746eba TITANIC: Fix dragging feather on nose holder 2016-12-24 18:23:34 -05:00
Paul Gilbert 5bd028d9f3 TITANIC: More strings moved to titanic.dat 2016-12-24 18:23:34 -05:00
Paul Gilbert ea63ae3d74 DEVTOOLS: Add more strings to create_titanic 2016-12-24 18:23:33 -05:00
Walter van Niftrik 3c07d75825 ADL: Fix warnings 2016-12-23 23:47:25 +01:00
Walter van Niftrik 0dc67a0a6e ADL: Implement hires5 savegames 2016-12-23 20:59:02 +01:00
Eugene Sandulenko d1905b35d5 I18N: Update translation (Spanish)
Currently translated at 99.0% (918 of 927 strings)
2016-12-23 18:28:54 +01:00