index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pbs.h
Age
Commit message (
Collapse
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2013-01-11
(svn r24905) -Feature(ish): Implement station randomisation triggers.
peter1138
2011-05-02
(svn r22410) -Document: some more bits ;)
rubidium
2009-12-27
(svn r18647) -Fix: [YAPP] A train inside a station was not always found when ↵
michi_cc
checking for trains on a reserved path.
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-24
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way ↵
rubidium
it's written.
2009-05-22
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
rubidium
2008-09-07
(svn r14258) -Codechange: rework the way to query the vehicle hash to make ↵
rubidium
sure it always results in the same irregardless of the order of the hash-linked-list. -Fix: desync in PBS reservation following, vehicle flooding and road vehicle overtake/follow code.
2008-08-29
(svn r14186) -Fix [FS#2255]: small typo (Jafinto)
rubidium
2008-08-03
(svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. ↵
frosch
(michi_cc)
2008-08-02
(svn r13956) -Add [YAPP]: Function for getting the train holding a reserved ↵
rubidium
path. (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 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)