Commit Graph
1411 Commits
Author SHA1 Message Date
Paul Gilbert 7492d620b7 DEVTOOLS: Add tooltip to create_titanic for skipping nav puzzle 2017-03-29 21:48:49 -04:00
Thierry Crozat 8054869161 CREDITS: Add credits for Lab 2017-03-29 23:38:08 +01:00
Thierry Crozat 11fda24477 CREDITS: Add snover as contributor for the SCI engine 2017-03-29 23:24:16 +01:00
Thierry Crozat de1a1ee7b3 CREDITS: Move access engine credits to its proper place 2017-03-29 23:10:10 +01:00
Thierry Crozat 8d3b84ae1c CREDITS: Add credits for Fullpipe 2017-03-29 23:05:55 +01:00
Thierry Crozat c36a945449 CREDITS: Add credits for ADL engine 2017-03-29 22:00:49 +01:00
Peter Kohaut d7080148c3 BLADERUNNER: Added credits for Blade Runner 2017-03-25 23:51:35 +01:00
rsn8887 ef992f26bb PSP2: Add credits for Vita port 2017-03-14 19:02:40 -05:00
Eugene Sandulenko 145d60b663 DEVTOOLS: Made encode-macbinary.sh recursive 2017-03-11 12:06:18 +01:00
Peter Kohaut 6bb953e25b CREATE_PROJECT: Support for a different target build directory in CMake 2017-03-10 00:21:14 +01:00
Peter Kohaut 65ef0c8ff8 CREATE_PROJECT: Fixed solution version for Visual Studio 2015 2017-03-08 22:43:47 +01:00
Peter Kohaut 27368cc845 CREATE_PROJECT: Add support for Visual Studio 2017 2017-03-08 22:30:53 +01:00
Thierry Crozat cd58664b9e CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projects 2017-02-12 20:20:28 +00:00
Thierry Crozat 163b3b6dad DEVTOOLS: Add create_cryo to devtools README 2017-02-12 20:19:34 +00:00
Filippos Karapetis 7739d0c5c1 Merge pull request #899 from bluegr/cryo_dat
CRYO: Move all static engine data into cryo.dat
2017-02-11 22:40:00 +01:00
Filippos Karapetis 724730dbcc CRYO: Fix typo in create_cryo 2017-02-11 21:02:19 +02:00
Filippos Karapetis fffe7c7867 CRYO: Add missing int32 typedef to create_cryo 2017-02-11 18:15:41 +02:00
Filippos Karapetis fefad640cd CRYO: Change the version of cryo.dat to be a 32-bit integer (1/2)
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 18:04:42 +02:00
Filippos Karapetis a3f59d8433 CRYO: Remove one more usage of sizeof() 2017-02-11 18:02:47 +02:00
Filippos Karapetis 37c53cdf49 CRYO: Move more static data to cryo.dat (1/2) 2017-02-11 17:16:26 +02:00
Filippos Karapetis 6b2ac7c7af CRYO: Wrap enums around namespaces, to use EnumName::EnumValue 2017-02-11 16:34:47 +02:00
Paul Gilbert 843088ea2c DEVTOOLS: Add music parser strings to create_titanic 2017-02-10 20:34:30 -05:00
Filippos Karapetis 8ed8b3225f CRYO: Move all static data for Lost Eden to cryo.dat (1/2) 2017-02-10 11:41:50 +02:00
Filippos Karapetis 29616127b3 CRYO: Rename create_led_dat to create_cryo_dat 2017-02-10 10:12:04 +02:00
Filippos Karapetis c73270a3d3 CRYO: Add ID and versioning to cryo.dat 2017-02-10 10:12:04 +02:00
Filippos Karapetis 8c7edfcc87 Revert "CRYO: Add ID and versioning to cryo.dat"
This reverts commit 4858b3fc58.
2017-02-10 10:09:36 +02:00
Filippos Karapetis cbe576a4bc Revert "CRYO: Rename create_led_dat to create_cryo_dat"
This reverts commit 1db02c7bd8.
2017-02-10 10:09:23 +02:00
Filippos Karapetis 1db02c7bd8 CRYO: Rename create_led_dat to create_cryo_dat 2017-02-10 04:33:36 +02:00
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