Commit Graph

7781 Commits (f4775d06bb53f927ad05c7e6344a4e839c884c44)
 

Author SHA1 Message Date
rubidium f4775d06bb (svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics. 17 years ago
rubidium 93303cffc4 (svn r11329) -Fix: if a NewGRF failed to load for some reason (like fatal errors), but it was a "compatible" NewGRF, it was shown with the compatible colour and not the not-loaded colour in the NewGRF list. 17 years ago
bjarni a68feea00a (svn r11328) -Cleanup (r11327): removed unneeded line 17 years ago
bjarni 5fc42e055f (svn r11327) -Fix (r7262): [OSX] make bundle_dmg once again names the mounted dmg "OpenTTD rev" (instead of just "bundle") 17 years ago
bjarni d5874fb186 (svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files 17 years ago
bjarni 04dd59df0e (svn r11325) -Fix (r11312)[FS#1357]: [OSX] fixed compilation on OSX 17 years ago
truelight 6934188e65 (svn r11323) -Fix: GCC2.95 gave a lot of bogus 'might be uninitialized', so never show them for this compiler 17 years ago
rubidium c5acd42ccc (svn r11322) -Codechange: select an allowed station size when drag&drop is disabled. Patch by Wolf01. 17 years ago
rubidium fce4c5e2c2 (svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch. 17 years ago
rubidium 2c67320bae (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch. 17 years ago
rubidium ef9e037c2a (svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch. 17 years ago
rubidium 0c845bdd27 (svn r11318) -Codechange: add the actual support for drawing selections on halftiles, r11316 just added the things needed to load the sprites. Patch by frosch. 17 years ago
rubidium 28bcf5bb46 (svn r11317) -Fix [FS#1355]: don't read a variable of a destroyed vehicle as the value will be reset to 0. 17 years ago
rubidium 5718567d1e (svn r11316) -Codechange: add support for the half-tile (selection) graphics. 17 years ago
rubidium 4e32964c18 (svn r11315) -Fix [FS#1353]: towns are not growing beyond height differences. Patch by skidd13. 17 years ago
rubidium 79cee7e08f (svn r11314) -Fix [FS#1356]: stop following a vehicle when you sell/destroyed it. 17 years ago
rubidium 5289aa2010 (svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch. 17 years ago
rubidium 8212088c03 (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo. 17 years ago
maedhros 54369cba0f (svn r11308) -Fix (r9315): Change the house id as well as the house spec when using an overridden town building, since the house id is the one that's used to actually build the house. 17 years ago
miham dc6e3251c2 (svn r11306) -Update: WebTranslator2 update to 2007-10-20 08:17:35
american   - 47 fixed by WhiteRabbit (47)
brazilian_portuguese - 46 fixed by fukumori (46)
catalan    - 3 changed by arnaullv (3)
italian    - 1 changed by lorenzodv (1)
norwegian_bokmal - 54 fixed, 1 changed by jhsoby (55)
portuguese - 5 fixed by Digitalfox (5)
swedish    - 46 fixed by giddorah (46)
ukrainian  - 9 fixed by mad (9)
17 years ago
glx 0215607d91 (svn r11305) -Codechange: randomise layout when building an industry ingame 17 years ago
belugas 705f0ae90c (svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh) 17 years ago
rubidium 95f2181a1d (svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround. 17 years ago
glx 9371ac1307 (svn r11302) -Fix (r9520): typo 17 years ago
glx c706b31eb7 (svn r11301) -Fix: water check when building industries didn't work 17 years ago
glx f3d79154eb (svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params 17 years ago
rubidium e0461fcd6a (svn r11292) -Fix [FS#1350]: don't desync when generating random faces. Patch by SmatZ. 17 years ago
rubidium 1043cc5e1d (svn r11291) -Fix [FS#1345]: changing the wagon_speed_limits patch option caused desyncs. 17 years ago
rubidium 8795050ff7 (svn r11290) -Fix: obiwan in the assertion that checked for overflows when writing a packet, causing still correctly sized packets to cause assertions. 17 years ago
miham 405489d06f (svn r11288) -Update: WebTranslator2 update to 2007-10-17 23:47:06
bulgarian  - 47 fixed by thetitan (47)
catalan    - 46 fixed by arnaullv (46)
dutch      - 46 fixed by habell (46)
french     - 46 fixed by glx (46)
hungarian  - 28 fixed by miham (28)
italian    - 46 fixed, 1 changed by lorenzodv (47)
russian    - 53 fixed by Smoky555 (53)
slovak     - 46 fixed, 8 changed by lengyel (54)
slovenian  - 46 fixed by Necrolyte (46)
spanish    - 46 fixed by eusebio (46)
17 years ago
rubidium e21b7634bf (svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka. 17 years ago
rubidium 5e347f80e1 (svn r11286) -Fix (r11228): NewGRF industries assume that the order of animation always stays the same. Patch by Csaboka. 17 years ago
glx ad0574c226 (svn r11285) -Fix: 'site unsuitable' was always shown instead specified message when trying to build industry ingame (Csaboka) 17 years ago
glx 0ab883c393 (svn r11284) -Codechange: don't reset build industry cursor if it failed 17 years ago
belugas b0df73c7fd (svn r11283) -Fix(r11282): a typo. Don't ask. 17 years ago
belugas 7938e6f793 (svn r11282) -Fix[FS#1344]: Use the right pointer when evaluating the size of the layouts. 17 years ago
belugas 2c330b2dff (svn r11281) -Revert(r11259): the problem was not there. In fact, it made it so that no more music were allowed on intro.
-Fix[FS#1331]: Somehow, the notion that the first song must be the ttd theme has been lost while on the intro window.
When using shuffling setting (which was saved), the intro song at startup was shuffled too.  No more :)
17 years ago
rubidium feda05d67d (svn r11280) -Fix [FS#1343]: wrong money related values when loading old games. Inspired on a patch by SmatZ. 17 years ago
rubidium c393a28bf9 (svn r11279) -Codechange: use a typedeffed type for all magic with GameDifficulty instead on relying ints to always be 32 bits, which they are not. 17 years ago
glx 440fa08669 (svn r11278) -Fix [FS#1342] (r11269): modulo result can be negative for signed int 17 years ago
glx 28050e6e6d (svn r11277) -Fix (r8498): the check for ghost station (on water industries) always removed station for non-oilrig 17 years ago
rubidium ba7c595d84 (svn r11276) -Codechange: be more consistent with naming of some accessors.
-Fix: make sure canals are never owned by water. Based on a patch by boekabart.
17 years ago
rubidium 4f512a70c3 (svn r11275) -Fix: oldloader crashing when referencing a vehicle that is not yet loaded. 17 years ago
belugas ebfc4b2842 (svn r11272) -Codechange: Truncate text describing the grf file in the NewGrf settings gui 17 years ago
rubidium 31bf6876d3 (svn r11271) -Fix [FS#1333]: some (very) old games (TTD original scenarios for example) would give a new vehicle spree, even though the vehicles were introduced decades ago. 17 years ago
rubidium f4f47451ac (svn r11270) -Fix (r11269): black people only have one eye colour. 17 years ago
rubidium 322746ee11 (svn r11269) -Feature: user customisable faces. Patch by BigBB. 17 years ago
belugas a1e1d85361 (svn r11268) -Fix[FS#1336]: Call IsSlopeRefused whenever it is required. Looks like there was one spot missing. Thanks frosch 17 years ago
miham 4a7e446d35 (svn r11267) -Update: WebTranslator2 update to 2007-10-15 19:58:13
brazilian_portuguese - 1 fixed by fukumori (1)
bulgarian  - 12 fixed by thetitan (12)
norwegian_bokmal - 118 fixed, 32 changed by jhsoby (150)
swedish    - 1 fixed by ChrillDeVille (1)
ukrainian  - 22 changed by mad (22)
17 years ago
belugas e74e187006 (svn r11266) -Documentation: Add a few comments. Parts of BigBB's work on shores 17 years ago