Fri, 17 Dec 2004 04:42:55 +0000(svn r1143) Daily langfile updates (automatic)
miham [Fri, 17 Dec 2004 04:42:55 +0000] rev 694
(svn r1143) Daily langfile updates (automatic)

Thu, 16 Dec 2004 15:51:18 +0000(svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows really
truelight [Thu, 16 Dec 2004 15:51:18 +0000] rev 693
(svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows really
does not like strncpy for some silly reason.

Thu, 16 Dec 2004 15:35:19 +0000(svn r1136) -Fix: [Network] Revision check on windows-servers is working now
truelight [Thu, 16 Dec 2004 15:35:19 +0000] rev 692
(svn r1136) -Fix: [Network] Revision check on windows-servers is working now

Thu, 16 Dec 2004 14:57:25 +0000(svn r1135) -Fix: added map.c/h to vc6 project file (bociusz)
truelight [Thu, 16 Dec 2004 14:57:25 +0000] rev 691
(svn r1135) -Fix: added map.c/h to vc6 project file (bociusz)

Thu, 16 Dec 2004 13:59:23 +0000(svn r1131) -Add: [Network] Autoclean_companies (set it with 'set autoclean_companies on/off').
truelight [Thu, 16 Dec 2004 13:59:23 +0000] rev 690
(svn r1131) -Add: [Network] Autoclean_companies (set it with 'set autoclean_companies on/off').
When enabled, empty companies (companies with no active clients) with no
password are declared bankrupt after 1 year of emptyness.
For empty companies with password, the password is removed after 3 years
of emptyness.
The delay of removing company/password can be configured via:
- 'set autoclean_protected <months>'
- 'set autoclean_unprotected <months>'

Thu, 16 Dec 2004 12:30:13 +0000(svn r1130) Add helper functions to query map size
tron [Thu, 16 Dec 2004 12:30:13 +0000] rev 689
(svn r1130) Add helper functions to query map size

Thu, 16 Dec 2004 11:36:57 +0000(svn r1129) -Add: [Network] Added 'reset_company <company-id>'. If a company is
truelight [Thu, 16 Dec 2004 11:36:57 +0000] rev 688
(svn r1129) -Add: [Network] Added 'reset_company <company-id>'. If a company is
empty (no clients logged on to it), a server can delete a company via
this command in the console.

Thu, 16 Dec 2004 11:36:00 +0000(svn r1128) -Fix: [Network] Going bankrupt of human-players was corrupted in networkgames
truelight [Thu, 16 Dec 2004 11:36:00 +0000] rev 687
(svn r1128) -Fix: [Network] Going bankrupt of human-players was corrupted in networkgames

Thu, 16 Dec 2004 11:35:08 +0000(svn r1127) -Fix: [Network] Protect the network against an illegal PLAYER_CTRL (in
truelight [Thu, 16 Dec 2004 11:35:08 +0000] rev 686
(svn r1127) -Fix: [Network] Protect the network against an illegal PLAYER_CTRL (in
which a modified client could, for example, delete a random active company)

Thu, 16 Dec 2004 11:12:59 +0000(svn r1126) -Fix: [Network] Pressing Disconnect on the GUI puts you back to the
truelight [Thu, 16 Dec 2004 11:12:59 +0000] rev 685
(svn r1126) -Fix: [Network] Pressing Disconnect on the GUI puts you back to the
main-menu (so you no longer stay ingame (if you were))