summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-08-02(svn r13956) -Add [YAPP]: Function for getting the train holding a reserved ↵rubidium
path. (michi_cc)
2008-08-02(svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so ↵rubidium
it is able to continue. (michi_cc)
2008-08-02(svn r13954) -Codechange [YAPP]: On reserving a path that ends at the ↵rubidium
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(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 ↵rubidium
savegame version. (michi_cc)
2008-08-02(svn r13951) -Codechange [YAPP]: A train leaving a tile should unreserve the ↵rubidium
track it came from if it was reserved. (michi_cc)
2008-08-02(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when ↵rubidium
waiting on a path reservation. (michi_cc)
2008-08-02(svn r13949) -Codechange [YAPP]: Declare the functions for processing ↵rubidium
conditional orders as non-static. (michi_cc)
2008-08-02(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and ↵rubidium
reserve a path. (michi_cc)
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 ↵rubidium
Vehicle when following rail. (michi_cc)
2008-08-02(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve ↵rubidium
a path. (michi_cc)
2008-08-02(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized ↵rubidium
more in YAPF. This should help with spread out stations. (michi_cc)
2008-08-02(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. ↵rubidium
(michi_cc)
2008-08-02(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. ↵rubidium
(michi_cc)
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 ↵rubidium
railtype info of the vehicle. (michi_cc)
2008-08-02(svn r13938) -Codechange [YAPP]: Add the new signals to the build signal ↵rubidium
GUI. (michi_cc)
2008-08-02(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals ↵rubidium
during build. (michi_cc)
2008-08-02(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS ↵rubidium
signals and honor the default signal type. (michi_cc)
2008-08-02(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the ↵rubidium
normal signal tools. (michi_cc)
2008-08-02(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. ↵rubidium
(michi_cc)
2008-08-02(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in ↵rubidium
the signal code. (michi_cc)
2008-08-02(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals ↵rubidium
are drawn using the old Patch-like PBS sprites. (michi_cc)
2008-08-02(svn r13931) -Codechange [YAPP]: Retain the reservation state when ↵rubidium
building/removing waypoints or level crossings. (michi_cc)
2008-08-02(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a ↵rubidium
rail track. (michi_cc)
2008-08-02(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks ↵rubidium
is now possible. (michi_cc)
2008-08-02(svn r13928) -Add [YAPP]: Function for getting the path reservation state of ↵rubidium
any tile. (michi_cc)
2008-08-02(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch ↵rubidium
setting. (michi_cc)
2008-08-02(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)rubidium
2008-08-02(svn r13923) -Feature: Show [total-]cargo info in depot when ↵frosch
[ctrl-]right-clicking on vehicle.
2008-08-02(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the ↵frosch
general tooltip window.
2008-08-02(svn r13921) -Codechange (r11473): Use the correct enum...peter1138
2008-08-02(svn r13920) -Codechange: uniformise the definition with the declaration of ↵belugas
DrawFrameRect
2008-08-02(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 ↵belugas
assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
2008-08-01(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.rubidium
2008-08-01(svn r13913) -Fix (r13893): [OSX] fixed a warning about ↵bjarni
MAC_OS_X_VERSION_10_5 not being defined on all systems
2008-08-01(svn r13912) -Codechange: remove some casts by returning the proper type ↵rubidium
instead of void*.
2008-08-01(svn r13911) -Fix (r13806): do not consider crashed train as waiting at ↵smatz
signal, v->direction doesn't have to match track anyway
2008-08-01(svn r13910) -Document: string drawing related functions and types (Alberth)rubidium
2008-08-01(svn r13909) -Codechange: use the same type before CmdBuildRailStation as it ↵rubidium
used in the command itself (Alberth)
2008-08-01(svn r13908) -Codechange: merge two tables into a single one (Alberth)rubidium
2008-08-01(svn r13907) -Codechange: Replace a number with Colours enum on ↵belugas
DrawFrameRect usage
2008-08-01(svn r13905) -Update: WebTranslator2 update to 2008-08-01 02:27:37translators
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)
2008-07-31(svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of ↵glx
different size' warnings
2008-07-31(svn r13903) -Fix: missing eol-style property.rubidium
2008-07-31(svn r13900) -Codechange: Replace numbers with Colours enum on settings, ↵belugas
smallmaps, stations and signs guis.
2008-07-31(svn r13899) -Codechange: Replace numbers with Colours enum on roads gui.belugas
save command file before commiting :P
2008-07-31(svn r13898) -Codechange: Replace remaining numbers with Colours enum on ↵belugas
players, roads and rails guis