Commit Graph

106 Commits (f3a0aace0c98f80d9fdea129fbe3abe26ad3f85b)

Author SHA1 Message Date
frosch ed63b48e76 (svn r27780) -Update: Numbers 7 years ago
frosch fbd79d88f0 (svn r27518) -Update: Numbers 8 years ago
frosch 2edbc72ebd (svn r27192) -Change: heading for 1.6 now 9 years ago
rubidium 0584d36c0b (svn r26898) -Fix: hopefully make regression under MinGW work again 10 years ago
fonsinchen 14604b9215 (svn r26897) -Change: Add some more AIStationList autotests 10 years ago
fonsinchen 3f2da92ea2 (svn r26896) -Codechange: Move AIStationList* tests to separate test case 10 years ago
fonsinchen 82baae3eb8 (svn r26895) -Change: Allow for multiple independent test cases for AI API regression 10 years ago
fonsinchen b6833fc6ef (svn r26892) -Feature: Script API for retrieving planned flow 10 years ago
fonsinchen 7836470f60 (svn r26557) -Fix: clean up, test (somewhat), and complete the API for waiting cargo 10 years ago
frosch e511805439 (svn r26409) -Update: Version number in some more places. 10 years ago
rubidium 687ec29b86 (svn r25491) -Fix: ofcourse... doing something with Random messes with the regression result... 11 years ago
rubidium dcad7876c7 (svn r25392) -Fix (r25390): update regression to account for the compatability settings 11 years ago
rubidium 25aed3423c (svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate between a cargo-station combination with or without rating, so introduce [AI|GS]Station::HasRating and let GetRating return -1 when there is no rating 11 years ago
rubidium 779870d54c (svn r25144) -Fix (r25143): one of the changes strings was used in the regression test, which subsequently failed 11 years ago
frosch b70eed09e2 (svn r24814) -Fix (r24810): Update AI regression. 12 years ago
zuu b6a601adc0 (svn r24629) -Fix (r24628): Also update regression test 12 years ago
michi_cc ff6da43e8c (svn r24147) -Fix (r24132): AI regression output. 12 years ago
rubidium ea113816c0 (svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder 13 years ago
rubidium e8d9ab4dd5 (svn r23969) -Codechange: trunk heads to 1.3 now 13 years ago
rubidium 254e15df48 (svn r23959) -Change: make regression less faily when spurious warnings are shown 13 years ago
rubidium 68b25fcf3d (svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible 13 years ago
truebrain 43fbfa2414 (svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting) 13 years ago
truebrain 974f1ee8d1 (svn r23397) -Change: remove the AI_ prefix from all AIEvent enums 13 years ago
truebrain ac0f5398c2 (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') 13 years ago
truebrain a3768b109b (svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances 13 years ago
rubidium 2de0383538 (svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick 13 years ago
yexo 8a5c74e1d0 (svn r23117) -Fix: [NoAI] calling require() to include a file gave you 100.000 opcodes for free 13 years ago
yexo 05b09ea0c4 (svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth) 13 years ago
rubidium eab446946a (svn r22580) -Change: make 'make regression' return an error when it fails 13 years ago
rubidium be8e0ede7c (svn r22083) -Change: trunk is heading towards 1.2 now 14 years ago
planetmaker f1163f5c20 (svn r22005) -Fix (r21993): Update regression tests as well 14 years ago
rubidium f023612f76 (svn r21964) -Fix (r21959): regression failed 14 years ago
rubidium d4848b1e25 (svn r21674) -Fix: for Mac OS X %p seems to add "x0", so filter that out for the regression test comparison 14 years ago
yexo 1bdea024a3 (svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtype 14 years ago
yexo e7eb1cc9f4 (svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns grow faster than others (Lord Aro) 14 years ago
rubidium 46a537a263 (svn r20704) -Fix (r20658): regression got out-of-sync 14 years ago
yexo f30cc9e6ca (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList 14 years ago
yexo 1734e3f4e3 (svn r20403) -Fix (r20399): forgot to update regression 14 years ago
rubidium 1b507dcf66 (svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds 14 years ago
rubidium 489c169291 (svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2 14 years ago
frosch f28673bc2c (svn r20103) -Fix [FS#3934]: AITown::GetRating() returned wrong values. (Morloth) 14 years ago
frosch 889b4f6500 (svn r19887) -Fix (r19881): Update regression. 14 years ago
frosch 934f0861ee (svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available. 14 years ago
yexo 69c46904b6 (svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex) 14 years ago
terkhen 869de256f8 (svn r19728) -Fix (r19720, r19721): Update regression test due to different costs. 14 years ago
frosch 83bcde6da4 (svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so generally extent it to handle 32 bits. 14 years ago
yexo 01bbb17cb1 (svn r19591) -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limit of railtypes 14 years ago
terkhen 32bd795e62 (svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle. 15 years ago
frosch 1d145f1070 (svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead. 15 years ago
frosch ac3c1aae53 (svn r19293) -Fix [FS#3566]: Some methods of AIAbstractList left invalid iterators. 15 years ago