Filippos Karapetis
4858b3fc58
CRYO: Add ID and versioning to cryo.dat
2017-02-10 04:33:35 +02:00
Filippos Karapetis
a938942f03
CREATE_PROJECT: Also silence warning 4100 in MSVC
...
Some formal function parameters are not used in all overloaded
functions, which results in loads of 4100 warnings when building
CREATE_PROJECT. This change silences warning 4100 together with
the others
2017-02-10 00:39:43 +02:00
Eugene Sandulenko
c1edd61669
Merge pull request #896 from criezy/create-project-fixes
...
DEVTOOLS: Create project fixes
2017-02-07 21:20:31 +01:00
Eugene Sandulenko
b3784db8d5
Merge pull request #892 from Retro-Junk/cryo
...
CRYO: New engine
2017-02-07 21:19:22 +01:00
Thierry Crozat
2f4d14aba5
CREATE_PROJECT: Disable engines for which required features are not available
2017-02-06 23:18:02 +00:00
Thierry Crozat
14dcdb6103
CREATE_PROJECT: Add highres feature
2017-02-06 22:35:52 +00:00
Thierry Crozat
5da09383dc
CREATE_PROJECT: Fix linking with Xcode when not disabling curl
2017-02-06 21:51:40 +00:00
Eugene Sandulenko
e33fba2d14
DEVTOOLS: Update create_classicmacfonts.sh to the latest changes in fonts
2017-01-28 11:24:02 +01:00
Eugene Sandulenko
1e77941a35
DEVTOOLS: Added makefile for create_cryo
2017-01-25 22:46:11 +01:00
Eugene Sandulenko
8f7c4fa8a5
DEVTOOLS: Added copyright headers to create_cryo
2017-01-25 22:42:28 +01:00
Eugene Sandulenko
577bae3f3d
JANITORIAL: Fix code formatting
2017-01-25 22:42:01 +01:00
Eugene Sandulenko
afd6e5dea5
JANITORIAL: Fix line endings
2017-01-25 22:42:01 +01:00
Eugene Sandulenko
5bc0695ce3
DEVTOOLS: Fix create_led_dat compilation
2017-01-25 22:42:01 +01:00
Retro-Junk
d87f5e176e
CRYO: Add data file generator
2017-01-25 22:42:01 +01:00
Paul Gilbert
4a14a56a5c
DEVTOOLS: Add more strings to create_titanic
2017-01-16 07:03:50 -05:00
Thierry Crozat
780e0fe490
DEVTOOLS: Add missing end of line in error messages for cp parser
2017-01-15 19:39:46 +00:00
Paul Gilbert
45a42ec949
DEVTOOLS: Add missing string to create_titanic data
2017-01-15 12:08:19 -05:00
Paul Gilbert
ea63ae3d74
DEVTOOLS: Add more strings to create_titanic
2016-12-24 18:23:33 -05:00
Paul Gilbert
01c4267270
DEVTOOLS: Fix writing common phrases in create_titanic
2016-12-17 17:24:19 -05:00
Paul Gilbert
bbef10c068
CREATE_PROJECT: Fix Visual Studio linking problems after Munt merge
2016-12-17 15:12:52 -05:00
Eugene Sandulenko
ac2bf1d79a
CREATE_TITANIC: Replaced non-ASCII symbols
2016-11-14 09:55:12 +01:00
Paul Gilbert
a23d51adb2
DEVTOOLS: Fix missing comma in create_titanic
2016-11-13 23:35:25 -05:00
Paul Gilbert
b2113baf23
DEVTOOLS: Add room location strings to titanic.dat
2016-11-12 17:34:50 -05:00
Paul Gilbert
c2827c4e7d
DEVTOOLS: Add missing comma in titanic.dat strings array
2016-11-11 17:55:26 -05:00
Paul Gilbert
ddf9b7307f
DEVTOOLS: Move more text strings into titanic.dat
2016-11-11 15:24:34 -05:00
Paul Gilbert
c3218287bf
DEVTOOLS: Fix writing out strings in titanic.dat
2016-11-11 11:14:49 -05:00
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