frosch [Wed, 20 Aug 2008 19:31:35 +0000] rev 9957
(svn r14112) -Fix (r13715)[FS#2232]: Action B custom messages with parameteers were broken.
frosch [Wed, 20 Aug 2008 19:10:42 +0000] rev 9956
(svn r14111) -Fix (r2572): [strgen] Changing order of parameters {X:...} did not work for strings including some {StringY}.
glx [Wed, 20 Aug 2008 16:51:08 +0000] rev 9955
(svn r14110) -Fix: desyncs due to bubbles in toyland
smatz [Wed, 20 Aug 2008 16:06:27 +0000] rev 9954
(svn r14109) -Fix (r14107): marking reserved tile dirty is needed for waypoints and stations even when patch option is disabled
belugas [Wed, 20 Aug 2008 15:27:22 +0000] rev 9953
(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file
smatz [Wed, 20 Aug 2008 15:21:03 +0000] rev 9952
(svn r14107) -Codechange: marking reserved tile dirty twice (and even when patch option is off) is not needed
belugas [Wed, 20 Aug 2008 13:32:57 +0000] rev 9951
(svn r14106) -Fix(r14104): A string too much been commited
belugas [Wed, 20 Aug 2008 01:38:12 +0000] rev 9950
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln
I've added a little fix on currency.cpp too, why not :)
belugas [Wed, 20 Aug 2008 01:29:05 +0000] rev 9949
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Changing its name is also supported from the same new window.
Gui based on work done by Satyap, on FS#2025.
smatz [Tue, 19 Aug 2008 10:55:33 +0000] rev 9948
(svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation
rubidium [Tue, 19 Aug 2008 09:08:45 +0000] rev 9947
(svn r14102) -Fix [FS#1986]: make NewGRF action 0x06's changes persistent over the several loading stages.
rubidium [Mon, 18 Aug 2008 21:44:03 +0000] rev 9946
(svn r14101) -Cleanup (r14083): leftover friend.
belugas [Mon, 18 Aug 2008 17:11:13 +0000] rev 9945
(svn r14100) -Fix(r14099): Who reads readme.txt files anyway?. Same work as previous commit.
belugas [Mon, 18 Aug 2008 17:07:27 +0000] rev 9944
(svn r14099) -Codechange: Welcome back, Celestar.
While at it, an alphabetic error been fixed
celestar [Mon, 18 Aug 2008 16:52:40 +0000] rev 9943
(svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle
rubidium [Sun, 17 Aug 2008 21:07:09 +0000] rev 9942
(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though.
rubidium [Sun, 17 Aug 2008 19:56:17 +0000] rev 9941
(svn r14096) -Codechange: merge the shared order's vehicle list management to a single location.
frosch [Sun, 17 Aug 2008 18:48:18 +0000] rev 9940
(svn r14095) -Fix (r14076): Trains shall not stop instantly.
glx [Sun, 17 Aug 2008 15:03:54 +0000] rev 9939
(svn r14094) -Revert (r14071): caused more problems than it solved
rubidium [Sun, 17 Aug 2008 13:56:11 +0000] rev 9938
(svn r14093) -Fix [FS#2230]: don't flood a NewGRF industry when it implicitly tells that it wants to be build on water (land shape flags bit 5).
rubidium [Sun, 17 Aug 2008 11:52:06 +0000] rev 9937
(svn r14092) -Cleanup (r14083): dead code, i.e. unused function.
frosch [Sun, 17 Aug 2008 11:49:35 +0000] rev 9936
(svn r14091) -Cleanup (r14083): Remove superfluous '#include's.
rubidium [Sun, 17 Aug 2008 11:12:56 +0000] rev 9935
(svn r14090) -Fix: the vehicle window of articulated road vehicles would show the clone/refit button when the vehicle was not completely stopped in the depot.
rubidium [Sun, 17 Aug 2008 11:04:37 +0000] rev 9934
(svn r14089) -Fix [FS#2219]: trains not being able to find a route to a depot when the front is already in the depot.
rubidium [Sun, 17 Aug 2008 09:47:02 +0000] rev 9933
(svn r14088) -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it.
rubidium [Sat, 16 Aug 2008 21:48:28 +0000] rev 9932
(svn r14087) -Fix [FS#2228]: flawed parsing of words (as in 2 bytes) in GRF strings due to sign extension (minime)
smatz [Sat, 16 Aug 2008 18:01:23 +0000] rev 9931
(svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work when a depot window was opened
frosch [Sat, 16 Aug 2008 14:15:32 +0000] rev 9930
(svn r14085) -Cleanup (r14083): Remove no longer used functions.
frosch [Sat, 16 Aug 2008 14:04:29 +0000] rev 9929
(svn r14084) -Codechange: Language updates for r14083.
frosch [Sat, 16 Aug 2008 14:02:20 +0000] rev 9928
(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel.