Thu, 17 May 2007 20:19:55 +0000(svn r9866) -Codechange: remove the technical one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later.
rubidium [Thu, 17 May 2007 20:19:55 +0000] rev 6635
(svn r9866) -Codechange: remove the technical one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later.

Thu, 17 May 2007 20:00:45 +0000(svn r9865) -Fix (r9862): NOT_REACHED() and error() declarations are needed for strgen
glx [Thu, 17 May 2007 20:00:45 +0000] rev 6634
(svn r9865) -Fix (r9862): NOT_REACHED() and error() declarations are needed for strgen

Thu, 17 May 2007 13:36:00 +0000(svn r9862) -Fix (9842): strgen's error() does return in contrast to OTTD's error().
rubidium [Thu, 17 May 2007 13:36:00 +0000] rev 6633
(svn r9862) -Fix (9842): strgen's error() does return in contrast to OTTD's error().

Thu, 17 May 2007 12:06:47 +0000(svn r9861) -Fix: null pointer derefence under MorphOS and AmigaOS.
rubidium [Thu, 17 May 2007 12:06:47 +0000] rev 6632
(svn r9861) -Fix: null pointer derefence under MorphOS and AmigaOS.

Wed, 16 May 2007 21:28:23 +0000(svn r9857) -Fix: loading of TTDP savegames with features that OTTD has.
rubidium [Wed, 16 May 2007 21:28:23 +0000] rev 6631
(svn r9857) -Fix: loading of TTDP savegames with features that OTTD has.

Wed, 16 May 2007 08:20:37 +0000(svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles.
rubidium [Wed, 16 May 2007 08:20:37 +0000] rev 6630
(svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles.

Tue, 15 May 2007 21:36:58 +0000(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
belugas [Tue, 15 May 2007 21:36:58 +0000] rev 6629
(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Basically, it is more a gathering of IDs from grf files and ingame data.

Tue, 15 May 2007 17:54:46 +0000(svn r9848) -Fix r9846: how every many times you check something, of course you always switch them at the last moment... UnScaleByZoom was ScaleByZoom and visa versa... (tnx to yeti_ for noticing)
truelight [Tue, 15 May 2007 17:54:46 +0000] rev 6628
(svn r9848) -Fix r9846: how every many times you check something, of course you always switch them at the last moment... UnScaleByZoom was ScaleByZoom and visa versa... (tnx to yeti_ for noticing)

Tue, 15 May 2007 17:41:50 +0000(svn r9847) -Update: WebTranslator2 update to 2007-05-15 19:41:41
miham [Tue, 15 May 2007 17:41:50 +0000] rev 6627
(svn r9847) -Update: WebTranslator2 update to 2007-05-15 19:41:41
estonian - 10 fixed by kristjans (10)
japanese - 9 fixed by ickoonite (9)
traditional_chinese - 21 changed by xbddc (21)

Tue, 15 May 2007 16:08:46 +0000(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons
truelight [Tue, 15 May 2007 16:08:46 +0000] rev 6626
(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons
-Codechange: introduced ZOOM_LVL_DETAIL to show/remove details
-Codechange: changed << and >> operator with ZoomLevel to a simple wrapper (that in theory also allows zoom-in besides the current zoom-out)
-Fix r9845: missed some int -> ZoomLevel

Tue, 15 May 2007 14:28:34 +0000(svn r9845) -Fix (r9844): svn:eol-style/svn:keywords were missing...
rubidium [Tue, 15 May 2007 14:28:34 +0000] rev 6625
(svn r9845) -Fix (r9844): svn:eol-style/svn:keywords were missing...

Tue, 15 May 2007 14:08:39 +0000(svn r9844) -Codechange: replace zoomlevel with an enum
truelight [Tue, 15 May 2007 14:08:39 +0000] rev 6624
(svn r9844) -Codechange: replace zoomlevel with an enum
-Codechange: use predefined enums for viewport zoomlevels

Tue, 15 May 2007 13:38:43 +0000(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.
rubidium [Tue, 15 May 2007 13:38:43 +0000] rev 6623
(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.

Tue, 15 May 2007 13:01:52 +0000(svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is disabled.
rubidium [Tue, 15 May 2007 13:01:52 +0000] rev 6622
(svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is disabled.

Tue, 15 May 2007 11:28:22 +0000(svn r9841) -Codechange: add a little more type strictness to the vehicle types.
rubidium [Tue, 15 May 2007 11:28:22 +0000] rev 6621
(svn r9841) -Codechange: add a little more type strictness to the vehicle types.

Tue, 15 May 2007 06:20:16 +0000(svn r9840) -Fix (r9838): MSVC is complaining about signedness again (Belugas).
rubidium [Tue, 15 May 2007 06:20:16 +0000] rev 6620
(svn r9840) -Fix (r9838): MSVC is complaining about signedness again (Belugas).

Mon, 14 May 2007 20:17:26 +0000(svn r9839) -Fix: vehicles in old savegames could leave the station because the changed loading algorithm thought it was already finished.
rubidium [Mon, 14 May 2007 20:17:26 +0000] rev 6619
(svn r9839) -Fix: vehicles in old savegames could leave the station because the changed loading algorithm thought it was already finished.

Mon, 14 May 2007 20:12:32 +0000(svn r9838) -Fix: make "improved loading" a proper improved loading instead of loading one (semi-)random vehicle at a time:
rubidium [Mon, 14 May 2007 20:12:32 +0000] rev 6618
(svn r9838) -Fix: make "improved loading" a proper improved loading instead of loading one (semi-)random vehicle at a time:
- Now it is really FIFO.
- When there is enough cargo to fill the first vehicle in the queue, the next vehicle in the queue start loading (and the next when ....).

Mon, 14 May 2007 17:37:34 +0000(svn r9837) -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling.
peter1138 [Mon, 14 May 2007 17:37:34 +0000] rev 6617
(svn r9837) -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling.

Mon, 14 May 2007 16:07:05 +0000(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.
rubidium [Mon, 14 May 2007 16:07:05 +0000] rev 6616
(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.

Mon, 14 May 2007 15:20:50 +0000(svn r9835) -Codechange: use Pixel typedef instead of byte where ever possible
truelight [Mon, 14 May 2007 15:20:50 +0000] rev 6615
(svn r9835) -Codechange: use Pixel typedef instead of byte where ever possible

Mon, 14 May 2007 14:06:46 +0000(svn r9834) -Add: win9x check in win32 builds
glx [Mon, 14 May 2007 14:06:46 +0000] rev 6614
(svn r9834) -Add: win9x check in win32 builds

Mon, 14 May 2007 08:07:20 +0000(svn r9833) -Fix: also 'leave' the station when leaving for automatic servicing.
rubidium [Mon, 14 May 2007 08:07:20 +0000] rev 6613
(svn r9833) -Fix: also 'leave' the station when leaving for automatic servicing.

Sun, 13 May 2007 22:10:04 +0000(svn r9832) -Fix: leave the station when manually skipping to the next order and we are currently (un)loading.
rubidium [Sun, 13 May 2007 22:10:04 +0000] rev 6612
(svn r9832) -Fix: leave the station when manually skipping to the next order and we are currently (un)loading.

Sun, 13 May 2007 21:24:58 +0000(svn r9831) -Codechange: more refactoring of the loading/unloading.
rubidium [Sun, 13 May 2007 21:24:58 +0000] rev 6611
(svn r9831) -Codechange: more refactoring of the loading/unloading.

Sun, 13 May 2007 00:11:13 +0000(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)
belugas [Sun, 13 May 2007 00:11:13 +0000] rev 6610
(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)

Sat, 12 May 2007 09:09:10 +0000(svn r9829) -Codechange: more refactoring of the unloading algorithm.
rubidium [Sat, 12 May 2007 09:09:10 +0000] rev 6609
(svn r9829) -Codechange: more refactoring of the unloading algorithm.

Sat, 12 May 2007 07:05:34 +0000(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.
peter1138 [Sat, 12 May 2007 07:05:34 +0000] rev 6608
(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.

Fri, 11 May 2007 19:22:43 +0000(svn r9827) -Codechange/Fix: [NewGRF] Text strings of 1 character are perfectly valid... (fixes dbsetxl refits again...)
peter1138 [Fri, 11 May 2007 19:22:43 +0000] rev 6607
(svn r9827) -Codechange/Fix: [NewGRF] Text strings of 1 character are perfectly valid... (fixes dbsetxl refits again...)

Thu, 10 May 2007 23:10:23 +0000(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.
peter1138 [Thu, 10 May 2007 23:10:23 +0000] rev 6606
(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.