summaryrefslogtreecommitdiff
path: root/src/ai/api
AgeCommit message (Expand)Author
2009-08-20(svn r17237) -Update: AI changelogyexo
2009-08-20(svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects inco...yexo
2009-08-20(svn r17228) -Codechange: some coding style fixesrubidium
2009-08-19(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand /...yexo
2009-08-19(svn r17221) -Change [NoAI] [FS#3101]: when the API requests a string as para...yexo
2009-08-19(svn r17220) -Fix (r15027): don't ignore white space changes (e.g. alignment ...rubidium
2009-08-18(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. R...yexo
2009-08-16(svn r17203) -Change [NoAI]: Add IsRoadTypeAvailable(GetCurrentRoadType()) as...yexo
2009-08-16(svn r17201) -Fix [NoAI]: don't say you're building a depot when you're actua...rubidium
2009-08-15(svn r17193) -Fix [FS#3124]: guard the valuator against 'external' modificati...rubidium
2009-08-09(svn r17131) -Codechange: apply coding style to some switch statementssmatz
2009-08-08(svn r17124) -Codechange: store subsidies in a pool (instead of an array)smatz
2009-08-08(svn r17115) -Add [NoAI]: AISubsidy::SubsidyParticipantType, AISubsidy::GetSo...smatz
2009-08-08(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...smatz
2009-08-08(svn r17112) -Change [NoAI]: AIVehicleList_Station now also works for waypointsyexo
2009-08-08(svn r17111) -Fix (r17110): forgot to include ai_log.hppyexo
2009-08-08(svn r17110) -Fix [NoAI]: Print a warning message in the AI console when a de...yexo
2009-08-08(svn r17109) -Fix (r15027): squirrel_export.sh failed for some localessmatz
2009-08-07(svn r17107) -Codechange: store type of subsidy source and destination in the...smatz
2009-08-06(svn r17094) -Update: AI changelogrubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-05(svn r17072) -Fix: don't let squirrel export make a 'stub' for ai_changelog.hpprubidium
2009-08-02(svn r17049) -Fix [NoAI]: documentation of AITile::LevelTiles was wrongyexo
2009-08-01(svn r17028) -Fix (r17019): a function and class were not mentioned in the ch...rubidium
2009-08-01(svn r17019) -Doc: add AI API changelogyexo
2009-08-01(svn r17016) -Add [NoAI]: AICompany::Get/Set PresidentGenderyexo
2009-07-31(svn r17014) -Add [NoAI]: AIEngine::GetDesignDateyexo
2009-07-31(svn r17012) -Add [NoAI]: AIBaseStation::GetConstructionDateyexo
2009-07-31(svn r17011) -Change [NoAI]: Add AIBaseStation as a parentclass for AIStation...yexo
2009-07-31(svn r17006) -Fix (r17005): gcc compile failurerubidium
2009-07-31(svn r17005) -Add [NoAI]: AIAbstractList::SORT_ASCENDING / SORT_DESCENDINGyexo
2009-07-30(svn r16999) -Fix (r16993): AIs couldn't build waypoints anymorerubidium
2009-07-30(svn r16992) -Add [NoAI]: function to clear waypoint(s) in a certain rectangl...rubidium
2009-07-29(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.rubidium
2009-07-29(svn r16986) -Fix [NoAI]: AIBridge::GetPrice returned incorrect valuesyexo
2009-07-28(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favou...rubidium
2009-07-26(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TIL...rubidium
2009-07-25(svn r16948) -Codechange: some code reductions and usage of wrapper functionsrubidium
2009-07-25(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...rubidium
2009-07-24(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...rubidium
2009-07-24(svn r16938) -Codechange: introduce helper function to tell whether a tile is...rubidium
2009-07-22(svn r16921) -Codechange: make it more clear what strings are related to road...rubidium
2009-07-22(svn r16919) -Codechange: unify some more StringID w.r.t. their namingrubidium
2009-07-22(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warningsrubidium
2009-07-22(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string c...rubidium
2009-07-18(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy...smatz
2009-07-17(svn r16866) -Fix (r16865): forgot to run squirrel_export.shyexo
2009-07-17(svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ...yexo