Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-08 | CREATE_PROJECT: Add support for Visual Studio 2017 | Peter Kohaut | |
2017-02-12 | CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projects | Thierry Crozat | |
2017-02-12 | DEVTOOLS: Add create_cryo to devtools README | Thierry Crozat | |
2017-02-11 | Merge pull request #899 from bluegr/cryo_dat | Filippos Karapetis | |
CRYO: Move all static engine data into cryo.dat | |||
2017-02-11 | CRYO: Fix typo in create_cryo | Filippos Karapetis | |
2017-02-11 | CRYO: Add missing int32 typedef to create_cryo | Filippos Karapetis | |
2017-02-11 | CRYO: 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-11 | CRYO: Remove one more usage of sizeof() | Filippos Karapetis | |
2017-02-11 | CRYO: Move more static data to cryo.dat (1/2) | Filippos Karapetis | |
2017-02-11 | CRYO: Wrap enums around namespaces, to use EnumName::EnumValue | Filippos Karapetis | |
2017-02-10 | DEVTOOLS: Add music parser strings to create_titanic | Paul Gilbert | |
2017-02-10 | CRYO: Move all static data for Lost Eden to cryo.dat (1/2) | Filippos Karapetis | |
2017-02-10 | CRYO: Rename create_led_dat to create_cryo_dat | Filippos Karapetis | |
2017-02-10 | CRYO: Add ID and versioning to cryo.dat | Filippos Karapetis | |
2017-02-10 | Revert "CRYO: Add ID and versioning to cryo.dat" | Filippos Karapetis | |
This reverts commit 4858b3fc5836dbf2f33fe0d1452bf0cb3a9f75b2. | |||
2017-02-10 | Revert "CRYO: Rename create_led_dat to create_cryo_dat" | Filippos Karapetis | |
This reverts commit 1db02c7bd8ffee2aa0a27264669d11f83d95b491. | |||
2017-02-10 | CRYO: Rename create_led_dat to create_cryo_dat | Filippos Karapetis | |
2017-02-10 | CRYO: Add ID and versioning to cryo.dat | Filippos Karapetis | |
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 | |