Age | Commit message (Collapse) | Author |
|
instead of declaring it in 6 other files
|
|
GUI-less video driver.
|
|
|
|
|
|
load), and add support for (safe) loading with a LoadFilter
|
|
milliseconds per game tick and use it
|
|
to terminate a dedicated OpenTTD
|
|
|
|
missed :)
|
|
VARDEF and put them in a more logical location
|
|
sync during GUI operation.
|
|
|
|
if a header require a header make it include that header
|
|
with a dedicated server
|
|
allocated.
|
|
|
|
|
|
_local_company, but only as a storage location for the company you want to join in MP.
|
|
|
|
sources too
|
|
|
|
hardcode the values for that enum.
|
|
as GameMode instead of as byte.
|
|
server to be overriden by -d (if used after -D).
|
|
|
|
resolving the hostname or connecting takes long/is timing out.
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
doesn't guarantee the resulting string is '\0'-terminated.
|
|
fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
|
couldn't use the full "extent" of the new chat message limit.
|
|
that was not a printable ASCII character instead. Now it allows UTF8 formated strings too.
|
|
Dimension instead of uint16[2] for resolutions
|
|
related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
blitter did.
|
|
places.
|
|
to be included when wanting to know whether we are a server.
|
|
|
|
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 disposition
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
(Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
|
|
fitting to the naming style
|
|
-Fix: WinCE doesn't support console
-Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way)
|
|
sound/music/video drivers, using self-registration based on the blitter-model.
|