Age | Commit message (Collapse) | Author |
|
const char* instead of StringID
|
|
DrawStringMultiLine().
|
|
variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine().
|
|
consisted of unrelated values use static const (u)int
|
|
and DECLARE_ENUM_AS_BIT_SET
|
|
|
|
depot
|
|
|
|
newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string.
|
|
strings.
|
|
|
|
|
|
|
|
|
|
DrawString.
|
|
same as for DrawString (except the addition of the bottom parameter)
|
|
fonts
|
|
and ai debug output don't get swapped (those are untranslateable anyways)
|
|
|
|
-Fix (r15800): off-by-one w.r.t. offsets
|
|
new one.
|
|
|
|
drawing API
|
|
drawing API.
|
|
|
|
API.
|
|
|
|
the new one.
|
|
|
|
|
|
(content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
|
|
|
way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported.
|
|
thus making compilation fail on OSX (planetmaker)
|
|
some unneeded '(x == 0) ? 0 : 1' constructs.
|
|
|
|
'true' and 'false' more intuitively useable.
|
|
other way around.
|
|
removing yet som more magic numbers and one "false" colour
|
|
enum values
|
|
|
|
|
|
into their own parameter.
|
|
order on LE and BE machines
|
|
Dimension instead of uint16[2] for resolutions
|
|
declarations.
|
|
someone without a keyboard can enter text too. Patch by Dominik.
|
|
when Ctrl is pressed
|
|
places.
|
|
arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
|