Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thanks to eriktorbjorn for pointing those out
|
|
Do not setup font for non-playable demo
Non-playable demo does not have any font at all
Fixes non-playable demo not working
|
|
Change the default for the optional parameter "textContainsHotkey"
to true, because it's needed almost all of the time.
|
|
|
|
Also fix graphical issue with "press any key to continue" text
|
|
original interpreter did that too
|
|
|
|
|
|
|
|
Also change behavior of makeButton/buttonPrint to directly
remove a hotkey-prefix, in case it was passed.
|
|
Also make it possible to somewhat easily have hotkeys within
the button text itself and not just having to use the very first
button text character as hotkey.
|
|
|
|
|
|
|
|
WidgetBase already has a virtual destructor, thus there is no need to make
WidgetFiles have an empty virtual destructor around. This also prevents g++
for Dreamcast from failing due to an internal compiler error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously created Spanish saved games are broken though,
need to restart the game
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts back to the original slower speed by default, but allows
the Ctrl+S toggle from Scalpel to work in Rose Tattoo to increase
the play speed
|