Age | Commit message (Collapse) | Author |
|
|
|
|
|
the server and the clients themselves (dihedral)
|
|
names (based on patch by dihedral)
|
|
|
|
structure so we can pass either one of them and not convert an ip to a string and then back again.
|
|
by Zuu)
|
|
configured one, not a random (Yexo)
|
|
|
|
instead of hoping you understand the internals of a change AI routine (to avoid possible mistakes in the future)
|
|
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
|
|
|
|
min_clients
|
|
|
|
(optional) parameter.
|
|
#include dependencies.
|
|
ClientIndex
|
|
|
|
network related company information.
|
|
field for changing the password on clients.
|
|
identification ids and the indices into the clients/client info arrays.
|
|
and strecpy where direct conversion is possible
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
|
like it's done for other list_* console commands
|
|
|
|
with all other structs/classes that are in a pool.
|
|
to.Patch by Yexo
|
|
|
|
crashes to simplify debugging. See readme.txt for details
|
|
settings between NetworkSettings and NetworkGameInfo.
-Fix: failure of changing the server password during games because the password wasn't duplicated properly.
|
|
-Cleanup: some reincarnations of _fios_items in the code
|
|
headers so that nothing from the network directory needs to include basically all network headers.
|
|
the patch command.
|
|
network/network_internal to settings.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
initialised once and always with the same value with enums.
|
|
|
|
client but do directly execute those on the server.
|
|
something more than whitespace as description of files that don't have a description.
|
|
unneeded inclusions of engine.h and/or replace them with engine_type.h.
|
|
|
|
|
|
on a dedicated server. Patch by dihedral.
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
when it's not necessary.
|