summaryrefslogtreecommitdiff
path: root/src/depot_cmd.cpp
AgeCommit message (Expand)Author
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-05-29Codechange: let IsUnique.* functions accept std::stringrubidium42
2020-05-21Codechange: Use std::string for most of the user-settable custom names.Michael Lutz
2019-12-21Codechange: Replace FOR_ALL_DEPOTS with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry 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 bitsrubidium
2011-02-07(svn r22013) -Codechange: move some functions out of functions.hrubidium
2010-12-05(svn r21409) -Codechange: limit depot name by amount of characters, not bytesrubidium
2010-09-08(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbersrubidium
2010-05-12(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbrrubidium