Commit Graph

185 Commits (990045e2b388b564de60f86909338ec8332d3112)

Author SHA1 Message Date
rubidium 990045e2b3 (svn r23639) -Fix [FS#4892]: fix transparency for steel mill, colour translations in some arctic buildings and a wrongly replaced sprites (PaulC) 13 years ago
rubidium b3fc75c72d (svn r23582) -Fix [FS#4870]: add missing characters for certain languages and the large font
-Codechange: don't remove large font glyphs because they are broken in the original font, just fix them up in openttd.grf using action A
-Change: make extra characters more consistent with the original font
  All by PaulC.
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
rubidium 72f8aa94cc (svn r23395) -Fix [FS#4862]: a character that is path of the 'normal' fonts, but relocated after loading, was missing for the monospace font 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
truebrain 19791d3189 (svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen) 13 years ago
rubidium f3e511ca4b (svn r23278) -Add: monospaced sprite font with the same characters as the normal font 13 years ago
rubidium b6d3db762d (svn r23232) -Change: move the "default" overrides out of the baseset in order to ensure they all use the same values 13 years ago
rubidium 57afd9e9e8 (svn r23220) -Change: move the baseset files to their new location 13 years ago
rubidium abf3aa28f5 (svn r23203) -Change: make locks more consistently looking (PaulC) 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
frosch 1230c04859 (svn r22986) -Add (r22985): More icons for the vehicle list. 13 years ago
rubidium 8ca5168bbe (svn r22974) -Fix: draw buoy sprite without outline on the map 13 years ago
rubidium 468fad858f (svn r22971) -Add [FS#4787]: climate aware canal/aqueduct graphics; based on work by PaulC 13 years ago
rubidium 7589e94f5d (svn r22962) -Fix/Update: graphical issues from Addi's NewGRF 13 years ago
rubidium efd49756aa (svn r22766) -Add: river graphics for the original base set (andythenorth) 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 6d37d67d80 (svn r22537) -Change [FS#3494]: replace the half small airport structure on the intercontinental airport with some grass 13 years ago
planetmaker b7a1d88276 (svn r22380) -Fix: Update openttd.grf and the base set description files accordingly 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
smatz 4aa45d8742 (svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year 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
frosch b78d0947be (svn r21535) -Fix (r11432)[FS#4312]: 2CC recolour sprites were the same for DOS and WIN palette, thus "dark green", "brown", "grey" and "white" were wrong for DOS, and recently for both. 14 years ago
rubidium c32927ea8e (svn r21251) -Fix (r20950): toyland sprites were forgotten 14 years ago
rubidium ef3602d882 (svn r20989) -Change: make extra_grf's pcx files DOS palettes instead of converting them during compilation. Also fix misconverted sprite and some comments 14 years ago
rubidium beb552d08a (svn r20950) -Fix: (or at least greatly improve) alignment of some original graphics pillar sprites 14 years ago
yexo c0b461541c (svn r20913) -Fix (r19231): [NoAI] give the correct error message if you try to overbuild an opponont road station with your own while using the 0.7 or 1.0 compatibility layer (fanioz) 14 years ago
frosch 46acb837eb (svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive rights and unread news. 14 years ago
rubidium 46a537a263 (svn r20704) -Fix (r20658): regression got out-of-sync 14 years ago
yexo 52f0f27493 (svn r20564) -Fix (r20562): provide compatibility for AIs using the 0.7/1.0 API and using AIList::ChangeItem 14 years ago
yexo f30cc9e6ca (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList 14 years ago
rubidium 36c1c1bdb5 (svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.
The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
14 years ago
yexo 1734e3f4e3 (svn r20403) -Fix (r20399): forgot to update regression 14 years ago
yexo ecb6d8cf74 (svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possible values so AIs can detect a temporaral refusal from an industry to accept some cargo type 14 years ago
rubidium 822d0b3edd (svn r20381) -Add: preview sprites for the default airports 14 years ago
yexo dab67065bb (svn r20378) -Fix (r20305): the 'file is missing' string in the *.obg files was still for openttd(d/w).grf instead of openttd.grf 14 years ago
rubidium 540cc011a5 (svn r20306) -Cleanup (r20305): actually delete the old base NewGRF 14 years ago
rubidium 6634d6ab82 (svn r20305) -Change: reduce OpenTTD's install size by roughly 460 KiB by only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF. 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