Tue, 03 Apr 2007 17:19:06 +0000 belugas (svn r9552) -Documentation: Some more doxygen work, adding comments too
Tue, 03 Apr 2007 16:12:28 +0000 belugas (svn r9551) -Documentation: Some more doxygen work
Tue, 03 Apr 2007 00:13:59 +0000 belugas (svn r9550) -Codechange: Add notion and data of industry appearing chances, both in game and in creation mode.
Tue, 03 Apr 2007 00:01:18 +0000 belugas (svn r9549) -Codechange: Add definition of callbacks and callback masks for both industries and industry tiles
Mon, 02 Apr 2007 19:47:36 +0000 miham (svn r9548) [Translations] -Fix: Fixed empty strings added by WT2 [note to self: really should fix this old bug in WT2]
Mon, 02 Apr 2007 19:38:24 +0000 miham (svn r9547) -Update: WebTranslator2 update to 2007-04-02 21:37:30
Mon, 02 Apr 2007 15:08:36 +0000 rubidium (svn r9546) -Fix (r9545): several typos...
Mon, 02 Apr 2007 14:20:31 +0000 belugas (svn r9545) -Documentation: Some corrections to previous doxygen work
Mon, 02 Apr 2007 11:38:52 +0000 maedhros (svn r9544) -Cleanup (r9543): Remove unused strings.
Mon, 02 Apr 2007 11:35:08 +0000 maedhros (svn r9543) -Fix [FS#691]: Split up STR_ENGINE_NOT_BUILDABLE into four strings so it can be
Sun, 01 Apr 2007 11:11:49 +0000 belugas (svn r9542) -Fix(FS# 712): When checking if a vehicle is on a given tile, and you are working on the ground tile, do not take aircrafts into account, as they do not pose any danger for the construction/destruction/conversion itself. Z stuff, in other words
Sun, 01 Apr 2007 10:55:31 +0000 celestar (svn r9541) -Codechange: Safeguard the company-buying routines so that the buying player and the bought player need to be two different entities
Sun, 01 Apr 2007 10:54:31 +0000 celestar (svn r9540) -Fix (r1): Bankrupt AIs no longer buy themselves (usage of wrong variable)
Sat, 31 Mar 2007 12:19:22 +0000 truelight (svn r9533) -Fix [FS#274]: when a company is removed (either via auto-clean, bankrupt, or take over), sell all the shares he has first, then sell the shares all people have on this company, and then remove the company.
Sat, 31 Mar 2007 09:53:40 +0000 maedhros (svn r9532) -Fix (r8741) [FS#708]: Make errors when building drive through road stops more descriptive.
Sat, 31 Mar 2007 08:24:05 +0000 maedhros (svn r9531) -Fix (r8661) [FS#692]: The scroll settings were wrong for trains as only a part
Sat, 31 Mar 2007 01:16:17 +0000 belugas (svn r9530) -Codechange: Replace a direct industry type access by a behaviour
Fri, 30 Mar 2007 22:17:47 +0000 truelight (svn r9529) -Fix [FS#705]: when 2 clients joined together, the second asserted on the NewCompany command of the first
Fri, 30 Mar 2007 21:58:38 +0000 glx (svn r9528) -Fix r8610: don't try to modify non-existent widgets (many thanks to Bruce Perence, the libefence developer)
Fri, 30 Mar 2007 17:44:51 +0000 miham (svn r9527) -Update: WebTranslator2 update to 2007-03-30 19:44:17
Fri, 30 Mar 2007 13:51:03 +0000 belugas (svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees
Thu, 29 Mar 2007 17:59:24 +0000 miham (svn r9525) -Update: WebTranslator2 update to 2007-03-29 19:56:13
Thu, 29 Mar 2007 13:52:34 +0000 celestar (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts)
Wed, 28 Mar 2007 20:41:35 +0000 belugas (svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
Wed, 28 Mar 2007 20:12:32 +0000 rubidium (svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
Wed, 28 Mar 2007 20:11:00 +0000 belugas (svn r9521) -Fix(9520): Partly revert, accidentally commited an unnecessary change
Wed, 28 Mar 2007 20:06:28 +0000 belugas (svn r9520) -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc...
Wed, 28 Mar 2007 14:31:52 +0000 glx (svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error.
Wed, 28 Mar 2007 09:27:38 +0000 rubidium (svn r9518) -Fix [Windows]: do not free an uninitialized pointer.
Tue, 27 Mar 2007 13:56:18 +0000 truelight (svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx)