Commit Graph

7891 Commits (70c7a44a4d6fb087ec2cbc00ca30fc9ed82e4cba)
 

Author SHA1 Message Date
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
maedhros 675a826601 (svn r11265) -Feature: Make more advanced rail types more expensive to build. 17 years ago
rubidium 4276173922 (svn r11264) -Codechange: replace a lot of magic numbers with enums for the rail and road GUIs. Patch by skidd13. 17 years ago
rubidium 69605afdf2 (svn r11263) -Codechange: Reduce code duplication between DrawBridgePillars and HasFoundation{NW|NE}. Patch by frosch. 17 years ago
rubidium 64a6d3daad (svn r11262) -Fix [FS#1330]: do not check for vehicles that are not on the ground when removing owned land, furthermore do not check for shadows (of aircraft). 17 years ago
rubidium 486e4bbca2 (svn r11261) -Codechange: Draw selection sprites (HT_RECT, HT_POINT, HT_RAIL) on foundations as ChildSprite of the foundation, not as single ParentSprite. Patch by frosch. 17 years ago
rubidium 41b3c86d8e (svn r11260) -Codechange: replace a magic number by a less magic enumified constant. Patch by ammler. 17 years ago
rubidium 835a9670af (svn r11259) -Fix [FS#1331]: the wrong song was played in the first intro game of a single OTTD session. 17 years ago
rubidium edc2a62669 (svn r11258) -Fix [FS#1325]: if a Load Amount callback returns 0, it means (according to TTDP's source code, not "the" specs) that it should take the "default" one. 17 years ago
glx f45b2e8d38 (svn r11257) -Fix (r11145): wrong endian used when preparing text ref stack 17 years ago
belugas c78c96a8ad (svn r11256) -Codechange: Make opening a new toolbar not overlapping its parent one, by locating it under the parent, and aligned with the left side of it.
FS#1310, by BigBB
17 years ago
glx d47e51c246 (svn r11255) -Fix [FS#1332]: industry counter was not updated on TTD savegame loading 17 years ago
maedhros 9e3d19e392 (svn r11254) -Fix: Link with -lpthread on FreeBSD. 17 years ago
glx f49a52c2ff (svn r11253) -Fix (r9411): industries can still use cargo they define, even if these cargo are disabled by a grf loaded later 17 years ago
glx ac9f287f20 (svn r11252) -Revert r11239, Fix r9620: cargo translation was not done correctly 17 years ago
belugas 63f54c43b3 (svn r11251) -Fix[FS#1318]: Newindustries must not rely on the old check placement functions. It is the the job of callbacks. Therefor, upon substitution, disable the said check.
Warning, plenty of industries are going to be generated ;)
17 years ago
miham f79f3edb3f (svn r11249) -Update: WebTranslator2 update to 2007-10-12 22:42:24
afrikaans  - 110 fixed, 141 changed by TrueTenacity (251)
catalan    - 1 fixed by arnaullv (1)
czech      - 1 fixed by Hadez (1)
french     - 1 fixed by glx (1)
slovak     - 1 fixed by lengyel (1)
slovenian  - 1 fixed by Necrolyte (1)
spanish    - 1 fixed by eusebio (1)
turkish    - 11 fixed by jnmbk (11)
ukrainian  - 3 fixed by mad (3)
17 years ago
belugas e4fdc7ce51 (svn r11248) -Fix[FS#1314]: The logic behind industry slot allocation was implying that the only condition an override could be placed in a slot is that there were no previous override.
That is not exact: the slot must not have been occupied by an industry coming from a grf.
So now, tourist center is available if more then one grf is used
17 years ago
belugas 9934cb8a1c (svn r11247) -Fix: The Industry's name to fund could be larger than the window itself. Now, it fits within the physical allowed space 17 years ago
belugas 0bedd88870 (svn r11246) -Codechange: beautify some conditions from "if else" into trinary operator 17 years ago
truelight 8b7f864c2d (svn r11245) -Fix r11228: the moreanimation feature made loading TTD(p) games impossible (Csaboka) 17 years ago
truelight 645e5b1fb0 (svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
-Fix: planting tree in desert doesn't make it grassy for the first tile-cycle (Csaboka)
-Fix: when a tree dies in desert, it no longer becomes a snowy tile for the first tile-cycle (Csaboka)
17 years ago
glx 1ff0197ca4 (svn r11243) -Fix: update waypoint signs when renaming a town 17 years ago
belugas 81ed86477b (svn r11242) -Codechange: When displaying the industry funding gui, present the industries in the same order as they are available.
Prior of this, they were separated in processing/organic  and  extractive.
Now, all are mixed, just filtered when required.  This will allow easy comparison with TTDPatch's list. (glx and me)
17 years ago
belugas c446c5ffb3 (svn r11241) -Fix: Obiwan error on industry animated tiles. Spotted and fixed by Csaboka 17 years ago
glx 129d5c6e8a (svn r11240) -Fix [FS#1323] (r11152): forgot to invert a test 17 years ago
glx ffbd818517 (svn r11239) -Fix (r10495): don't do cargo translation when loading grfs, but do it once all grfs are loaded. This ensure correct accept/produced cargo when a grf uses cargo defined in a grf loaded after itself 17 years ago
rubidium 77020e255b (svn r11238) -Fix [FS#1316]: the orders of trains going to a waypoint where not updated when the waypoint would be moved. 17 years ago
rubidium 6cebf4aa53 (svn r11237) -Codechange: reduce code duplication between GetRailFoundation() and CheckRailSlope(). Patch by frosch. 17 years ago
rubidium a71b7226c5 (svn r11236) -Fix [FS#1322]: DeleteVehicleChain can just work as good for all vehicles, instead of not allowing trains to use it (enforced by an assert), but actually using it for trains. Patch by SmatZ. 17 years ago
miham 7140c35cda (svn r11235) -Update: WebTranslator2 update to 2007-10-09 19:28:02
croatian   - 1 fixed by tperic (1)
dutch      - 3 fixed by habell (3)
hungarian  - 1 fixed by miham (1)
italian    - 1 fixed by lorenzodv (1)
17 years ago
rubidium 84d93ec0e2 (svn r11234) -Fix [FS#1312]: the explosion vehicles were placed too far to the south. 17 years ago
rubidium 6b9bff7531 (svn r11233) -Fix [FS#1303]: handle some wrong written station NewGRFs a little more gracefully than segfaulting. 17 years ago
glx 5684e42ada (svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way 17 years ago
rubidium 8c572c0ee5 (svn r11231) -Fix [FS#1311] (r11128): Someone misplaced a "static". This results in wrong bounding boxes for tunnels in X direction. Patch by frosch. 17 years ago
rubidium cbfe23108c (svn r11230) -Fix [FS#1228]: one could construct trains out of crashed wagons and engines. Based on a patch by SmatZ. 17 years ago
rubidium b6c9bc80cf (svn r11229) -Fix [FS#1307]: one could sell vehicles that were crashed in a depot, which would still yield money. 17 years ago
rubidium cb6cdf7978 (svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries. 17 years ago
miham bbbfcb4360 (svn r11227) -Update: WebTranslator2 update to 2007-10-08 20:45:04
afrikaans  - 3 fixed, 236 changed by TrueTenacity (239)
croatian   - 5 fixed by knovak (5)
italian    - 1 changed by lorenzodv (1)
slovak     - 2 fixed by lengyel (2)
spanish    - 2 fixed by eusebio (2)
17 years ago
miham 885bbc3985 (svn r11226) -Update: WebTranslator2 update to 2007-10-07 19:56:41
afrikaans  - 48 fixed, 160 changed by TrueTenacity (208)
american   - 5 fixed by WhiteRabbit (5)
brazilian_portuguese - 5 fixed by tucalipe (5)
bulgarian  - 1 fixed by thetitan (1)
catalan    - 5 fixed by arnaullv (5)
czech      - 3 fixed, 1 changed by Hadez (4)
dutch      - 3 fixed by habell (3)
estonian   - 3 fixed, 23 changed by kristjans (26)
french     - 5 fixed by glx (5)
hungarian  - 4 fixed by miham (4)
italian    - 5 fixed by lorenzodv (5)
slovak     - 3 fixed by lengyel (3)
slovenian  - 5 fixed by Necrolyte (5)
spanish    - 3 fixed by eusebio (3)
swedish    - 6 fixed, 12 changed by ChrillDeVille (18)
ukrainian  - 3 fixed by mad (3)
17 years ago
rubidium 9d8c8c200e (svn r11225) -Fix: if a sprite shares the bounding box of another sprite, the offset is unsigned instead of signed. 17 years ago