Thierry Crozat
729264f116
I18N: Read language name preferably from custom 'X-Language-name' header
...
We have been abusing the 'Language' field to store the language name
that appears in the GUI for a translation. But this field is officially
supposed to store the language code, and most tools that edit po file
set it automatically. This has caused the language being changed by
mistake in the paste.
There is a provision for custom fields with a name starting with 'X-'
though. So Now, if defined, it will use the custom 'X-Language-name'
field, and fall back to 'Language' in case that custom field is not defined.
This should prevent the language being lost when not careful while
editing the translation.
2016-11-08 02:21:16 +00:00
Paul Gilbert
990bd641ae
CREATE_PROJECT: Fix MSVC project creation with curl or SDL_Net enabled
2016-10-20 21:00:32 -04:00
Eugene Sandulenko
b5d4c302d0
GRAPHICS: Fix built-in font parameters
2016-10-12 22:12:40 +02:00
Eugene Sandulenko
d7a452a6f6
GRAPHICS: Use PIXEL_SIZE as BDF font size
2016-10-10 14:00:41 +02:00
Eugene Sandulenko
355c4fa646
JANITORIAL: Remove more trailing spaces
2016-10-09 15:02:02 +02:00
Eugene Sandulenko
ee476e9cf0
GRAPHICS: Parse slant from BDF fonts
2016-10-07 10:49:17 +02:00
Eugene Sandulenko
cd375ae5b3
DEVTOOLS: Fix convbdf font parsing
2016-10-06 23:49:39 +02:00
Eugene Sandulenko
9730e42fac
GRAPHICS: Parse font size from BDF fonts
2016-10-06 07:44:18 +02:00
Eugene Sandulenko
0d4d5459f2
GRAPHICS: Use Family name instead of font name when reading from BDF fonts
2016-10-06 07:33:46 +02:00
Eugene Sandulenko
15e4997720
GRAPHICS: Load Face Name from BDF files
...
Also adjust the devtools and built-in fonts accordingly.
2016-10-05 23:24:53 +02:00
Thierry Crozat
92bd10ff28
CREDITS: Core team has been disbanded and LordHoto retired
2016-09-26 21:33:55 +01:00
Littleboy
42d8a82c43
CREATE_PROJECT: Do not copy into non-existent msvc8 dist folder
2016-09-23 22:38:17 -04:00
Littleboy
e34960f633
CREATE_PROJECT: Add SCUMM_64BITS to ScummVM_Global64.props ( fixes #9566 )
2016-09-23 22:34:47 -04:00
Bastien Bouclet
7155f14310
CREATE_PROJECT: Use SDL_Net2 when building with SDL2 for cmake
2016-09-15 12:44:57 +02:00
Paul Gilbert
e4bcb910b0
DEVTOOLS: Added extraction of German bitmap resources to create_titanic
2016-09-11 17:18:57 -04:00
Paul Gilbert
7d5a064fe1
DEVTOOLS: Added correct German strings to create_titanic
2016-09-11 16:53:04 -04:00
Paul Gilbert
f207bc86cb
DEVTOOLS: Write out German strings in create_titanic
2016-09-11 14:15:02 -04:00
Paul Gilbert
df4dadb5a6
DEVTOOLS: Beginnings of German strings list in create_titanic
2016-09-11 11:33:27 -04:00
Paul Gilbert
cb33eca327
DEVTOOLS: Moved Titanic messages to create_titanic
2016-09-10 23:15:30 -04:00
Thierry Crozat
1f2a50bcd3
CLOUD: Move openUrl to OSystem
2016-09-10 01:12:42 +01:00
Thierry Crozat
fa5a5bf865
CLOUD: Move wwwroot archive to dists and script to devtools
...
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-06 00:43:25 +01:00
Eugene Sandulenko
bd5bbace3b
DEVTOOLS: Fix another warning
2016-09-05 09:14:00 +02:00
Eugene Sandulenko
39ce7bc7ff
DEVTOOLS: Fix warnings
2016-09-05 08:48:51 +02:00
Eugene Sandulenko
27c0ddd807
Merge pull request #822 from csnover/apple-network-browser
...
CREATE_PROJECT: Fix networking backend file targets in Xcode
2016-09-04 10:47:56 +02:00
Eugene Sandulenko
fab199d37e
JANITORIAL: Make GPL headers uniform
2016-09-03 12:46:38 +02:00
Eugene Sandulenko
9d4d4f6803
Merge pull request #807 from blorente/macventure-clean
...
MACVENTURE: Add MacVenture engine.
2016-09-03 10:41:31 +02:00
Bastien Bouclet
cda41d2fb4
CREATE_PROJECT: Add CURL and SDL_net to the list of libraries for cmake generation
2016-09-03 07:58:35 +02:00
Omer Mor
2bbc18644d
Update credits.pl ( #823 )
...
DOCS: Update credits
2016-09-02 23:34:28 +02:00
Colin Snover
2ad082aeb7
CREATE_PROJECT: Fix networking backend file targets in Xcode
2016-09-01 21:09:03 -05:00
Eugene Sandulenko
bfbfbd3e1a
Merge pull request #788 from Tkachov/cloud
...
ALL: Add Cloud storage support
2016-08-30 13:54:12 +02:00
Paul Gilbert
0fbc3b709d
DEVTOOLS: Added data for CParrotLobbyLinkUpdator to create_titanic
2016-08-26 21:18:03 -04:00
Paul Gilbert
9de6753865
DEVTOOLS: Add bedhead data to create_titanic
2016-08-25 18:35:50 -04:00
Paul Gilbert
456ed17671
DEVTOOLS: Add MissiveOMat message data to create_titanic
2016-08-24 21:19:37 -04:00
Alexander Tkachev
fade746f37
CLOUD: Add USE_CLOUD feature
...
Adds USE_CLOUD in both configure and create_project.
2016-08-24 16:07:55 +06:00
Borja Lorente
841c22704c
MACVENTURE: Include border bitmaps in ScummVM
2016-08-24 11:59:30 +02:00
Filippos Karapetis
c69eb82527
CREATE_PROJECT: Switch SDL backend to SDL2 by default
...
This adapts create_project with the changes in de04a68c06
2016-08-22 13:09:49 +03:00
Paul Gilbert
c7ac12272a
DEVTOOLS: Add support for English 1.00.42 EXE to create_titanic
2016-08-21 09:21:14 -04:00
Paul Gilbert
ca07e26f9e
DEVTOOLS: Add support for original 3CD executable to create_titanic
2016-08-20 21:52:19 -04:00
Vincent Bénony
9cc3abc0fb
CREATE_PROJECT: Fix Xcode project
2016-08-18 17:00:20 +02:00
Colin Snover
97b3437f49
CREATE_PROJECT: Fix warning flags in Xcode generator
...
Sign comparison should be on to match other compilers, and
multichar warnings should be disabled for all platforms, not just
iOS.
2016-08-13 16:34:28 -05:00
Paul Gilbert
bbc9e07227
DEVTOOLS: Add Barbot's action frame ranges to create_titanic
2016-08-13 15:09:49 -04:00
Eugene Sandulenko
6193f40f6b
Merge pull request #803 from BenCastricum/detection_fixes
...
SCUMM: Detection for dutch airport demo
2016-08-13 18:45:19 +02:00
Paul Gilbert
add058a8b8
CREATE_PROJECT: Add warning C4373 to ignore list for SCI engine
2016-08-12 20:18:20 -04:00
Ben Castricum
b9561b420b
SCUMM: Add dutch airport demo
2016-08-09 10:08:55 +02:00
Colin Snover
6e41f3673f
CREATE_PROJECT: Fix Xcode generator macOS target
2016-08-05 10:57:57 -05:00
Paul Gilbert
a0dde3959e
DEVTOOLS: Add sentence sentence list for MaitreD to create_titanic
2016-08-01 19:24:15 -04:00
Eugene Sandulenko
9d3a2c1c7f
Merge pull request #786 from dreammaster/titanic
...
TITANIC: Starship Titanic engine
2016-08-01 00:27:28 +03:00
Paul Gilbert
19f8a0965b
TITANIC: Added DoorbotScript process
2016-07-31 17:16:23 -04:00
Paul Gilbert
af286f2c97
DEVTOOLS: Add entries sentence sets for Deskbot in create_titanic
2016-07-31 15:02:09 -04:00
Paul Gilbert
2bb4e83d5a
DEVTOOLS: Properly set up PARROT_RANGES array in create_titanic
2016-07-31 00:05:22 -04:00