log

age author description
Thu, 15 Mar 2007 17:42:32 +0000 belugas (svn r9215) -Documentation : correct Doxygen of comments draft
Thu, 15 Mar 2007 14:34:10 +0000 truelight (svn r9205) -Fix: if you started openttd with '-g' you got the same map every run draft
Thu, 15 Mar 2007 13:17:54 +0000 truelight (svn r9198) [Config] -Add: added 'make run-gdb' which starts gdb + OpenTTD + OPENTTD_ARGS for you draft
Thu, 15 Mar 2007 01:17:20 +0000 belugas (svn r9190) -Fix: Little typo in an enum. draft
Wed, 14 Mar 2007 12:56:09 +0000 maedhros (svn r9178) -Fix (r7573) [FS#679]: Don't allow building docks or buoys under bridges. draft
Wed, 14 Mar 2007 02:52:50 +0000 belugas (svn r9162) -Codechange: Cleanup of industry_cmd (Step-8). Gather tile animation data into IndustryTileSpec array draft
Tue, 13 Mar 2007 21:31:09 +0000 peter1138 (svn r9147) -Fix (r1770, r8161): when loadin games, enroute_from and enroute_from_xy were updated in the wrong place, causing issues with TTD savegames/scenarios. draft
Tue, 13 Mar 2007 21:04:22 +0000 KUDr (svn r9146) -Fix [NTP][FS#676](r6800): "Train is lost" message is generated incorrectly. Forgot to set the best bird distance to zero in case we found the destination to indicate success. (de_zeurkous) draft
Tue, 13 Mar 2007 12:05:41 +0000 truelight (svn r9137) -Fix: if all news-setting buttons show 'full', make the ALL-button show 'full' too draft
Mon, 12 Mar 2007 19:58:56 +0000 miham (svn r9132) [Translations] -Fix: Removed empty strings added by last commit draft
Mon, 12 Mar 2007 15:54:19 +0000 rubidium (svn r9131) -Codechange: move the OSX application bundle resource directories so they comply (better) to Apple's guidelines and to our naming 'scheme' for the lang and data directories. draft
Mon, 12 Mar 2007 15:40:12 +0000 rubidium (svn r9130) -Codechange: move the fileio functions that do open a file into a Fio slot together. draft
Mon, 12 Mar 2007 15:25:33 +0000 rubidium (svn r9129) -Codechange: unify parts of DeterminePaths. draft
Sun, 11 Mar 2007 22:29:37 +0000 peter1138 (svn r9127) -Codechange: Check if a cargo is valid before displaying it in a station's cargo rating list. (And duff up the block a little) draft
Sun, 11 Mar 2007 21:53:46 +0000 bjarni (svn r9126) -Feature: "Function of scrollwheel" can now be set to off as well draft
Sun, 11 Mar 2007 21:39:20 +0000 bjarni (svn r9125) -Fix r9111: default scrollwheel setting is now zooming, not scrolling draft
Sun, 11 Mar 2007 15:17:30 +0000 miham (svn r9118) -Update: WebTranslator2 update to 2007-03-11 16:16:39 draft
Sun, 11 Mar 2007 14:56:35 +0000 rubidium (svn r9117) -Fix: the (current) difficulty level button was not selected when opening the difficulty window. draft
Sun, 11 Mar 2007 14:38:52 +0000 miham (svn r9116) [Translations] -Change: force remove of changed translations (r9115) to ensure they are really changed draft
Sun, 11 Mar 2007 14:17:53 +0000 rubidium (svn r9115) -Fix [FS#622]: make clear in the tooltips when the canal build tool (in the scenario editor) makes flooding water (ocean). draft
Sun, 11 Mar 2007 11:57:11 +0000 bjarni (svn r9112) -Feature r9111: scrollwheel scrolling can now also scroll the smallmap draft
Sun, 11 Mar 2007 10:55:35 +0000 bjarni (svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map (in all directions) draft
Sun, 11 Mar 2007 02:53:44 +0000 belugas (svn r9108) -Fix(9093) : MSVC was a bit unhappy with some of the type changes. So basically, widening the types makes the difference draft
Sun, 11 Mar 2007 01:22:21 +0000 belugas (svn r9106) -Documentation: forgotten usage of m2 (storing TownID) in statue unmovable tile type draft
Sat, 10 Mar 2007 21:44:22 +0000 rubidium (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. draft
Sat, 10 Mar 2007 20:05:31 +0000 KUDr (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) draft
Sat, 10 Mar 2007 16:21:29 +0000 peter1138 (svn r9102) -Codechange: (NewGRF) Apply cargo translation table to vehicle refit masks draft
Sat, 10 Mar 2007 12:10:00 +0000 truelight (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 draft
Sat, 10 Mar 2007 10:08:38 +0000 peter1138 (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. draft
Sat, 10 Mar 2007 09:55:11 +0000 peter1138 (svn r9093) -Codechange: variable scope / type draft