bjarni [Sun, 11 Mar 2007 10:55:35 +0000] rev 6289
(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map (in all directions)
It has to be enabled first (in patches->interface) first and this will disable scrollwheel zooming
Note: patch setting "Map scrollwheel speed" might need to be changed since the "correct" setting
appears to depend on what kind of mouse is in use (mighty mouse or touchpad)
belugas [Sun, 11 Mar 2007 02:53:44 +0000] rev 6288
(svn r9108) -Fix(9093) : MSVC was a bit unhappy with some of the type changes. So basically, widening the types makes the difference
belugas [Sun, 11 Mar 2007 01:22:21 +0000] rev 6287
(svn r9106) -Documentation: forgotten usage of m2 (storing TownID) in statue unmovable tile type
rubidium [Sat, 10 Mar 2007 21:44:22 +0000] rev 6286
(svn r9105) -Fix [FS#629]: disable the ability to make flooding water with the canal build tool. In the scenario editor you can still make both canals and flooding water at height level 0.
KUDr [Sat, 10 Mar 2007 20:05:31 +0000] rev 6285
(svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric_limits doesn't exist in gcc 2.95 (MorphOS), so back to tree and use ~0 instead (peter1138)
peter1138 [Sat, 10 Mar 2007 16:21:29 +0000] rev 6284
(svn r9102) -Codechange: (NewGRF) Apply cargo translation table to vehicle refit masks
truelight [Sat, 10 Mar 2007 12:10:00 +0000] rev 6283
(svn r9097) -Fix [FS#525]: open and close messages now have their own setting, so you can hide economy changes, but do show open/close of industries
-Change: store news_display_opt in his own section, so it is no longer stored as uint in openttd.cfg (allows adding news-types easier)
peter1138 [Sat, 10 Mar 2007 10:08:38 +0000] rev 6282
(svn r9094) -Codechange: Don't set up refit masks for engine types not in the current climate, and exclude engine types if their cargo type is invalid and they have no refittable type.
peter1138 [Sat, 10 Mar 2007 09:55:11 +0000] rev 6281
(svn r9093) -Codechange: variable scope / type
peter1138 [Sat, 10 Mar 2007 09:23:33 +0000] rev 6280
(svn r9092) -Codechange: (NewGRF) (re r8885) Also set cargo type as invalid if the chosen type is not available in the current climate.