summaryrefslogtreecommitdiff
path: root/src/ai/api
AgeCommit message (Collapse)Author
2011-11-29(svn r23374) -Add: Doxygen files for the NoAI API (Yexo)truebrain
2011-11-29(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel ↵truebrain
C++ glue templates to script/api/template
2011-11-29(svn r23372) -Move: move squirrel export script to script/api/truebrain
2011-11-29(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_APItruebrain
2011-11-29(svn r23370) -Add: support @api tag in API header files, to select which API ↵truebrain
should receive the defined classes and functions
2011-11-29(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfigtruebrain
2011-11-29(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it ↵truebrain
reusable by other script API instances
2011-11-29(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)truebrain
2011-11-29(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to ↵truebrain
src/script/api/script_* (Rubidium)
2011-11-29(svn r23353) -Fix (r23350): somehow one file slipped through as unmodifiedtruebrain
2011-11-29(svn r23352) -Add: support dynamically adding an API prefix when returning a ↵truebrain
C++ class to Squirrel
2011-11-29(svn r23351) -Add: generate the correct API type when creating Squirrel glue ↵truebrain
(Rubidium)
2011-11-29(svn r23350) -Add: support different ScriptTypes in the helper functions for ↵truebrain
GetClassName (Rubidium)
2011-11-23(svn r23307) -Revert (r23306): committed one file too many :struebrain
2011-11-23(svn r23306) -Fix (r23302): forgot to mention AITownEffectList in the Changelogtruebrain
2011-11-23(svn r23305) -Fix (r23298): warning about comparing different enumsrubidium
2011-11-23(svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to ↵truebrain
query statistics about a town regarding its growing
2011-11-23(svn r23299) -Codechange: remove silly comments from AI documentationtruebrain
2011-11-23(svn r23298) -Add: track statistics of all incoming and outgoing goods. ↵truebrain
Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
2011-11-23(svn r23295) -Codechange: put ImportLibrary in AIController (and document ↵truebrain
the parameters for NoAI docs)
2011-11-19(svn r23262) -Fix: one annoying typo in a squirrel_export marker linetruebrain
2011-11-19(svn r23261) -Codechange: Squirrel glue templates were not inline (tnx to ↵truebrain
michi_cc)
2011-11-15(svn r23233) -Codechange: Refactor maximum and actually transported cargo ↵michi_cc
amount of towns into a reusable struct.
2011-11-13(svn r23210) -Codechange: generate the GetClassName function for the AI ↵rubidium
classes programmatically
2011-11-13(svn r23209) -Codechange: track the current active script instance directly, ↵truebrain
instead of assuming the current company points you to the right one.
2011-11-13(svn r23208) -Codechange: mark function with /* static */ in the source ↵truebrain
file, which are defined static in the header file
2011-11-13(svn r23207) -Codechange: make functions private/protected/public depending ↵truebrain
on their current usage (and reorder functions a bit)
2011-11-13(svn r23204) -Fix (r23201): if you rename a constant, then also rename it in ↵rubidium
the helper scripts that use it
2011-11-12(svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API ↵yexo
documentation as AIs were never able to use it anyway
2011-11-12(svn r23198) -Codechange: introduce a free that takes const pointers so we ↵rubidium
don't need to cast to void/non-const before being able to free
2011-11-08(svn r23170) -Doc (r23169): add he new value to the AI changelogyexo
2011-11-08(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI ↵yexo
settings unless gui.ai_developer_tools is enabled (Zuu)
2011-11-08(svn r23162) -Fix (r23133): Silence gcc warning.frosch
2011-11-08(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to ↵frosch
use instead of property 18.
2011-11-08(svn r23135) -Fix (r23133): always compile before commityexo
2011-11-08(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAcceptingyexo
2011-11-08(svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly ↵yexo
in all cases
2011-11-08(svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return ↵yexo
false for valid vehicles and crashed for invalid ones
2011-11-05(svn r23122) -Fix (23120): Silence GCC warning.michi_cc
2011-11-05(svn r23120) -Feature: [NoAI] Support for refit orders.michi_cc
2011-11-04(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining ↵rubidium
operations for the current tick
2011-11-04(svn r23106) -Codechange: pass int* to GetTileSlope and friendsrubidium
2011-11-04(svn r23095) -Codechange: remove useless divisions/multiplications by ↵rubidium
TILE_HEIGHT for the AI API code
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and ↵rubidium
use it
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ ↵rubidium
functions if they return the Z in pixels (like TilePixelHeight)
2011-10-25(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.frosch
2011-10-07(svn r23012) -Fix [FS#4798]: AI backlog was to short to fully display the ↵planetmaker
backtrace of some AI crashes (Kogut)
2011-10-04(svn r22989) -Fix: AIController uses protected members of AIObject, so make ↵truebrain
them friends (instead of doing it implicit via AIInstance). This fixes all compile errors with clang-2.9
2011-10-03(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become ↵rubidium
too long
2011-10-03(svn r22981) -Add: GroupStatistics for the ALL_GROUP.frosch