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
/
ai
/
api
Age
Commit message (
Expand
)
Author
2009-07-25
(svn r16948) -Codechange: some code reductions and usage of wrapper functions
rubidium
2009-07-25
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...
rubidium
2009-07-24
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...
rubidium
2009-07-24
(svn r16938) -Codechange: introduce helper function to tell whether a tile is...
rubidium
2009-07-22
(svn r16921) -Codechange: make it more clear what strings are related to road...
rubidium
2009-07-22
(svn r16919) -Codechange: unify some more StringID w.r.t. their naming
rubidium
2009-07-22
(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings
rubidium
2009-07-22
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-07-20
(svn r16886) -Codechange: unify naming of some string IDs related to string c...
rubidium
2009-07-18
(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy...
smatz
2009-07-17
(svn r16866) -Fix (r16865): forgot to run squirrel_export.sh
yexo
2009-07-17
(svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ...
yexo
2009-07-16
(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid...
smatz
2009-07-16
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
smatz
2009-07-10
(svn r16790) -Add [NoAI]: AIVehicle::GetReliability to get the current reliab...
yexo
2009-07-10
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too
rubidium
2009-07-10
(svn r16783) -Change: make it more clear that the squirrel_export script need...
rubidium
2009-07-08
(svn r16772) -Fix [FS#3019]: don't use the same error message for turning aro...
rubidium
2009-07-08
(svn r16771) -Fix: API export was forgotten causing API to think variables we...
rubidium
2009-07-08
(svn r16767) -Fix [NoAI] (r16524): AITile::GetCargoProduction/Acceptance didn...
yexo
2009-07-03
(svn r16731) -Fix [NoAI]: AIDepotList contained wrong tiles for hangars when ...
yexo
2009-07-02
(svn r16724) -Fix (r16714): MSVC 64bit warnings (Rubidium)
smatz
2009-07-02
(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe...
smatz
2009-07-02
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...
rubidium
2009-07-02
(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...
rubidium
2009-07-01
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...
smatz
2009-07-01
(svn r16718) -Codechange: make IsFreeWagon() member of Train
smatz
2009-07-01
(svn r16714) -Codechange: use pool-like accessors for Subsidy
smatz
2009-07-01
(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all...
smatz
2009-06-27
(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA...
frosch
2009-06-27
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...
frosch
2009-06-27
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...
frosch
2009-06-24
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
smatz
2009-06-24
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
smatz
2009-06-23
(svn r16640) -Codechange: move roadstop stuff to separate files
smatz
2009-06-21
(svn r16618) -Fix (r16614): Silence a warning.
frosch
2009-06-21
(svn r16614) -Codechange: Make the airport min/max available year a property ...
yexo
2009-06-17
(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys
yexo
2009-06-16
(svn r16581) -Codechange: unify the access to Engine::lifelength.
rubidium
2009-06-11
(svn r16563) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true...
yexo
2009-06-11
(svn r16562) -Revert (r16561)
yexo
2009-06-11
(svn r16561) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true...
yexo
2009-06-07
(svn r16529) -Fix [NoAI]: StationIDs from oilrigs were not considered valid b...
yexo
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-06-06
(svn r16524) -Fix [FS#2963]: missing guards in the NoAI API making it possibl...
rubidium
2009-06-05
(svn r16520) -Fix [NoAI]: Make sure AIBridge::BuildBridge returns what the do...
yexo
2009-06-03
(svn r16510) -Doc: silence some (AI) doxygen warnings by adding comments abou...
rubidium
2009-06-01
(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function cal...
yexo
2009-06-01
(svn r16491) -Codechange: Added parentheses around bitwise operators for code...
alberth
[next]