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
/
depot_cmd.cpp
Age
Commit message (
Expand
)
Author
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2019-12-21
Codechange: Replace FOR_ALL_DEPOTS with range-based for loops
glx
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
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-10-13
(svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile ...
zuu
2012-01-01
(svn r23704) -Doc: Doxygen comment fixes and additions.
alberth
2011-05-02
(svn r22411) -Document: another bunch of bits
rubidium
2011-02-07
(svn r22013) -Codechange: move some functions out of functions.h
rubidium
2010-12-05
(svn r21409) -Codechange: limit depot name by amount of characters, not bytes
rubidium
2010-09-08
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
rubidium
2010-05-12
(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr
rubidium