Commit Graph

1779 Commits

Author SHA1 Message Date
Jaromir Wysoglad
0f82716ca3 SUPERNOVA: Replace placeholder files 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0e31a6163d SUPERNOVA: Merge create_supernova tools 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
16bad91f4b SUPERNOVA: Add placeholder info files to .dat 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
7ea4d03597 SUPERNOVA: Add size computation to create_image. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
061d14e799 SUPERNOVA: Add ciphered text image translation. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
3a08ad99d9 SUPERNOVA: Fix palette in translated ms2_data.015 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
80c1cd9e61 SUPERNOVA: Implement MS datafile loading to .dat 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
8f7b10a5de SUPERNOVA: Add tool to create image datafiles. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
28f262eaee SUPERNOVA: Fix translation of "Wundersam!" 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
01d601b237 SUPERNOVA: Reformat StringId enums and gametext.h 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
ab4af5c614 SUPERNOVA: Add info, doc, help screens for MS2 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
d1edf0e467 SUPERNOVA: Reorder strings in devtools 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
83e05ea13f SUPERNOVA2: Add english translated image
This adds translated image of cyphered text inside Cabin room
I don't think I can get any closer to the original looks with
.pbm format.
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
f00c19604e SUPERNOVA2: Add missing string to translatino tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
a77d56219f SUPERNOVA2: Update translations 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
801c684218 SUPERNOVA2: Add missing string to translation tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
103bd737a5 SUPERNOVA2: Add missing string to translatin tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
88973057fe SUPERNOVA2: Add dialog separator to gametext.h 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
977d67b272 SUPERNOVA2: Synchronize with main repository
Better support for pbm format was added to
create_supernova in main repository, this
commit just mirrors theese changes
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
df1fbcbf4d SUPERNOVA2: Add string, divide long line in string 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
86acda73a7 SUPERNOVA2: Correct overlook in comment and define 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0ed3dbf21f SUPERNOVA2: add tool to generate engine data file
Most of the tool is copied from create supernova
Add correct gametext.h and strings_en.po for supernova2
Doesn't handle images yet
2019-07-28 15:09:14 +01:00
Le Philousophe
662cc47372 CREDITS: Add myself and Cryomni3D engine 2019-07-27 11:34:56 +02:00
Thanasis Antoniou
7985ca46bd DEVTOOLS: BLADERUNNER: More Readme formatting (codacy) 2019-07-23 19:22:24 +03:00
Thanasis Antoniou
9a81e59d66 DEVTOOLS: BLADERUNNER: More quality fixes (codacy) 2019-07-23 17:46:15 +03:00
Thanasis Antoniou
1450a240a0 DEVTOOLS: BLADERUNNER: Code quality improvements (Codacy issues) 2019-07-23 12:50:44 +03:00
Thanasis Antoniou
4d4c754750 DEVTOOLS: BLADERUNNER: More readme formatting fixes 2019-07-22 20:13:03 +03:00
Thanasis Antoniou
0b7654441d DEVTOOLS: BLADERUNNER: Readme formatting fixes 2019-07-22 19:43:12 +03:00
Thanasis Antoniou
4f2a70287d DEVTOOLS: BLADERUNNER: Fix Python 3 print syntax error 2019-07-11 08:40:54 +03:00
Thanasis Antoniou
f2f91fa773 DEVTOOLS: BLADERUNNER: Improved command line for TRE, FON, AUD libs 2019-07-10 13:59:31 +03:00
Le Philousophe
70eca71905 CRYOMNI3D: Add Spanish version of Versailles 2019-07-05 07:52:44 +02:00
Le Philousophe
d46988491d CRYOMNI3D: Add German version of Versailles 2019-07-05 07:52:00 +02:00
Le Philousophe
215e2139fc CRYOMNI3D: Add Italian version of Versailles 2019-07-05 07:52:00 +02:00
Le Philousophe
050536b137 CRYOMNI3D: Add English version of Versailles 2019-07-05 07:52:00 +02:00
Le Philousophe
418cec512f CRYOMNI3D: Add internationalization through external DAT file 2019-07-05 07:51:19 +02:00
Cameron Cawley
eb1f9fb02d JANITORIAL: Remove outdated references to SourceForge.net 2019-07-02 21:07:54 +02:00
SupSuper
69cb2ef728 CREATE_PROJECT: Use stricter checks for Win32 dependencies
Instead of checking the project type, check the define.
winmm and winsparkle are only required on Windows.
2019-07-02 01:02:27 +03:00
SupSuper
7e6143a641 CREATE_PROJECT: Add new libcurl dependencies 2019-07-02 01:02:27 +03:00
SupSuper
12198cee35 CREATE_PROJECT: Fix defines for x64 MSVC project
Rewriting the define list from scratch to disable nasm lost
a lot of important defines set up in the setup phase.
Instead, let's just remove the nasm define and preserve the rest.
2019-07-02 01:02:27 +03:00
Thanasis Antoniou
bc056feddd DEVTOOLS: BLADERUNNER: Improve kerning for latin glyphs 2019-07-01 21:03:03 +03:00
SupSuper
8aa74967e9 CREATE_PROJECT: Add missing source files to CodeBlocks project 2019-07-01 01:59:00 +01:00
SupSuper
74f9e0dfc0 CREATE_PROJECT: Remove obsolete "browser.cpp" hack
browser.cpp no longer depends on the target platform since pull request #1414
2019-07-01 01:57:26 +01:00
Thanasis Antoniou
cfee64e630 DEVTOOLS: BLADERUNNER: Full cp-1252 support for subtitles
And additional bug fixes for font creation and detection of error cases
2019-06-30 22:58:57 +03:00
Thanasis Antoniou
a1fef1fe9b DEVTOOLS: BLADERUNNER: Cleaner columns in VQA sheets 2019-06-24 00:09:50 +03:00
Cameron Cawley
d8248c14d6 ALL: Fix -Wnewline-eof warnings 2019-06-22 17:27:07 +01:00
SupSuper
558b07584e CREATE_PROJECT: Use name-based UUIDs for MSVC projects
This keeps the project UUIDs consistent between regenerations,
avoiding excessive workspace reloads.
2019-06-19 00:15:48 +03:00
Thanasis Antoniou
538b7b41bd DEVTOOLS: BLADERUNNER: Cleanup in readme 2019-06-18 02:17:12 +03:00
Thanasis Antoniou
77db7fcb60 DEVTOOLS: BLADERUNNER: Final readme formatting fix 2019-06-18 01:08:50 +03:00
Thanasis Antoniou
25b14a6b5c DEVTOOLS: BLADERUNNER: Fix readme.md formatting 2019-06-18 01:00:34 +03:00
Thanasis Antoniou
8f55030d77 DEVTOOLS: BLADERUNNER: Fix creating MIX file regression 2019-06-18 00:47:02 +03:00
Thanasis Antoniou
2a43f71ee2 DEVTOOLS: BLADERUNNER: Quick guide for transcriptions
Also minor improvements in the python scripts

Made audio links working again with LibreOffice Calc and added a subtitles version sheet in the python script that creates the Excel document and the audio links
2019-06-18 00:10:36 +03:00
Paul Gilbert
bdbad1f3af XEEN: Fix mistakes in xeen.ccs datafile, bump up version number 2019-06-09 14:35:15 -07:00
Peter Helbing
803bf8073a XEEN: Add missing armor class modifiers 2019-06-09 14:22:59 -07:00
rsn8887
c6621773ef CREDITS: Add cpasjuste and myself to Nintendo Switch 2019-06-07 08:33:58 +02:00
Hubert Maier
0bb8c0c8a6 AMIGAOS4: RM2AG.rexx rewrite
closes #1631
2019-06-06 14:46:11 +02:00
Thanasis Antoniou
04d7f72bf7 DEVTOOLS: BLADERUNNER: Added version sheet and EFIGS support
Now multiple languages can be packed in a single MIX file
2019-05-29 12:08:24 +03:00
Thierry Crozat
9ff9264ab0 SUPERNOVA: Add better support of pbm format in create_supernova
The tool was only supporting a very restricted subset of the PBM
format, as written by gimp. Now it should support reading any
PDM file.
2019-05-28 23:39:34 +01:00
Jennifer McMurray
96c429dd7c SUPERNOVA: Grammar fixes in English newspaper images 2019-05-28 22:23:23 +01:00
Joseph-Eugene Winzer
6da729171c SUPERNOVA: Adds strings for help screen 2019-05-28 02:24:42 +02:00
Filippos Karapetis
5c8c1ca95c Revert "CREDITS: mark Vicent Marti as retired"
This reverts commit 62cf04f502.
2019-05-12 14:20:28 +03:00
Max Horn
62cf04f502 CREDITS: mark Vicent Marti as retired
He was last active in 2009 and has long moved on to work on other things.
2019-05-12 13:57:11 +03:00
Max Horn
7476277c06 CREDITS: Added Max Horn to GUI credits
The GUI system was originally written completely by me, as is easily
verifiable by inspecting the commit logs of the gui subdirectory, or e.g.
specific files like gui/widget.cpp.
2019-05-09 14:36:06 -04:00
Bastien Bouclet
1d0d842e2a BUILD: Add the licence file for the Source Code Pro font 2019-05-05 08:52:12 +02:00
Cameron Cawley
8c2b09d919 COMMON: Replace NEResourceType and PEResourceType with a shared enum 2019-05-01 23:52:56 +03:00
sluicebox
8c32927f39 CREATE_PROJECT: Add Text console debugger feature
Add feature flag to create_project to set USE_TEXT_CONSOLE_FOR_DEBUGGER
with --enable-text-console like configure script
2019-04-22 09:34:21 -04:00
SupSuper
be0150fd85 DISTS: Merge MSVC versions into one folder 2019-04-20 07:47:25 -04:00
SupSuper
fd0d65496e CREATE_PROJECT: Auto-detect Visual Studio version if not specified
This removes the need for separate scripts for every version
2019-04-20 07:47:25 -04:00
SupSuper
f2c4913bbc CREATE_PROJECT: Add Visual Studio 2019 2019-04-20 07:47:25 -04:00
SupSuper
5c0529abc2 CREATE_PROJECT: Refactor Visual Studio version differences
Moved most generation differences to a MSVCVersion class, makes it
easier to support new versions without tracking down if-checks everywhere.
2019-04-20 07:47:25 -04:00
Peter Kohaut
c6a7ec814b CREDITS: Added sev to Blade Runner credits
Changed order of credits for Blade Runner to alphabetical
2019-04-18 09:24:19 +02:00
Cameron Cawley
50ed922cb7 RISCOS: Support creating a StrongHelp manual 2019-04-18 03:55:22 +01:00
athrxx
02ecc7abb7 KYRA: (EOB2/Amiga) - add static resources 2019-04-13 18:54:57 +02:00
Thanasis Antoniou
d6db4af528 CREDITS: Proper add Thanasis Antoniou to authors 2019-04-02 23:31:20 +03:00
Matan Bareket
69cecebdbc BUILD: Update default theme to use remastered 2019-04-02 10:55:57 -04:00
Cameron Cawley
09dbe7686b JANITORIAL: Update all scummvm.org URLS to use https 2019-03-09 21:52:14 +01:00
Thanasis Antoniou
664dd4a8aa DEVTOOLS: module.mk fix for BR subtitles xls/xlsx support
bugfix: search with full path for .xls existence before trying the xlsx
2019-03-09 20:10:19 +02:00
Thanasis Antoniou
5102af631d DEVTOOLS: Support xlsx extension for Blade Runner subtitles
If the englishTranscript.xls is not found, the englishTranscript.xlsx will be used instead

Google sheets supports download to xlsx, so this addition was needed.
Also tested the font tool with Pillows image library (PIL fork) which works ok, and updated README file.
2019-03-09 13:59:59 +02:00
athrxx
f0a305316c KYRA: (EOB1/Amiga) - add static resources 2019-03-06 20:48:20 +01:00
athrxx
2b95dd3213 KYRA: (EOB) - fix unused string
This fixes the "%s can not use this item" string. AFAIK this message never appears. It would require to place an item into a character's hand which he/she can't use and right-click use it. However, when you place such an unusable item in a character's hand the slot will be greyed out/disabled immediately and can no longer be clicked.
2019-03-06 20:48:16 +01:00
Paul Gilbert
53a1426cc3 GLK: FROTZ: Add 6x8 font for Infocom v6 games 2019-01-29 21:17:18 -08:00
Thanasis Antoniou
43a3eed2b2 DEVTOOLS: Handle empty AUD file in Blade Runner
French localization has an empty AUD file. Only the header is present and seems corrupted

This is DCLER_0030_00041ECE in TLK0A. It is an unused audio file ("boop" in ENG localization), but skipping it would cause issues with the translation excel, ie. one row missing. The fix is to create a placeholder empty wav file in order to not ignore this empty quote. The bug affected the spreasheet creator tool.
2019-01-21 16:27:26 +02:00
antoniou79
b254618f32 DEVTOOLS: Create new module.mk in create_bladerunner
Changes in devtools/module.mk were reverted
2019-01-06 17:12:02 +01:00
antoniou79
9dfe8281fc DEVTOOLS: Quotes Excel creator exports extra audio
quoteSpreadsheetCreator exports dev commentary and some optional speech audio from SFX.MIX
2019-01-06 17:12:02 +01:00
antoniou79
49497bfb4a DEVTOOLS: Updated readme details on MIXResourceCreator 2019-01-06 17:12:02 +01:00
antoniou79
de8bb16b9d DEVTOOLS: Create SUBTITLES.MIX for En, It, Fr, De, Es
Now we should specify target encoding per used font

If an encoding is not specified in configureFontsTraslation.txt, the default is used
2019-01-06 17:12:02 +01:00
antoniou79
695e76e815 DEVTOOLS: Fixed encoding of exported text from game
Blade Runner uses IBM437 encoding for its TRx resources

This covers the ENG, FRA, DEU, ITA and ESP versions.
The ERRORMSG.TRx use different encoding (Latin-1) but with a few bugs (a few character encoded with IBM437)
More work would probably be required for the RUS version.
2019-01-06 17:12:02 +01:00
antoniou79
cb8ee2dd6d DEVTOOLS: Additional validation checks for Excel creator 2019-01-06 17:12:02 +01:00
antoniou79
ddf4d960e4 DEVTOOLS: POGO sheet and DEV commentary are now optional 2019-01-06 17:12:02 +01:00
antoniou79
7f732a695e DEVTOOLS: Improved Ids for dev I_SEZ quotes 2019-01-06 17:12:02 +01:00
antoniou79
d8a1628058 DEVTOOLS: Placeholder VQA sheets, POGO, DEV COMMENTARY 2019-01-06 17:12:02 +01:00
antoniou79
63e7422127 DEVTOOLS: Update Readme and sample command files 2019-01-06 17:12:02 +01:00
antoniou79
729d8a20ff DEVTOOLS: BladeRunner MIX multilanguage support
mixResourceCreator now additionally supports ITA, FRA, ESP, GER
2019-01-06 17:12:02 +01:00
antoniou79
fa64a064a1 DEVTOOLS: Script code cleanup
All scripts got better info and debug messages.

Also improved the --trace switch for all scripts and fixed some code formatting issues.
2019-01-06 17:12:02 +01:00
antoniou79
c9ddbeda53 DEVTOOLS: Documentation of lang descr switch
Also a small fix for the help mode of quoteSpreadsheetCreator tool
2019-01-06 17:12:02 +01:00
antoniou79
234cdf19e5 DEVTOOLS: Multilingual support for quoteSpreadsheetCreator
Versions supported are English, German, French, Italian and Spanish

More work would be required for Russian versions to be supported by the spreadsheet creator.
I don't have access to the Russian version that ScummVM currently supports/in the detection table.
Current implementation could be improved (to do away with all the if clauses for the glyph "exceptions")
but this is not high priority.
2019-01-06 17:12:02 +01:00
antoniou79
6e62a3e91e DEVTOOLS: instructions for make in readme 2019-01-06 17:12:02 +01:00
antoniou79
9de05f52f7 DEVTOOLS: Revert to python env
Requiring python to be in env variables

This should be more portable (there's an error message if the python in env is not 2.7)
2019-01-06 17:12:02 +01:00
antoniou79
e0f10ed46b DEVTOOLS: BladeRunner module.mk update
And minor readme update
2019-01-06 17:12:02 +01:00
antoniou79
0836d76239 DEVTOOLS: BladeRunner module.mk update 2019-01-06 17:12:02 +01:00
antoniou79
79c447a746 DEVTOOLS: Blade Runner further readme fix 2019-01-06 17:12:02 +01:00