Tue, 30 Oct 2007 11:29:01 +0000(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;)
truelight [Tue, 30 Oct 2007 11:29:01 +0000] rev 7807
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;)

Mon, 29 Oct 2007 23:29:06 +0000(svn r11356) -Fix (r11305): funding industries in MP game was causing desync
glx [Mon, 29 Oct 2007 23:29:06 +0000] rev 7806
(svn r11356) -Fix (r11305): funding industries in MP game was causing desync

Mon, 29 Oct 2007 23:02:31 +0000(svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such.
rubidium [Mon, 29 Oct 2007 23:02:31 +0000] rev 7805
(svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such.

Mon, 29 Oct 2007 22:30:54 +0000(svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency.
rubidium [Mon, 29 Oct 2007 22:30:54 +0000] rev 7804
(svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency.

Sun, 28 Oct 2007 16:00:51 +0000(svn r11353) -Codechange: add support for newgrf callback 32
glx [Sun, 28 Oct 2007 16:00:51 +0000] rev 7803
(svn r11353) -Codechange: add support for newgrf callback 32

Sun, 28 Oct 2007 15:40:18 +0000(svn r11352) -Codechange: cache callback 2D result (vehicle color mapping) instead calling it every time the vehicle is drawn
glx [Sun, 28 Oct 2007 15:40:18 +0000] rev 7802
(svn r11352) -Codechange: cache callback 2D result (vehicle color mapping) instead calling it every time the vehicle is drawn

Sat, 27 Oct 2007 11:26:19 +0000(svn r11351) -Fix (r11342): [OSX] killed a warning
bjarni [Sat, 27 Oct 2007 11:26:19 +0000] rev 7801
(svn r11351) -Fix (r11342): [OSX] killed a warning

Sat, 27 Oct 2007 11:23:13 +0000(svn r11350) -Change: add missing elrail sprites for some rail build buttons/cursors. Sprites by skidd13.
rubidium [Sat, 27 Oct 2007 11:23:13 +0000] rev 7800
(svn r11350) -Change: add missing elrail sprites for some rail build buttons/cursors. Sprites by skidd13.

Sat, 27 Oct 2007 11:20:47 +0000(svn r11349) -Fix [FS#1372]: crash when moving "invalid" cargo to a station.
rubidium [Sat, 27 Oct 2007 11:20:47 +0000] rev 7799
(svn r11349) -Fix [FS#1372]: crash when moving "invalid" cargo to a station.

Fri, 26 Oct 2007 21:32:24 +0000(svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one)
bjarni [Fri, 26 Oct 2007 21:32:24 +0000] rev 7798
(svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one)

Fri, 26 Oct 2007 20:55:23 +0000(svn r11347) -Codechange: use marker loaded grf feature has_newwater when it is required. (more to come)
belugas [Fri, 26 Oct 2007 20:55:23 +0000] rev 7797
(svn r11347) -Codechange: use marker loaded grf feature has_newwater when it is required. (more to come)

Fri, 26 Oct 2007 20:48:15 +0000(svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet.
belugas [Fri, 26 Oct 2007 20:48:15 +0000] rev 7796
(svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet.

Fri, 26 Oct 2007 20:42:03 +0000(svn r11345) -Cleanup: a bit of comment style fixing
belugas [Fri, 26 Oct 2007 20:42:03 +0000] rev 7795
(svn r11345) -Cleanup: a bit of comment style fixing

Fri, 26 Oct 2007 16:38:32 +0000(svn r11344) -Codechange: Removes some magic numbers referring the highlighting mode in road_gui.cpp
belugas [Fri, 26 Oct 2007 16:38:32 +0000] rev 7794
(svn r11344) -Codechange: Removes some magic numbers referring the highlighting mode in road_gui.cpp
Some typos fixed too.(FS#1371-skidd13)

Fri, 26 Oct 2007 16:26:50 +0000(svn r11343) -Fix[FS#1368]: Autoslope did not work correctly for single track on higher part of steep slopes. (frosch)
belugas [Fri, 26 Oct 2007 16:26:50 +0000] rev 7793
(svn r11343) -Fix[FS#1368]: Autoslope did not work correctly for single track on higher part of steep slopes. (frosch)

Thu, 25 Oct 2007 23:45:03 +0000(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.
egladil [Thu, 25 Oct 2007 23:45:03 +0000] rev 7792
(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.

Thu, 25 Oct 2007 23:24:28 +0000(svn r11341) -Codechange: add missing callback ID enums, add stub for house property 20 and reorder unimplemented action 0 properties
glx [Thu, 25 Oct 2007 23:24:28 +0000] rev 7791
(svn r11341) -Codechange: add missing callback ID enums, add stub for house property 20 and reorder unimplemented action 0 properties

Thu, 25 Oct 2007 02:26:02 +0000(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.
belugas [Thu, 25 Oct 2007 02:26:02 +0000] rev 7790
(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.

Mon, 22 Oct 2007 19:11:50 +0000(svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13.
rubidium [Mon, 22 Oct 2007 19:11:50 +0000] rev 7789
(svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13.

Mon, 22 Oct 2007 17:03:08 +0000(svn r11338) -Fix [FS#1359]: water tiles not at sealevel (i.e. canals) should not be owned by water as that signals normal water.
rubidium [Mon, 22 Oct 2007 17:03:08 +0000] rev 7788
(svn r11338) -Fix [FS#1359]: water tiles not at sealevel (i.e. canals) should not be owned by water as that signals normal water.

Mon, 22 Oct 2007 13:26:33 +0000(svn r11337) -Update: WebTranslator2 update to 2007-10-22 15:25:18
miham [Mon, 22 Oct 2007 13:26:33 +0000] rev 7787
(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)

Sun, 21 Oct 2007 20:14:15 +0000(svn r11336) -Fix r11330: '#' means comment in gmake, so don't use it in seds
truelight [Sun, 21 Oct 2007 20:14:15 +0000] rev 7786
(svn r11336) -Fix r11330: '#' means comment in gmake, so don't use it in seds

Sun, 21 Oct 2007 17:19:18 +0000(svn r11335) -Fix (r11148): only consider changes in src when detecting modified (M) version
glx [Sun, 21 Oct 2007 17:19:18 +0000] rev 7785
(svn r11335) -Fix (r11148): only consider changes in src when detecting modified (M) version

Sun, 21 Oct 2007 17:09:44 +0000(svn r11334) -Codechange: add hg detection to MSVC
glx [Sun, 21 Oct 2007 17:09:44 +0000] rev 7784
(svn r11334) -Codechange: add hg detection to MSVC

Sun, 21 Oct 2007 16:52:01 +0000(svn r11333) -Fix: Train engines still had a value of 0.
maedhros [Sun, 21 Oct 2007 16:52:01 +0000] rev 7783
(svn r11333) -Fix: Train engines still had a value of 0.

Sun, 21 Oct 2007 16:45:00 +0000(svn r11332) -Fix: vehicles getting a value of 0 on construction.
rubidium [Sun, 21 Oct 2007 16:45:00 +0000] rev 7782
(svn r11332) -Fix: vehicles getting a value of 0 on construction.
-Fix: assertion when selling vehicles.

Sun, 21 Oct 2007 16:44:19 +0000(svn r11331) -Fix: do not misuse CommandCost for overflow safe stuff as Money supports that now too.
rubidium [Sun, 21 Oct 2007 16:44:19 +0000] rev 7781
(svn r11331) -Fix: do not misuse CommandCost for overflow safe stuff as Money supports that now too.

Sun, 21 Oct 2007 14:59:05 +0000(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.
rubidium [Sun, 21 Oct 2007 14:59:05 +0000] rev 7780
(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.

Sun, 21 Oct 2007 12:45:43 +0000(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.
rubidium [Sun, 21 Oct 2007 12:45:43 +0000] rev 7779
(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.

Sun, 21 Oct 2007 11:48:44 +0000(svn r11328) -Cleanup (r11327): removed unneeded line
bjarni [Sun, 21 Oct 2007 11:48:44 +0000] rev 7778
(svn r11328) -Cleanup (r11327): removed unneeded line

Sun, 21 Oct 2007 11:38:16 +0000(svn r11327) -Fix (r7262): [OSX] make bundle_dmg once again names the mounted dmg "OpenTTD rev" (instead of just "bundle")
bjarni [Sun, 21 Oct 2007 11:38:16 +0000] rev 7777
(svn r11327) -Fix (r7262): [OSX] make bundle_dmg once again names the mounted dmg "OpenTTD rev" (instead of just "bundle")

Sun, 21 Oct 2007 11:05:39 +0000(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files
bjarni [Sun, 21 Oct 2007 11:05:39 +0000] rev 7776
(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files

Sun, 21 Oct 2007 10:53:23 +0000(svn r11325) -Fix (r11312)[FS#1357]: [OSX] fixed compilation on OSX
bjarni [Sun, 21 Oct 2007 10:53:23 +0000] rev 7775
(svn r11325) -Fix (r11312)[FS#1357]: [OSX] fixed compilation on OSX

Sun, 21 Oct 2007 10:41:04 +0000(svn r11323) -Fix: GCC2.95 gave a lot of bogus 'might be uninitialized', so never show them for this compiler
truelight [Sun, 21 Oct 2007 10:41:04 +0000] rev 7774
(svn r11323) -Fix: GCC2.95 gave a lot of bogus 'might be uninitialized', so never show them for this compiler

Sun, 21 Oct 2007 09:59:10 +0000(svn r11322) -Codechange: select an allowed station size when drag&drop is disabled. Patch by Wolf01.
rubidium [Sun, 21 Oct 2007 09:59:10 +0000] rev 7773
(svn r11322) -Codechange: select an allowed station size when drag&drop is disabled. Patch by Wolf01.

Sat, 20 Oct 2007 21:39:50 +0000(svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch.
rubidium [Sat, 20 Oct 2007 21:39:50 +0000] rev 7772
(svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch.

Sat, 20 Oct 2007 21:05:18 +0000(svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch.
rubidium [Sat, 20 Oct 2007 21:05:18 +0000] rev 7771
(svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch.

Sat, 20 Oct 2007 21:04:14 +0000(svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch.
rubidium [Sat, 20 Oct 2007 21:04:14 +0000] rev 7770
(svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch.

Sat, 20 Oct 2007 20:25:43 +0000(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.
rubidium [Sat, 20 Oct 2007 20:25:43 +0000] rev 7769
(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.

Sat, 20 Oct 2007 20:15:34 +0000(svn r11317) -Fix [FS#1355]: don't read a variable of a destroyed vehicle as the value will be reset to 0.
rubidium [Sat, 20 Oct 2007 20:15:34 +0000] rev 7768
(svn r11317) -Fix [FS#1355]: don't read a variable of a destroyed vehicle as the value will be reset to 0.

Sat, 20 Oct 2007 20:06:55 +0000(svn r11316) -Codechange: add support for the half-tile (selection) graphics.
rubidium [Sat, 20 Oct 2007 20:06:55 +0000] rev 7767
(svn r11316) -Codechange: add support for the half-tile (selection) graphics.

Sat, 20 Oct 2007 17:38:23 +0000(svn r11315) -Fix [FS#1353]: towns are not growing beyond height differences. Patch by skidd13.
rubidium [Sat, 20 Oct 2007 17:38:23 +0000] rev 7766
(svn r11315) -Fix [FS#1353]: towns are not growing beyond height differences. Patch by skidd13.

Sat, 20 Oct 2007 17:11:02 +0000(svn r11314) -Fix [FS#1356]: stop following a vehicle when you sell/destroyed it.
rubidium [Sat, 20 Oct 2007 17:11:02 +0000] rev 7765
(svn r11314) -Fix [FS#1356]: stop following a vehicle when you sell/destroyed it.

Sat, 20 Oct 2007 16:50:48 +0000(svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch.
rubidium [Sat, 20 Oct 2007 16:50:48 +0000] rev 7764
(svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch.

Sat, 20 Oct 2007 14:51:09 +0000(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.
rubidium [Sat, 20 Oct 2007 14:51:09 +0000] rev 7763
(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.

Sat, 20 Oct 2007 10:19:23 +0000(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.
maedhros [Sat, 20 Oct 2007 10:19:23 +0000] rev 7762
(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.

Sat, 20 Oct 2007 06:18:22 +0000(svn r11306) -Update: WebTranslator2 update to 2007-10-20 08:17:35
miham [Sat, 20 Oct 2007 06:18:22 +0000] rev 7761
(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)

Sat, 20 Oct 2007 00:20:23 +0000(svn r11305) -Codechange: randomise layout when building an industry ingame
glx [Sat, 20 Oct 2007 00:20:23 +0000] rev 7760
(svn r11305) -Codechange: randomise layout when building an industry ingame

Sat, 20 Oct 2007 00:09:39 +0000(svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh)
belugas [Sat, 20 Oct 2007 00:09:39 +0000] rev 7759
(svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh)

Fri, 19 Oct 2007 22:46:55 +0000(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.
rubidium [Fri, 19 Oct 2007 22:46:55 +0000] rev 7758
(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.

Fri, 19 Oct 2007 21:14:38 +0000(svn r11302) -Fix (r9520): typo
glx [Fri, 19 Oct 2007 21:14:38 +0000] rev 7757
(svn r11302) -Fix (r9520): typo

Fri, 19 Oct 2007 21:05:25 +0000(svn r11301) -Fix: water check when building industries didn't work
glx [Fri, 19 Oct 2007 21:05:25 +0000] rev 7756
(svn r11301) -Fix: water check when building industries didn't work

Thu, 18 Oct 2007 20:35:59 +0000(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
glx [Thu, 18 Oct 2007 20:35:59 +0000] rev 7755
(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

Thu, 18 Oct 2007 20:34:09 +0000(svn r11292) -Fix [FS#1350]: don't desync when generating random faces. Patch by SmatZ.
rubidium [Thu, 18 Oct 2007 20:34:09 +0000] rev 7754
(svn r11292) -Fix [FS#1350]: don't desync when generating random faces. Patch by SmatZ.

Thu, 18 Oct 2007 20:32:36 +0000(svn r11291) -Fix [FS#1345]: changing the wagon_speed_limits patch option caused desyncs.
rubidium [Thu, 18 Oct 2007 20:32:36 +0000] rev 7753
(svn r11291) -Fix [FS#1345]: changing the wagon_speed_limits patch option caused desyncs.

Thu, 18 Oct 2007 17:44:59 +0000(svn r11290) -Fix: obiwan in the assertion that checked for overflows when writing a packet, causing still correctly sized packets to cause assertions.
rubidium [Thu, 18 Oct 2007 17:44:59 +0000] rev 7752
(svn r11290) -Fix: obiwan in the assertion that checked for overflows when writing a packet, causing still correctly sized packets to cause assertions.

Wed, 17 Oct 2007 21:47:44 +0000(svn r11288) -Update: WebTranslator2 update to 2007-10-17 23:47:06
miham [Wed, 17 Oct 2007 21:47:44 +0000] rev 7751
(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)

Wed, 17 Oct 2007 20:09:16 +0000(svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka.
rubidium [Wed, 17 Oct 2007 20:09:16 +0000] rev 7750
(svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka.

Wed, 17 Oct 2007 16:09:04 +0000(svn r11286) -Fix (r11228): NewGRF industries assume that the order of animation always stays the same. Patch by Csaboka.
rubidium [Wed, 17 Oct 2007 16:09:04 +0000] rev 7749
(svn r11286) -Fix (r11228): NewGRF industries assume that the order of animation always stays the same. Patch by Csaboka.

Wed, 17 Oct 2007 15:47:49 +0000(svn r11285) -Fix: 'site unsuitable' was always shown instead specified message when trying to build industry ingame (Csaboka)
glx [Wed, 17 Oct 2007 15:47:49 +0000] rev 7748
(svn r11285) -Fix: 'site unsuitable' was always shown instead specified message when trying to build industry ingame (Csaboka)