Commit Graph

1779 Commits

Author SHA1 Message Date
antoniou79
cd764ac86e DEVTOOLS: BladeRunner readme update
Also fixed broken modes for fontCreator and quotesSpreadsheetCreator scripts
2019-01-06 17:12:02 +01:00
antoniou79
14d65c49b7 DEVTOOLS: Fix Blade runner font export
Updated documentation and fixed broken font export mode for fontCreator.py
2019-01-06 17:12:02 +01:00
antoniou79
7e28b773bb DEVTOOLS: update sample command txt files 2019-01-06 17:12:02 +01:00
antoniou79
24e3118b08 DEVTOOLS: Bladerunner python libs in try except
Also added missing (renamed) script for MIX packer
2019-01-06 17:12:02 +01:00
antoniou79
d724df4662 DEVTOOLS: semi-auto creation of SUBTITLES.MIX
add make rules for output FON and MIX files

Create wrappers for all scripts to check for python 2.7
update module.mk to create FON file, then create the SUBTITLES.MIX file
Remove the intermediate TRE files.
Input is expected to be in sampleInput folder
2019-01-06 17:12:02 +01:00
athrxx
4b2dc67c8c KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube) 2018-12-26 21:51:39 +01:00
Cameron Cawley
7dbc613258 BUILD: Add fonts.dat to packaging rules 2018-12-25 12:47:42 +01:00
Eugene Sandulenko
1f6727eab8 DEVTOOLS: Rename blade_runner to create_bladerunner 2018-12-25 12:37:23 +01:00
antoniou79
b6e93680f4 DEVTOOLS: Removed transcript excel 2018-12-25 12:35:52 +01:00
antoniou79
e1f1c3eef9 DEVTOOLS: Blade Runner subtitles python scripts 2018-12-25 12:35:52 +01:00
SupSuper
e6a80868c6 MSVC: Update DLL paths in post-build script 2018-12-23 18:39:06 +02:00
SupSuper
3091345af3 MSVC: Update post-build installer for Inno Setup 2018-12-23 18:39:06 +02:00
SupSuper
b66711da04 MSVC: Fix unquoted paths in build events 2018-12-23 18:39:06 +02:00
SupSuper
47b55f29c5 MSVC: Fix resource file revision include error 2018-12-23 18:39:06 +02:00
SupSuper
ddb3b6fba7 MSVC: Fix resource file not including translations.dat 2018-12-23 18:39:06 +02:00
SupSuper
35ea621a4e MSVC: Add visualiser for unicode strings 2018-12-23 18:39:06 +02:00
SupSuper
5004c331c9 MSVC: Fix natvis not being added to project in VS2017 2018-12-23 18:39:06 +02:00
SupSuper
f6c37b09ea MSVC: Add visualisations for iterators and pointers 2018-12-23 18:39:06 +02:00
SupSuper
8352986b88 MSVC: Cleanup natvis properties 2018-12-23 18:39:06 +02:00
SupSuper
3482d9bacf MSVC: Fix List visualisation showing infinite nodes 2018-12-23 18:39:06 +02:00
SupSuper
88b6959cb4 MSVC: Fix HashMap visualisation showing dummy nodes 2018-12-23 18:39:06 +02:00
SupSuper
f08e7a3012 MSVC: Replace MinimalRebuild with MultiProcessor flag
MinimalRebuild is obsolete and MultiProcessorCompilation yields better performance.
2018-12-23 18:39:06 +02:00
SupSuper
0a474f2a1a CREATE_PROJECT: Fix MSVC warnings 2018-12-23 18:39:06 +02:00
SupSuper
5fce1ae464 BACKENDS: Move OSX file browser into backend 2018-12-16 10:48:13 +00:00
SupSuper
952b12311c BACKENDS: Add base support for system dialogs 2018-12-16 10:48:13 +00:00
Paul Gilbert
ef1be1cee8 GLK: Add entries for Glulxe and TADS sub-engines to credits.pl 2018-12-09 09:38:22 -08:00
Paul Gilbert
7b1b3935b8 GLK: Fix remaining Gargoyle references identified by digitall 2018-12-08 19:05:59 -08:00
Paul Gilbert
38a458139a GLK: Add Gargoyle engine to credits.pl 2018-12-08 19:05:59 -08:00
Cameron Cawley
8fa2f90a26 CREATE_PROJECT: Support building with Tremor instead of Vorbis 2018-11-27 22:58:02 +00:00
SupSuper
8ac1292969 CREATE_PROJECT: Remove non-existent msvc8 from build steps 2018-11-17 04:18:59 +00:00
Cameron Cawley
8c6f9e5116 WIN32: Retrieve the version information for the resource script from base/internal_version.h 2018-11-16 09:14:37 +00:00
Cameron Cawley
0c21b31be5 CREDITS: Add credits for DM, Prince, Illusions and MutationOfJB (#1394) 2018-11-15 08:31:19 +02:00
athrxx
f49eaa5654 KYRA: (EOB) - add support for FM-Towns version of EOB II 2018-11-14 17:22:22 +01:00
Yoshi Sugawara
b4bad9100a IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that have a "safe area"
iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++.
Support the "safe area" when redrawing the view to leave space for the notch in portrait and
landscape orientations.
2018-10-28 17:16:06 +00:00
athrxx
3ae1d92f17 KYRA: (LOL) - clean up sound map data formatting
This is a followup to the fix for bug #10665 (Urbish mines lobster having an invalid sound track number and causing invalid memory access).
2018-10-28 15:45:55 +01:00
D G Turner
48ece56baf DEVTOOLS: Fix Performance Issue Warning in create_project.
This is the last fix for bug Trac #10655.
2018-10-07 08:57:03 +01:00
D G Turner
cc2260d80d DEVTOOLS: Fix Compiler Warnings in create_cryo tool.
Have compared output dat files from the tool before and after this
change and they are identical.
2018-10-07 07:31:23 +01:00
D G Turner
5d40a61b60 DEVTOOLS: Fix Compiler Warnings in create_access Tool.
These were various shadowed variable and unsigned vs. signed
comparison warnings.
2018-10-07 05:36:06 +01:00
D G Turner
fe654d2218 DEVTOOLS: Fix Compiler Warning in extract_mort tool. 2018-10-07 05:31:46 +01:00
D G Turner
7956c75e8e DEVTOOLS: Fix Possible Resource Leak in create_hugo tool.
This is part of the fix for bug Trac #10655.
2018-10-07 04:47:57 +01:00
D G Turner
f480bed06d DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool.
This is part of the fix for bug Trac #10655.
2018-10-06 13:54:10 +01:00
D G Turner
16bf0e454f DEVTOOLS: Fix Missing Free in SCUMM fontdata tool.
This is part of the fix for bug Trac #10655.
2018-10-06 13:21:03 +01:00
D G Turner
ec2611607a CREDITS: Fix Anchors For Website to Match Current Usage. 2018-09-25 04:08:51 +01:00
Lothar Serra Mari
f10816d9ed WIN32: Rewrite Inno setup installer script. (#1324)
* WIN32: Rewrite Inno setup installer

* WIN32: Add small bmp for usage in the Inno setup script

* WIN32: Fix spacing in Inno setup script

* WIN32: Re-add the documentation files to the Start Menu

* WIN32: Add scummvm icon to the Inno setup uninstaller

* WIN32: Remove now obsolete scummvm.iss.in file

* WIN32: Remove reference to Inno installer in update-version.pl

* WIN32: Add reference to Inno setup bmp file in ports.mk
2018-09-05 11:46:42 +10:00
Colin Snover
9686d8c8e6 MACOSX: Put documentation links in Help menu
The local documents are not currently internationalised simply
because the internationalised resources are not put into the right
places (NSBundle will handle this automatically when they are);
Trac#10464 is a tracking bug for this outstanding issue.

Fixes Trac#10437.
2018-08-28 15:52:23 +02:00
Ben Castricum
91b17af1cf SCUMM : Add support for European Wii Pajama Sam (EAN3546430138939) 2018-08-18 13:51:54 +02:00
Colin Snover
9df74693ba WIN32: Update version numbers in ScummVM.iss using the normal system 2018-08-18 09:28:56 +02:00
Cameron Cawley
90299eb73e CREATE_PROJECT: Fix creating CMake projects outside of the main source directory 2018-08-11 08:22:03 +02:00
Matan Bareket
f442296949 CREDITS: Fix formatting 2018-08-07 21:15:33 -04:00
Matan Bareket
64a514c699 CREDITS: Add anchors to the web xml output 2018-08-07 21:08:55 -04:00
Paul Gilbert
af6034efcd ACCESS: MM: Implement proper game data and fonts in access.dat 2018-07-20 19:05:56 -07:00
Eric Fry
dc79026a31 ILLUSIONS: Enable illusions engine by default
Add credits info for illusions engine
2018-07-20 06:43:33 +00:00
Adrian Frühwirth
f99977255c SCUMM: Add another German Mac version of DOTT
Fixes Trac#10616.
2018-07-19 20:50:08 +02:00
Adrian Frühwirth
5437ed9a95 JANITORIAL: Fix typo 2018-07-19 19:50:46 +02:00
Paul Gilbert
6c8ef2309d XEEN: Fix crash using mirrors in standalone Clouds of Xeen
Thanks to HenneNWH for identifying the problem
2018-07-03 20:26:50 -07:00
Lothar Serra Mari
c808f33f52 CREDITS: Change nickname for Lothar Serra Mari 2018-06-26 09:15:24 +02:00
Bastien Bouclet
ff66a89e14 CREDITS: Add dafioram to the Mohawk section 2018-06-17 09:34:56 +02:00
Travis McKay
f08042ca1f DEVTOOLS: Remove vestige of TeX credits encoding 2018-05-29 20:29:40 +01:00
Travis McKay
b9fd745e45 DEVTOOLS: Fix RTF credits encoding inconsistencies 2018-05-29 20:29:40 +01:00
Paul Gilbert
23f3f171df XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialog 2018-05-27 19:56:41 -04:00
Adrian Frühwirth
cee4d6b853 JANITORIAL: Fix trailing whitespace 2018-05-24 15:30:55 +02:00
Adrian Frühwirth
c7f3416daa JANITORIAL: Remove trailing whitespace 2018-05-20 23:40:20 +02:00
Paul Gilbert
e96b8ad2d4 CREDITS: Add credits for Xeen engine 2018-05-01 19:10:04 -04:00
Paul Gilbert
461171ced1 XEEN: Move some few overlooked strings and spell array into xeen.ccs 2018-04-27 20:45:20 -04:00
Bastien Bouclet
04c321d200 CREATE_PROJECT: CMAKE: Fix importing SDL2 when it was built using CMake
When SDL is built using CMake, Find_Package imports a target instead of
defining variables. If a target was imported we now define the include
path and linker flags variables from the target's properties.

Using imported targets is a best practice. Ideally, we should define an
imported target when we detect variables were defined.
However, the linker flags variable would need to be parsed into a
library path and a list of libraries, making that approach impractical.
2018-04-22 09:27:04 +02:00
Paul Gilbert
0922d44199 XEEN: Added differences introduced in Swords of Xeen 2018-04-15 23:27:26 -04:00
Thierry Crozat
ad1debef9e SUPERNOVA: Update English translation 2018-04-13 23:06:27 +01:00
Paul Gilbert
a575346ba3 XEEN: Fix Protection From Elements spell 2018-04-07 12:31:32 -04:00
Paul Gilbert
aa168e079f XEEN: Fix single pixel difference for post-deposit message
I still haven't tracked down how the original handles the
integer division rounding that results in the pre and post
deposit Deposit dialog message being offset by 1 pixel.
But since the problem could be resolved by standardising
when center alignment is set in both messages, and I
haven't noticed any problem elsewhere, I think this is
sufficient for now
2018-04-07 11:11:12 -04:00
Adrian Frühwirth
61e262be89 SUPERNOVA: Fix missing return statement 2018-04-07 11:25:47 +02:00
Paul Gilbert
70b76dc8de XEEN: Fix teleporting outdoors 2018-04-06 07:09:50 -04:00
Paul Gilbert
4fefa88282 XEEN: Don't allow saving in the war zone 2018-04-03 22:00:18 -04:00
Paul Gilbert
d8a8a57411 XEEN: Fixes for full description of misc items 2018-04-01 14:01:26 -04:00
Paul Gilbert
8c4f90893d XEEN: Add data for Swords of Xeen to create_xeen 2018-03-28 20:49:44 -04:00
Paul Gilbert
fc8915bce0 XEEN: String fixes in create_xeen 2018-03-28 20:49:44 -04:00
Paul Gilbert
8c86a18806 XEEN: Fix missing message for when all Guild spells bought 2018-03-28 20:49:44 -04:00
Paul Gilbert
5d19574f89 XEEN: Fix display condition '+' characters in Character Info 2018-03-26 21:42:19 -04:00
Paul Gilbert
4d0bbf027e XEEN: Fix string for bank location display 2018-03-25 17:53:17 -04:00
Paul Gilbert
ef3f233adf XEEN: Cleanup of create_xeen constant strings 2018-03-25 17:53:17 -04:00
Paul Gilbert
edf19f5f0d XEEN: Fix showing training costs for next level 2018-03-24 22:06:07 -04:00
Paul Gilbert
27ef37b400 XEEN: Add original copy protection dialog 2018-03-22 20:22:52 -04:00
Bastien Bouclet
728f4d4ba5 CREATE_PROJECT: Place libs requiring symbols before libs providing them
In the CMake generator. So the linker can resolve the symbols it marked
as unresolved as it walks the libraries.

Fixes building ResidualVM with msys2 from Qt Creator on Windows.
2018-03-20 19:36:44 +01:00
Paul Gilbert
c1b094bba8 XEEN: Fix spells list selection for Vertigo guild 2018-03-18 21:29:51 -04:00
Paul Gilbert
99f5b3cfb2 XEEN: Fix display of Spell Info dialog in Guild shops 2018-03-18 18:05:35 -04:00
Joseph-Eugene Winzer
cfb32e84e8 SUPERNOVA: Add bitmap for the second newspaper English translation
In addition to the pbm file for create_supernova, I added the xcf file
in case for corrections.
2018-03-15 12:42:13 +01:00
Paul Gilbert
ac7a9224fe XEEN: Fix text colors during intro/exit cutscenes 2018-03-13 18:17:02 -04:00
Paul Gilbert
59fc48501c XEEN: Fix game credits text in create_xeen 2018-03-04 22:40:43 -05:00
Paul Gilbert
50630efde6 XEEN: Fix loading saves from main menus and launcher 2018-03-04 22:40:42 -05:00
Paul Gilbert
c759dc764b XEEN: Spelling correct in create_xeen text 2018-02-25 17:01:09 -05:00
Paul Gilbert
72e540e203 XEEN: Add difficulty selection dialog to WOX starting menu 2018-02-24 21:17:44 -05:00
Paul Gilbert
1cedc605ee XEEN: Fix format string for items dialog weapon lines 2018-02-24 19:02:05 -05:00
Thierry Crozat
b5df2f8ec7 SUPERNOVA: Add strings for quit game prompt 2018-02-23 23:51:39 +00:00
Paul Gilbert
d99905f76d XEEN: Compilation fixes for create_xeen tool 2018-02-23 18:47:48 -05:00
Paul Gilbert
6b4d3f70dd XEEN: Add data to create_xeen for Clouds of Xeen on it's own 2018-02-23 15:23:21 -05:00
Paul Gilbert
d132d66c28 XEEN: Add Clouds of Xeen MAE and Spells to xeen.ccs
The later games stored them in resources, but Clouds of Xeen had
them hardcoded. So this adds them under the same resource names
as the later games, so the existing code can load them
2018-02-23 15:23:20 -05:00
Paul Gilbert
7dde659bf6 XEEN: Fix some incorrect string arrays in create_xeen 2018-02-23 15:23:20 -05:00
Paul Gilbert
bb19a6c771 XEEN: Add custom maze to the create_xeen tool
This could be used as an example of how other new maps could be
added in the future, and it also gives people a cool result if
they try typing 'ScummVM' into the teleport mirror
2018-02-23 15:23:20 -05:00
Paul Gilbert
900ef91aca XEEN: Creation of create_xeen tool 2018-02-23 15:23:20 -05:00
Eugene Sandulenko
59905eee0d DRASCULA: Added support for Russian fan translation 2018-02-21 22:39:09 +01:00
nukeykt
e5bfead345 SCUMM HE: Use Miles AdLib driver 2018-02-04 12:56:06 +01:00
Thierry Crozat
c1accefe5c BUILD: Add supernova.dat to install rules 2018-01-23 22:50:39 +00:00
Thierry Crozat
58e9d4a77c DEVTOOLS: Add create_supernova to devtools README 2018-01-23 22:28:45 +00:00
Thierry Crozat
e195962763 SUPERNOVA: Update English translation 2018-01-23 02:15:46 +00:00
Thierry Crozat
c09ecdb19c SUPERNOVA: Improve English translation 2018-01-23 02:15:43 +00:00
Thierry Crozat
75e3568f06 SUPERNOVA: Implement dialogs with variable text
This was partially implemented but not finished. However I reverted
the changes already done to support that in order to use a different
approach.
2018-01-23 02:15:42 +00:00
Thierry Crozat
1b2e4f926c SUPERNOVA: Implement alarm 2018-01-23 02:15:42 +00:00
Strangerke
2e95c690d0 SUPERNOVA: Add 2 missing translation strings, handle variable dialogs in AxacussCorridor5 2018-01-23 02:15:42 +00:00
Thierry Crozat
8efc3a15c1 SUPERNOVA: Replace non-ASCII characters with actal values 2018-01-23 02:15:42 +00:00
Strangerke
13319458dc SUPERNOVA; Move some strings to game text file, 2018-01-23 02:15:42 +00:00
Strangerke
1ff953b815 SUPERNOVA: Move 2 strings to the DAT file 2018-01-23 02:15:41 +00:00
Thierry Crozat
34658bc7d4 SUPERNOVA: Fix a german string 2018-01-23 02:15:40 +00:00
Thierry Crozat
1566b6cadc SUPERNOVA: Add string for text speed dialog 2018-01-23 02:15:39 +00:00
Thierry Crozat
ba4e20b80a SUPERNOVA: Improve English translation 2018-01-23 02:15:38 +00:00
Thierry Crozat
3270b51372 SUPERNOVA: Add strings for supernova explosion cutscene 2018-01-23 02:15:38 +00:00
Thierry Crozat
30a3ab640e SUPERNOVA: Improve English translation 2018-01-23 02:15:38 +00:00
Thierry Crozat
eb43b029cc SUPERNOVA: Improve English translation 2018-01-23 02:15:38 +00:00
Thierry Crozat
682dfa0e0c SUPERNOVA: Fix two incorrect German strings 2018-01-23 02:15:38 +00:00
Thierry Crozat
a159a19324 SUPERNOVA: Split English translation on two lines
The string is too long to be displayed on a single line (and the
original German string was already on two lines).
2018-01-23 02:15:37 +00:00
Thierry Crozat
5dd3bea723 SUPERNOVA: Fix incorrect German string 2018-01-23 02:15:37 +00:00
Thierry Crozat
5362f3bc26 SUPERNOVA: Improve English translation 2018-01-23 02:15:37 +00:00
Thierry Crozat
f4b10b7a83 SUPERNOVA: Add missing game string 2018-01-23 02:15:37 +00:00
Thierry Crozat
06c46bd281 SUPERNOVA: Fix incorrect German string 2018-01-23 02:15:37 +00:00
Thierry Crozat
29397932af SUPERNOVA: Fix incorrect translation 2018-01-23 02:15:36 +00:00
Thierry Crozat
8950934a47 SUPERNOVA: Fix incorrect string 2018-01-23 02:15:36 +00:00
Thierry Crozat
e06d7cc99b SUPERNOVA: Fix incorrect game text strings 2018-01-23 02:15:36 +00:00
Thierry Crozat
7f8806e929 SUPERNOVA: Update English translation 2018-01-23 02:15:36 +00:00
Thierry Crozat
73c9c7ad50 SUPERNOVA: Update English translation 2018-01-23 02:15:36 +00:00
Strangerke
1cee221e7a SUPERNOVA: Finish the string extraction in state.cpp 2018-01-23 02:15:36 +00:00
Thierry Crozat
5b25fc282d SUPERNOVA: Update English translation 2018-01-23 02:15:36 +00:00
Thierry Crozat
21415efa40 SUPERNOVA: Use octal value for non-ASCII characters in game text 2018-01-23 02:15:36 +00:00
Strangerke
d4351a5ff2 SUPERNOVA: Extract some strings from state.cpp 2018-01-23 02:15:36 +00:00
Strangerke
c4ee3e72b7 SUPERNOVA: Extract some more stings from rooms.cpp 2018-01-23 02:15:35 +00:00
Strangerke
f213ea8e0a SUPERNOVA: extract strings for Axacuss Corridor 5 2018-01-23 02:15:35 +00:00
Thierry Crozat
9db84783be SUPERNOVA: Merge two strings to help with translation 2018-01-23 02:15:35 +00:00
Strangerke
4d7d802333 SUPERNOVA: Change the signature of dialog(), fix calls, extract some more strings 2018-01-23 02:15:35 +00:00
Thierry Crozat
49e3dd5864 SUPERNOVA: Update English translation 2018-01-23 02:15:35 +00:00
Strangerke
7cfe38501c SUPERNOVA: Extract ArsanoGlider, ArsanoMeetup 2 & 3 and AxacussCell strings 2018-01-23 02:15:35 +00:00
Strangerke
56f9328e90 SUPERNOVA: Extract ArsanoRoger texts 2018-01-23 02:15:35 +00:00
Strangerke
ed9d92407e SUPERNOVA: Extract more dialog texts 2018-01-23 02:15:35 +00:00
Strangerke
38fbda9189 SUPERNOVA: Extract strings used in ShipHold and operations related to the cable 2018-01-23 02:15:35 +00:00
Strangerke
cb12a88fc5 SUPERNOVA: Extract strings for ShibCabinL3 & R3 and for ShipAirlock 2018-01-23 02:15:35 +00:00
Thierry Crozat
ae65de93fa SUPERNOVA: Fix non-ASCII character in game strings 2018-01-23 02:15:34 +00:00
Strangerke
572f205e67 SUPERNOVA: Extract the strings from ShipCockpit 2018-01-23 02:15:34 +00:00
Strangerke
f23baf902f SUPERNOVA: Extract strings for Ship Hall and Ship Sleep Cabin 2018-01-23 02:15:34 +00:00
Thierry Crozat
7c4d4e1647 SUPERNOVA: Update English translation
Now the title screen and intro cutscene are translated!
2018-01-23 02:15:34 +00:00
Thierry Crozat
1229195b21 SUPERNOVA: Fix unicode characters in game strings
The non-ASCII characters should be coded using the octal value in
the CP850 encoding.
2018-01-23 02:15:33 +00:00
Thierry Crozat
095679c4f2 SUPERNOVA: Move intro cutscene strings to engine data file 2018-01-23 02:15:33 +00:00
Thierry Crozat
6cadee9d19 SUPERNOVA: Update English translation 2018-01-23 02:15:33 +00:00
Thierry Crozat
7722fe99cd SUPERNOVA: Move object name and description strings to engine data file 2018-01-23 02:15:33 +00:00
Thierry Crozat
a13086ad25 SUPERNOVA: Add partial English translation to the create_supernova tool 2018-01-23 02:15:33 +00:00
Thierry Crozat
4e374cc9be SUPERNOVA: Add some German strings to the create_supernova tool 2018-01-23 02:15:33 +00:00
Thierry Crozat
b2384152ce SUPERNOVA: Add parsing of po file in create_supernova
This means the tool is now complete and can add translations to the
supernova engine data file.
2018-01-23 02:15:32 +00:00
Thierry Crozat
5efa5a8a05 SUPERNOVA: Add bitmap files for the first newspaper English translation
The pbm file is the source file for the create_supernova tool. The xcf
file is the gimp image that was used to create it and is also added in
case we need to modify it.
2018-01-23 02:15:32 +00:00
Thierry Crozat
f9310e11d8 SUPERNOVA: Add tool skeleton to generate engine data file
The tool is only a skeleton at this point. Most of the logic is there
but it is missing the data to write the German strings and it is missing
the logic to write the translated strings. This means that currently the
only data written are bitmap images.
2018-01-23 02:15:32 +00:00
Strangerke
8fb278229b TOOLS: Add cryo and titanic tools in create_project 2017-12-25 21:05:04 +01:00
Kirben
f383f00274 SCUMM HE: Add early version of Let's Explore the Farm with Buzzy. 2017-12-22 15:46:22 +11:00
Colin Snover
2dfa1fa71e DEVTOOLS: Add Snap manifest to update-version.pl 2017-11-23 14:02:55 -06:00
Cameron Cawley
0c222d95d6 CREDITS: Add credits for RISC OS port
Closes gh-1068.
2017-11-21 14:51:14 -06:00
Colin Snover
cf61174396 KYRA: Fix crash due to missing palette data for OldFloppy version
Thanks to sergesv for the patch.

Fixes Trac#9733.
2017-11-20 20:44:54 -06:00
Cameron Cawley
2abbbbaa0b DEVTOOLS: Remove NSIS script from update-version.pl
The NSIS script was removed in commit 4a1f3d7
2017-11-19 14:50:17 +01:00
Cameron Cawley
2627716010 DEVTOOLS: Add RISC OS !Boot file to update-version.pl 2017-11-19 14:50:17 +01:00
Colin Snover
61a63f8400 CREATE_PROJECT: Fix compilation failure in C++11 mode
Getting the address of an rvalue is invalid, and not necessary
here.

Once C++11 can be used always, this utility function can just be
replaced with std::to_string.
2017-11-17 22:47:59 -06:00
Eugene Sandulenko
327dcf98ec DRASCULA: Make remaining static texts translatable
drascula.dat file version bumped
2017-11-14 04:07:11 +01:00
Bastien Bouclet
bd82345f0b Merge pull request #1035 from bgK/require-64bits-integers
BUILD: Require 64bits integers
2017-10-25 19:17:11 +02:00
Paul Gilbert
11a72a5e0e TITANIC: Add missing strings for Floor & Room # to titanic.dat 2017-10-15 21:20:09 -04:00
Thierry Crozat
ea53605365 CREATE_PROJECT: Support using libjpeg for iOS builds 2017-10-12 22:41:15 +01:00
Thierry Crozat
0fde977ad2 CREATE_PROJECT: Fix some compilation issues for iOS
Note that this still doesn't compile with the library package provided
by bSr43 because this package is missing libvorbisfile.a and has a
non standard name for libglib-2.0.a. But it would probably be better
to fix the package than maintain non-standard packages.
2017-10-12 18:59:53 +01:00
Paul Gilbert
476b4a6ac3 DEVTOOLS: Fix UTF8 character in create_titanic 2017-10-07 07:24:27 -04:00
Paul Gilbert
6723bed162 TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat 2017-10-06 21:07:00 -04:00
Colin Snover
815e3920a7 DEVTOOLS: Add theoradec support to Xcode create_project 2017-10-03 18:56:35 -05:00
Bastien Bouclet
55f46d3667 BUILD: Define pointer sized integer types and remove SCUMM_64BITS 2017-09-30 21:35:16 +02:00
Paul Gilbert
a99c6774ff DEVTOOLS: Add German bot quote lists to create_titanic 2017-09-29 19:44:15 -04:00
Paul Gilbert
74f69ef400 DEVTOOLS: Added German bot word lists to create_titanic 2017-09-29 07:33:46 -04:00
Paul Gilbert
e047bc1479 DEVTOOLS: Added German tag mappings to create_titanic 2017-09-27 22:20:18 -04:00
Paul Gilbert
a6cba7b6ba DEVTOOLS: Added German bot response lists to create_titanic 2017-09-26 22:37:03 -04:00
Paul Gilbert
ab624c9cd3 DEVTOOLS: Added German Preresponse lists to create_titanic 2017-09-22 20:06:49 -04:00
Paul Gilbert
e1a84e2be5 DEVTOOLS: Add other German bot sentence mappings to create_titanic 2017-09-17 10:35:16 -04:00
Paul Gilbert
787392fe11 DEVTOOLS: Add German Id mappings for Doorbot in create_titanic 2017-09-16 22:04:22 -04:00
Paul Gilbert
49d2dd5bfb DEVTOOLS: Fix escape sequence in create_titanic 2017-09-13 21:53:39 -04:00
Colin Snover
b91a48f279 CREATE_PROJECT: Fix typo in unused macro 2017-09-10 22:17:16 -05:00
Colin Snover
16b76d22a1 CREATE_PROJECT: Add LastUpgradeCheck to generated project file
This prevents the recommended updates warning appearing when
opening the project in Xcode for the first time.
2017-09-10 22:17:15 -05:00
Colin Snover
2191533d4f CREATE_PROJECT: Update Xcode generator to use most Xcode-recommended warnings 2017-09-10 22:17:15 -05:00
Colin Snover
d282e5c3f3 CREATE_PROJECT: Increment default iOS build target in Xcode generator
Xcode 8/macOS 10.12 minimum target for iOS is now iOS 8.
2017-09-10 22:17:14 -05:00
Colin Snover
dbcde0c414 CREATE_PROJECT: Ignore undefined-var-template warnings by default
Starting in Xcode 8, clang reports warnings about singleton
instantiation which are noisy, so suppress these warnings for the
moment. An attempt to fix this properly was added in
eefa72afa1 but it was backed out in
940b2a20f1.

See https://github.com/scummvm/scummvm/pull/967 and
https://github.com/scummvm/scummvm/pull/994.
2017-09-10 22:17:14 -05:00
Colin Snover
3c5440add7 CREATE_PROJECT: Move browser_osx.mm hack to Xcode generator
c19c10d548 fixed the bad parsing of
module.mk which meant the Xcode generator broke. For the moment,
just move the hack for browser_osx.mm into the generator, until
there is a more elegant solution to this problem (if ever).
2017-09-10 22:17:14 -05:00
Colin Snover
9db0c9c607 CREATE_PROJECT: Allow FluidSynth on macOS
FluidSynth does build and run successfully, but it is necessary
to get the correct static libraries. It can be manually built
against dylib, if desired, by manually adding the fluidsynth.dylib
to the Frameworks. Since this will result in a runtime dependency,
this is not set up by default.
2017-09-10 22:17:13 -05:00
Colin Snover
0185c6cffd CREATE_PROJECT: Fix Xcode builder library includes
Libraries were being included unconditionally regardless of the
arguments passed to create_project, and in the case of macOS were
being added using manual linker flags and other such hacks instead
of using the Frameworks list.
2017-09-10 22:17:13 -05:00
Colin Snover
2f32eeab9d CREATE_PROJECT: Fix typo in Xcode generator interface 2017-09-10 22:17:12 -05:00
Paul Gilbert
471ff91776 CREDITS: Add section for Titanic engine 2017-09-02 10:31:40 -04:00
Paul Gilbert
6291eb75d0 TITANIC: Fix German strings in create_titanic, regenerate titanic.dat 2017-08-26 12:39:34 -04:00
Paul Gilbert
003331c44c DEVTOOLS: Corrections to newly added German strings 2017-08-26 11:22:43 -04:00
Paul Gilbert
a929c5aabc TITANIC: Add further strings to create_titanic tool 2017-08-26 11:13:34 -04:00
Ben Castricum
4cba6004c7 SCUMM: Add detection for unrecognized demos from CD with EAN 8716051020134 2017-08-21 16:04:31 +02:00
Ben Castricum
f26e36c2e4 SCUMM: Add detection for German version of Spy Fox 1, fixes bug #9732 2017-08-21 16:04:31 +02:00
root
65e7541426 SCUMM: Add detection for European Wii Spyfox Dry Cereal 2017-08-21 16:04:31 +02:00
Eugene Sandulenko
933d634c32 CONFIGURE: An (unsuccessful) attempt to add library dependencies to the tools
For some reason I cannot figure out how to enforce proper variable creation
in a generic way. I'll keep reading the docs but maybe someone else could
figure it out earlier
2017-08-13 12:57:32 +02:00
Paul Gilbert
94f6614281 DEVTOOLS: Fix gcc compilation of create_titanic 2017-08-12 20:47:16 -04:00
Paul Gilbert
6a5c520194 DEVTOOLS: Add compression for titanic.dat bitmaps 2017-08-12 20:08:49 -04:00
Kirben
2fe8931907 SCUMM: Don't list Amiga version of The Secret of Monkey Island as VGA, as it leads to confusion. 2017-08-10 09:35:33 +10:00
Paul Gilbert
db86363a34 DEVTOOLS: Add missing comma in create_titanic German strings 2017-07-25 07:12:52 -04:00