Fri, 08 Aug 2008 15:02:21 +0000(svn r14024) -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. Honor that in penalty calculations. (michi_cc)
smatz [Fri, 08 Aug 2008 15:02:21 +0000] rev 9877
(svn r14024) -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. Honor that in penalty calculations. (michi_cc)

Fri, 08 Aug 2008 14:58:27 +0000(svn r14023) -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a signal on it, is could be falsely seen as a valid destination. (michi_cc)
smatz [Fri, 08 Aug 2008 14:58:27 +0000] rev 9876
(svn r14023) -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a signal on it, is could be falsely seen as a valid destination. (michi_cc)

Fri, 08 Aug 2008 13:53:06 +0000(svn r14022) -Fix (r13957) [YAPP]: Removing station tiles could produce stale reservations, too. (michi_cc)
smatz [Fri, 08 Aug 2008 13:53:06 +0000] rev 9875
(svn r14022) -Fix (r13957) [YAPP]: Removing station tiles could produce stale reservations, too. (michi_cc)

Fri, 08 Aug 2008 13:29:18 +0000(svn r14021) -Fix (r13957) [YAPP]: Overbuilding station tiles with non-track tiles could produce stale reservations. (michi_cc)
smatz [Fri, 08 Aug 2008 13:29:18 +0000] rev 9874
(svn r14021) -Fix (r13957) [YAPP]: Overbuilding station tiles with non-track tiles could produce stale reservations. (michi_cc)

Fri, 08 Aug 2008 09:31:50 +0000(svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for free path (michi_cc).
rubidium [Fri, 08 Aug 2008 09:31:50 +0000] rev 9873
(svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for free path (michi_cc).

Fri, 08 Aug 2008 06:02:06 +0000(svn r14018) -Fix (r14017): Typos prevented compilation.
peter1138 [Fri, 08 Aug 2008 06:02:06 +0000] rev 9872
(svn r14018) -Fix (r14017): Typos prevented compilation.

Fri, 08 Aug 2008 03:37:00 +0000(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button
belugas [Fri, 08 Aug 2008 03:37:00 +0000] rev 9871
(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button

Fri, 08 Aug 2008 02:28:28 +0000(svn r14016) -Codechange: Remove some magical numbers
belugas [Fri, 08 Aug 2008 02:28:28 +0000] rev 9870
(svn r14016) -Codechange: Remove some magical numbers

Thu, 07 Aug 2008 18:26:13 +0000(svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.
peter1138 [Thu, 07 Aug 2008 18:26:13 +0000] rev 9869
(svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.

Thu, 07 Aug 2008 18:11:09 +0000(svn r14014) -Codechange: Add support for automatically sizing drop down lists to the widest list item.
peter1138 [Thu, 07 Aug 2008 18:11:09 +0000] rev 9868
(svn r14014) -Codechange: Add support for automatically sizing drop down lists to the widest list item.

Thu, 07 Aug 2008 13:07:51 +0000(svn r14013) -Fix [FS#2202]: do not allow extending signals by dragging in any direction other than the track direction.
rubidium [Thu, 07 Aug 2008 13:07:51 +0000] rev 9867
(svn r14013) -Fix [FS#2202]: do not allow extending signals by dragging in any direction other than the track direction.

Thu, 07 Aug 2008 07:48:57 +0000(svn r14012) -Fix (r13936): Don't copy pre-signal type when dragging signals.
peter1138 [Thu, 07 Aug 2008 07:48:57 +0000] rev 9866
(svn r14012) -Fix (r13936): Don't copy pre-signal type when dragging signals.

Thu, 07 Aug 2008 01:28:27 +0000(svn r14011) -Codechange: not required to define an enum which was just the representation of another.
belugas [Thu, 07 Aug 2008 01:28:27 +0000] rev 9865
(svn r14011) -Codechange: not required to define an enum which was just the representation of another.
If you want to customize it more easily, why not a simple const of said enum value?

Wed, 06 Aug 2008 20:14:21 +0000(svn r14009) -Cleanup (r14008): Bad whitespace...
peter1138 [Wed, 06 Aug 2008 20:14:21 +0000] rev 9864
(svn r14009) -Cleanup (r14008): Bad whitespace...

Wed, 06 Aug 2008 20:12:42 +0000(svn r14008) -Fix (r14004): NewGRF preset drop down list not working
peter1138 [Wed, 06 Aug 2008 20:12:42 +0000] rev 9863
(svn r14008) -Fix (r14004): NewGRF preset drop down list not working

Wed, 06 Aug 2008 19:00:31 +0000(svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state is botched up from outside.
frosch [Wed, 06 Aug 2008 19:00:31 +0000] rev 9862
(svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state is botched up from outside.

Wed, 06 Aug 2008 18:57:37 +0000(svn r14006) -Codechange: Deduplicate some code.
frosch [Wed, 06 Aug 2008 18:57:37 +0000] rev 9861
(svn r14006) -Codechange: Deduplicate some code.

Wed, 06 Aug 2008 15:52:04 +0000(svn r14005) -Codechange: minor coding style fix
smatz [Wed, 06 Aug 2008 15:52:04 +0000] rev 9860
(svn r14005) -Codechange: minor coding style fix

Wed, 06 Aug 2008 07:10:40 +0000(svn r14004) -Codechange: Clean of drop down lists.
peter1138 [Wed, 06 Aug 2008 07:10:40 +0000] rev 9859
(svn r14004) -Codechange: Clean of drop down lists.
Move empty item drawing to base ListItem Draw() function.
Remove String() from base class.
Pass correct width to Draw().

Wed, 06 Aug 2008 04:01:07 +0000(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
belugas [Wed, 06 Aug 2008 04:01:07 +0000] rev 9858
(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls

Tue, 05 Aug 2008 13:25:49 +0000(svn r14001) -Fix (r13989): reading wrong variable, train crash on bridge crashes game
smatz [Tue, 05 Aug 2008 13:25:49 +0000] rev 9857
(svn r14001) -Fix (r13989): reading wrong variable, train crash on bridge crashes game

Tue, 05 Aug 2008 00:17:56 +0000(svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum
peter1138 [Tue, 05 Aug 2008 00:17:56 +0000] rev 9856
(svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum

Mon, 04 Aug 2008 22:31:49 +0000(svn r13999) -Fix [FS#2190]: crash when the AI tries to find the depot of an airport that doesn't have a depot.
rubidium [Mon, 04 Aug 2008 22:31:49 +0000] rev 9855
(svn r13999) -Fix [FS#2190]: crash when the AI tries to find the depot of an airport that doesn't have a depot.

Mon, 04 Aug 2008 21:51:52 +0000(svn r13998) -Fix [FS#2004]: MSVC can't handle changed files in the prebuild event, so make the version determination a separate subproject (michi_cc).
rubidium [Mon, 04 Aug 2008 21:51:52 +0000] rev 9854
(svn r13998) -Fix [FS#2004]: MSVC can't handle changed files in the prebuild event, so make the version determination a separate subproject (michi_cc).

Mon, 04 Aug 2008 19:07:37 +0000(svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.
rubidium [Mon, 04 Aug 2008 19:07:37 +0000] rev 9853
(svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.

Mon, 04 Aug 2008 18:54:19 +0000(svn r13996) -Fix (r13845): Oilrigs from pre r13838 save games can have unknown water class.
frosch [Mon, 04 Aug 2008 18:54:19 +0000] rev 9852
(svn r13996) -Fix (r13845): Oilrigs from pre r13838 save games can have unknown water class.

Mon, 04 Aug 2008 18:27:54 +0000(svn r13995) -Fix (r13988): some warnings of the compile farm.
rubidium [Mon, 04 Aug 2008 18:27:54 +0000] rev 9851
(svn r13995) -Fix (r13988): some warnings of the compile farm.

Mon, 04 Aug 2008 17:27:06 +0000(svn r13994) -Codechange: replace a few rogue magic numbers with Colours enum values
belugas [Mon, 04 Aug 2008 17:27:06 +0000] rev 9850
(svn r13994) -Codechange: replace a few rogue magic numbers with Colours enum values

Mon, 04 Aug 2008 17:12:23 +0000(svn r13993) -Codechange: Associate TextColour values with comments of related values in _string_colormap table
belugas [Mon, 04 Aug 2008 17:12:23 +0000] rev 9849
(svn r13993) -Codechange: Associate TextColour values with comments of related values in _string_colormap table

Mon, 04 Aug 2008 15:07:17 +0000(svn r13992) -Fix [FS#2189]: the dedicated console removed any character that was not a printable ASCII character instead. Now it allows UTF8 formated strings too.
rubidium [Mon, 04 Aug 2008 15:07:17 +0000] rev 9848
(svn r13992) -Fix [FS#2189]: the dedicated console removed any character that was not a printable ASCII character instead. Now it allows UTF8 formated strings too.