Age | Commit message (Collapse) | Author |
|
most commonly used options
|
|
(TrueLight)
|
|
|
|
|
|
|
|
order again) (Celestar)
|
|
file)
|
|
|
|
|
|
|
|
|
|
|
|
Features:
* network core is dynamicly loaded when needed (-n isn't needed anymore)
for easy switching between single and multiplayer. But commandline
shortcuts are still enabled:
-n = autodetect network server
-n [ip] = connect to the server
* udp now uses 2 different ports
- you can run 1 server and serveral clients on one pc
- the clients udp-socket gets unloaded when the
network game starts
- the servers udp-sockets remains online to allow the
network gui to detect itself
* new gameinfo structure
this struct is available for every online/lan game
* dynamic NetworkGameList
|
|
|
|
(blathijs)
|
|
to blathij)s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Add: generalised A* Algorithm
-Add: generalised queues (Fifo, Stack, InsSort, BinaryHeap)
|
|
|
|
|
|
-Fix: network.c more robust (check for NULL pointer), if gethostbyname failes, try resolving IP address
|
|
|
|
Message history works now
|
|
window on Windows. Currently of no use, since no devs have assembly knowledge
|
|
wrong position
|
|
-Add: AI overrides service interval to 180 days
-Fix: AI hanged when all vehicles were disabled in Patch menu
|
|
|
|
-Change DEBUG lvl for GRF warnings/errors to 2, lvl 1 is used for copyright notices
-Fix show currect filename when debugging grf files
|
|
|
|
|
|
|
|
(truesatan)
-Changed some debug messages in aircraft code to DEBUG(misc, 1)
|
|
-Add some debug messages for misc=1
|
|
-Feature: added callback feature to patches options
|