------------------------------------------------------------------------ r22649 | frosch | 2011-07-10 14:44:41 +0000 (Sun, 10 Jul 2011) | 1 line -Fix [FS#4670]: Switching from a red to a white highlight (by switching to another tool) without switching the highlight mode (HT_RECT etc.) did not mark the selection dirty. ------------------------------------------------------------------------ r22648 | frosch | 2011-07-10 13:25:52 +0000 (Sun, 10 Jul 2011) | 1 line -Fix (r22629): Missing 'break'. (thanks michi_cc) ------------------------------------------------------------------------ r22647 | frosch | 2011-07-10 13:21:21 +0000 (Sun, 10 Jul 2011) | 1 line -Codechange: Enhance MP_WATER map accessors with assertions. (adf88) ------------------------------------------------------------------------ r22646 | frosch | 2011-07-10 13:04:04 +0000 (Sun, 10 Jul 2011) | 1 line -Codechange: Simplify MP_WATER map accessors, esp. for locks and depots. (based on patched by adf88 and michi_cc) ------------------------------------------------------------------------ r22645 | frosch | 2011-07-10 13:00:05 +0000 (Sun, 10 Jul 2011) | 1 line -Fix [FS#4678]: GetSection() does not return a LockPart. ------------------------------------------------------------------------ r22644 | frosch | 2011-07-09 18:10:48 +0000 (Sat, 09 Jul 2011) | 1 line -Codechange: Use IsShipDepotTile() instead of single water- and depottests. (adf88) ------------------------------------------------------------------------ r22643 | michi_cc | 2011-07-08 14:42:18 +0000 (Fri, 08 Jul 2011) | 1 line -Fix: Disallow building NewObjects on water tiles owned by another company. ------------------------------------------------------------------------ r22642 | frosch | 2011-07-07 21:52:08 +0000 (Thu, 07 Jul 2011) | 1 line -Change: Disable the 'set parameters' button in the NewGRF GUI, if the GRF specifies to have no parameters and one would not be able to set any parameters anyway. ------------------------------------------------------------------------ r22641 | frosch | 2011-07-07 20:35:48 +0000 (Thu, 07 Jul 2011) | 1 line -Fix (r22639): Warning about uninitialised fields. ------------------------------------------------------------------------ r22640 | translators | 2011-07-07 17:45:07 +0000 (Thu, 07 Jul 2011) | 3 lines -Update from WebTranslator v3.0: brazilian_portuguese - 2 changes by Tucalipe ------------------------------------------------------------------------ r22639 | michi_cc | 2011-07-07 14:16:22 +0000 (Thu, 07 Jul 2011) | 1 line -Feature: [NewGRF] Support for ship props 14/15 (ocean/canal speed fraction). ------------------------------------------------------------------------ r22638 | michi_cc | 2011-07-07 14:16:16 +0000 (Thu, 07 Jul 2011) | 1 line -Fix: Keep the previous owner of the upper and lower lock parts if they are built on existing water. ------------------------------------------------------------------------ r22637 | translators | 2011-07-05 17:45:08 +0000 (Tue, 05 Jul 2011) | 3 lines -Update from WebTranslator v3.0: polish - 1 changes by wojteks86 ------------------------------------------------------------------------ r22636 | frosch | 2011-07-04 22:07:53 +0000 (Mon, 04 Jul 2011) | 1 line -Fix: Airports should not expose the tile specific random bits of the north tile. Only airport tiles should access those. ------------------------------------------------------------------------ r22635 | frosch | 2011-07-04 20:37:20 +0000 (Mon, 04 Jul 2011) | 1 line -Fix: Correctly reseed random bits of industries and industry tiles. ------------------------------------------------------------------------ r22634 | frosch | 2011-07-04 20:31:57 +0000 (Mon, 04 Jul 2011) | 1 line -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'. ------------------------------------------------------------------------ r22633 | frosch | 2011-07-04 20:25:17 +0000 (Mon, 04 Jul 2011) | 1 line -Fix: Implement variables 25 and 7F for railtypes. ------------------------------------------------------------------------ r22632 | translators | 2011-07-04 17:45:07 +0000 (Mon, 04 Jul 2011) | 3 lines -Update from WebTranslator v3.0: brazilian_portuguese - 2 changes by Luis_Mizuchiro ------------------------------------------------------------------------ r22631 | frosch | 2011-07-03 14:49:19 +0000 (Sun, 03 Jul 2011) | 1 line -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour. ------------------------------------------------------------------------ r22630 | frosch | 2011-07-03 14:33:17 +0000 (Sun, 03 Jul 2011) | 1 line -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefStack(). ------------------------------------------------------------------------