44 Commits

Author SHA1 Message Date
Hubert Maier 13807ec83d JANITORIAL: DEVTOOLS: Fix typos 2024-09-13 12:17:53 +03:00
Hubert Maier 56ea536bb1 JANIORIAL: Add FIXME comment for suprised typo in gametext.h 2024-05-18 13:52:31 +02:00
Hubert Maier 80ad9f1890 JANITORIAL: DEVTOOLS: Note Spelling Mistakes
independant -> independent
jewelery -> jewellery
2022-11-15 22:52:43 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 62797daf3c DEVTOOLS: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh 0b2ae9fa5e DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack
Instead of having main=SDL_main defined by pkg-config/sdl2-config --cflags
and undefining it everywhere, strip it in its origin.
2021-08-03 07:35:15 +03:00
sluicebox 93eeffc84d JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
Eugene Sandulenko 355c4fa646 JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
Thierry Crozat d21054f0b7 DEVTOOLS: Include french menu in mort.dat 2015-09-07 23:49:58 +01:00
Johannes Schickel e96900aec3 DEVTOOLS: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
Strangerke d594f62662 TOOLS: Create Mortdat - Fix CID 1063349 2013-10-30 23:33:38 +01:00
Eugene Sandulenko ca5804a253 DEVTOOLS: Make Coverity happy.
This is mainly due to unhandled clang __has_featrure() buit-in.
I do not like this hack, but Coverity proved to be a very good tool for us.
2013-09-27 12:28:25 +03:00
Thierry Crozat cc16cb5823 MORTEVIELLE: Change German menu translation
The original menu was almost not translated (only one of the six menu was translated). Thanks to Raziel for the menu name suggestions.
2013-08-20 14:03:53 +01:00
Thierry Crozat efbf1ff5f9 MORTEVIELLE: Store German menu data in data file and clean menu code
This opens the door to a better translation of the menu to German. Also
the code will now always try to read the menu data from the mort.data file
and only if this fails it will use the game data. And remove some dead code
that was to support the corrupted menu.mor file.
2013-08-19 21:11:23 +01:00
Strangerke 3bdc85709f MORTEVIELLE: Fix the order of German verbs. 2013-08-18 22:30:23 +02:00
Strangerke 019f7e59fd DEVTOOLS: Fix English verbs order in Mortevielle 2013-08-15 07:56:11 +02:00
Strangerke b234215854 DEVTOOLS: Add Menu 3 & 4 verb indexes in MORT.DAT 2013-08-14 23:54:33 +02:00
Strangerke 1731d25466 DEVTOOLS: Fix error in create_mortdat. Thanks to LordHoto for pointing it out 2013-08-14 07:36:32 +02:00
Thierry Crozat 8f8ea10c03 MORTEVIELLE: Improve English translation
Two sentences are used for both men and women and therefore need
to be gender agnostic.
2013-08-11 11:55:17 +01:00
Thierry Crozat 13ddf33e78 MORTEVIELLE: Update English translation
I checked some of the dialogs for which we were not sure, fixed them
when needed and removed the debug number. There are two lines
however that causes an issue as they are used for both men and
women, and in English we would need a different translation. The two
texts are:
It is his/her business…
Oh I don't have anything against him/her
The first one seems to be used more often for men than women (so
far I have seen it used for 3 men and 1 woman).
For the second one I changed it to plural in English as it also works
with the context and while it changes the meaning this is not
important.
2013-08-11 01:08:00 +01:00
Thierry Crozat 0a2e64b903 DEVTOOLS: Include English menu in mortevielle dat file 2013-08-03 16:50:14 +01:00
Thierry Crozat 2d1ac29551 DEVTOOLS: Update create_mortdat to the latest version English translation 2013-07-30 20:21:18 +01:00
Strangerke c7277df1ed DEVTOOLS: Add support to another DOS executable for Mortevielle 2013-07-29 07:27:31 +02:00
Strangerke a888de5599 MORTEVIELLE: Improve German engine texts 2013-07-18 20:29:18 +02:00
Paul Gilbert 73bb5c5fbe DEVTOOLS: Moved implementation of create_mortdat File class from the header file 2013-07-18 09:27:55 -04:00
Thierry Crozat c16d414e9b MORTEVIELLE: Fix typo in English text 2013-07-13 22:44:07 +01:00
Thierry Crozat 79886597e7 MORTEVIELLE: Convert non-ASCII characters to their octal value 2013-07-13 22:41:25 +01:00
Thierry Crozat 7ca31f66d8 MORTEVIELLE: Add missing eol character in devtool usage message 2013-07-13 22:40:49 +01:00
Strangerke 7c23eb7c44 MORTEVIELLE: Add German translation in the DAT file 2013-07-04 23:25:26 +02:00
Strangerke 348e149739 MORTEVIELLE: Integrate translations fixes. 2013-02-25 08:21:38 +01:00
Strangerke 2ea263f62b MORTEVIELLE: Fix minor glitches in DAT file 2013-02-22 13:42:01 +01:00
Strangerke 42b0f5535e MORTEVIELLE:Add initial English translation 2013-02-20 23:54:14 +01:00
Strangerke 4c9c1e17d1 TOOLS: Translate a couple of strings used in Mortevielle English 2012-05-30 23:29:25 +02:00
Strangerke d8b8f93c4c MORTEVIELLE: Start updating tools to add support to German DOS version 2012-04-06 08:24:04 +02:00
Strangerke 4361f843fd TOOLS: Mortevielle - Add missing heading space for several sentences used in menus, in the English version 2012-04-06 08:22:09 +02:00
Strangerke ce56512c99 MORTEVIELLE: First "English" version.
DAT file needs to be rebuilt
2012-04-06 08:22:03 +02:00
Strangerke ecda7b6b8f TOOLS: Mortevielle - Remove extra spaces in one of the words 2012-04-06 08:21:30 +02:00
Strangerke 45fb3b9153 TOOLS: Add ingame text.
This will allow us to get an English version, and will help when we'll try to support Atari/Amiga version using hardcoded ingame texts
2012-04-06 08:21:28 +02:00
Strangerke 13692fc18f TOOL: Use a define for output name 2012-04-06 08:21:27 +02:00
Strangerke 3529fec5a9 TOOLS: Add header files to create_mortdat, remove second parameter 2012-04-06 08:21:26 +02:00
Paul Gilbert 855fed35d0 MORTEVIELLE: Fixed English strings for F3 and F8 2012-04-06 08:21:04 +02:00
Paul Gilbert e57a6a8c07 MORTEVIELLE: Added list of static executable strings to create_mortdat tool 2012-04-06 08:20:57 +02:00
Paul Gilbert 1727798a8e MORTEVIELLE: Implemented loading of the font data, and rewrote drawing routines to use it. 2012-04-06 08:19:27 +02:00
Paul Gilbert 60f287c85d MORTEVIELLE: New create_mortdat project to create a mort.dat data file
At the moment, this extracts needed font data from the mort.com executable.
2012-04-06 08:19:26 +02:00