dominik [Tue, 14 Dec 2004 17:06:54 +0000] rev 650
(svn r1083) Fix: the console "script" command saves all output to the textfile, not only printf stuff (sign_de)
dominik [Tue, 14 Dec 2004 16:53:38 +0000] rev 649
(svn r1082) Feature: Chat toolbar
- to chat with all players press Return (or Shift-T) and type in the message
- Press Return again to send the message
miham [Tue, 14 Dec 2004 15:24:36 +0000] rev 648
(svn r1081) Daily langfile updates (automatic)
tron [Tue, 14 Dec 2004 08:01:12 +0000] rev 647
(svn r1080) Improve mini-map scrolling in a similar way as viewport scrolling (r1063): now the centre of the mini-map window is the region of interest instead some arbitrary coordinate.
darkvater [Tue, 14 Dec 2004 00:45:24 +0000] rev 646
(svn r1079) -Fix: you can once again quit the game in windows by pressing ALT+F4 or the 'exit' button in the main menu.
bjarni [Mon, 13 Dec 2004 22:19:37 +0000] rev 645
(svn r1078) md5.c vc6 + vs.net fix for release builds (sign_de)
dominik [Mon, 13 Dec 2004 22:13:02 +0000] rev 644
(svn r1077) Implements scripts/autoexec.scr to get executed on game starting (sign_de)
- %! allows to merge alias parameters
- \% allows to use % in alias strings
- "alias" command now overwrites the old alias list entry
dominik [Mon, 13 Dec 2004 22:10:12 +0000] rev 643
(svn r1076) Feature: Patch setting to autosave the game on exit
If you set autosave_on_exit = true in openttd.cfg, your game will be saved as exit.sav in the autosave folder and you won't be asked if you want to quit the game any more.
miham [Mon, 13 Dec 2004 21:28:38 +0000] rev 642
(svn r1075) Daily langfile updates (automatic)
dominik [Mon, 13 Dec 2004 21:23:28 +0000] rev 641
(svn r1074) Fix: server_bind_ip was set to 255.255.255.255 by default
The correct default value is 0.0.0.0. If you are experiencing problems with connecting to your server you'll have to change the value of server_bind_ip to 0.0.0.0 in openttd.cfg