Age | Commit message (Collapse) | Author |
|
Select foreground colour depending on the brightness of the background.
Previously all cargo labels were rendered using black text, even
the background cargo colour was dark/black.
As an example: FIRS coal was black text on a black background.
|
|
|
|
sprites.
|
|
|
|
conversions in initializer lists.
|
|
a file no its own. (Cif)
|
|
failed for dashed lines. (noticed by adf88)
|
|
|
|
'horizontal width' being bigger than the 'real width'. (adf88)
|
|
SetCursorPos calls. According to internet due to incorrect/missing synchronisation in threads accessing the event queue.
|
|
scrolled/jumped way to far, when OpenTTD lagged during mouse event processing.
|
|
ScaleGUITrad().
|
|
|
|
interface.
|
|
unmasked 32bpp sprites
|
|
actually a text colour remap, and draw closebox as a sprite, using said bit. Change news popup to use closebox widget for its closebox.
|
|
|
|
|
|
modes.
-Remove: [win32] fullscreen_bpp setting, which is replaced by above setting.
-Change: Disable usage of 8bpp blitters and video modes by default. Many modern OS and hardware cause issues with those.
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
work for non-8bpp-mapped sprites.
|
|
|
|
operations when there is no sub sprite (based on patch by MJP)
|
|
|
|
can use proper coding style for names again
|
|
|
|
|
|
|
|
textfile GUI (LordAro)
|
|
|
|
string.
|
|
|
|
|
|
linebreaks is visible before computing the layouting. This skips around 2/3 of layout computations in usual-sized list-like windows.
|
|
the trailing space was added (in case a newline was added). This caused the width to be more than the requested width, but it would still be drawn correctly
|
|
the text advancement.
|
|
(or rather a newline was added) too early
|
|
_max_char_width.
|
|
|
|
and Thai)
|
|
|
|
|
|
|
|
than default fonts, so get rid of it
|
|
|
|
string with line warping
|
|
i=0..(n-1)) is not the broadest n-digit number.
-Fix [FS#5562]: Proper size-estimation for numbers with n digits.
|
|
of them.
|
|
before sending lines to blitter for drawing. (fonsinchen)
|