summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-30 18:14:37 +0000
committerrubidium <rubidium@openttd.org>2010-12-30 18:14:37 +0000
commit6546561360597708e61609de4290fb3b1cbe7068 (patch)
tree2472c0c34def0d4a7ab64fe04e13bd4aff20497e /docs
parent661e13a86af45f88bc0fd7d8c045f66ceddd041e (diff)
downloadopenttd-6546561360597708e61609de4290fb3b1cbe7068.tar.xz
(svn r21668) -Feature: command logging using the admin interface (dihedral)
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_network.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/admin_network.txt b/docs/admin_network.txt
index b73553d20..b81368e42 100644
--- a/docs/admin_network.txt
+++ b/docs/admin_network.txt
@@ -113,6 +113,9 @@ Admin Network
- ADMIN_PACKET_SERVER_CONSOLE
+ ADMIN_UPDATE_CMD_LOGGING results in the server sending:
+ - ADMIN_PACKET_SERVER_CMD_LOGGING
+
3. Polling manually
-------------------
@@ -122,6 +125,7 @@ Admin Network
- ADMIN_UPDATE_COMPANY_INFO
- ADMIN_UPDATE_COMPANY_ECONOMY
- ADMIN_UPDATE_COMPANY_STATS
+ - ADMIN_UPDATE_CMD_NAMES
ADMIN_UPDATE_CLIENT_INFO and ADMIN_UPDATE_COMPANY_INFO accept an additional
parameter. This parameter is used to specify a certain client or company.
@@ -202,4 +206,9 @@ Admin Network
a CLIENT_JOIN / COMPANY_NEW packet without having received the INFO packet
it may be a good idea to POLL for the specific ID.
+ ADMIN_PACKET_SERVER_CMD_NAMES and ADMIN_PACKET_SERVER_CMD_LOGGING
+ Data provided with these packets is not stable and will not be
+ treated as such. Do not rely on IDs or names to be constant
+ across different versions / revisions of OpenTTD.
+ Data provided in this packet is for logging purposes only.