Age | Commit message (Collapse) | Author |
|
static buffers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
automatic destruction to simplify control flow in openttd_main.
|
|
|
|
|
|
|
|
This is a C++11 feature that allows the compiler to check that a virtual
member declaration overrides a base-class member with the same signature.
Also src/blitter/32bpp_anim_sse4.hpp +38 is no longer erroneously marked
as virtual despite being a template.
|
|
macro _WIN32
|
|
|
|
relying on high-level functions.
|
|
file io code instead of assuming MAX_PATH is okay
|
|
it's set it shouldn't be changed anyhow
|
|
|
|
commonly used header.
|
|
that directory
|
|
coding style
|
|
|
|
limited set of sub directories
|
|
|
|
|
|
through in the file scanner
|
|
(some) files instead of the default one
|
|
|
|
for their directory
|
|
|
|
static in that file.
|
|
to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length
|
|
|
|
|
|
|
|
|
|
'exported'
|
|
|
|
the file scanner (i.e. only search a single directory).
|
|
(content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
|
see.
NoAI is an API (a framework) to build your own AIs in. See:
http://wiki.openttd.org/wiki/index.php/AI:Main_Page
With many thanks to:
- glx and Rubidium for their syncing, feedback and hard work
- Yexo for his feedback, patches, and AIs which tested the system very deep
- Morloth for his feedback and patches
- TJIP for hosting a challenge which kept NoAI on track
- All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks
|
|
in class with virtual functions.
|
|
fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|