rubidium
|
023d530ead
|
(svn r23222) -Codechange: reduce tar scanning calls to the bare minimum
|
2011-11-14 21:40:39 +00:00 |
|
rubidium
|
9bf2cb0e86
|
(svn r23216) -Codechange: introduce the concept of having different tar lists
|
2011-11-14 21:28:43 +00:00 |
|
rubidium
|
4e91548f71
|
(svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically
|
2011-11-13 20:52:39 +00:00 |
|
truebrain
|
cbe453eab0
|
(svn r23209) -Codechange: track the current active script instance directly, instead of assuming the current company points you to the right one.
|
2011-11-13 20:43:48 +00:00 |
|
truebrain
|
e35a1d7843
|
(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
|
5e7bae46f8
|
(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
|
ca22f6be80
|
(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
|
7229e955fa
|
(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
|
33d71b45fe
|
(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 |
|
rubidium
|
215452b911
|
(svn r23195) -Codechange: if we really need to cast away constness, use const_cast
|
2011-11-12 08:37:12 +00:00 |
|
yexo
|
78b6431eab
|
(svn r23170) -Doc (r23169): add he new value to the AI changelog
|
2011-11-08 21:51:53 +00:00 |
|
yexo
|
41e9da2420
|
(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
|
1a6dfb5110
|
(svn r23162) -Fix (r23133): Silence gcc warning.
|
2011-11-08 17:42:34 +00:00 |
|
frosch
|
930c6c7779
|
(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
|
fd59234005
|
(svn r23135) -Fix (r23133): always compile before commit
|
2011-11-08 15:53:32 +00:00 |
|
yexo
|
3566f8b905
|
(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting
|
2011-11-08 15:44:53 +00:00 |
|
yexo
|
1750b2ad9f
|
(svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly in all cases
|
2011-11-08 15:43:34 +00:00 |
|
yexo
|
59b9c4f6f3
|
(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
|
844eb74c0e
|
(svn r23122) -Fix (23120): Silence GCC warning.
|
2011-11-05 22:41:04 +00:00 |
|
michi_cc
|
ab28780f97
|
(svn r23120) -Feature: [NoAI] Support for refit orders.
|
2011-11-05 15:31:21 +00:00 |
|
rubidium
|
2de0383538
|
(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
|
70faeeaba9
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
cceccd58e5
|
(svn r23095) -Codechange: remove useless divisions/multiplications by TILE_HEIGHT for the AI API code
|
2011-11-04 10:25:33 +00:00 |
|
rubidium
|
bcb93b3b75
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
de980ef0f9
|
(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
|
47ed2ae999
|
(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.
|
2011-10-25 19:21:36 +00:00 |
|
rubidium
|
7005bb694c
|
(svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction between bankruptcy and manual removal of companies even though the API suggested that
|
2011-10-15 20:42:32 +00:00 |
|
planetmaker
|
01a36b36d6
|
(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
|
65e2865ac1
|
(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
|
2ac7cbada3
|
(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too long
|
2011-10-03 20:21:56 +00:00 |
|
frosch
|
f406385319
|
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
|
2011-10-03 17:23:41 +00:00 |
|
frosch
|
a1c155e0f9
|
(svn r22968) -Feature: Allow road corners on steep slopes.
|
2011-10-01 16:45:25 +00:00 |
|
yexo
|
72500ddedf
|
(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 |
|
rubidium
|
f5fdf0e127
|
(svn r22912) -Fix [FS#4753]: another attempt at fixing a related crash (can't reproduce it though)
|
2011-09-09 17:46:21 +00:00 |
|
rubidium
|
b878e5c72f
|
(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from the AI filenames, so record it differently. Also removes some of the hackery to get the tar's filename
|
2011-09-08 09:55:04 +00:00 |
|
rubidium
|
661e5c6655
|
(svn r22904) -Codechange: add tar filename to file scanning
|
2011-09-08 09:48:52 +00:00 |
|
yexo
|
79582850b5
|
(svn r22863) -Fix (r22861): AIOrder::SetOrderCondition didn't accept the new condition
|
2011-09-01 10:04:12 +00:00 |
|
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 |
|
rubidium
|
eb0112edb1
|
(svn r22836) -Codechange: simplify the scanning of (AI) scripts
|
2011-08-25 10:37:28 +00:00 |
|
rubidium
|
fea42cd52b
|
(svn r22829) -Codechange: unify the dirtying of windows after an AI scan
|
2011-08-24 16:38:09 +00:00 |
|
rubidium
|
c8167de1c2
|
(svn r22822) -Codechange: make a distinction between base sets and newgrfs for their directory
|
2011-08-24 13:33:49 +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 |
|
frosch
|
85c4d4e531
|
(svn r22616) -Codechange: Fix typo.
|
2011-07-02 11:31:20 +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 |
|