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
/
object_cmd.cpp
Age
Commit message (
Expand
)
Author
2019-12-21
Codechange: Replace FOR_ALL_OBJECTS with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-11-10
Fix #7697: Add a Missing AddProducedCargo proc for HQ
Samu
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-08
Fix #7478: Don't remove NewGRF objects on company take-over. (#7483)
PeterN
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-13
Cleanup: Remove questionable syntax in HQ size calculation
Johannes E. Krause
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2016-09-18
(svn r27656) -Fix [FS#6511]: When removing objects of bankrupt companies the ...
frosch
2014-09-21
(svn r26879) -Codechange: remove most MayHaveBridgeAbove calls since the data...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-12
(svn r26240) -Codechange: Pass the GRFFile to GetErrorMessageFromLocationCall...
frosch
2013-11-04
(svn r25938) -Fix [FS#5798] (r25876): Don't mistake a lighthouse for a transm...
planetmaker
2013-10-18
(svn r25880) -Fix (r25875): Special rules for world generation needs be consi...
planetmaker
2013-10-17
(svn r25879) -Change: Allow to remove unowned objects unless they have the 'u...
planetmaker
2013-10-17
(svn r25876) -Codechange: Unify object placement during map creation
planetmaker
2013-10-17
(svn r25875) -Change: In scenario editor allow to build all objects which wer...
planetmaker
2013-10-17
(svn r25871) -Codechange: Move placement rules for lighthouses to its own fun...
planetmaker
2013-10-17
(svn r25870) -Codechange: Move placement rules for transmitter to its own fun...
planetmaker
2013-10-12
(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope info...
zuu
2013-10-12
(svn r25835) -Change: Increase the total number of object types from 256 to 6...
frosch
2013-10-12
(svn r25833) -Codechange: Move ObjectType from map array into pool item.
frosch
2013-10-12
(svn r25832) -Codechange: Reduce variety of object type test functions.
frosch
2013-09-02
(svn r25753) -Fix [FS#5725] (r25557): If old savegames contain bridges over o...
frosch
2012-01-22
(svn r23842) -Change [FS#5001, FS#5002]: do not let towns (ever) remove objects
rubidium
2012-01-06
(svn r23763) -Fix [FS#4956]: check whether a water tile is really empty when ...
rubidium
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2012-01-03
(svn r23723) -Codechange: speedup flood checks a bit
yexo
2011-12-03
(svn r23413) -Add: Company infrastructure counts for canals.
michi_cc
2011-11-16
(svn r23236) -Fix (r23141): Construction of objects was always rejected.
frosch
2011-11-08
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
yexo
2011-11-08
(svn r23148) -Change: [NewGRF] Check the results of various callbacks for val...
frosch
2011-11-08
(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callback...
frosch
2011-11-08
(svn r23141) -Change: [NewGRF v8] Invert result bit 10 of callbacks 149 and 1...
frosch
2011-11-04
(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type func...
rubidium
2011-11-04
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
rubidium
2011-11-04
(svn r23101) -Codechange: remove pointless multiplications by TILE_HEIGHT fro...
rubidium
2011-11-04
(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for...
rubidium
2011-11-04
(svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT fro...
rubidium
2011-11-04
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...
rubidium
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
2011-10-04
(svn r22994) -Fix [FS#4775]: tile was cleared before the object-placement cal...
yexo
2011-09-25
(svn r22960) -Feature: Allow depots, standard roadstops and airports on steep...
frosch
2011-07-30
(svn r22698) -Fix [FS#4694]: Only insert cleared object tiles into _cleared_o...
frosch
2011-07-11
(svn r22658) -Feature: [NewGRF] Custom error messages for object callback 0x157.
michi_cc
2011-07-08
(svn r22643) -Fix: Disallow building NewObjects on water tiles owned by anoth...
michi_cc
2011-06-12
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
terkhen
[next]