Age | Commit message (Collapse) | Author |
|
user-supplied filenames
|
|
|
|
'const char \*'
|
|
|
|
Saves space and is supported by more image viewers
|
|
|
|
|
|
|
|
|
|
name (including path)
|
|
wasn't multiple of 4
|
|
machines
|
|
|
|
|
|
unnecessarily add it.
|
|
|
|
sources too
|
|
appropriate headers.
|
|
|
|
|
|
color and colour.
|
|
|
|
|
|
names (PhilSophus)
|
|
and strecpy where direct conversion is possible
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
|
order on LE and BE machines
|
|
TTD_[BIG/LITTLE]_ENDIAN is defined
|
|
something more than whitespace as description of files that don't have a description.
|
|
unneeded include from openttd.h.
|
|
|
|
usage of 32bpp-anim animation buffer during giant screenshots.
|
|
|
|
when it's not necessary.
|
|
|
|
map.h).
|
|
|
|
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|
|
This fixes also FS#1450
|
|
with the coding style
|
|
files (and add one)
|
|
(president) name
by index
|
|
unreadable from outside the blitter, so the blitter can store anything he likes
-Codechange: added CopyImageToBuffer, which produces a readable buffer for screenshots
-Fix: 32bpp-anim now holds animation on transparent objects to avoid strange graphical effects
-Fix: 32bpp-anim now works correct on mouse-movement (it holds the palette animation correctly)
|