rubidium [Thu, 17 May 2007 12:06:47 +0000] rev 7128
(svn r9861) -Fix: null pointer derefence under MorphOS and AmigaOS.
rubidium [Wed, 16 May 2007 21:28:23 +0000] rev 7127
(svn r9857) -Fix: loading of TTDP savegames with features that OTTD has.
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.
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.
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)
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)
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
rubidium [Tue, 15 May 2007 14:28:34 +0000] rev 7121
(svn r9845) -Fix (r9844): svn:eol-style/svn:keywords were missing...
truelight [Tue, 15 May 2007 14:08:39 +0000] rev 7120
(svn r9844) -Codechange: replace zoomlevel with an enum
-Codechange: use predefined enums for viewport zoomlevels
rubidium [Tue, 15 May 2007 13:38:43 +0000] rev 7119
(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.