Age | Commit message (Collapse) | Author |
|
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.
|
|
0xFE number. Exact meaning will need to be found later.
|
|
removing yet som more magic numbers and one "false" colour
|
|
|
|
enum values
|
|
|
|
|
|
gui would place the "mouse pointer" out of the center of the vehicle making it hard to "aim".
|
|
|
|
of ignoring it and returning a too long string.
|
|
into their own parameter.
|
|
Dimension instead of uint16[2] for resolutions
|
|
resolution sorting
|
|
cause deadlocks or crashes
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
|
|
tile-info-window.
|
|
from openttd.h to their own headers.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
|
|
Patch by Alberth.
|
|
someone without a keyboard can enter text too. Patch by Dominik.
|
|
when the variable can just be unsigned...
|
|
|
|
unneeded include from openttd.h.
|
|
usage of 32bpp-anim animation buffer during giant screenshots.
|
|
when it's not necessary.
|
|
operation' attempt. Previously, only visual clues were available.
-Fix[FS#1519]: When you can not use this resolution at full screen, now you'll know that it failed.
As for the reason it did not work, each computer/OS has its reason.
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|
|
logical locations.
|
|
style
|
|
This fixes also FS#1450
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
frosch.
|
|
zoomed out. Patch by SmatZ.
|
|
sprites using CTRL-B so one can get a better understanding of the used bounding boxes to fix the glitches that still exist. Patch by frosch.
Note that this is not completely glitch free, bounding boxes sometimes aren't removed properly. This is due to the fact that the bounding boxes sometimes are larger than the sprite, which causes a smaller part than the bounding box to be redrawn. This is NOT a bug, but a known implementation limit as we do not want to slow down normal games so the debug graphics are always 100% correct.
|