Age | Commit message (Collapse) | Author |
|
|
|
Company income was described as an unsigned integer, but it should be signed.
|
|
When unpacking downloaded content, the downloaded .gz file was being opened with `fopen`, the OS file handle given to zlib, and then afterwards zlib told to close the file.
But the `FILE *` object was never closed with `fclose`, meaning the stdio library would have a hanging file object, whose file handle was now invalid or referred to a different file. This caused asserts during shutdown with Microsoft's C library in debug mode.
Fix this by properly duplicating the OS handle and `fclose`ing the `FILE *` object, before giving the handle to zlib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
macro _WIN32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
padding.
|
|
maximum number of NewGRFs in a game.
-Codechange: Remove LAST_GRF_SLOT and MAX_NEWGRFS. Now NETWORK_MAX_GRF_COUNT is the only constant to specify the maximum number of non-static NewGRF.
-Codechange: Increase the number of file slots, effectively increasing the maximum number of static NewGRF and baseset GRFs.
|
|
threads. (JGR)
|
|
SaveLoadOperation to avoid nameclash with windows compiler toolkit.
|
|
DetailedFileType.
|
|
|
|
authority window did not auto-resize according to their content when they were positioned at the bottom of the screen. (Eearslya)
|
|
|
|
a sound effect.
|
|
computations in the content client.
|
|
when showing a online content window with exactly one type of content.
|
|
download window when opened from the AI/GS settings window.
|
|
content of other types unless they have been (auto)selected for download.
|
|
|
|
client list. (_dp_)
|
|
with no clients the tick length was increased significantly, making any assumptions about the tick length used further down in the code are not true anymore. One of such assumptions was that one should readvertise every 15 minutes worth of original ticks, but due to the lengthening this timeframe would be more like 45-60 minutes. Now we'll take the operating system's millisecond counter instead
|
|
sizes.
|
|
repeated string resolving.
|
|
as the toolbar. Otherwise they lack a size definition.
|
|
width instead of pixels.
|
|
|
|
spaces)
|
|
for desync debug message
|
|
buttons with non-static width.
|
|
|
|
|
|
|
|
|
|
then clients joining it to admin port (Taede)
|
|
not correctly put into the first company for all state variables
|
|
state information upon creation of their company
|
|
|
|
the return is not NULL)
|
|
|