rubidium [Sat, 17 Mar 2007 11:36:04 +0000] rev 6317
(svn r9266) -Codechange: unify the retrieval of the base paths a little more.
peter1138 [Fri, 16 Mar 2007 21:42:11 +0000] rev 6316
(svn r9259) -Codechange: NUM_CARGO isn't a valid cargo type...
peter1138 [Fri, 16 Mar 2007 17:40:31 +0000] rev 6315
(svn r9257) -Codechange: Use cargo's town effect property for determining subsidy source/target type.
celestar [Fri, 16 Mar 2007 10:11:16 +0000] rev 6314
(svn r9251) -Fix(r6057, FS#644): Use a less CPU-intensive algorithm to find a random industry for the AI to prevent it slowing down the game. The AI now sucks a even a bit more than before (if that's even possible).
peter1138 [Fri, 16 Mar 2007 00:55:59 +0000] rev 6313
(svn r9243) -Fix (r9162,FS#683): One too many table rows caused cargo acceptance mixup.
rubidium [Thu, 15 Mar 2007 23:26:47 +0000] rev 6312
(svn r9239) -Fix [FS#682]: PowerMac G5 CPU is not detected (oVRoM).
peter1138 [Thu, 15 Mar 2007 22:48:46 +0000] rev 6311
(svn r9236) -Codechange: Add 'town effect' attribute to cargo types. This will be used to specify how the cargo behaves wrt towns, instead of relying on fixed cargo IDs.
belugas [Thu, 15 Mar 2007 17:42:32 +0000] rev 6310
(svn r9215) -Documentation : correct Doxygen of comments
truelight [Thu, 15 Mar 2007 14:34:10 +0000] rev 6309
(svn r9205) -Fix: if you started openttd with '-g' you got the same map every run
truelight [Thu, 15 Mar 2007 13:17:54 +0000] rev 6308
(svn r9198) [Config] -Add: added 'make run-gdb' which starts gdb + OpenTTD + OPENTTD_ARGS for you