tron [Tue, 19 Jul 2005 06:31:39 +0000] rev 2120
(svn r2630) Forgot one Pixel (see r2571)
truelight [Mon, 18 Jul 2005 23:33:14 +0000] rev 2119
(svn r2629) -Codechange: removed stupid comment on top of players.c
Darkvater [Mon, 18 Jul 2005 00:17:19 +0000] rev 2118
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
miham [Sun, 17 Jul 2005 22:20:04 +0000] rev 2117
(svn r2627) [Translations] Fixing typos in hungarian langfile
tron [Sun, 17 Jul 2005 20:14:58 +0000] rev 2116
(svn r2626) static, const, misc.
hackykid [Sun, 17 Jul 2005 20:09:02 +0000] rev 2115
(svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly. Prevents trains from unreserving eachothers paths in some cases.
- CodeChange: Use the TrackdirToTrack function instead of &7, and remove an unneeded variable.
Darkvater [Sun, 17 Jul 2005 19:38:40 +0000] rev 2114
(svn r2624) - Fix: oops, forgot to change the already in use DrawStringCenteredTruncated() functions.
Darkvater [Sun, 17 Jul 2005 19:23:18 +0000] rev 2113
(svn r2623) - CodeChange: rework DrawStringCenteredTruncated() a bit. Instead of giving center + width you give the coordinates of the bounding box (left, right) it has to fit in (ludde)
- CodeChange: changed (back) maximum pixel length of truncated strings to a signed integer.
ludde [Sun, 17 Jul 2005 18:49:05 +0000] rev 2112
(svn r2622) Fix: remove _cargoc.names_p, it was never used.
hackykid [Sun, 17 Jul 2005 18:48:45 +0000] rev 2111
(svn r2621) - Fix: [pbs] When removing tracks, clear their reserved status.