summaryrefslogtreecommitdiff
path: root/src/ai
AgeCommit message (Collapse)Author
2011-10-25(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.frosch
2011-10-15(svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction ↵rubidium
between bankruptcy and manual removal of companies even though the API suggested that
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
2011-10-01(svn r22968) -Feature: Allow road corners on steep slopes.frosch
2011-09-11(svn r22920) -Cleanup: replace two very old town variables taht were rarely ↵yexo
used by small functions that compute there value on-the-fly when necessary
2011-09-09(svn r22912) -Fix [FS#4753]: another attempt at fixing a related crash ↵rubidium
(can't reproduce it though)
2011-09-08(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from ↵rubidium
the AI filenames, so record it differently. Also removes some of the hackery to get the tar's filename
2011-09-08(svn r22904) -Codechange: add tar filename to file scanningrubidium
2011-09-01(svn r22863) -Fix (r22861): AIOrder::SetOrderCondition didn't accept the new ↵yexo
condition
2011-08-31(svn r22861) -Add: [NoAI] support the new conditional order introduced in ↵yexo
r22858 (Zuu)
2011-08-28(svn r22853) -Doc: Add a missing bit of AI documentation.frosch
2011-08-25(svn r22836) -Codechange: simplify the scanning of (AI) scriptsrubidium
2011-08-24(svn r22829) -Codechange: unify the dirtying of windows after an AI scanrubidium
2011-08-24(svn r22822) -Codechange: make a distinction between base sets and newgrfs ↵rubidium
for their directory
2011-08-19(svn r22764) -Add: [NoAI] AITile::GetTownAuthority().frosch
2011-08-19(svn r22763) -Fix [FS#4702]: Clarify the meaning of ↵frosch
AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence().
2011-08-19(svn r22762) -Fix (r22584): Update ai_company.hpp.sqfrosch
2011-08-14(svn r22751) -Merge: documentation updates from 1.1rubidium
2011-08-06(svn r22726) -Fix: AITile::GetCargoAcceptance, AITile::GetCargoProduction ↵frosch
and AIRail::BuildNewGRFRailStation did not check the cargo argument for validity.
2011-08-01(svn r22710) -Fix [FS#4704]: Allow AIAirport::GetNoiseLevelIncrease() also ↵frosch
for expired airports.
2011-07-02(svn r22616) -Codechange: Fix typo.frosch
2011-06-13(svn r22584) -Add: [NoAI] several functions to AICompany to find out ↵yexo
performance information (Morloth)
2011-06-11(svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when ↵frosch
changing row selection.
2011-06-03(svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running ↵yexo
AIs caused a crash
2011-05-27(svn r22499) -Fix: don't lower the arrow buttons in the newgrf/AI parameter ↵yexo
windows if they're clicked when disabled
2011-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ↵planetmaker
as no real order influencing path finding is added
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale ↵frosch
indices with the DOS palette indices.
2011-05-01(svn r22396) -Document: some AI doxygen stuffrubidium
2011-04-30(svn r22386) -Fix [FS#4602]: When the last AI company gets removed, the ↵frosch
'dead' state was not reset in the AI debug window.
2011-04-21(svn r22356) -Fix (r22342): somehow empty and useless new files were addedglx
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-04-17(svn r22342) -Fix (r22338): fix the right place and run the scriptglx
2011-04-17(svn r22338) -Fix (r22337): Compile-before-commit...peter1138
2011-03-31(svn r22283) -Merge from 1.1: documentation updates/release changesrubidium
2011-03-13(svn r22249) -Codechange: Process some more invalidation of IDs during ↵frosch
command scope.
2011-03-13(svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' ↵frosch
already in command scope.
2011-03-13(svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle ↵frosch
command-/GUI-scope itself.
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-03-07(svn r22222) -Fix: compilation when compiling with --disable-aiyexo
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-02-24(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. ↵frosch
(thanks Zuu)
2011-02-14(svn r22083) -Change: trunk is heading towards 1.2 nowrubidium
2011-02-07(svn r22007) -Change: only show one AI per unique ID instead of all versions ↵rubidium
in the output of "openttd -h"
2011-02-06(svn r21992) -Fix [FS#4467]: AIs trying to change the ↵yexo
AIOF_GOTO_NEAREST_DEPOT flag for existing orders triggered an assert. Explicitly forbid this as precondition for SetOrderFlags
2011-02-05(svn r21987) -Fix: Make news items, engine previews and AI preview events ↵frosch
deal with no longer existing Engine items after resetting the pool.
2011-02-04(svn r21959) -Change: replace longbridges with custom maximum bridge and ↵rubidium
tunnel length setting