Opened 20 years ago

Closed 20 years ago

Last modified 5 years ago

#8335 closed patch

FOTAQ - additional hebrew support

Reported by: salty-horse Owned by:
Priority: normal Component: Engine: Queen
Version: Keywords:
Cc: Game: Flight of the Amazon Queen

Description

* Fixed reverse order of lines in dialogue chooser, when one sentence is "wrapped" over several lines <queen/talk.cpp> * Fixed "save entry" text in the journal (originally appears, even in the exe, as "entry save") <queen/journal.cpp>

The code in talk.cpp is a bit messy, I'd appriciate any feedback.

note: The patch is for the cvs HEAD.

Ticket imported from: #910779. Ticket imported from: patches/440.

Attachments (1)

hebrew2.diff (3.7 KB ) - added by salty-horse 20 years ago.

Download all attachments as: .zip

Change History (7)

by salty-horse, 20 years ago

Attachment: hebrew2.diff added

comment:1 by cyxx, 20 years ago

You want some feedback, here it is :-).

As a comparaison, I looked at the original implementation of split_option() in the hebrew executable. A 'C' rewrite is here : http://membres.lycos.fr/cyxdown/scummvm/fotaq/split_option _heb.cpp

Another (purely cosmetic) suggestion is to add to the Talk class 2 methods to split the option lines (ie, one for reversed/hebrew and one for default/english). Then, Talk::splitOption() would simply have to call the appropriate function.

comment:2 by fingolfin, 20 years ago

What is the status of this item?

comment:3 by cyxx, 20 years ago

We're waiting for an updated (rewritten ?) patch from the original submitter.

comment:4 by salty-horse, 20 years ago

It will be done this weekend.

comment:5 by joostp, 20 years ago

Status: newclosed

comment:6 by digitall, 5 years ago

Component: Engine: Queen
Game: Flight of the Amazon Queen
Note: See TracTickets for help on using tickets.