summaryrefslogtreecommitdiff
path: root/src/ai
AgeCommit message (Expand)Author
2009-09-04(svn r17414) -Codechange: only send/read the number of bits that can be actua...rubidium
2009-09-03(svn r17411) -Codechange: silence an ICC compile warningrubidium
2009-09-02(svn r17386) -Fix (r17011): AIBaseStation::IsValidBaseStation() returned fals...yexo
2009-09-02(svn r17378) -Fix [NoAI]: Several AITile::* functions didn't check whether th...yexo
2009-09-02(svn r17366) -Codechange: make the AI GUIs use the scrollbar wrappersrubidium
2009-09-01(svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt compani...rubidium
2009-09-01(svn r17344) -Codechange: splash of coding style over ai_event_types.*rubidium
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...smatz
2009-08-29(svn r17307) -Fix [NoAI]: AIRail::RemoveRailTrack returned ERR_PRECONDITION_E...yexo
2009-08-28(svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first av...yexo
2009-08-27(svn r17294) -Add [NoAI]: AITown::GetLastMonthTransportedPercentage and AIInd...smatz
2009-08-27(svn r17293) -Fix [NoAI]: AITown::GetLastMonthTransported didn't work as docu...smatz
2009-08-27(svn r17292) -Codechange: use unified ToPercent() function to convert fract n...smatz
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-21(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart...rubidium
2009-08-20(svn r17237) -Update: AI changelogyexo
2009-08-20(svn r17233) -Fix (r17232): typoyexo
2009-08-20(svn r17232) -Fix (r17223): Kill an AI when it tries to Sleep / execute a DoC...yexo
2009-08-20(svn r17231) -Fix [FS#3134]: AIs that crashed during Save() weren't killed as...yexo
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-09(svn r17130) -Fix [FS#3099]: Last line of output in the AI debug window did n...alberth
2009-08-08(svn r17125) -Cleanup: remove an unused variableyexo
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-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-08-02(svn r17049) -Fix [NoAI]: documentation of AITile::LevelTiles was wrongyexo
2009-08-02(svn r17044) -Codechange: ai windows use nested widget tree.alberth
2009-08-02(svn r17043) -Change [NoAI]: Load the API before compiling an AI script so AI...yexo
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