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.

Mon, 04 Aug 2008 14:40:50 +0000(svn r13991) -Codechange: draw text effects after all other signs
smatz [Mon, 04 Aug 2008 14:40:50 +0000] rev 9847
(svn r13991) -Codechange: draw text effects after all other signs

Mon, 04 Aug 2008 13:54:10 +0000(svn r13990) -Fix (r13988): win32 compilation failed
glx [Mon, 04 Aug 2008 13:54:10 +0000] rev 9846
(svn r13990) -Fix (r13988): win32 compilation failed

Mon, 04 Aug 2008 13:15:15 +0000(svn r13989) -Fix [FS#2186] (r13953): YAPP track reservation for crashed trains was broken for depots and wormholes (michi_cc).
rubidium [Mon, 04 Aug 2008 13:15:15 +0000] rev 9845
(svn r13989) -Fix [FS#2186] (r13953): YAPP track reservation for crashed trains was broken for depots and wormholes (michi_cc).

Mon, 04 Aug 2008 12:56:38 +0000(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium [Mon, 04 Aug 2008 12:56:38 +0000] rev 9844
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.

Mon, 04 Aug 2008 05:59:28 +0000(svn r13987) -Codechange: Resize small map legend dynamically on window resize and when switching small map types, so that the legend is taller only on the industry type and only when the legend will not fit in the available space.
peter1138 [Mon, 04 Aug 2008 05:59:28 +0000] rev 9843
(svn r13987) -Codechange: Resize small map legend dynamically on window resize and when switching small map types, so that the legend is taller only on the industry type and only when the legend will not fit in the available space.

Sun, 03 Aug 2008 20:50:12 +0000(svn r13985) -Fix (r13944): gcc 2.95 compilation
smatz [Sun, 03 Aug 2008 20:50:12 +0000] rev 9842
(svn r13985) -Fix (r13944): gcc 2.95 compilation

Sun, 03 Aug 2008 20:09:35 +0000(svn r13984) -Codechange: Simplify industry legend on small map, by automatically splitting columns based on widget height.
peter1138 [Sun, 03 Aug 2008 20:09:35 +0000] rev 9841
(svn r13984) -Codechange: Simplify industry legend on small map, by automatically splitting columns based on widget height.

Sun, 03 Aug 2008 19:04:11 +0000(svn r13983) -Fix (r13953) [YAPP]: Crashed trains can be on different trackbits. Make sure there is still a track reservation when one vehicle is cleaned up.
frosch [Sun, 03 Aug 2008 19:04:11 +0000] rev 9840
(svn r13983) -Fix (r13953) [YAPP]: Crashed trains can be on different trackbits. Make sure there is still a track reservation when one vehicle is cleaned up.

Sun, 03 Aug 2008 18:56:44 +0000(svn r13982) -Fix (r13981): And then not enough was cleared...
peter1138 [Sun, 03 Aug 2008 18:56:44 +0000] rev 9839
(svn r13982) -Fix (r13981): And then not enough was cleared...

Sun, 03 Aug 2008 18:51:13 +0000(svn r13981) -Fix [FS#AmmlersStillTooLazy]: Resetting construction stage counter reset more than it should.
peter1138 [Sun, 03 Aug 2008 18:51:13 +0000] rev 9838
(svn r13981) -Fix [FS#AmmlersStillTooLazy]: Resetting construction stage counter reset more than it should.

Sun, 03 Aug 2008 18:18:36 +0000(svn r13980) -Codechange: Turn small map legend while loop into a for-loop.
peter1138 [Sun, 03 Aug 2008 18:18:36 +0000] rev 9837
(svn r13980) -Codechange: Turn small map legend while loop into a for-loop.

Sun, 03 Aug 2008 18:00:28 +0000(svn r13979) -Codechange: Use widget dimensions instead of magic number incantations for limiting small map area.
peter1138 [Sun, 03 Aug 2008 18:00:28 +0000] rev 9836
(svn r13979) -Codechange: Use widget dimensions instead of magic number incantations for limiting small map area.

Sun, 03 Aug 2008 17:36:39 +0000(svn r13978) -Fix: Incorrect widget size.
peter1138 [Sun, 03 Aug 2008 17:36:39 +0000] rev 9835
(svn r13978) -Fix: Incorrect widget size.

Sun, 03 Aug 2008 17:35:08 +0000(svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero height or zero width) widgets.
peter1138 [Sun, 03 Aug 2008 17:35:08 +0000] rev 9834
(svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero height or zero width) widgets.

Sun, 03 Aug 2008 17:16:39 +0000(svn r13976) -Fix (r13953) [YAPP]: A crashing train could sometimes free the reservation of another train. (assisted by michi_cc)
frosch [Sun, 03 Aug 2008 17:16:39 +0000] rev 9833
(svn r13976) -Fix (r13953) [YAPP]: A crashing train could sometimes free the reservation of another train. (assisted by michi_cc)

Sun, 03 Aug 2008 14:58:26 +0000(svn r13975) -Codechange: Replace some globals used by the small map window with static members of the window.
peter1138 [Sun, 03 Aug 2008 14:58:26 +0000] rev 9832
(svn r13975) -Codechange: Replace some globals used by the small map window with static members of the window.

Sun, 03 Aug 2008 14:16:57 +0000(svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (michi_cc)
frosch [Sun, 03 Aug 2008 14:16:57 +0000] rev 9831
(svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (michi_cc)

Sun, 03 Aug 2008 11:28:35 +0000(svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals to not cause stale reservations. (michi_cc)
smatz [Sun, 03 Aug 2008 11:28:35 +0000] rev 9830
(svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals to not cause stale reservations. (michi_cc)

Sun, 03 Aug 2008 08:25:26 +0000(svn r13972) -Fix [FS#2180]: the timetable's "Clear Time" button didn't have any effect.
rubidium [Sun, 03 Aug 2008 08:25:26 +0000] rev 9829
(svn r13972) -Fix [FS#2180]: the timetable's "Clear Time" button didn't have any effect.

Sun, 03 Aug 2008 08:20:04 +0000(svn r13971) -Fix [YAPP]: segfault due to mixed up variables (michi_cc)
rubidium [Sun, 03 Aug 2008 08:20:04 +0000] rev 9828
(svn r13971) -Fix [YAPP]: segfault due to mixed up variables (michi_cc)

Sun, 03 Aug 2008 02:18:45 +0000(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis.
belugas [Sun, 03 Aug 2008 02:18:45 +0000] rev 9827
(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis.
Mostly forgotten ones.

Sat, 02 Aug 2008 23:30:50 +0000(svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' warning
glx [Sat, 02 Aug 2008 23:30:50 +0000] rev 9826
(svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' warning

Sat, 02 Aug 2008 22:57:47 +0000(svn r13967) -Codechange [YAPP]: Tweak pathfinder penalties a bit. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:57:47 +0000] rev 9825
(svn r13967) -Codechange [YAPP]: Tweak pathfinder penalties a bit. (michi_cc)

Sat, 02 Aug 2008 22:57:18 +0000(svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:57:18 +0000] rev 9824
(svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc)

Sat, 02 Aug 2008 22:57:03 +0000(svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc)
rubidium [Sat, 02 Aug 2008 22:57:03 +0000] rev 9823
(svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc)

Sat, 02 Aug 2008 22:56:50 +0000(svn r13964) -Codechange [YAPP]: Check if a train needs servicing when reserving the next path segment. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:56:50 +0000] rev 9822
(svn r13964) -Codechange [YAPP]: Check if a train needs servicing when reserving the next path segment. (michi_cc)

Sat, 02 Aug 2008 22:56:35 +0000(svn r13963) -Codechange [YAPP]: Reserve a track when entering a PBS block through a conventional signal. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:56:35 +0000] rev 9821
(svn r13963) -Codechange [YAPP]: Reserve a track when entering a PBS block through a conventional signal. (michi_cc)

Sat, 02 Aug 2008 22:56:21 +0000(svn r13962) -Codechange [YAPP]: Do not reverse in front of red signals when inside a PBS block and reversing of stuck trains is disabled. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:56:21 +0000] rev 9820
(svn r13962) -Codechange [YAPP]: Do not reverse in front of red signals when inside a PBS block and reversing of stuck trains is disabled. (michi_cc)

Sat, 02 Aug 2008 22:56:07 +0000(svn r13961) -Add [YAPP]: Handle train reversing. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:56:07 +0000] rev 9819
(svn r13961) -Add [YAPP]: Handle train reversing. (michi_cc)

Sat, 02 Aug 2008 22:55:52 +0000(svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:55:52 +0000] rev 9818
(svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)

Sat, 02 Aug 2008 22:55:38 +0000(svn r13959) -Codechange [YAPP]: Try to extend a train reservation as far as possible and only call into the pathfinder on track choices. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:55:38 +0000] rev 9817
(svn r13959) -Codechange [YAPP]: Try to extend a train reservation as far as possible and only call into the pathfinder on track choices. (michi_cc)

Sat, 02 Aug 2008 22:55:23 +0000(svn r13958) -Add [YAPP]: Implement look-ahead for trains so they extend their reservation before reaching the end. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:55:23 +0000] rev 9816
(svn r13958) -Add [YAPP]: Implement look-ahead for trains so they extend their reservation before reaching the end. (michi_cc)

Sat, 02 Aug 2008 22:55:08 +0000(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing some tracks and reroute trains afterwards. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:55:08 +0000] rev 9815
(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing some tracks and reroute trains afterwards. (michi_cc)

Sat, 02 Aug 2008 22:54:53 +0000(svn r13956) -Add [YAPP]: Function for getting the train holding a reserved path. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:54:53 +0000] rev 9814
(svn r13956) -Add [YAPP]: Function for getting the train holding a reserved path. (michi_cc)

Sat, 02 Aug 2008 22:54:38 +0000(svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:54:38 +0000] rev 9813
(svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc)

Sat, 02 Aug 2008 22:54:23 +0000(svn r13954) -Codechange [YAPP]: On reserving a path that ends at the destination, the path could end at a non-safe tile. In this case, extend the reservation based on the next vehicle orders. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:54:23 +0000] rev 9812
(svn r13954) -Codechange [YAPP]: On reserving a path that ends at the destination, the path could end at a non-safe tile. In this case, extend the reservation based on the next vehicle orders. (michi_cc)

Sat, 02 Aug 2008 22:54:07 +0000(svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:54:07 +0000] rev 9811
(svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc)

Sat, 02 Aug 2008 22:53:51 +0000(svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:53:51 +0000] rev 9810
(svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc)

Sat, 02 Aug 2008 22:53:37 +0000(svn r13951) -Codechange [YAPP]: A train leaving a tile should unreserve the track it came from if it was reserved. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:53:37 +0000] rev 9809
(svn r13951) -Codechange [YAPP]: A train leaving a tile should unreserve the track it came from if it was reserved. (michi_cc)

Sat, 02 Aug 2008 22:53:21 +0000(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when waiting on a path reservation. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:53:21 +0000] rev 9808
(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when waiting on a path reservation. (michi_cc)

Sat, 02 Aug 2008 22:53:05 +0000(svn r13949) -Codechange [YAPP]: Declare the functions for processing conditional orders as non-static. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:53:05 +0000] rev 9807
(svn r13949) -Codechange [YAPP]: Declare the functions for processing conditional orders as non-static. (michi_cc)

Sat, 02 Aug 2008 22:52:50 +0000(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:52:50 +0000] rev 9806
(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc)

Sat, 02 Aug 2008 22:52:36 +0000(svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:52:36 +0000] rev 9805
(svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc)

Sat, 02 Aug 2008 22:52:22 +0000(svn r13946) -Add [YAPP]: Implement track reserving for NPF as well. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:52:22 +0000] rev 9804
(svn r13946) -Add [YAPP]: Implement track reserving for NPF as well. (michi_cc)

Sat, 02 Aug 2008 22:52:08 +0000(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicle when following rail. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:52:08 +0000] rev 9803
(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicle when following rail. (michi_cc)

Sat, 02 Aug 2008 22:51:53 +0000(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a path. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:51:53 +0000] rev 9802
(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a path. (michi_cc)

Sat, 02 Aug 2008 22:51:38 +0000(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized more in YAPF. This should help with spread out stations. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:51:38 +0000] rev 9801
(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized more in YAPF. This should help with spread out stations. (michi_cc)

Sat, 02 Aug 2008 22:51:23 +0000(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:51:23 +0000] rev 9800
(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. (michi_cc)

Sat, 02 Aug 2008 22:51:07 +0000(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:51:07 +0000] rev 9799
(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc)

Sat, 02 Aug 2008 22:50:52 +0000(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:50:52 +0000] rev 9798
(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)

Sat, 02 Aug 2008 22:50:38 +0000(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the railtype info of the vehicle. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:50:38 +0000] rev 9797
(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the railtype info of the vehicle. (michi_cc)

Sat, 02 Aug 2008 22:50:22 +0000(svn r13938) -Codechange [YAPP]: Add the new signals to the build signal GUI. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:50:22 +0000] rev 9796
(svn r13938) -Codechange [YAPP]: Add the new signals to the build signal GUI. (michi_cc)

Sat, 02 Aug 2008 22:50:04 +0000(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:50:04 +0000] rev 9795
(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc)

Sat, 02 Aug 2008 22:49:39 +0000(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:49:39 +0000] rev 9794
(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc)

Sat, 02 Aug 2008 22:49:23 +0000(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:49:23 +0000] rev 9793
(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)

Sat, 02 Aug 2008 22:49:10 +0000(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:49:10 +0000] rev 9792
(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (michi_cc)

Sat, 02 Aug 2008 22:48:57 +0000(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:48:57 +0000] rev 9791
(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)

Sat, 02 Aug 2008 22:48:43 +0000(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:48:43 +0000] rev 9790
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)

Sat, 02 Aug 2008 22:48:27 +0000(svn r13931) -Codechange [YAPP]: Retain the reservation state when building/removing waypoints or level crossings. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:48:27 +0000] rev 9789
(svn r13931) -Codechange [YAPP]: Retain the reservation state when building/removing waypoints or level crossings. (michi_cc)

Sat, 02 Aug 2008 22:48:14 +0000(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:48:14 +0000] rev 9788
(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc)

Sat, 02 Aug 2008 22:48:01 +0000(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:48:01 +0000] rev 9787
(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc)

Sat, 02 Aug 2008 22:47:48 +0000(svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:47:48 +0000] rev 9786
(svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)

Sat, 02 Aug 2008 22:47:34 +0000(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:47:34 +0000] rev 9785
(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc)

Sat, 02 Aug 2008 22:47:20 +0000(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
rubidium [Sat, 02 Aug 2008 22:47:20 +0000] rev 9784
(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)

Sat, 02 Aug 2008 19:48:54 +0000(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg
glx [Sat, 02 Aug 2008 19:48:54 +0000] rev 9783
(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg

Sat, 02 Aug 2008 12:43:45 +0000(svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle.
frosch [Sat, 02 Aug 2008 12:43:45 +0000] rev 9782
(svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle.

Sat, 02 Aug 2008 11:26:25 +0000(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window.
frosch [Sat, 02 Aug 2008 11:26:25 +0000] rev 9781
(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window.

Sat, 02 Aug 2008 10:17:45 +0000(svn r13921) -Codechange (r11473): Use the correct enum...
peter1138 [Sat, 02 Aug 2008 10:17:45 +0000] rev 9780
(svn r13921) -Codechange (r11473): Use the correct enum...

Sat, 02 Aug 2008 02:50:40 +0000(svn r13920) -Codechange: uniformise the definition with the declaration of DrawFrameRect
belugas [Sat, 02 Aug 2008 02:50:40 +0000] rev 9779
(svn r13920) -Codechange: uniformise the definition with the declaration of DrawFrameRect

Sat, 02 Aug 2008 02:28:17 +0000(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
belugas [Sat, 02 Aug 2008 02:28:17 +0000] rev 9778
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.

Fri, 01 Aug 2008 23:08:11 +0000(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.
rubidium [Fri, 01 Aug 2008 23:08:11 +0000] rev 9777
(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.

Fri, 01 Aug 2008 17:43:11 +0000(svn r13913) -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems
bjarni [Fri, 01 Aug 2008 17:43:11 +0000] rev 9776
(svn r13913) -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems

Fri, 01 Aug 2008 15:07:31 +0000(svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
rubidium [Fri, 01 Aug 2008 15:07:31 +0000] rev 9775
(svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.

Fri, 01 Aug 2008 13:25:19 +0000(svn r13911) -Fix (r13806): do not consider crashed train as waiting at signal, v->direction doesn't have to match track anyway
smatz [Fri, 01 Aug 2008 13:25:19 +0000] rev 9774
(svn r13911) -Fix (r13806): do not consider crashed train as waiting at signal, v->direction doesn't have to match track anyway

Fri, 01 Aug 2008 09:34:34 +0000(svn r13910) -Document: string drawing related functions and types (Alberth)
rubidium [Fri, 01 Aug 2008 09:34:34 +0000] rev 9773
(svn r13910) -Document: string drawing related functions and types (Alberth)

Fri, 01 Aug 2008 09:26:39 +0000(svn r13909) -Codechange: use the same type before CmdBuildRailStation as it used in the command itself (Alberth)
rubidium [Fri, 01 Aug 2008 09:26:39 +0000] rev 9772
(svn r13909) -Codechange: use the same type before CmdBuildRailStation as it used in the command itself (Alberth)

Fri, 01 Aug 2008 09:17:27 +0000(svn r13908) -Codechange: merge two tables into a single one (Alberth)
rubidium [Fri, 01 Aug 2008 09:17:27 +0000] rev 9771
(svn r13908) -Codechange: merge two tables into a single one (Alberth)

Fri, 01 Aug 2008 03:43:53 +0000(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage
belugas [Fri, 01 Aug 2008 03:43:53 +0000] rev 9770
(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage

Fri, 01 Aug 2008 00:31:20 +0000(svn r13905) -Update: WebTranslator2 update to 2008-08-01 02:27:37
translators [Fri, 01 Aug 2008 00:31:20 +0000] rev 9769
(svn r13905) -Update: WebTranslator2 update to 2008-08-01 02:27:37
brazilian_portuguese - 22 fixed by tucalipe (22)
dutch - 9 fixed by habell (9)
estonian - 4 fixed by kristjans (4)
french - 5 fixed, 1 changed by glx (6)
galician - 105 fixed, 206 changed by Condex (311)
italian - 5 fixed, 2 changed by lorenzodv (7)
korean - 15 fixed by leejaeuk5 (15)
portuguese - 48 fixed by supra90 (48)
slovak - 30 fixed by lengyel (30)
spanish - 9 fixed by eusebio (9)
ukrainian - 22 fixed by mad (22)

Thu, 31 Jul 2008 22:55:12 +0000(svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of different size' warnings
glx [Thu, 31 Jul 2008 22:55:12 +0000] rev 9768
(svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of different size' warnings

Thu, 31 Jul 2008 21:06:19 +0000(svn r13903) -Fix: missing eol-style property.
rubidium [Thu, 31 Jul 2008 21:06:19 +0000] rev 9767
(svn r13903) -Fix: missing eol-style property.

Thu, 31 Jul 2008 20:09:54 +0000(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed
smatz [Thu, 31 Jul 2008 20:09:54 +0000] rev 9766
(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed

Thu, 31 Jul 2008 19:19:29 +0000(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile
smatz [Thu, 31 Jul 2008 19:19:29 +0000] rev 9765
(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile

Thu, 31 Jul 2008 17:45:52 +0000(svn r13900) -Codechange: Replace numbers with Colours enum on settings, smallmaps, stations and signs guis.
belugas [Thu, 31 Jul 2008 17:45:52 +0000] rev 9764
(svn r13900) -Codechange: Replace numbers with Colours enum on settings, smallmaps, stations and signs guis.

Thu, 31 Jul 2008 17:19:47 +0000(svn r13899) -Codechange: Replace numbers with Colours enum on roads gui.
belugas [Thu, 31 Jul 2008 17:19:47 +0000] rev 9763
(svn r13899) -Codechange: Replace numbers with Colours enum on roads gui.
save command file before commiting :P

Thu, 31 Jul 2008 17:17:27 +0000(svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis
belugas [Thu, 31 Jul 2008 17:17:27 +0000] rev 9762
(svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis

Thu, 31 Jul 2008 16:44:51 +0000(svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis
belugas [Thu, 31 Jul 2008 16:44:51 +0000] rev 9761
(svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis
-Fix: a few misalignements

Thu, 31 Jul 2008 16:42:11 +0000(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
belugas [Thu, 31 Jul 2008 16:42:11 +0000] rev 9760
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis

Thu, 31 Jul 2008 14:42:55 +0000(svn r13895) -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls
belugas [Thu, 31 Jul 2008 14:42:55 +0000] rev 9759
(svn r13895) -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls
-Fix: a few misalignements

Thu, 31 Jul 2008 14:32:35 +0000(svn r13894) -Fix: bashisms in configure and Makefile.in
smatz [Thu, 31 Jul 2008 14:32:35 +0000] rev 9758
(svn r13894) -Fix: bashisms in configure and Makefile.in

Thu, 31 Jul 2008 14:00:01 +0000(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5
bjarni [Thu, 31 Jul 2008 14:00:01 +0000] rev 9757
(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5