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 (
Collapse
)
Author
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures ↵
rubidium
the return is not NULL)
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵
rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2013-10-13
(svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile ↵
zuu
to a new function, GetDepotVehicleType (cirdan, LordAro)
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