yexo
502d7884ae
(svn r22861) -Add: [NoAI] support the new conditional order introduced in r22858 (Zuu)
2011-08-31 22:41:10 +00:00
frosch
b7a13ba19c
(svn r22853) -Doc: Add a missing bit of AI documentation.
2011-08-28 20:28:04 +00:00
frosch
61d5dd64b8
(svn r22764) -Add: [NoAI] AITile::GetTownAuthority().
2011-08-19 21:19:10 +00:00
frosch
3d39fa8824
(svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence().
2011-08-19 21:18:32 +00:00
frosch
cdb6239d76
(svn r22762) -Fix (r22584): Update ai_company.hpp.sq
2011-08-19 21:14:51 +00:00
rubidium
53c909c65a
(svn r22751) -Merge: documentation updates from 1.1
2011-08-14 18:53:55 +00:00
frosch
1f27a4a17b
(svn r22726) -Fix: AITile::GetCargoAcceptance, AITile::GetCargoProduction and AIRail::BuildNewGRFRailStation did not check the cargo argument for validity.
2011-08-06 17:20:21 +00:00
frosch
fbc8de13fc
(svn r22710) -Fix [FS#4704]: Allow AIAirport::GetNoiseLevelIncrease() also for expired airports.
2011-08-01 20:15:18 +00:00
yexo
05b09ea0c4
(svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth)
2011-06-13 15:23:20 +00:00
planetmaker
7aa57e4acd
(svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added
2011-05-18 12:19:58 +00:00
rubidium
2c1555b13c
(svn r22396) -Document: some AI doxygen stuff
2011-05-01 09:24:19 +00:00
glx
45f3967d5d
(svn r22342) -Fix (r22338): fix the right place and run the script
2011-04-17 17:56:33 +00:00
peter1138
1b5f1ccac0
(svn r22338) -Fix (r22337): Compile-before-commit...
2011-04-17 17:34:09 +00:00
rubidium
22bc18cc71
(svn r22283) -Merge from 1.1: documentation updates/release changes
2011-03-31 21:26:26 +00:00
frosch
91a29a6bef
(svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle command-/GUI-scope itself.
2011-03-13 21:32:40 +00:00
alberth
9222a30173
(svn r22145) -Codechange: Do explicit test for non-bool values.
2011-02-25 22:04:38 +00:00
frosch
89a48c5b7d
(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)
2011-02-24 22:14:41 +00:00
rubidium
be8e0ede7c
(svn r22083) -Change: trunk is heading towards 1.2 now
2011-02-14 20:20:57 +00:00
yexo
0b452bd05f
(svn r21992) -Fix [FS#4467]: AIs trying to change the AIOF_GOTO_NEAREST_DEPOT flag for existing orders triggered an assert. Explicitly forbid this as precondition for SetOrderFlags
2011-02-06 12:15:17 +00:00
frosch
c003e1a358
(svn r21987) -Fix: Make news items, engine previews and AI preview events deal with no longer existing Engine items after resetting the pool.
2011-02-05 20:41:13 +00:00
rubidium
7086bb3017
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
2011-02-04 15:37:23 +00:00
smatz
4aa45d8742
(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year
2011-02-04 14:11:14 +00:00
frosch
7c04ea586d
(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way.
...
-Fix [FS#4440]: Automatic orders behave now stable wrt. service orders and are not added or removed depending on the need of servicing.
-Fix: Various other issues with automatic orders, e.g. vehicles getting stuck with "no orders" when there are automatic orders at the end of the order list.
2011-01-31 20:44:15 +00:00
yexo
309b99a944
(svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way of dealing with them
2011-01-23 13:08:50 +00:00
rubidium
05199a641a
(svn r21890) -Cleanup: remove some unneeded includes
2011-01-22 14:52:20 +00:00
rubidium
fa9cb1164e
(svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree
2011-01-22 10:33:16 +00:00
rubidium
ab8f0771c0
(svn r21672) -Fix: mention AIEventTownFounded in the AI changelog as well
2010-12-31 09:43:42 +00:00
yexo
c5597c44c4
(svn r21664) -Add: [NoAI] AIEventTownFounded
2010-12-29 23:44:39 +00:00
yexo
1bdea024a3
(svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtype
2010-12-29 23:20:12 +00:00
yexo
9a0d29f7de
(svn r21655) -Add: mention AITown::IsCity in the NoAI changelog
2010-12-29 12:41:01 +00:00
yexo
e7eb1cc9f4
(svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns grow faster than others (Lord Aro)
2010-12-29 12:19:33 +00:00
alberth
135c5b3fd7
(svn r21571) -Codechange: Having a break after a return is no good.
2010-12-21 15:23:54 +00:00
terkhen
f69d280f14
(svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains.
2010-12-14 21:33:53 +00:00
terkhen
57790abb75
(svn r21515) -Codechange: Use cached_total_length where appropiate.
2010-12-14 21:24:51 +00:00
rubidium
4f6c97ed0b
(svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile
2010-12-13 11:21:53 +00:00
rubidium
d81aff479f
(svn r21488) -Codechange: make use of TILE_AREA_LOOP in the tile list AI API
2010-12-12 18:47:08 +00:00
rubidium
e4c8f79f94
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
2010-12-05 22:25:49 +00:00
rubidium
7267a4de2c
(svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes
2010-12-05 22:25:36 +00:00
rubidium
6e39c4afa1
(svn r21413) -Codechange: limit sign name by amount of characters, not bytes
2010-12-05 22:25:08 +00:00
rubidium
dd618051a7
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
2010-12-05 22:24:50 +00:00
rubidium
48101ae6a7
(svn r21411) -Codechange: limit group name by amount of characters, not bytes
2010-12-05 22:24:34 +00:00
rubidium
0b8697bad4
(svn r21280) -Merge: documentation updates from 1.0
2010-11-20 21:27:21 +00:00
rubidium
adb1692a4d
(svn r21142) -Codechange: replace magic bridge length constants with proper constants (uni657)
2010-11-10 23:43:14 +00:00
alberth
063931d435
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
2010-10-30 17:51:07 +00:00
rubidium
cdb91a1a9e
(svn r20810) -Merge: documentation updates from 1.0
2010-09-15 22:05:08 +00:00
yexo
74d81b2991
(svn r20798) -Doc [FS#4117]: [NoAI] AITile::HasTransportType doesn't work for TRANSPORT_AIR
2010-09-13 13:36:36 +00:00
rubidium
56ebc2359e
(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot
2010-09-08 21:02:12 +00:00
yexo
867e652609
(svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventCompanyMerger (fanioz)
2010-09-08 13:45:26 +00:00
rubidium
360d6daf34
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
2010-08-26 22:01:16 +00:00
rubidium
bd5be9a942
(svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future
2010-08-19 20:58:30 +00:00