1,554
edits
Strangerke (talk | contribs) |
(Added Unicode GUI task) |
||
Line 108: | Line 108: | ||
Please come talk to us to see if we have a mentor who would be interested in | Please come talk to us to see if we have a mentor who would be interested in | ||
working with you on such a game. We'd be happy to help out. | working with you on such a game. We'd be happy to help out. | ||
== Smaller Tasks == | |||
=== Unicode and BiDi support for GUI === | |||
Technical contacts: [[User:Sev|sev]] | |||
Difficulty: Easy. It will take up to 2 weeks to implement. C++ knowledge required. | |||
ScummVM GUI is based on char size strings, so we have to rely on code pages. With this task, you would need to switch our GUI to usage of Common::U32String, thus making it Unicode-friendly. | |||
Along the way, we would need support for right-to-left languages, and basically flip the widgets horizontally. | |||
== Infrastructure Tasks == | == Infrastructure Tasks == |