Fri, 17 Dec 2004 23:32:54 +0000(svn r1148) Fix: The console hotkey is finally working properly on all keyboards. It's the key on the top left corner
dominik [Fri, 17 Dec 2004 23:32:54 +0000] rev 698
(svn r1148) Fix: The console hotkey is finally working properly on all keyboards. It's the key on the top left corner

Fri, 17 Dec 2004 17:06:20 +0000(svn r1146) -Fix: You can no longer change waypoints whom are owned by somebody else
truelight [Fri, 17 Dec 2004 17:06:20 +0000] rev 697
(svn r1146) -Fix: You can no longer change waypoints whom are owned by somebody else

Fri, 17 Dec 2004 09:02:41 +0000(svn r1145) Remove stray line which crept in in last commit
tron [Fri, 17 Dec 2004 09:02:41 +0000] rev 696
(svn r1145) Remove stray line which crept in in last commit

Fri, 17 Dec 2004 09:01:24 +0000(svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() instead
tron [Fri, 17 Dec 2004 09:01:24 +0000] rev 695
(svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() instead

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