Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-10 | CREATE_PROJECT: Also silence warning 4100 in MSVC | Filippos Karapetis | |
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-07 | Merge pull request #896 from criezy/create-project-fixes | Eugene Sandulenko | |
DEVTOOLS: Create project fixes | |||
2017-02-07 | Merge pull request #892 from Retro-Junk/cryo | Eugene Sandulenko | |
CRYO: New engine | |||
2017-02-06 | CREATE_PROJECT: Disable engines for which required features are not available | Thierry Crozat | |
2017-02-06 | CREATE_PROJECT: Add highres feature | Thierry Crozat | |
2017-02-06 | CREATE_PROJECT: Fix linking with Xcode when not disabling curl | Thierry Crozat | |
2017-01-28 | DEVTOOLS: Update create_classicmacfonts.sh to the latest changes in fonts | Eugene Sandulenko | |
2017-01-25 | DEVTOOLS: Added makefile for create_cryo | Eugene Sandulenko | |
2017-01-25 | DEVTOOLS: Added copyright headers to create_cryo | Eugene Sandulenko | |
2017-01-25 | JANITORIAL: Fix code formatting | Eugene Sandulenko | |
2017-01-25 | JANITORIAL: Fix line endings | Eugene Sandulenko | |
2017-01-25 | DEVTOOLS: Fix create_led_dat compilation | Eugene Sandulenko | |
2017-01-25 | CRYO: Add data file generator | Retro-Junk | |
2017-01-16 | DEVTOOLS: Add more strings to create_titanic | Paul Gilbert | |
2017-01-15 | DEVTOOLS: Add missing end of line in error messages for cp parser | Thierry Crozat | |
2017-01-15 | DEVTOOLS: Add missing string to create_titanic data | Paul Gilbert | |
2016-12-24 | DEVTOOLS: Add more strings to create_titanic | Paul Gilbert | |
2016-12-17 | DEVTOOLS: Fix writing common phrases in create_titanic | Paul Gilbert | |
2016-12-17 | CREATE_PROJECT: Fix Visual Studio linking problems after Munt merge | Paul Gilbert | |
2016-11-14 | CREATE_TITANIC: Replaced non-ASCII symbols | Eugene Sandulenko | |
2016-11-13 | DEVTOOLS: Fix missing comma in create_titanic | Paul Gilbert | |
2016-11-12 | DEVTOOLS: Add room location strings to titanic.dat | Paul Gilbert | |
2016-11-11 | DEVTOOLS: Add missing comma in titanic.dat strings array | Paul Gilbert | |
2016-11-11 | DEVTOOLS: Move more text strings into titanic.dat | Paul Gilbert | |
2016-11-11 | DEVTOOLS: Fix writing out strings in titanic.dat | Paul Gilbert | |
2016-11-08 | I18N: Read language name preferably from custom 'X-Language-name' header | Thierry Crozat | |
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-10-20 | CREATE_PROJECT: Fix MSVC project creation with curl or SDL_Net enabled | Paul Gilbert | |
2016-10-12 | GRAPHICS: Fix built-in font parameters | Eugene Sandulenko | |
2016-10-10 | GRAPHICS: Use PIXEL_SIZE as BDF font size | Eugene Sandulenko | |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-10-07 | GRAPHICS: Parse slant from BDF fonts | Eugene Sandulenko | |
2016-10-06 | DEVTOOLS: Fix convbdf font parsing | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Parse font size from BDF fonts | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Use Family name instead of font name when reading from BDF fonts | Eugene Sandulenko | |
2016-10-05 | GRAPHICS: Load Face Name from BDF files | Eugene Sandulenko | |
Also adjust the devtools and built-in fonts accordingly. | |||
2016-09-26 | CREDITS: Core team has been disbanded and LordHoto retired | Thierry Crozat | |
2016-09-23 | CREATE_PROJECT: Do not copy into non-existent msvc8 dist folder | Littleboy | |
2016-09-23 | CREATE_PROJECT: Add SCUMM_64BITS to ScummVM_Global64.props (fixes #9566) | Littleboy | |
2016-09-15 | CREATE_PROJECT: Use SDL_Net2 when building with SDL2 for cmake | Bastien Bouclet | |
2016-09-11 | DEVTOOLS: Added extraction of German bitmap resources to create_titanic | Paul Gilbert | |
2016-09-11 | DEVTOOLS: Added correct German strings to create_titanic | Paul Gilbert | |
2016-09-11 | DEVTOOLS: Write out German strings in create_titanic | Paul Gilbert | |
2016-09-11 | DEVTOOLS: Beginnings of German strings list in create_titanic | Paul Gilbert | |
2016-09-10 | DEVTOOLS: Moved Titanic messages to create_titanic | Paul Gilbert | |
2016-09-10 | CLOUD: Move openUrl to OSystem | Thierry Crozat | |
2016-09-06 | CLOUD: Move wwwroot archive to dists and script to devtools | Thierry Crozat | |
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-05 | DEVTOOLS: Fix another warning | Eugene Sandulenko | |
2016-09-05 | DEVTOOLS: Fix warnings | Eugene Sandulenko | |
2016-09-04 | Merge pull request #822 from csnover/apple-network-browser | Eugene Sandulenko | |
CREATE_PROJECT: Fix networking backend file targets in Xcode | |||
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |