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 7131
(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 7130
(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 7129
(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 7128
(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 7127
(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 7126
(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 7125
(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 7124
(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 7123
(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 7122
(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