aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2017-02-12CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projectsThierry Crozat
2017-02-12DEVTOOLS: Add create_cryo to devtools READMEThierry Crozat
2017-02-11Merge pull request #899 from bluegr/cryo_datFilippos Karapetis
CRYO: Move all static engine data into cryo.dat
2017-02-11CRYO: Fix typo in create_cryoFilippos Karapetis
2017-02-11CRYO: Add missing int32 typedef to create_cryoFilippos Karapetis
2017-02-11CRYO: Change the version of cryo.dat to be a 32-bit integer (1/2)Filippos Karapetis
Though it's unlikely that we'll ever have that many changes, it's better to provision for more space now, for versioning
2017-02-11CRYO: Remove one more usage of sizeof()Filippos Karapetis
2017-02-11CRYO: Move more static data to cryo.dat (1/2)Filippos Karapetis
2017-02-11CRYO: Wrap enums around namespaces, to use EnumName::EnumValueFilippos Karapetis
2017-02-10DEVTOOLS: Add music parser strings to create_titanicPaul Gilbert
2017-02-10CRYO: Move all static data for Lost Eden to cryo.dat (1/2)Filippos Karapetis
2017-02-10CRYO: Rename create_led_dat to create_cryo_datFilippos Karapetis
2017-02-10CRYO: Add ID and versioning to cryo.datFilippos Karapetis
2017-02-10Revert "CRYO: Add ID and versioning to cryo.dat"Filippos Karapetis
This reverts commit 4858b3fc5836dbf2f33fe0d1452bf0cb3a9f75b2.
2017-02-10Revert "CRYO: Rename create_led_dat to create_cryo_dat"Filippos Karapetis
This reverts commit 1db02c7bd8ffee2aa0a27264669d11f83d95b491.
2017-02-10CRYO: Rename create_led_dat to create_cryo_datFilippos Karapetis
2017-02-10CRYO: Add ID and versioning to cryo.datFilippos Karapetis
2017-02-10CREATE_PROJECT: Also silence warning 4100 in MSVCFilippos 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-07Merge pull request #896 from criezy/create-project-fixesEugene Sandulenko
DEVTOOLS: Create project fixes
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