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.cpp
Age
Commit message (
Expand
)
Author
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2020-02-09
Fix #7988: Memory leak when using custom depot names
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
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
2011-05-02
(svn r22411) -Document: another bunch of bits
rubidium
2011-02-19
(svn r22116) -Codechange: use PoolBase::Clean() at more places
smatz
2011-02-02
(svn r21939) -Fix (r16357): the check for valid depot wasn't strict enough
smatz
2010-09-08
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
rubidium
2010-08-18
(svn r20547) -Change: the way order backups are performed. Now restoring an o...
rubidium
2010-08-18
(svn r20545) -Codechange: make sure an OrderBackup gets cleared when the depo...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-10
(svn r17494) -Codechange: improve algorithmic complexitiy of Depot::GetByTile...
rubidium
2009-09-07
(svn r17451) -Fix (r17442): loading of TTO/TTD savegames failed
smatz
2009-09-07
(svn r17442) -Fix [FS#3180]: destruction of depots didn't remove any vehicle ...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-24
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
smatz
2009-05-26
(svn r16439) -Change: Make the default vehicle servicing settings company-bas...
yexo
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-02-22
(svn r15551) -Fix [FS#2656]: [NoAI] crash when setting a depot order to the s...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz
2009-01-03
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot...
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-17
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...
rubidium
2008-04-06
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...
smatz
2008-03-30
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium
2007-08-05
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...
rubidium
2007-08-02
(svn r10758) -Codechange: make the depot struct use the pool item class as su...
rubidium
2007-05-18
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ...
rubidium
2007-04-12
(svn r9609) -Codechange: Move some function prototypes out of functions.h and...
maedhros
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-02-23
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...
belugas
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr