Sun, 09 Dec 2007 15:17:49 +0000(svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the extra checking and such anymore.
rubidium [Sun, 09 Dec 2007 15:17:49 +0000] rev 8542
(svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the extra checking and such anymore.

Sun, 09 Dec 2007 15:15:26 +0000(svn r11605) -Fix [FS#1482, FS#1523]: wrong count of Kirby trains when a ship was build.
rubidium [Sun, 09 Dec 2007 15:15:26 +0000] rev 8541
(svn r11605) -Fix [FS#1482, FS#1523]: wrong count of Kirby trains when a ship was build.

Sat, 08 Dec 2007 21:57:24 +0000(svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches
smatz [Sat, 08 Dec 2007 21:57:24 +0000] rev 8540
(svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches

Sat, 08 Dec 2007 19:53:30 +0000(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
smatz [Sat, 08 Dec 2007 19:53:30 +0000] rev 8539
(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic

Sat, 08 Dec 2007 18:53:49 +0000(svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when building universal binaries
bjarni [Sat, 08 Dec 2007 18:53:49 +0000] rev 8538
(svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when building universal binaries
10.5 support needs this and it will not break 10.3 support

Sat, 08 Dec 2007 18:50:39 +0000(svn r11601) -Codechange: more strict break conditions for _userstring, assert when it overflows anyway (eg. code change without proper check change)
smatz [Sat, 08 Dec 2007 18:50:39 +0000] rev 8537
(svn r11601) -Codechange: more strict break conditions for _userstring, assert when it overflows anyway (eg. code change without proper check change)

Sat, 08 Dec 2007 15:47:23 +0000(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done in *allocT functions.
glx [Sat, 08 Dec 2007 15:47:23 +0000] rev 8536
(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done in *allocT functions.

Sat, 08 Dec 2007 15:21:37 +0000(svn r11599) -Change: [OSX] 10.4 will now use quickdraw for window mode instead of quartz
bjarni [Sat, 08 Dec 2007 15:21:37 +0000] rev 8535
(svn r11599) -Change: [OSX] 10.4 will now use quickdraw for window mode instead of quartz
The reason is that quickdraw is way faster (try fast forward)
10.5 will still use quartz as it can't handle quickdraw.

Sat, 08 Dec 2007 14:54:43 +0000(svn r11598) -Change [FS#1518]: some tooltips of the main toolbar did not 'enumerate' all options in a drop down menu.
rubidium [Sat, 08 Dec 2007 14:54:43 +0000] rev 8534
(svn r11598) -Change [FS#1518]: some tooltips of the main toolbar did not 'enumerate' all options in a drop down menu.

Sat, 08 Dec 2007 14:50:41 +0000(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
rubidium [Sat, 08 Dec 2007 14:50:41 +0000] rev 8533
(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.