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).