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
Age
Commit message (
Expand
)
Author
2009-04-01
(svn r15910) -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make ...
yexo
2009-03-30
(svn r15901) -Add: AIIndustryType::IsBuiltOnWater(), HasHeliport() and HasDoc...
frosch
2009-03-29
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...
alberth
2009-03-28
(svn r15881) -Fix (r15875): add an explicit cast so some compilers stop compl...
yexo
2009-03-28
(svn r15875) -Add: AIBridge::GetBridgeID() so AIs can get the type of bridge ...
yexo
2009-03-26
(svn r15860) -Add: AIRoad::GetRoadVehicleTypeForCargo() to tell whether a cer...
frosch
2009-03-26
(svn r15859) -Documentation: Meaning of AICargo::CC_PASSENGERS wrt. bus- and ...
frosch
2009-03-25
(svn r15852) -Codechange: New widgets for the AI windows.
yexo
2009-03-25
(svn r15844) -Codechange: allow text alignment to be forced so the console an...
rubidium
2009-03-24
(svn r15835) -Codechange: Prevent using the return value of DrawString as muc...
yexo
2009-03-22
(svn r15811) -Fix: left != right and as a result of that the ai debug window ...
rubidium
2009-03-22
(svn r15806) -Codechange: pass both left and right to the vehicle details dra...
rubidium
2009-03-21
(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n...
rubidium
2009-03-21
(svn r15789) -Codechange: Add DiagdirBetweenTiles() and use it.
frosch
2009-03-21
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...
rubidium
2009-03-21
(svn r15781) -Fix [NoAI]: Missing "AIs" in the information the debug AI prints.
yexo
2009-03-19
(svn r15774) -Fix (r15708): Don't show the message about reporting an AI cras...
yexo
2009-03-18
(svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use...
frosch
2009-03-16
(svn r15743) -Codechange: move the definitions of some fake squirrel types to...
yexo
2009-03-16
(svn r15742) -Fix (r15736): AIs with an invalid info.nut weren't ignored anym...
yexo
2009-03-15
(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic clas...
yexo
2009-03-15
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...
rubidium
2009-03-15
(svn r15721) -Change: give a more useful (for 'normal' users) error message w...
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-14
(svn r15716) -Change [NoAI]: AI libraries should now be stored in ai/library/...
yexo
2009-03-14
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
rubidium
2009-03-14
(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs...
yexo
2009-03-13
(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carri...
frosch
2009-03-12
(svn r15684) -Add [NoAI]: AIOrder::SkipToOrder().
yexo
2009-03-11
(svn r15668) -Fix: a few typos.
yexo
2009-03-09
(svn r15658) -Fix [NoAI]: Rewrite AIAbstractList::Valuate to make it more rea...
yexo
2009-03-07
(svn r15638) -Fix: there is a time in your life you should stop coding for a ...
truebrain
2009-03-06
(svn r15630) -Fix (r15027): Make sure OpenTTD loads the dummy AI script when ...
yexo
2009-03-04
(svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::...
yexo
2009-03-04
(svn r15614) -Add [NoAI]: AIVehicleList_Group(group_id) and AIVehicleList_Def...
yexo
2009-02-26
(svn r15587) -Fix (r15345): I should really test even those simple api functi...
yexo
2009-02-23
(svn r15563) -Change [API CHANGE]: Remove AIIndustry::GetMaxIndustryID().
yexo
2009-02-23
(svn r15562) -Change: Use GetName() to determine the unique AI name instead o...
yexo
2009-02-23
(svn r15558) -Cleanup: Remove some unnecessary friend declarations.
yexo
2009-02-21
(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...
frosch
2009-02-21
(svn r15538) -Fix (r15334): The difficulty level wasn't set to custom when ch...
yexo
2009-02-21
(svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel cal...
glx
2009-02-20
(svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squir...
yexo
2009-02-19
(svn r15527) -Fix (r15526): A ')' too much.
yexo
2009-02-19
(svn r15526) -Add [NoAI]: Support for conditional orders.
yexo
2009-02-19
(svn r15524) -Add [NoAI]: AIEngine::GetPower, AIEngine::GetWeight and AIEngin...
yexo
2009-02-19
(svn r15520) -Cleanup [NoAI]: Fix some typos, unify the comment style and upd...
yexo
2009-02-19
(svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remov...
yexo
2009-02-14
(svn r15494) -Change [API CHANGE]: Split AIRoad::BuildRoadStation in BuildRoa...
yexo
2009-02-14
(svn r15492) -Change [API CHANGE]: Split AIVehicle::MoveWagon in MoveWagon an...
yexo
[next]