Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
-Add: added general header-inclusing for PSP
|
|
have a limited amount of file-descripters open at any given time.
The Fios keeps track how many times a file is opened, and tries to close up files which aren't used often.
The first platform using this is PSP. Patch based on the work of Turulo.
|
|
|
|
debug information emission for enum 'StringIdEnum'"
|
|
|
|
This due to the fact that some stl headers will include them anyway and #undef several defines made in stdafx.h.
An example of this is that fopen that we redefine to _wfopen (for Windows Unicode compatability), is reverted to a non-Windows Unicode compatible fopen. This makes it impossible to start openttd with non-ASCII characters in the path or load savegames with non-ASCII characters under Windows.
|
|
(seems that g++ 2.95 defines it anyway)
|
|
This fixes the issue where OSX included stdint.h though other includes before defining __STDC_LIMIT_MACROS (and failed to compile because of this)
|
|
describes the
required value better anyway. However, INT64_MAX comes from stdint.h which
doesn't seem to exist on MSVC or MorphOS, so it's defined manually for them.
|
|
|
|
alternative where possible
|
|
member ‘<class>::<member>’ of NULL object'. It is weird, but renaming the 'offsetof' macro helped.
|