Commit Graph

7849 Commits (466193c5742761d5e45ca5b4e34e3cab8e62affc)
 

Author SHA1 Message Date
bjarni 5c3b19ec89 (svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one) 17 years ago
belugas 17df5bdf72 (svn r11347) -Codechange: use marker loaded grf feature has_newwater when it is required. (more to come) 17 years ago
belugas b604d40584 (svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet. 17 years ago
belugas 7ebb45468f (svn r11345) -Cleanup: a bit of comment style fixing 17 years ago
belugas 7c12871401 (svn r11344) -Codechange: Removes some magic numbers referring the highlighting mode in road_gui.cpp
Some typos fixed too.(FS#1371-skidd13)
17 years ago
belugas c9858e35db (svn r11343) -Fix[FS#1368]: Autoslope did not work correctly for single track on higher part of steep slopes. (frosch) 17 years ago
egladil a1c3d51f7f (svn r11342) -Fix: [OSX] The cocoa driver incorrectly assumed that the blitter always was 8bpp. Now both 8bpp and 32bpp blitters can be used. The driver will check the blitter screen depth. In fullscreen it will select a proper video mode for this depth, and in windowed mode it will simply skip doing fake 8bpp. 17 years ago
glx 08503f5ba5 (svn r11341) -Codechange: add missing callback ID enums, add stub for house property 20 and reorder unimplemented action 0 properties 17 years ago
belugas 5da0e87d9d (svn r11340) -Fix[FS#1362]: Newindustries can provide no production at start. So the Modifying Production cheat was a bit puzzled on how to deal with it. This will help a bit. 17 years ago
rubidium 3a785b000a (svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13. 17 years ago
rubidium 00161bf9aa (svn r11338) -Fix [FS#1359]: water tiles not at sealevel (i.e. canals) should not be owned by water as that signals normal water. 17 years ago
miham 75a9fbc72a (svn r11337) -Update: WebTranslator2 update to 2007-10-22 15:25:18
afrikaans  - 128 fixed, 35 changed by TrueTenacity (163)
bulgarian  - 2 fixed by thetitan (2)
dutch      - 1 fixed by habell (1)
french     - 1 fixed by glx (1)
italian    - 1 fixed by lorenzodv (1)
slovak     - 1 fixed by lengyel (1)
ukrainian  - 39 fixed by mad (39)
17 years ago
truelight d670578480 (svn r11336) -Fix r11330: '#' means comment in gmake, so don't use it in seds 17 years ago
glx 9bce98ef69 (svn r11335) -Fix (r11148): only consider changes in src when detecting modified (M) version 17 years ago
glx 5131ea98db (svn r11334) -Codechange: add hg detection to MSVC 17 years ago
maedhros 5712da734f (svn r11333) -Fix: Train engines still had a value of 0. 17 years ago
rubidium b4e7203b0a (svn r11332) -Fix: vehicles getting a value of 0 on construction.
-Fix: assertion when selling vehicles.
17 years ago
rubidium 9a0d2de5cf (svn r11331) -Fix: do not misuse CommandCost for overflow safe stuff as Money supports that now too. 17 years ago
rubidium fcce47172d (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 f42cdbf4d0 (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 411de01b09 (svn r11328) -Cleanup (r11327): removed unneeded line 17 years ago
bjarni 969beccfe4 (svn r11327) -Fix (r7262): [OSX] make bundle_dmg once again names the mounted dmg "OpenTTD rev" (instead of just "bundle") 17 years ago
bjarni 66135af94b (svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files 17 years ago
bjarni d8fe1e3bb4 (svn r11325) -Fix (r11312)[FS#1357]: [OSX] fixed compilation on OSX 17 years ago
truelight 57b92e21ee (svn r11323) -Fix: GCC2.95 gave a lot of bogus 'might be uninitialized', so never show them for this compiler 17 years ago
rubidium 305d383e99 (svn r11322) -Codechange: select an allowed station size when drag&drop is disabled. Patch by Wolf01. 17 years ago
rubidium 1d9542ce2d (svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch. 17 years ago
rubidium d1a51ebb36 (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch. 17 years ago
rubidium 842e0697ec (svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch. 17 years ago
rubidium 410b4fae00 (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 3fe8be47ff (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 fc9ebd257f (svn r11316) -Codechange: add support for the half-tile (selection) graphics. 17 years ago
rubidium 9a32d5f44f (svn r11315) -Fix [FS#1353]: towns are not growing beyond height differences. Patch by skidd13. 17 years ago
rubidium 29ebb28c65 (svn r11314) -Fix [FS#1356]: stop following a vehicle when you sell/destroyed it. 17 years ago
rubidium 99266a173c (svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch. 17 years ago
rubidium eadd6765e1 (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 3a361422fa (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 1a6251937e (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 f642c03d28 (svn r11305) -Codechange: randomise layout when building an industry ingame 17 years ago
belugas 202b4de279 (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 8342c18fb5 (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 3b08339a10 (svn r11302) -Fix (r9520): typo 17 years ago
glx b0e5a3be63 (svn r11301) -Fix: water check when building industries didn't work 17 years ago
glx f6907db708 (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 4ce24d8a40 (svn r11292) -Fix [FS#1350]: don't desync when generating random faces. Patch by SmatZ. 17 years ago
rubidium f034036ef4 (svn r11291) -Fix [FS#1345]: changing the wagon_speed_limits patch option caused desyncs. 17 years ago
rubidium 6f75794b0f (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 5a27f5448b (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 eaff35a821 (svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka. 17 years ago
rubidium 20ee708744 (svn r11286) -Fix (r11228): NewGRF industries assume that the order of animation always stays the same. Patch by Csaboka. 17 years ago