Age | Commit message (Collapse) | Author |
|
the language "list"
|
|
|
|
ICU isn't linked and thus doesn't remove them
|
|
some headers
|
|
white, so they are recoloured to grey in coloured newspaper instead of blue.
|
|
changing base graphics, so the cursor does not glitch if it becomes bigger.
|
|
|
|
|
|
const char* instead of StringID
|
|
|
|
missed :)
|
|
|
|
|
|
lines simplifies code.
|
|
DrawStringMultiLine().
|
|
|
|
not needed further.
|
|
variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine().
|
|
|
|
consisted of unrelated values use static const (u)int
|
|
|
|
pitch measured in pixels rather than bytes.
|
|
|
|
|
|
divisions with rounding.
|
|
reordered text
|
|
|
|
need to consider undrawing the chat messages
|
|
depot
|
|
|
|
|
|
|
|
characters flicker like a stroboscope.
|
|
|
|
down, not 10.
|
|
remove some unused variables
|
|
too big
-Codechange: replace some magic numbers related to palette animation with constants
|
|
bottom + 1, draw the string
|
|
newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string.
|
|
|
|
which were sometimes missing and sometimes just typos
|
|
strings.
|
|
(like done for video, music, sound, etc)
|
|
wrongly.
|
|
|
|
widget size computations.
|
|
|
|
|
|
drawing, this way we won't draw other strings too small; only caused problems when tiny/big text strings would use SETX.
|
|
results for NewGRF texts.
Note: This readds support for centering strings with SETX, however the text part of the string will not be in the exact center, as the SETX offsets that.
Note: All means of aligning vehicle names behind wide sprites (SETX or lots of spaces) in the buy menu will cause the vehicle names to be misaligned in other places, like the new vehicle news message, exclusive use of vehicle message, detailed vehicle information or autoreplace.
|