Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a copy of d089658fb84f67652e9569bc03c76bcc65e7b881 for older MSVC
versions. Thanks to Strangerke for noticing.
|
|
|
|
|
|
|
|
|
|
|
|
criezy
|
|
|
|
This should fix compilation for the DC port.
|
|
This fixes compilation in the keymapper.
|
|
|
|
Config Manager Cleanup
|
|
|
|
|
|
GUI: Add option to render GUI in 32-bits
|
|
|
|
Thanks to eriktorbjorn for noticing.
|
|
Formerly, the main menu was shown with the palette of the first screen for
a short time. Thanks to eriktorbjorn for noticing this.
|
|
|
|
|
|
This can be abused to insert Domains into the game domains without any checks.
Instead, only write iterator access is given.
|
|
|
|
|
|
|
|
|
|
1100
|
|
|
|
|
|
|
|
|
|
Two sentences are used for both men and women and therefore need
to be gender agnostic.
|
|
|
|
|
|
|
|
display
|
|
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.
|
|
One of the two ButtonWidget constructor did not initialise _hotkey
when given a non-null value. This caused valgrind to report an
access to uninitialised variable in Dialog::handleKeyDown().
|
|
|
|
|
|
|
|
|
|
|
|
|