Changes between Initial Version and Version 1 of Ticket #11988


Ignore:
Timestamp:
12/02/20 20:25:02 (3 years ago)
Author:
trembyle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11988

    • Property Cc trembyle added
    • Property Game Sherlock Holmes: Case of the Serrated Scalpel
    • Property Summary SHERLOCK: SCALPEL: Chinese language supportSHERLOCK: Chinese language support
  • Ticket #11988 – Description

    initial v1  
    1 This is to provide a record of the current state as we add these games to detection.
     1Both games are currently unsupported in Chinese. This ticket provides a record of the current state as we add these games to detection.
    22
    3 The game crashes in the opening movie with no error, nothing in the log. You can skip this by pressing ESC to start a new game.
    4  
    5 Fonts are rendered improperly. There are lots of warnings (such as `invalid character encountered - 130!`). There are also graphical glitches in toolbar (words intermittently overlay), although here the characters are correct since they are bitmaps.
     3== Scalpel
     4* The game crashes in the opening movie with no error, nothing in the log. You can skip this by pressing ESC to start a new game.
    65
    7 I tried this on the Chinese Traditional (Taiwan) version. According to {#11933}, there is also a version in Simplified script.
     6* Fonts are rendered improperly. There are lots of warnings (such as `invalid character encountered - 130!`). There are also graphical glitches in toolbar (words intermittently overlay), although here the characters are correct since they are bitmaps.
     7
     8* I tried this on the Chinese Traditional (Taiwan) version. According to #11933, there is also a version in Simplified script.
     9
     10== Rose Tattoo
     11* Game does not start.
     12* `Assertion failed!`; no log message on debug level 10.
     13* File: `common/base-str.h:176`
     14* Expression:
     15{{{
     16#!cpp
     17_str && idx >= 0 && idx < (int)_size
     18}}}