Tue, 26 Sep 2006 16:47:51 +0000(svn r6513) -Codechange: unified the code to draw depot windows
bjarni [Tue, 26 Sep 2006 16:47:51 +0000] rev 4638
(svn r6513) -Codechange: unified the code to draw depot windows
This change is intended to make it easier to make depot behaviour consistent
and faster to code when adding more features in the future
The user interface should hopefully not be affected by this

Mon, 25 Sep 2006 17:11:47 +0000(svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
miham [Mon, 25 Sep 2006 17:11:47 +0000] rev 4637
(svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
spanish - 10 fixed by eusebio (10)

Sun, 24 Sep 2006 15:53:56 +0000(svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
miham [Sun, 24 Sep 2006 15:53:56 +0000] rev 4636
(svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
czech - 1 changed by Hadez (1)
galician - 14 fixed by Condex (14)
norwegian - 49 fixed by oletk (49)
spanish - 14 fixed by eusebio (14)

Sun, 24 Sep 2006 15:01:02 +0000(svn r6503) -Codechange: added a function to tell what vehicles a depot contains
bjarni [Sun, 24 Sep 2006 15:01:02 +0000] rev 4635
(svn r6503) -Codechange: added a function to tell what vehicles a depot contains
This will ensure that you can always get the same list when checking for vehicles in a depot (no need to duplicate code for each place, that needs such a list)
Since the vehicles are only looped once for each redraw, drawing speed is around twice as fast (measured to be 114%-121% faster depending on the number of vehicles in the game)

Sat, 23 Sep 2006 02:39:24 +0000(svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct
belugas [Sat, 23 Sep 2006 02:39:24 +0000] rev 4634
(svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct

Fri, 22 Sep 2006 23:13:12 +0000(svn r6497) -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string
bjarni [Fri, 22 Sep 2006 23:13:12 +0000] rev 4633
(svn r6497) -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string
This turned out to be due to OFB_HALT_IN_DEPOT and OFB_SERVICE_IF_NEEDED using the same bit
It appears that it doesn't matter for the code, so I adapted the string selection code to handle this

Fri, 22 Sep 2006 22:15:34 +0000(svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium)
glx [Fri, 22 Sep 2006 22:15:34 +0000] rev 4632
(svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium)

Fri, 22 Sep 2006 21:52:31 +0000(svn r6495) -Codechange: removed direct map access in pathfind.c
glx [Fri, 22 Sep 2006 21:52:31 +0000] rev 4631
(svn r6495) -Codechange: removed direct map access in pathfind.c

Thu, 21 Sep 2006 17:26:18 +0000(svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
miham [Thu, 21 Sep 2006 17:26:18 +0000] rev 4630
(svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
czech - 19 fixed, 2 changed by Hadez (21)

Thu, 21 Sep 2006 15:23:29 +0000(svn r6492) WebTranslator2 update to 2006-09-21 17:23:02
miham [Thu, 21 Sep 2006 15:23:29 +0000] rev 4629
(svn r6492) WebTranslator2 update to 2006-09-21 17:23:02
czech - 39 fixed, 7 changed by Hadez (46)
slovak - 18 changed by lengyel (18)

Thu, 21 Sep 2006 06:25:13 +0000(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
tron [Thu, 21 Sep 2006 06:25:13 +0000] rev 4628
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer

Wed, 20 Sep 2006 19:31:56 +0000(svn r6489) WebTranslator2 update to 2006-09-20 21:31:31
miham [Wed, 20 Sep 2006 19:31:56 +0000] rev 4627
(svn r6489) WebTranslator2 update to 2006-09-20 21:31:31
italian - 12 changed by sidew (12)
slovak - 8 fixed, 3 changed by lengyel (11)

Wed, 20 Sep 2006 01:08:50 +0000(svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted()
glx [Wed, 20 Sep 2006 01:08:50 +0000] rev 4626
(svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted()

Wed, 20 Sep 2006 00:34:06 +0000(svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
belugas [Wed, 20 Sep 2006 00:34:06 +0000] rev 4625
(svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
This will not reorder OTTD's currencies, but will make it so that
currencies affected by a grf will be those aimed by the writer.

Wed, 20 Sep 2006 00:24:38 +0000(svn r6484) -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked?
belugas [Wed, 20 Sep 2006 00:24:38 +0000] rev 4624
(svn r6484) -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked?
It is the wrong test at the wrong place

Tue, 19 Sep 2006 19:58:45 +0000(svn r6482) WebTranslator2 update to 2006-09-19 21:58:22
miham [Tue, 19 Sep 2006 19:58:45 +0000] rev 4623
(svn r6482) WebTranslator2 update to 2006-09-19 21:58:22
italian - 38 fixed by sidew (38)

Tue, 19 Sep 2006 14:09:59 +0000(svn r6480) WebTranslator2 update to 2006-09-19 16:09:27
miham [Tue, 19 Sep 2006 14:09:59 +0000] rev 4622
(svn r6480) WebTranslator2 update to 2006-09-19 16:09:27
brazilian_portuguese - 13 fixed by fukumori (13)
german - 1 changed by Neonox (1)
polish - 4 fixed by meush (4)
portuguese - 22 fixed by supra90 (22)

Tue, 19 Sep 2006 12:48:12 +0000(svn r6479) -Fix r6424: FS#348 Plane autoreplace glitch
bjarni [Tue, 19 Sep 2006 12:48:12 +0000] rev 4621
(svn r6479) -Fix r6424: FS#348 Plane autoreplace glitch
Now the num_engines array is updated for the buying player when merging two players
The incorrect caches aren't saved so no savegames will contain incorrect data due to this bug

Mon, 18 Sep 2006 18:30:16 +0000(svn r6478) WebTranslator2 update to 2006-09-18 20:28:13
miham [Mon, 18 Sep 2006 18:30:16 +0000] rev 4620
(svn r6478) WebTranslator2 update to 2006-09-18 20:28:13
american - 26 fixed by WhiteRabbit (26)
catalan - 6 fixed, 2 changed by arnaullv (8)
dutch - 24 fixed by habell (24)
french - 4 fixed, 1 changed by glx (5)
german - 12 fixed, 1 changed by Neonox (13)
hungarian - 4 fixed by miham (4)
polish - 2 fixed by meush (2)
slovak - 16 fixed by lengyel (16)
turkish - 3 fixed by jnmbk (3)

Mon, 18 Sep 2006 18:02:33 +0000(svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating.
peter1138 [Mon, 18 Sep 2006 18:02:33 +0000] rev 4619
(svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating.

Mon, 18 Sep 2006 08:39:03 +0000(svn r6476) [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB
miham [Mon, 18 Sep 2006 08:39:03 +0000] rev 4618
(svn r6476) [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB

Mon, 18 Sep 2006 06:34:37 +0000(svn r6475) - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy'
peter1138 [Mon, 18 Sep 2006 06:34:37 +0000] rev 4617
(svn r6475) - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy'

Sun, 17 Sep 2006 20:52:54 +0000(svn r6474) - Add a patch option to control display of liveries, allowing none, your
peter1138 [Sun, 17 Sep 2006 20:52:54 +0000] rev 4616
(svn r6474) - Add a patch option to control display of liveries, allowing none, your
own, or all companies.

Sun, 17 Sep 2006 16:23:30 +0000(svn r6473) -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again.
KUDr [Sun, 17 Sep 2006 16:23:30 +0000] rev 4615
(svn r6473) -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again.

Sun, 17 Sep 2006 11:33:19 +0000(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
Darkvater [Sun, 17 Sep 2006 11:33:19 +0000] rev 4614
(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
still inside the ENABLE_NETWORK define. Thanks nycom.

Sat, 16 Sep 2006 22:09:26 +0000(svn r6468) -Codechange r6464: now use error() when failing refit in autoreplace to ensure that such a failure will not break a game
bjarni [Sat, 16 Sep 2006 22:09:26 +0000] rev 4613
(svn r6468) -Codechange r6464: now use error() when failing refit in autoreplace to ensure that such a failure will not break a game
We should only reach this error() if there is a bug, that would otherwise make the vehicles carry a different type of cargo without telling the user
This also kills the warning added in r6464 (oops)

Sat, 16 Sep 2006 21:07:38 +0000(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
rubidium [Sat, 16 Sep 2006 21:07:38 +0000] rev 4612
(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..

Sat, 16 Sep 2006 16:21:47 +0000(svn r6464) -Fix r6393: killed a warning when compiling without asserts
bjarni [Sat, 16 Sep 2006 16:21:47 +0000] rev 4611
(svn r6464) -Fix r6393: killed a warning when compiling without asserts
added an error popup in the game if autoreplace fails to refit
Since it's only triggered by conditions bugs can trigger, it works kind of like a non-fatal assert in builds without asserts

Sat, 16 Sep 2006 13:44:12 +0000(svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course...
Darkvater [Sat, 16 Sep 2006 13:44:12 +0000] rev 4610
(svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course...

Sat, 16 Sep 2006 13:20:14 +0000(svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
Darkvater [Sat, 16 Sep 2006 13:20:14 +0000] rev 4609
(svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
box of the string. Therefore rename the function to GetStringBoundingRect()
and have it return a BoundingRect type of width/height

Sat, 16 Sep 2006 13:02:35 +0000(svn r6461) WebTranslator2 update to 2006-09-16 14:47:23
miham [Sat, 16 Sep 2006 13:02:35 +0000] rev 4608
(svn r6461) WebTranslator2 update to 2006-09-16 14:47:23
catalan - 21 fixed, 46 changed by arnaullv (67)
french - 20 fixed by glx (20)
german - 13 fixed, 2 changed by Neonox (15)
hungarian - 20 fixed by miham (20)
polish - 20 fixed by meush (20)
portuguese - 2 fixed by izhirahider (2)
slovak - 6 fixed, 8 changed by lengyel (14)
turkish - 20 fixed by jnmbk (20)

Fri, 15 Sep 2006 21:44:55 +0000(svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out.
peter1138 [Fri, 15 Sep 2006 21:44:55 +0000] rev 4607
(svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out.

Fri, 15 Sep 2006 21:02:44 +0000(svn r6458) - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium)
peter1138 [Fri, 15 Sep 2006 21:02:44 +0000] rev 4606
(svn r6458) - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium)

Fri, 15 Sep 2006 20:37:48 +0000(svn r6457) - Codechange: Allow the company colour window to stay open after the
peter1138 [Fri, 15 Sep 2006 20:37:48 +0000] rev 4605
(svn r6457) - Codechange: Allow the company colour window to stay open after the
company information window has been closed, as the company colour window
is now much larger.

Fri, 15 Sep 2006 17:36:54 +0000(svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load.
peter1138 [Fri, 15 Sep 2006 17:36:54 +0000] rev 4604
(svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load.

Fri, 15 Sep 2006 12:27:00 +0000(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration.
peter1138 [Fri, 15 Sep 2006 12:27:00 +0000] rev 4603
(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration.

Fri, 15 Sep 2006 02:52:17 +0000(svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and suffix
belugas [Fri, 15 Sep 2006 02:52:17 +0000] rev 4602
(svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and suffix
-Codechange : Divide rate of conversion from grf by 1000, to match OTTD internal system

Fri, 15 Sep 2006 02:33:40 +0000(svn r6453) -Feature: FS#305 Turkish currency (jnmbk)
belugas [Fri, 15 Sep 2006 02:33:40 +0000] rev 4601
(svn r6453) -Feature: FS#305 Turkish currency (jnmbk)

Thu, 14 Sep 2006 23:26:58 +0000(svn r6450) -Feature: Make the 'patch' console command available for offline use and for
Darkvater [Thu, 14 Sep 2006 23:26:58 +0000] rev 4600
(svn r6450) -Feature: Make the 'patch' console command available for offline use and for
online use for player-based settings.

Thu, 14 Sep 2006 20:40:59 +0000(svn r6449) -Fix (Win32): The dedicated server could overwrite the keyboard input buffer
Darkvater [Thu, 14 Sep 2006 20:40:59 +0000] rev 4599
(svn r6449) -Fix (Win32): The dedicated server could overwrite the keyboard input buffer
before it was handled by OpenTTD. Thanks to glx for noticing.
-While here, also do really minor coding style, and proper variable names.

Wed, 13 Sep 2006 16:29:16 +0000(svn r6448) -Fix r6446: Remove the accidentaly added empty strings
glx [Wed, 13 Sep 2006 16:29:16 +0000] rev 4598
(svn r6448) -Fix r6446: Remove the accidentaly added empty strings

Wed, 13 Sep 2006 15:49:43 +0000(svn r6447) -Fix r6446: Readd the accidentally removed translations
glx [Wed, 13 Sep 2006 15:49:43 +0000] rev 4597
(svn r6447) -Fix r6446: Readd the accidentally removed translations

Wed, 13 Sep 2006 14:56:01 +0000(svn r6446) WebTranslator2 update to 2006-09-13 16:54:09
miham [Wed, 13 Sep 2006 14:56:01 +0000] rev 4596
(svn r6446) WebTranslator2 update to 2006-09-13 16:54:09
slovak - 2 fixed, 1 changed by lengyel (3)
swedish - 50 fixed by daishan (50)

Wed, 13 Sep 2006 05:47:16 +0000(svn r6445) WebTranslator2 update to 2006-09-13 07:46:55
miham [Wed, 13 Sep 2006 05:47:16 +0000] rev 4595
(svn r6445) WebTranslator2 update to 2006-09-13 07:46:55
catalan - 57 changed by arnaullv (57)

Tue, 12 Sep 2006 17:42:47 +0000(svn r6444) WebTranslator2 update to 2006-09-12 19:42:24
miham [Tue, 12 Sep 2006 17:42:47 +0000] rev 4594
(svn r6444) WebTranslator2 update to 2006-09-12 19:42:24
catalan - 1 fixed, 37 changed by arnaullv (38)
turkish - 1 fixed by jnmbk (1)

Tue, 12 Sep 2006 10:42:04 +0000(svn r6443) -Fix (r6001): Please update the documentation if you mess with the _m[] bits!
Darkvater [Tue, 12 Sep 2006 10:42:04 +0000] rev 4593
(svn r6443) -Fix (r6001): Please update the documentation if you mess with the _m[] bits!

Mon, 11 Sep 2006 20:38:35 +0000(svn r6442) -Fix: ship depots windows now only draws the ships inside the depot instead of all ships in the depot tile
bjarni [Mon, 11 Sep 2006 20:38:35 +0000] rev 4592
(svn r6442) -Fix: ship depots windows now only draws the ships inside the depot instead of all ships in the depot tile
This bug was visible when a ship left. The window redraw was called, but it still saw the ship since it didn't leave the tile yet and it left a ghost in the depot window

Mon, 11 Sep 2006 18:35:39 +0000(svn r6441) WebTranslator2 update to 2006-09-11 20:35:18
miham [Mon, 11 Sep 2006 18:35:39 +0000] rev 4591
(svn r6441) WebTranslator2 update to 2006-09-11 20:35:18
catalan - 2 fixed, 23 changed by arnaullv (25)

Mon, 11 Sep 2006 17:28:27 +0000(svn r6440) -Fix: [YAPF] some YAPF settings were not saved (i misunderstood how save flags work). This probably caused some MP desyncs. Thanks Maedhros for noticing and peter1138 for this patch.
KUDr [Mon, 11 Sep 2006 17:28:27 +0000] rev 4590
(svn r6440) -Fix: [YAPF] some YAPF settings were not saved (i misunderstood how save flags work). This probably caused some MP desyncs. Thanks Maedhros for noticing and peter1138 for this patch.

Mon, 11 Sep 2006 16:24:58 +0000(svn r6439) WebTranslator2 update to 2006-09-11 18:24:37
miham [Mon, 11 Sep 2006 16:24:58 +0000] rev 4589
(svn r6439) WebTranslator2 update to 2006-09-11 18:24:37
catalan - 102 fixed, 10 changed by arnaullv (112)

Mon, 11 Sep 2006 07:18:44 +0000(svn r6438) WebTranslator2 update to 2006-09-11 09:18:20
miham [Mon, 11 Sep 2006 07:18:44 +0000] rev 4588
(svn r6438) WebTranslator2 update to 2006-09-11 09:18:20
brazilian_portuguese - 1 fixed by tucalipe (1)
dutch - 7 fixed by habell (7)

Sun, 10 Sep 2006 08:28:32 +0000(svn r6437) -Fix: reset the location of the last sound as that location can be outside the map when you are loading another (smaller) map. Thanks to MeusH for noticing.
rubidium [Sun, 10 Sep 2006 08:28:32 +0000] rev 4587
(svn r6437) -Fix: reset the location of the last sound as that location can be outside the map when you are loading another (smaller) map. Thanks to MeusH for noticing.

Sun, 10 Sep 2006 04:59:27 +0000(svn r6436) WebTranslator2 update to 2006-09-10 06:59:06
miham [Sun, 10 Sep 2006 04:59:27 +0000] rev 4586
(svn r6436) WebTranslator2 update to 2006-09-10 06:59:06
brazilian_portuguese - 99 fixed by tucalipe (99)

Sat, 09 Sep 2006 22:15:19 +0000(svn r6435) -Fix (FS#340): show an error message when executing 'scrollto x' with x < 0 or >= MapSize() instead of asserting later on.
rubidium [Sat, 09 Sep 2006 22:15:19 +0000] rev 4585
(svn r6435) -Fix (FS#340): show an error message when executing 'scrollto x' with x < 0 or >= MapSize() instead of asserting later on.

Sat, 09 Sep 2006 08:30:12 +0000(svn r6434) WebTranslator2 update to 2006-09-09 10:29:44
miham [Sat, 09 Sep 2006 08:30:12 +0000] rev 4584
(svn r6434) WebTranslator2 update to 2006-09-09 10:29:44
dutch - 8 fixed by habell (8)
german - 8 fixed by Neonox (8)
polish - 8 fixed by meush (8)
portuguese - 8 fixed by izhirahider (8)

Fri, 08 Sep 2006 22:12:57 +0000(svn r6433) -Codechange: replace some magic numbers (industry gfx indices) by enums.
rubidium [Fri, 08 Sep 2006 22:12:57 +0000] rev 4583
(svn r6433) -Codechange: replace some magic numbers (industry gfx indices) by enums.

Fri, 08 Sep 2006 20:00:19 +0000(svn r6432) -Fix r4987: [OSX] added CCFLAGS to OSX targets as well
bjarni [Fri, 08 Sep 2006 20:00:19 +0000] rev 4582
(svn r6432) -Fix r4987: [OSX] added CCFLAGS to OSX targets as well

Fri, 08 Sep 2006 19:43:13 +0000(svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc()
bjarni [Fri, 08 Sep 2006 19:43:13 +0000] rev 4581
(svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc()

Fri, 08 Sep 2006 19:38:12 +0000(svn r6430) -Fix r6424: fixed failure to init the whole array of engines when starting a new player
bjarni [Fri, 08 Sep 2006 19:38:12 +0000] rev 4580
(svn r6430) -Fix r6424: fixed failure to init the whole array of engines when starting a new player

Fri, 08 Sep 2006 12:10:37 +0000(svn r6429) -Fix: [autoreplace GUI] selecting an empty line will now deselect the engine instead of selecting the first in the list (consistent with all other windows)
bjarni [Fri, 08 Sep 2006 12:10:37 +0000] rev 4579
(svn r6429) -Fix: [autoreplace GUI] selecting an empty line will now deselect the engine instead of selecting the first in the list (consistent with all other windows)
-Fix: [autoreplace GUI] engine info is now drawn in the right side even if the left list is empty