peter1138 [Mon, 14 May 2007 17:37:34 +0000] rev 7113
(svn r9837) -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling.
rubidium [Mon, 14 May 2007 16:07:05 +0000] rev 7112
(svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading.
truelight [Mon, 14 May 2007 15:20:50 +0000] rev 7111
(svn r9835) -Codechange: use Pixel typedef instead of byte where ever possible
glx [Mon, 14 May 2007 14:06:46 +0000] rev 7110
(svn r9834) -Add: win9x check in win32 builds
rubidium [Mon, 14 May 2007 08:07:20 +0000] rev 7109
(svn r9833) -Fix: also 'leave' the station when leaving for automatic servicing.
rubidium [Sun, 13 May 2007 22:10:04 +0000] rev 7108
(svn r9832) -Fix: leave the station when manually skipping to the next order and we are currently (un)loading.
rubidium [Sun, 13 May 2007 21:24:58 +0000] rev 7107
(svn r9831) -Codechange: more refactoring of the loading/unloading.
belugas [Sun, 13 May 2007 00:11:13 +0000] rev 7106
(svn r9830) -Fix(r9779) : Let the town expand and build new houses along the roads of the users, even in case of "No Road" layout (skiddl13)
rubidium [Sat, 12 May 2007 09:09:10 +0000] rev 7105
(svn r9829) -Codechange: more refactoring of the unloading algorithm.
peter1138 [Sat, 12 May 2007 07:05:34 +0000] rev 7104
(svn r9828) -Codechange: [NewGRF] Add support for changing cargo capacity with callback 36. This is set on construction for ships and roadvehicles, and whenever carriages are attached for trains.