Thierry Crozat
ab8b5273ef
BUILD: Add titanic.dat files to the list of engines data files
2017-07-02 22:08:26 +01:00
Tobia Tesan
c19c10d548
CREATE_PROJECT: Add fix for nested ifs
...
This adds a quick fix so that any if blocks nested inside a if block
with an unmet condition are handled with push(false) even if their
condition is satisfied.
For example, without this modification, upon running create_project.exe
--msvc --disable-cloud --enable-libcurl the block inside
ifdef USE_CLOUD
ifdef USE_LIBCURL
...
endif
endif
in backends/module.mk would get evaluated since it was inside
USE_LIBCURL (=1), leading to unpredictable results.
2017-06-24 11:05:29 +02:00
Paul Gilbert
f3c7aa9774
DEVTOOLS: Fix incorrect argc checks in create_titanic
2017-06-18 20:38:58 -04:00
Paul Gilbert
fd51315dd0
DEVTOOLS: Yet another Superst correction in create_titanic
2017-06-18 17:14:24 -04:00
Paul Gilbert
7c654278a7
DEVTOOLS: Further minor German fixes to create_titanic, thanks to Lightkey
2017-06-18 17:09:41 -04:00
Paul Gilbert
44336945c7
DEVTOOLS: Further minor German fixes to create_titanic, thanks to Lightkey
2017-06-18 17:01:40 -04:00
Paul Gilbert
ec9351bdb6
DEVTOOLS: Added extra German NPC data to create_titanic
2017-06-18 10:59:38 -04:00
Paul Gilbert
2cdb81482c
DEVTOOLS: Add extra German EXE resources to create_titanic
2017-06-17 18:27:24 -04:00
Paul Gilbert
21f30b83d2
DEVTOOLS: Added Bellbot common phrases to create_titanic
2017-06-17 17:41:45 -04:00
Paul Gilbert
99eba44150
DEVTOOLS: Added German MissiveOMat data to create_titanic
2017-06-17 10:03:52 -04:00
Paul Gilbert
b9c55494c2
DEVTOOLS: More create_titanic German corrections thanks to Lightkey
2017-06-16 21:36:49 -04:00
Paul Gilbert
0189243cc9
DEVTOOLS: Fix incorrect German text in create_titanic
2017-06-16 21:09:42 -04:00
Paul Gilbert
47ccae54af
DEVTOOLS: Add missing /DE suffix to German resource in create_titanic
2017-06-16 21:04:18 -04:00
Paul Gilbert
783d748dc5
DEVTOOLS: Add German pronoun list to create_titanic
2017-06-16 20:57:59 -04:00
Paul Gilbert
8cedc7af0c
DEVTOOLS: Add German parser strings to create_titanic
2017-06-16 20:38:10 -04:00
Torbjörn Andersson
6cda47ca3d
JANITORIAL: Remove superfluous semicolons
2017-04-18 06:49:14 +02:00
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 4858b3fc5836dbf2f33fe0d1452bf0cb3a9f75b2.
2017-02-10 10:09:36 +02:00
Filippos Karapetis
cbe576a4bc
Revert "CRYO: Rename create_led_dat to create_cryo_dat"
...
This reverts commit 1db02c7bd8ffee2aa0a27264669d11f83d95b491.
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