Thu, 08 Feb 2007 10:41:45 +0000(svn r8626) [0.5] -Backport from trunk (8294, 8296, 8536, 8540, 8609): 0.5
rubidium [Thu, 08 Feb 2007 10:41:45 +0000] rev 5430
(svn r8626) [0.5] -Backport from trunk (8294, 8296, 8536, 8540, 8609):
-Fix: deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared
-Fix: GenerateVehicleSortList()/CmdMassStartStopVehicle() tried to put a TileIndex into an uint16
-Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out
-Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan)
-Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel.

Thu, 08 Feb 2007 10:19:03 +0000(svn r8625) [0.5] -Backport from trunk (8253, 8273, 8497, 8520 + 8542): 0.5
rubidium [Thu, 08 Feb 2007 10:19:03 +0000] rev 5429
(svn r8625) [0.5] -Backport from trunk (8253, 8273, 8497, 8520 + 8542):
-Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's.
-Fix: return value from clamp was ignored
-Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example 'bufsize' and 'hz'.
-Fix/Feature: requery gameservers that did not respond to their first query.

Thu, 08 Feb 2007 10:04:57 +0000(svn r8624) [0.5] -Backport from trunk (8239, 8240, 8315): 0.5
rubidium [Thu, 08 Feb 2007 10:04:57 +0000] rev 5428
(svn r8624) [0.5] -Backport from trunk (8239, 8240, 8315):
-Regression (r7278): Help window was empty for UNICODE builds
-Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo)
-Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available

Thu, 08 Feb 2007 10:00:22 +0000(svn r8623) [0.5] -Backport from trunk (8593, 8608, 8619, 8620) 0.5
rubidium [Thu, 08 Feb 2007 10:00:22 +0000] rev 5427
(svn r8623) [0.5] -Backport from trunk (8593, 8608, 8619, 8620)
-Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge.
-Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns.
-Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.
-Fix: buoys on canal tiles do not flood anymore.

Wed, 31 Jan 2007 22:08:23 +0000(svn r8500) [0.5] -Fix: [OSX] freetype failed to be detected (now it's always enabled because Xcode installs it) 0.5
bjarni [Wed, 31 Jan 2007 22:08:23 +0000] rev 5426
(svn r8500) [0.5] -Fix: [OSX] freetype failed to be detected (now it's always enabled because Xcode installs it)
-Fix: [OSX] fontconfig is disabled even if it's found because the default one in OSX is 2.1.0 and OpenTTD needs at least 2.3.0
-Fix: FREETYPE_CONFIG is only set when it's undefined. This makes it possible to add it as argument to make

Wed, 31 Jan 2007 12:47:35 +0000(svn r8490) [0.5] -Add: logging of the IP address and port of invalid/illegal UDP packets. 0.5
rubidium [Wed, 31 Jan 2007 12:47:35 +0000] rev 5425
(svn r8490) [0.5] -Add: logging of the IP address and port of invalid/illegal UDP packets.

Wed, 31 Jan 2007 12:39:41 +0000(svn r8489) [0.5] -Backport from trunk (8459, 8461): check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console. 0.5
rubidium [Wed, 31 Jan 2007 12:39:41 +0000] rev 5424
(svn r8489) [0.5] -Backport from trunk (8459, 8461): check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console.

Thu, 18 Jan 2007 00:52:33 +0000(svn r8228) [0.5] -Revert win32 changes 0.5 0.5.0-RC4
Darkvater [Thu, 18 Jan 2007 00:52:33 +0000] rev 5423
(svn r8228) [0.5] -Revert win32 changes

Thu, 18 Jan 2007 00:50:56 +0000(svn r8227) [0.5] -Fix:? 0.5
Darkvater [Thu, 18 Jan 2007 00:50:56 +0000] rev 5422
(svn r8227) [0.5] -Fix:?
- Prepare 0.5 branch for release. Update readme's, bugs, installers, changelog, etc. to 0.5.0-RC4

Wed, 17 Jan 2007 23:39:13 +0000(svn r8222) [0.5] -Backport from trunk (lang, r8171, r8186, r8218): 0.5
Darkvater [Wed, 17 Jan 2007 23:39:13 +0000] rev 5421
(svn r8222) [0.5] -Backport from trunk (lang, r8171, r8186, r8218):
- last missed chunk of danish language changes (lang)
- (FS#556) return SL_ERROR when unthreaded saves failed (r8171)
- (FS#557) apply railtype offset to station graphics if no custom station is in use (r8186)
- Increase spritecache size to 2MB (r8218).