smatz
|
98bb9ffada
|
(svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals to not cause stale reservations. (michi_cc)
|
2008-08-03 11:28:35 +00:00 |
|
rubidium
|
bd0f9f1097
|
(svn r13972) -Fix [FS#2180]: the timetable's "Clear Time" button didn't have any effect.
|
2008-08-03 08:25:26 +00:00 |
|
rubidium
|
8b10e70f39
|
(svn r13971) -Fix [YAPP]: segfault due to mixed up variables (michi_cc)
|
2008-08-03 08:20:04 +00:00 |
|
belugas
|
98d8501278
|
(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis.
Mostly forgotten ones.
|
2008-08-03 02:18:45 +00:00 |
|
glx
|
d6520ae096
|
(svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' warning
|
2008-08-02 23:30:50 +00:00 |
|
rubidium
|
e62a150293
|
(svn r13967) -Codechange [YAPP]: Tweak pathfinder penalties a bit. (michi_cc)
|
2008-08-02 22:57:47 +00:00 |
|
rubidium
|
1e549a0fcc
|
(svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc)
|
2008-08-02 22:57:18 +00:00 |
|
rubidium
|
2a567afff4
|
(svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc)
|
2008-08-02 22:57:03 +00:00 |
|
rubidium
|
14f6b1f49c
|
(svn r13964) -Codechange [YAPP]: Check if a train needs servicing when reserving the next path segment. (michi_cc)
|
2008-08-02 22:56:50 +00:00 |
|
rubidium
|
e0e8f0e711
|
(svn r13963) -Codechange [YAPP]: Reserve a track when entering a PBS block through a conventional signal. (michi_cc)
|
2008-08-02 22:56:35 +00:00 |
|
rubidium
|
ed629f599b
|
(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)
|
2008-08-02 22:56:21 +00:00 |
|
rubidium
|
a32fb70e1d
|
(svn r13961) -Add [YAPP]: Handle train reversing. (michi_cc)
|
2008-08-02 22:56:07 +00:00 |
|
rubidium
|
e78a235293
|
(svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)
|
2008-08-02 22:55:52 +00:00 |
|
rubidium
|
0b38276d5a
|
(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)
|
2008-08-02 22:55:38 +00:00 |
|
rubidium
|
1415b19fad
|
(svn r13958) -Add [YAPP]: Implement look-ahead for trains so they extend their reservation before reaching the end. (michi_cc)
|
2008-08-02 22:55:23 +00:00 |
|
rubidium
|
f0fdbf9644
|
(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing some tracks and reroute trains afterwards. (michi_cc)
|
2008-08-02 22:55:08 +00:00 |
|
rubidium
|
bcfc5a78ed
|
(svn r13956) -Add [YAPP]: Function for getting the train holding a reserved path. (michi_cc)
|
2008-08-02 22:54:53 +00:00 |
|
rubidium
|
c213ff35e5
|
(svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc)
|
2008-08-02 22:54:38 +00:00 |
|
rubidium
|
49967b9077
|
(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)
|
2008-08-02 22:54:23 +00:00 |
|
rubidium
|
f6bdf23527
|
(svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc)
|
2008-08-02 22:54:07 +00:00 |
|
rubidium
|
2e2a6d4909
|
(svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc)
|
2008-08-02 22:53:51 +00:00 |
|
rubidium
|
21e4904eb3
|
(svn r13951) -Codechange [YAPP]: A train leaving a tile should unreserve the track it came from if it was reserved. (michi_cc)
|
2008-08-02 22:53:37 +00:00 |
|
rubidium
|
a31e86c778
|
(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when waiting on a path reservation. (michi_cc)
|
2008-08-02 22:53:21 +00:00 |
|
rubidium
|
06ae82f7eb
|
(svn r13949) -Codechange [YAPP]: Declare the functions for processing conditional orders as non-static. (michi_cc)
|
2008-08-02 22:53:05 +00:00 |
|
rubidium
|
bf33da38eb
|
(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc)
|
2008-08-02 22:52:50 +00:00 |
|
rubidium
|
c05c10ae71
|
(svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc)
|
2008-08-02 22:52:36 +00:00 |
|
rubidium
|
70e84fb1c2
|
(svn r13946) -Add [YAPP]: Implement track reserving for NPF as well. (michi_cc)
|
2008-08-02 22:52:22 +00:00 |
|
rubidium
|
3601e6e8ef
|
(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicle when following rail. (michi_cc)
|
2008-08-02 22:52:08 +00:00 |
|
rubidium
|
c665f674ab
|
(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a path. (michi_cc)
|
2008-08-02 22:51:53 +00:00 |
|
rubidium
|
22b787791f
|
(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized more in YAPF. This should help with spread out stations. (michi_cc)
|
2008-08-02 22:51:38 +00:00 |
|
rubidium
|
968a0e907c
|
(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. (michi_cc)
|
2008-08-02 22:51:23 +00:00 |
|
rubidium
|
27cfb68d93
|
(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc)
|
2008-08-02 22:51:07 +00:00 |
|
rubidium
|
74b770a96a
|
(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)
|
2008-08-02 22:50:52 +00:00 |
|
rubidium
|
80c7dbcae7
|
(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the railtype info of the vehicle. (michi_cc)
|
2008-08-02 22:50:38 +00:00 |
|
rubidium
|
b3656c78ad
|
(svn r13938) -Codechange [YAPP]: Add the new signals to the build signal GUI. (michi_cc)
|
2008-08-02 22:50:22 +00:00 |
|
rubidium
|
64a576b854
|
(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc)
|
2008-08-02 22:50:04 +00:00 |
|
rubidium
|
aac73d2a04
|
(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc)
|
2008-08-02 22:49:39 +00:00 |
|
rubidium
|
b29f290816
|
(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)
|
2008-08-02 22:49:23 +00:00 |
|
rubidium
|
d5def69d87
|
(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (michi_cc)
|
2008-08-02 22:49:10 +00:00 |
|
rubidium
|
c34a1db15e
|
(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)
|
2008-08-02 22:48:57 +00:00 |
|
rubidium
|
fc47ae96c4
|
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
|
2008-08-02 22:48:43 +00:00 |
|
rubidium
|
f1666c7062
|
(svn r13931) -Codechange [YAPP]: Retain the reservation state when building/removing waypoints or level crossings. (michi_cc)
|
2008-08-02 22:48:27 +00:00 |
|
rubidium
|
063208a56f
|
(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc)
|
2008-08-02 22:48:14 +00:00 |
|
rubidium
|
8ffc05a02c
|
(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc)
|
2008-08-02 22:48:01 +00:00 |
|
rubidium
|
8eb9c27f8d
|
(svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)
|
2008-08-02 22:47:48 +00:00 |
|
rubidium
|
bef1770590
|
(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc)
|
2008-08-02 22:47:34 +00:00 |
|
rubidium
|
11bf3902c4
|
(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
|
2008-08-02 22:47:20 +00:00 |
|
glx
|
c85451555b
|
(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg
|
2008-08-02 19:48:54 +00:00 |
|
frosch
|
f0b1decb3d
|
(svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle.
|
2008-08-02 12:43:45 +00:00 |
|
frosch
|
196268b7ff
|
(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window.
|
2008-08-02 11:26:25 +00:00 |
|