aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2017-02-07Merge pull request #892 from Retro-Junk/cryoEugene Sandulenko
CRYO: New engine
2017-02-06CREATE_PROJECT: Disable engines for which required features are not availableThierry Crozat
2017-02-06CREATE_PROJECT: Add highres featureThierry Crozat
2017-02-06CREATE_PROJECT: Fix linking with Xcode when not disabling curlThierry Crozat
2017-01-28DEVTOOLS: Update create_classicmacfonts.sh to the latest changes in fontsEugene Sandulenko
2017-01-25DEVTOOLS: Added makefile for create_cryoEugene Sandulenko
2017-01-25DEVTOOLS: Added copyright headers to create_cryoEugene Sandulenko
2017-01-25JANITORIAL: Fix code formattingEugene Sandulenko
2017-01-25JANITORIAL: Fix line endingsEugene Sandulenko
2017-01-25DEVTOOLS: Fix create_led_dat compilationEugene Sandulenko
2017-01-25CRYO: Add data file generatorRetro-Junk
2017-01-16DEVTOOLS: Add more strings to create_titanicPaul Gilbert
2017-01-15DEVTOOLS: Add missing end of line in error messages for cp parserThierry Crozat
2017-01-15DEVTOOLS: Add missing string to create_titanic dataPaul Gilbert
2016-12-24DEVTOOLS: Add more strings to create_titanicPaul Gilbert
2016-12-17DEVTOOLS: Fix writing common phrases in create_titanicPaul Gilbert
2016-12-17CREATE_PROJECT: Fix Visual Studio linking problems after Munt mergePaul Gilbert
2016-11-14CREATE_TITANIC: Replaced non-ASCII symbolsEugene Sandulenko
2016-11-13DEVTOOLS: Fix missing comma in create_titanicPaul Gilbert
2016-11-12DEVTOOLS: Add room location strings to titanic.datPaul Gilbert
2016-11-11DEVTOOLS: Add missing comma in titanic.dat strings arrayPaul Gilbert
2016-11-11DEVTOOLS: Move more text strings into titanic.datPaul Gilbert
2016-11-11DEVTOOLS: Fix writing out strings in titanic.datPaul Gilbert
2016-11-08I18N: Read language name preferably from custom 'X-Language-name' headerThierry 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-20CREATE_PROJECT: Fix MSVC project creation with curl or SDL_Net enabledPaul Gilbert
2016-10-12GRAPHICS: Fix built-in font parametersEugene Sandulenko
2016-10-10GRAPHICS: Use PIXEL_SIZE as BDF font sizeEugene Sandulenko
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-10-07GRAPHICS: Parse slant from BDF fontsEugene Sandulenko
2016-10-06DEVTOOLS: Fix convbdf font parsingEugene Sandulenko
2016-10-06GRAPHICS: Parse font size from BDF fontsEugene Sandulenko
2016-10-06GRAPHICS: Use Family name instead of font name when reading from BDF fontsEugene Sandulenko
2016-10-05GRAPHICS: Load Face Name from BDF filesEugene Sandulenko
Also adjust the devtools and built-in fonts accordingly.
2016-09-26CREDITS: Core team has been disbanded and LordHoto retiredThierry Crozat
2016-09-23CREATE_PROJECT: Do not copy into non-existent msvc8 dist folderLittleboy
2016-09-23CREATE_PROJECT: Add SCUMM_64BITS to ScummVM_Global64.props (fixes #9566)Littleboy
2016-09-15CREATE_PROJECT: Use SDL_Net2 when building with SDL2 for cmakeBastien Bouclet
2016-09-11DEVTOOLS: Added extraction of German bitmap resources to create_titanicPaul Gilbert
2016-09-11DEVTOOLS: Added correct German strings to create_titanicPaul Gilbert
2016-09-11DEVTOOLS: Write out German strings in create_titanicPaul Gilbert
2016-09-11DEVTOOLS: Beginnings of German strings list in create_titanicPaul Gilbert
2016-09-10DEVTOOLS: Moved Titanic messages to create_titanicPaul Gilbert
2016-09-10CLOUD: Move openUrl to OSystemThierry Crozat
2016-09-06CLOUD: Move wwwroot archive to dists and script to devtoolsThierry 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-05DEVTOOLS: Fix another warningEugene Sandulenko
2016-09-05DEVTOOLS: Fix warningsEugene Sandulenko
2016-09-04Merge pull request #822 from csnover/apple-network-browserEugene Sandulenko
CREATE_PROJECT: Fix networking backend file targets in Xcode
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-09-03Merge pull request #807 from blorente/macventure-cleanEugene Sandulenko
MACVENTURE: Add MacVenture engine.
2016-09-03CREATE_PROJECT: Add CURL and SDL_net to the list of libraries for cmake ↵Bastien Bouclet
generation