Age | Commit message (Collapse) | Author |
|
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().
|
|
|
|
|
|
declarations.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
always have the NORETURN attribute
|
|
operators.
|
|
math_func.hpp
|
|
|
|
|
|
in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
|
|
supporting NDS by default. Based on work by Dominik.
|
|
extra checking and such anymore.
|
|
of FS#1335
|
|
|
|
|
|
|
|
asserts and show them in crash.log for MSVC release builds
|
|
|
|
extra checking and such anymore.
|
|
of FS#1482.
|
|
|
|
This fixes also FS#1450
|
|
compilation failures.
|
|
|
|
anyway, a step towards that goal)
-Fix: put DEBUG lines under WINCE via a function designed for just that under WINCE
|
|
like 'and')
|
|
Matthias.
|
|
variables.h to strings.h
|
|
wchars, so disable all code that has to use wchars for MorphOS.
|
|
|
|
|
|
C4258: 'y' : definition from the for loop is ignored; the definition from the enclosing scope is used" which prevents compilation on MSVC 2003
|
|
|
|
|
|
be more flexible.
-Codechange: add support for personal directories on Windows.
-Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.
|
|
any full paths (again).
|
|
for strgen
|
|
error().
|
|
disabled.
|
|
gives silly warnings and is unneeded for OpenTTD
|
|
|
|
The end of the preliminary work is near
|
|
std::numeric_limits doesn't exist in gcc 2.95 (MorphOS), so back to tree and use ~0 instead (peter1138)
|
|
std::numeric_limits<uint32>::max() instead.
|
|
non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.
|
|
inttypes.h which defines the things we need from stdint.h.
|
|
we don't conflict with Vista Platform SDK (boekabart)
|
|
|