------------------------------------------------------------------------ r9546 | rubidium | 2007-04-02 15:08:36 +0000 (Mon, 02 Apr 2007) | 2 lines -Fix (r9545): several typos... ------------------------------------------------------------------------ r9545 | belugas | 2007-04-02 14:20:31 +0000 (Mon, 02 Apr 2007) | 1 line -Documentation: Some corrections to previous doxygen work ------------------------------------------------------------------------ r9544 | maedhros | 2007-04-02 11:38:52 +0000 (Mon, 02 Apr 2007) | 2 lines -Cleanup (r9543): Remove unused strings. ------------------------------------------------------------------------ r9543 | maedhros | 2007-04-02 11:35:08 +0000 (Mon, 02 Apr 2007) | 3 lines -Fix [FS#691]: Split up STR_ENGINE_NOT_BUILDABLE into four strings so it can be translated properly and remove "buildable", since it isn't actually a word. ------------------------------------------------------------------------ r9542 | belugas | 2007-04-01 11:11:49 +0000 (Sun, 01 Apr 2007) | 1 line -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 ------------------------------------------------------------------------ r9541 | celestar | 2007-04-01 10:55:31 +0000 (Sun, 01 Apr 2007) | 2 lines -Codechange: Safeguard the company-buying routines so that the buying player and the bought player need to be two different entities ------------------------------------------------------------------------ r9540 | celestar | 2007-04-01 10:54:31 +0000 (Sun, 01 Apr 2007) | 2 lines -Fix (r1): Bankrupt AIs no longer buy themselves (usage of wrong variable) ------------------------------------------------------------------------ r9533 | truelight | 2007-03-31 12:19:22 +0000 (Sat, 31 Mar 2007) | 2 lines -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. ------------------------------------------------------------------------ r9532 | maedhros | 2007-03-31 09:53:40 +0000 (Sat, 31 Mar 2007) | 2 lines -Fix (r8741) [FS#708]: Make errors when building drive through road stops more descriptive. ------------------------------------------------------------------------ r9531 | maedhros | 2007-03-31 08:24:05 +0000 (Sat, 31 Mar 2007) | 5 lines -Fix (r8661) [FS#692]: The scroll settings were wrong for trains as only a part of the window should be horizontally scrollable, not all of it. This lead to wagons without an engine overflowing the window and not being able to scroll to the end of a train if there was an engine attached. ------------------------------------------------------------------------ r9530 | belugas | 2007-03-31 01:16:17 +0000 (Sat, 31 Mar 2007) | 1 line -Codechange: Replace a direct industry type access by a behaviour ------------------------------------------------------------------------ r9529 | truelight | 2007-03-30 22:17:47 +0000 (Fri, 30 Mar 2007) | 2 lines -Fix [FS#705]: when 2 clients joined together, the second asserted on the NewCompany command of the first ------------------------------------------------------------------------ r9528 | glx | 2007-03-30 21:58:38 +0000 (Fri, 30 Mar 2007) | 1 line -Fix r8610: don't try to modify non-existent widgets (many thanks to Bruce Perence, the libefence developer) ------------------------------------------------------------------------ r9527 | miham | 2007-03-30 17:44:51 +0000 (Fri, 30 Mar 2007) | 3 lines -Update: WebTranslator2 update to 2007-03-30 19:44:17 slovenian - 2 fixed by Necrolyte (2) ------------------------------------------------------------------------ r9526 | belugas | 2007-03-30 13:51:03 +0000 (Fri, 30 Mar 2007) | 1 line -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees ------------------------------------------------------------------------ r9525 | miham | 2007-03-29 17:59:24 +0000 (Thu, 29 Mar 2007) | 7 lines -Update: WebTranslator2 update to 2007-03-29 19:56:13 estonian - 3 fixed, 4 changed by kristjans (7) finnish - 2 fixed by pallokala (2) italian - 1 changed by lorenzodv (1) traditional_chinese - 1 changed by xbddc (1) turkish - 12 fixed by jnmbk (12) ------------------------------------------------------------------------ r9524 | celestar | 2007-03-29 13:52:34 +0000 (Thu, 29 Mar 2007) | 2 lines -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) ------------------------------------------------------------------------ r9523 | belugas | 2007-03-28 20:41:35 +0000 (Wed, 28 Mar 2007) | 1 line -Cleanup: doxygen changes. Time to take care of "R" ------------------------------------------------------------------------ r9522 | rubidium | 2007-03-28 20:12:32 +0000 (Wed, 28 Mar 2007) | 2 lines -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically. ------------------------------------------------------------------------ r9521 | belugas | 2007-03-28 20:11:00 +0000 (Wed, 28 Mar 2007) | 1 line -Fix(9520): Partly revert, accidentally commited an unnecessary change ------------------------------------------------------------------------ r9520 | belugas | 2007-03-28 20:06:28 +0000 (Wed, 28 Mar 2007) | 1 line -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... ------------------------------------------------------------------------ r9519 | glx | 2007-03-28 14:31:52 +0000 (Wed, 28 Mar 2007) | 2 lines -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error. ------------------------------------------------------------------------ r9518 | rubidium | 2007-03-28 09:27:38 +0000 (Wed, 28 Mar 2007) | 2 lines -Fix [Windows]: do not free an uninitialized pointer. ------------------------------------------------------------------------ r9504 | truelight | 2007-03-27 13:56:18 +0000 (Tue, 27 Mar 2007) | 2 lines [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx) ------------------------------------------------------------------------