17 Commits

Author SHA1 Message Date
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Martin Kiewitz
f25b260c65 SHERLOCK: SS: Fix typo in fixed text 2016-02-11 22:55:02 +01:00
Martin Kiewitz
9255fd3744 SHERLOCK: SS: Make "Picked up" text multilingual
Bug #7002 should be fully solved now
2016-02-11 22:38:56 +01:00
Martin Kiewitz
5c76f51ecf SHERLOCK: Fix Spanish journal text - thanks t0by
Some lines were not translated that well, probably because the
original added words together in code based on English grammar,
so the translator was probably very restricted.
2016-02-10 22:52:29 +01:00
Martin Kiewitz
15be58dfb5 SHERLOCK: Make journal entries multilingual
Spanish needs to be checked
Spanish also needs to be copy and slightly changed for SH1
Also fixed Journal button text for French + Spanish
Fixes bug #7019
2016-02-07 16:22:56 +01:00
Paul Gilbert
9eb168583f SHERLOCK: Split FixedText into separate descendents for each game 2015-06-26 21:34:37 -04:00
Martin Kiewitz
c431c50d6a SHERLOCK: RT: add German context-menu fixed text
- mention game in comments, that the fixed text block is about
so that we can split it up easily later
- add TODO for Spanish context-menu fixed text
- add TODO for French version of Sherlock Holmes 2
- add TODO to split up the fixed text class
2015-06-17 18:11:30 +02:00
Paul Gilbert
09bd10c6cb SHERLOCK: RT: Implemented WidgetVerbs execute 2015-06-16 21:13:34 -04:00
Martin Kiewitz
316b062c3e SHERLOCK: fixed text class: fully const'ified
thx LordHoto
2015-06-16 11:12:49 +02:00
Martin Kiewitz
f18dbd4496 SHERLOCK: fixed text class: Common::String to char 2015-06-16 10:23:54 +02:00
Martin Kiewitz
133b4defe9 SHERLOCK: initial inventory via fixed text class
initial inventory is now localized
2015-06-14 20:40:02 +02:00
Martin Kiewitz
2d70a7af6d SHERLOCK: add boundary checks to fixed text class
for action strings
2015-06-14 18:14:52 +02:00
Martin Kiewitz
e3afaddea3 SHERLOCK: fixed text German adjustment
2 lines were duplicated, fixed it
2015-06-14 17:55:57 +02:00
Martin Kiewitz
1b6a60f359 SHERLOCK: action processing uses fixed text class
action error messages are now localized too
2015-06-14 17:52:11 +02:00
Martin Kiewitz
21f0038f96 SHERLOCK: journal uses fixed text class now
journal buttons and some text is now localized
2015-06-14 15:49:32 +02:00
Martin Kiewitz
a33a4fa591 SHERLOCK: inventory uses fixed text class now
inventory buttons now localized
2015-06-14 14:51:43 +02:00
Martin Kiewitz
e7dcf4905e SHERLOCK: fixedText class to support localizations
also implemented text for windows (exit/up/down) using this class
2015-06-14 14:13:55 +02:00