summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-03(svn r13979) -Codechange: Use widget dimensions instead of magic number incan...peter1138
2008-08-03(svn r13978) -Fix: Incorrect widget size.peter1138
2008-08-03(svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero hei...peter1138
2008-08-03(svn r13976) -Fix (r13953) [YAPP]: A crashing train could sometimes free the ...frosch
2008-08-03(svn r13975) -Codechange: Replace some globals used by the small map window w...peter1138
2008-08-03(svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (mi...frosch
2008-08-03(svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals t...smatz
2008-08-03(svn r13972) -Fix [FS#2180]: the timetable's "Clear Time" button didn't have ...rubidium
2008-08-03(svn r13971) -Fix [YAPP]: segfault due to mixed up variables (michi_cc)rubidium
2008-08-03(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolb...belugas
2008-08-02(svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' ...glx
2008-08-02(svn r13967) -Codechange [YAPP]: Tweak pathfinder penalties a bit. (michi_cc)rubidium
2008-08-02(svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (...rubidium
2008-08-02(svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reserva...rubidium
2008-08-02(svn r13964) -Codechange [YAPP]: Check if a train needs servicing when reserv...rubidium
2008-08-02(svn r13963) -Codechange [YAPP]: Reserve a track when entering a PBS block th...rubidium
2008-08-02(svn r13962) -Codechange [YAPP]: Do not reverse in front of red signals when ...rubidium
2008-08-02(svn r13961) -Add [YAPP]: Handle train reversing. (michi_cc)rubidium
2008-08-02(svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a P...rubidium
2008-08-02(svn r13959) -Codechange [YAPP]: Try to extend a train reservation as far as ...rubidium
2008-08-02(svn r13958) -Add [YAPP]: Implement look-ahead for trains so they extend thei...rubidium
2008-08-02(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing so...rubidium
2008-08-02(svn r13956) -Add [YAPP]: Function for getting the train holding a reserved p...rubidium
2008-08-02(svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so i...rubidium
2008-08-02(svn r13954) -Codechange [YAPP]: On reserving a path that ends at the destina...rubidium
2008-08-02(svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc)rubidium
2008-08-02(svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump s...rubidium
2008-08-02(svn r13951) -Codechange [YAPP]: A train leaving a tile should unreserve the ...rubidium
2008-08-02(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when wait...rubidium
2008-08-02(svn r13949) -Codechange [YAPP]: Declare the functions for processing conditi...rubidium
2008-08-02(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and ...rubidium
2008-08-02(svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc)rubidium
2008-08-02(svn r13946) -Add [YAPP]: Implement track reserving for NPF as well. (michi_cc)rubidium
2008-08-02(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicl...rubidium
2008-08-02(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a...rubidium
2008-08-02(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized ...rubidium
2008-08-02(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. (mic...rubidium
2008-08-02(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi...rubidium
2008-08-02(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)rubidium
2008-08-02(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the ra...rubidium
2008-08-02(svn r13938) -Codechange [YAPP]: Add the new signals to the build signal GUI....rubidium
2008-08-02(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals du...rubidium
2008-08-02(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS sig...rubidium
2008-08-02(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal...rubidium
2008-08-02(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (...rubidium
2008-08-02(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in ...rubidium
2008-08-02(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are...rubidium
2008-08-02(svn r13931) -Codechange [YAPP]: Retain the reservation state when building/r...rubidium
2008-08-02(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail...rubidium
2008-08-02(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks i...rubidium