truebrain
|
407514a590
|
(svn r23208) -Codechange: mark function with /* static */ in the source file, which are defined static in the header file
|
2011-11-13 20:42:24 +00:00 |
|
truebrain
|
70b6b3cc2c
|
(svn r23207) -Codechange: make functions private/protected/public depending on their current usage (and reorder functions a bit)
|
2011-11-13 20:41:17 +00:00 |
|
rubidium
|
47ca0f34e0
|
(svn r23204) -Fix (r23201): if you rename a constant, then also rename it in the helper scripts that use it
|
2011-11-13 17:11:42 +00:00 |
|
yexo
|
924a5e06b3
|
(svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway
|
2011-11-12 18:48:21 +00:00 |
|
rubidium
|
7fd1e1df81
|
(svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free
|
2011-11-12 13:00:29 +00:00 |
|
yexo
|
cb876cd6a0
|
(svn r23170) -Doc (r23169): add he new value to the AI changelog
|
2011-11-08 21:51:53 +00:00 |
|
yexo
|
a256bd71e4
|
(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu)
|
2011-11-08 21:48:00 +00:00 |
|
frosch
|
6701a2af45
|
(svn r23162) -Fix (r23133): Silence gcc warning.
|
2011-11-08 17:42:34 +00:00 |
|
frosch
|
b98c7763de
|
(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to use instead of property 18.
|
2011-11-08 17:26:13 +00:00 |
|
yexo
|
7a3e362763
|
(svn r23135) -Fix (r23133): always compile before commit
|
2011-11-08 15:53:32 +00:00 |
|
yexo
|
baf11cf401
|
(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting
|
2011-11-08 15:44:53 +00:00 |
|
yexo
|
b1d49f72dc
|
(svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly in all cases
|
2011-11-08 15:43:34 +00:00 |
|
yexo
|
dc1fd2dbe6
|
(svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return false for valid vehicles and crashed for invalid ones
|
2011-11-08 15:00:55 +00:00 |
|
michi_cc
|
18d1345d1c
|
(svn r23122) -Fix (23120): Silence GCC warning.
|
2011-11-05 22:41:04 +00:00 |
|
michi_cc
|
a22b4f1f91
|
(svn r23120) -Feature: [NoAI] Support for refit orders.
|
2011-11-05 15:31:21 +00:00 |
|
rubidium
|
65d0d19b16
|
(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick
|
2011-11-04 23:20:14 +00:00 |
|
rubidium
|
19eabdba2c
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
b167c0a396
|
(svn r23095) -Codechange: remove useless divisions/multiplications by TILE_HEIGHT for the AI API code
|
2011-11-04 10:25:33 +00:00 |
|
rubidium
|
2ed0f93bfb
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
frosch
|
8b8d4e32b8
|
(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.
|
2011-10-25 19:21:36 +00:00 |
|
planetmaker
|
7de0b33086
|
(svn r23012) -Fix [FS#4798]: AI backlog was to short to fully display the backtrace of some AI crashes (Kogut)
|
2011-10-07 18:49:02 +00:00 |
|
truebrain
|
9528befe52
|
(svn r22989) -Fix: AIController uses protected members of AIObject, so make them friends (instead of doing it implicit via AIInstance). This fixes all compile errors with clang-2.9
|
2011-10-04 15:21:07 +00:00 |
|
rubidium
|
f5caf07ee1
|
(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too long
|
2011-10-03 20:21:56 +00:00 |
|
frosch
|
dd74536bef
|
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
|
2011-10-03 17:23:41 +00:00 |
|
frosch
|
804090b317
|
(svn r22968) -Feature: Allow road corners on steep slopes.
|
2011-10-01 16:45:25 +00:00 |
|
yexo
|
40d5419cd2
|
(svn r22920) -Cleanup: replace two very old town variables taht were rarely used by small functions that compute there value on-the-fly when necessary
|
2011-09-11 11:47:18 +00:00 |
|
yexo
|
8575afa362
|
(svn r22863) -Fix (r22861): AIOrder::SetOrderCondition didn't accept the new condition
|
2011-09-01 10:04:12 +00:00 |
|
yexo
|
ec9a9bea3a
|
(svn r22861) -Add: [NoAI] support the new conditional order introduced in r22858 (Zuu)
|
2011-08-31 22:41:10 +00:00 |
|
frosch
|
286b2aeee5
|
(svn r22853) -Doc: Add a missing bit of AI documentation.
|
2011-08-28 20:28:04 +00:00 |
|
frosch
|
27aff44e77
|
(svn r22764) -Add: [NoAI] AITile::GetTownAuthority().
|
2011-08-19 21:19:10 +00:00 |
|
frosch
|
b8f8cef34c
|
(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
|
a7d8195677
|
(svn r22762) -Fix (r22584): Update ai_company.hpp.sq
|
2011-08-19 21:14:51 +00:00 |
|
rubidium
|
5c13d3a83c
|
(svn r22751) -Merge: documentation updates from 1.1
|
2011-08-14 18:53:55 +00:00 |
|
frosch
|
c76d1c54b7
|
(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
|
bf3a9dfdaf
|
(svn r22710) -Fix [FS#4704]: Allow AIAirport::GetNoiseLevelIncrease() also for expired airports.
|
2011-08-01 20:15:18 +00:00 |
|
yexo
|
0dc20c7d5f
|
(svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth)
|
2011-06-13 15:23:20 +00:00 |
|
planetmaker
|
43c8cd1d5e
|
(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
|
70c7ec30b1
|
(svn r22396) -Document: some AI doxygen stuff
|
2011-05-01 09:24:19 +00:00 |
|
glx
|
e874f0e16e
|
(svn r22342) -Fix (r22338): fix the right place and run the script
|
2011-04-17 17:56:33 +00:00 |
|
peter1138
|
2080002461
|
(svn r22338) -Fix (r22337): Compile-before-commit...
|
2011-04-17 17:34:09 +00:00 |
|
rubidium
|
fff18f6087
|
(svn r22283) -Merge from 1.1: documentation updates/release changes
|
2011-03-31 21:26:26 +00:00 |
|
frosch
|
0ff4f31723
|
(svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle command-/GUI-scope itself.
|
2011-03-13 21:32:40 +00:00 |
|
alberth
|
31386c42a7
|
(svn r22145) -Codechange: Do explicit test for non-bool values.
|
2011-02-25 22:04:38 +00:00 |
|
frosch
|
b0b7e1172c
|
(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)
|
2011-02-24 22:14:41 +00:00 |
|
rubidium
|
22afd83964
|
(svn r22083) -Change: trunk is heading towards 1.2 now
|
2011-02-14 20:20:57 +00:00 |
|
yexo
|
6f730b1124
|
(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
|
ef3ec0f8c8
|
(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
|
46b3d114a8
|
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
|
2011-02-04 15:37:23 +00:00 |
|
smatz
|
3057a26fd5
|
(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 |
|