Files @ r1026:26bcb9a458ed
Branch filter:

Location: cpp/openttd-patchpack/source/strgen/stdafx.c

truelight
(svn r1527) -Add: RCon (Remote Connection). A server can set:
'set rcon_pw <password>'
Which enables rcon. A client can now do:
'rcon <password> "<command>"'
The command will be executed on the server. (guru3)
-Fix: 'kick 1' did crash dedicated servers
-Fix: server password is now correctly saved

!!Warning!!: do not give your rcon password to people you do not thrust!
1
2
3
4
5
6
7
8
// stdafx.cpp : source file that includes just the standard includes
//	strgen.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file