Age | Commit message (Collapse) | Author |
|
reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
|
|
const is (accidentally?) removed using C-style casts.
|
|
|
|
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
|
|
forcing resizes/redraws of the screen during map generation
|
|
DrawString and not DrawStringMultiLine.
|
|
same as for DrawString (except the addition of the bottom parameter)
|
|
truncated too early
|
|
fonts
|
|
and ai debug output don't get swapped (those are untranslateable anyways)
|
|
RTL text.
|
|
|
|
|
|
-Fix (r15800): off-by-one w.r.t. offsets
|
|
|
|
new one.
|
|
|
|
drawing API
|
|
drawing API.
|
|
|
|
API.
|
|
|
|
left/right instead of the x and width to make drawing text at offsets easier.
|
|
|
|
|
|
shouldn't be doing, make sure that the actions happening after that, doesn't start doing what it shouldn't be doing. This of course would only happen in rare corner cases.
|
|
sprite as cursor.
|
|
|
|
hardcode the values for that enum.
|
|
as GameMode instead of as byte.
|
|
Now use the same method of handling the colour as it would do when drawing a string instead of a character.
|
|
color and colour.
|
|
|
|
|
|
|
|
ICU's headers.
|
|
and strecpy where direct conversion is possible
|
|
language file instead of hardcoding one.
|
|
|
|
scripts and connecting Arabic characters.
|
|
sprites: fonts, recolour, mapgen and normal sprites.
|
|
some unneeded '(x == 0) ? 0 : 1' constructs.
|
|
|
|
OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box.
|
|
|
|
one. And constify it too.
|
|
as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
|
|
few comments added too.
|
|
names. And add a few comments on the _extra_palette_values array.
|
|
'true' and 'false' more intuitively useable.
|