Commit Graph

1368 Commits (e93d82d4b2737ca1bd6cb2dafec483e1131a56e0)

Author SHA1 Message Date
maedhros 49ba521e77 (svn r10117) -Fix [FS#863]: When deleting the vehicles of bankrupt players, delete trains as
a whole rather than each part individually, as that leads to invalid tests on
parts that have already been deleted.
18 years ago
rubidium 73790d9cd6 (svn r10116) -Fix [FS#850]: remove invalid characters (for the file system) from savegame names. Based on a patch by TheJosh. 18 years ago
belugas 4df44a4dff (svn r10115) -Codechange: Create accessors to triggers and random bits for industries.
Implementation will follow soon.
18 years ago
maedhros 109dd33c4a (svn r10114) -Fix: Only load newgrf error messages if the language matches the current
language. Since only one error can be loaded anyway, if the language didn't
match you'd get "Undefined string". Also since we're only loading one language
there's no need to use AddGRFString any more.
18 years ago
peter1138 d1e71eb34e (svn r10113) -Fix (r10092): Missing svn properties and some Id/@file comments 18 years ago
peter1138 78d797a6b7 (svn r10111) -Codechange: Add new vehicle hash table for collision detection and finding vehicles on a tile. The hash area scanned is far smaller than the old hash table, which is now used for viewport updates only. This should give a significant performance improvement for games with many vehicles. (Based on work by 'B. N. SmatZ!' and 'madman2003') 18 years ago
maedhros 105c7455ae (svn r10110) -Fix: Reset NewGRF errors along with all the other NewGRF data so that errors get loaded again when pressing "Apply". 18 years ago
rubidium be0539cb43 (svn r10109) -Fix [FS#838]: some NewGRFs use the same (unused in the "current" climate) sprite IDs. Normally this gives some artefacts, but when one NewGRF expects it to be a sprite and another NewGRF overwrites it with a non-sprite nasty things happen (drawing a non-sprite crashes OTTD). 18 years ago
belugas 8efb7e53ec (svn r10108) -Codechange: implement variable 0x60 (Get industry tile ID at offset) for industries.
It is exposed for for industry tiles who will reuse it too, for variable 0x62.
18 years ago
peter1138 28c5730583 (svn r10107) -Fix (r10092): Missing 'i' in 'optimized' 18 years ago
rubidium 01593bdb6a (svn r10106) -Fix (r10098): there's always a compiler complaining about something... 18 years ago
truelight d0250f6108 (svn r10105) -Fix r10092: fix sprite 4845 till 4881 (inclusive), so they store the data as on the disk in the memory, as the old landscape generate assumes this. Talking about ugly hacks... 18 years ago
miham 30627e6eeb (svn r10104) -Update: WebTranslator2 update to 2007-06-11 19:45:13
catalan    - 4 changed by arnaullv (4)
czech      - 3 fixed, 1 changed by Hadez (4)
danish     - 2 fixed by MiR (2)
dutch      - 1 fixed by habell (1)
estonian   - 2 fixed, 15 changed by kristjans (17)
french     - 3 fixed by glx (3)
hungarian  - 2 fixed by miham (2)
18 years ago
maedhros 560a542354 (svn r10103) -Fix (r10086): TrackBitsToTrack doesn't cope well with TRACK_BIT_NONE (e.g. non-rail tiles), so use FindFirstTrack instead. 18 years ago
truelight 4ad6639475 (svn r10102) -Documentation: @file header was wrong 18 years ago
truelight d2d25295ce (svn r10101) -Codechange: the class is named 8bppSimple, so name the files like that too 18 years ago
truelight 31ade47910 (svn r10100) -Fix r10093: some code now became obsolete as it never did something 18 years ago
belugas 81c7c87ed7 (svn r10099) -Fix(r9867, FS860): Use the specs of the to-be-created industry instead of the scanned industry
Spotted by Oxygene
18 years ago
rubidium cc4d18ecc4 (svn r10098) -Codechange: bilbo cared about the performance of the AI with respect to the airport placement, so he rewrote the aircraft handling of the AI; now it can actually make lots of money again :) 18 years ago
maedhros 3e326085fa (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
18 years ago
truelight be0f5cf877 (svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts look weird 18 years ago
truelight 9d570fa018 (svn r10095) -Fix: avoid reading outside the buffer because of scaling problems 18 years ago
rubidium f98b175cf5 (svn r10094) -Fix: some really broken strings got in. 18 years ago
truelight a391f03ae2 (svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair 18 years ago
truelight 6b101cc177 (svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code
-Add: make it possible to pick your own blitter (-b <blitter>, -h for overview)
-Add: added a new optimized 8bpp blitter (default, caches sprites of all zoom-levels)
-Add: added a debug 8bpp blitter and a very slow normal 8bpp blitter
18 years ago
maedhros 96a3a89c86 (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as
GetTileZ is valid for any tile type. Also use GetTerrainType for stations.
18 years ago
belugas 94200b63b8 (svn r10088) -Codechange: A typo and a code-style 18 years ago
rubidium 5f5ab6cc87 (svn r10087) -Fix [FS#834]: multiple subsequent "give money" actions could result in duplicate messages that money has been transfered when it only happened once. 18 years ago
maedhros fe3a7cc5ed (svn r10086) -Codechange: Use more sensible types and functions in GenericPlaceSignals. 18 years ago
rubidium a0ffa793cc (svn r10085) -Fix [FS#839]: message that you had given money appeared even when an error occured. 18 years ago
rubidium 77b06e922f (svn r10084) -Fix [FS#855]: reversing a train when loading at a station crashed. 18 years ago
rubidium d0ad020dc6 (svn r10082) -Fix [FS#846]: another memory leak in the networking code (benc). 18 years ago
rubidium 7767e466e5 (svn r10081) -Fix [FS851]: towns/AIs didn't build bridges anymore (boekabart). 18 years ago
bjarni ff40914740 (svn r10080) -Cleanup: replaced magic numbers in SubtractMoneyFromAnyPlayer() with enum values 18 years ago
miham ab89ee7770 (svn r10079) -Update: WebTranslator2 update to 2007-06-10 08:31:40
bulgarian  - 29 fixed by thetitan (29)
catalan    - 1 fixed by arnaullv (1)
estonian   - 159 changed by kristjans (159)
18 years ago
belugas 08c9365971 (svn r10078) -Codechange: Centralize all industry counts data and access 18 years ago
bjarni 3afea2d673 (svn r10077) -Fix: FS#845 Cloning Trains Longer Than 8 Units Causes Crash
The problem was that if adding units to the clone (wagon by wagon) failed, then cloning wouldn't notice it and it made two half trains
  Now it detects this case and it will make cloning fail. The string with the explanation for the failed move will be used in the error message so the user will know why it failed.
18 years ago
miham ec25b71bd4 (svn r10076) -Update: WebTranslator2 update to 2007-06-09 10:29:27
danish     - 1 fixed by ThomasA (1)
estonian   - 1 fixed, 96 changed by kristjans (97)
german     - 29 fixed by Neonox (29)
hungarian  - 1 fixed by miham (1)
italian    - 1 fixed by lorenzodv (1)
japanese   - 1 fixed by ickoonite (1)
korean     - 1 fixed by darkttd (1)
18 years ago
rubidium 02146b13c8 (svn r10075) -Fix [FS#844]: small memory leak on some early returns. 18 years ago
belugas 9a4a911bde (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries 18 years ago
rubidium 142f2aba15 (svn r10073) -Codechange: make the NewGRF paths in the config file without any full paths (again). 18 years ago
truelight 653b343018 (svn r10072) -Fix r10070: typo in zoom.hpp 18 years ago
rubidium 6b1cb3aaae (svn r10071) -Feature [FS#828]: moving of orders (skidd13). 18 years ago
truelight 98c3056aa6 (svn r10070) -Fix: fix the rounding problem of zoom-levels in zoom.hpp, so it is global for every call 18 years ago
truelight d3a7fb8d73 (svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't what I expected... 18 years ago
rubidium 5b972a1d58 (svn r10068) -Fix [FS#835]: coverage area highlight was still show when it was turned off for docks. 18 years ago
belugas e8c6d57150 (svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few. 18 years ago
glx 6983d0b547 (svn r10065) -Cleanup (r9850): remove now unneeded stuff 18 years ago
belugas f51b869e69 (svn r10064) -Fix(r10063): compile again, when changing stuff. DOn't trust first run 18 years ago
belugas 7586143e3b (svn r10063) -Codechange: Change VARDEF for extern
-CodeChange: Add the count of industries, basic support for variable 67, var action02 forindustries
18 years ago
peter1138 9c66082b07 (svn r10062) -Codechange: Don't redraw all station tiles when cargo is added or removed if the station has no custom graphics. 18 years ago
peter1138 29f6ae952c (svn r10061) -Codechange: [NewGRF] Add common cargo subtype support to vehicle var 42 18 years ago
miham 246791424b (svn r10060) -Update: WebTranslator2 update to 2007-06-08 07:51:39
estonian   - 228 changed by kristjans (228)
japanese   - 13 fixed by ickoonite (13)
portuguese - 2 fixed by izhirahider (2)
slovenian  - 99 fixed by Necrolyte (99)
18 years ago
peter1138 c1df3a8aa6 (svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active. 18 years ago
rubidium 8a74b2ebe1 (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). 18 years ago
rubidium 622a4d10b9 (svn r10056) -Revert (r10049): removing SLE_WRITEBYTE didn't work as expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy. 18 years ago
miham 9a81f009a0 (svn r10055) -Update: WebTranslator2 update to 2007-06-07 14:37:06
brazilian_portuguese - 3 fixed by tucalipe (3)
catalan    - 3 fixed by arnaullv (3)
danish     - 1 fixed by ThomasA (1)
estonian   - 99 fixed by kristjans (99)
galician   - 8 fixed by Condex (8)
norwegian_nynorsk - 35 fixed by pollux (35)
18 years ago
rubidium 40cea6c3ef (svn r10054) -Codechange: make the industries cost modifier look more like the original one, so it's much easier to support industries that use this original format. 18 years ago
rubidium 770d7188ac (svn r10053) -Fix: could not clear a level-crossing tile with tram tracks. 18 years ago
peter1138 041c946119 (svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 variable 84. 18 years ago
rubidium eab8ac49ce (svn r10049) -Codechange: get rid of the SLE_WRITEBYTE obfuscation. 18 years ago
peter1138 07c34b2628 (svn r10048) -Fix (r6455): Don't use override engine type for articulated wagon parts. 18 years ago
miham 4ffe147bd4 (svn r10047) -Update: WebTranslator2 update to 2007-06-06 07:59:17
croatian   - 58 fixed by knovak (58)
czech      - 3 fixed by Hadez (3)
danish     - 28 fixed by ThomasA (28)
dutch      - 23 fixed by habell (23)
italian    - 3 fixed by lorenzodv (3)
korean     - 3 fixed by darkttd (3)
ukrainian  - 3 fixed by mad (3)
18 years ago
rubidium 2045611078 (svn r10046) -Documentation: add some documentation in order_gui (skidd13). 18 years ago
peter1138 fdb7ef8703 (svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow Action 7/Action 9s to work properly 18 years ago
peter1138 4258139a52 (svn r10044) -Fix: Minor NewGRF debug message fixes, and skip sprites of an unsupported Action 5 feature. 18 years ago
truelight 7d0a1c91d4 (svn r10043) -Change: make templates of the blitters, based on zoom and mode, which makes the optimizing better, and therefor a higher blitter speed (tnx boekabart)
-Codechange: unify the MainBlitter a bit more
18 years ago
peter1138 4403d41934 (svn r10042) -Codechange: Replace hardcoded spritecache size with a configuration
option, sprite_cache_size. The default size is 2MB and the value can 
range from 1 to 64MB. If you experience slow-downs when scrolling the 
map, try increasing this setting.
18 years ago
miham 959eaae6a4 (svn r10041) -Update: WebTranslator2 update to 2007-06-05 08:19:09
czech      - 34 fixed by Hadez (34)
french     - 3 fixed by glx (3)
hungarian  - 4 fixed by miham (4)
ukrainian  - 4 fixed by mad (4)
18 years ago
belugas a95fdc8bb5 (svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it 18 years ago
bjarni 9f44031a27 (svn r10039) -Fix: [autoreplace] when trying to replace an engine that can't carry the wagons the old one carries (GRF restrictoin), then don't try to replace at all 18 years ago
peter1138 18b98ad6aa (svn r10038) -Fix (r8634): Sprite resulting from '?' substitution was reloaded into the cache entry for SPR_IMG_QUERY instead of the original sprite cache entry. This resulted in unaccounted missing sprite cache memory, and was exacerbated because the original missing sprite was not cached, so it did it again and again and again. Slowdowns and boom. Etc. 18 years ago
glx 32a04368b3 (svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings 18 years ago
glx 62524492d5 (svn r10036) -Add: sort the strings in town names dropdown 18 years ago
glx 59cb4da628 (svn r10035) -Change: simplified network language string sorting 18 years ago
rubidium a99ed285cb (svn r10034) -Change: remove the string changed in r10033 from the translations, so it will be properly translated in all languages. 18 years ago
rubidium c4806955e5 (svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL. 18 years ago
glx cb340626ca (svn r10032) -Add: sort the strings in server language dropdown 18 years ago
miham f61029d47e (svn r10031) -Update: WebTranslator2 update to 2007-06-04 08:32:00
brazilian_portuguese - 33 fixed by tucalipe (33)
bulgarian  - 25 fixed by thetitan (25)
catalan    - 31 fixed by arnaullv (31)
czech      - 28 fixed by Hadez (28)
dutch      - 12 fixed by webfreakz (12)
french     - 25 fixed, 5 changed by glx (30)
german     - 42 fixed by Neonox (42)
hungarian  - 32 fixed by miham (32)
italian    - 25 fixed by lorenzodv (25)
japanese   - 34 fixed by ickoonite (34)
korean     - 25 fixed by darkttd (25)
norwegian_nynorsk - 63 fixed by pollux (63)
portuguese - 45 fixed by izhirahider (45)
slovak     - 39 fixed by lengyel (39)
ukrainian  - 27 fixed by znikoz (27)
18 years ago
rubidium 6a60ba3eaa (svn r10030) -Fix [FS#823]: one could build on (some) slopes when building on slopes was disabled. 18 years ago
rubidium a752c73469 (svn r10029) -Fix (r9923): trams should not/cannot turn on roadworks. 18 years ago
peter1138 43482d22d0 (svn r10028) -Fix (r2270/r2951): When deleting the first engine of a train with multiple engines, only reopen the train window if the player had the original train window open. This fixes 'random' windows opening for multiple players of the same company. 18 years ago
bjarni e129438139 (svn r10026) -Fix: unlinking a rail vehicle didn't clear the first pointer
After r9973, this could cause some asserts as some vehicles could end up with first pointers to chains they didn't belong to
18 years ago
bjarni 532391db12 (svn r10025) -Fix: [build windows] sorting planes for capacity didn't check mail capacity. Now mail capacity is used if passenger capacity is the same
The sort will still resort to EngineID if both mail and passenger capacities are the same
18 years ago
bjarni 81698422a2 (svn r10024) -Feature: [build windows] trains, road vehicles and ships can now be sorted by cargo capacity (planes already had this option) 18 years ago
maedhros 229e311cb9 (svn r10023) -Fix (r3218): When selling trains, if there were no wagons between multiheaded
engines the rear part could be checked despite having already been deleted,
triggering an assert.
18 years ago
maedhros 1e7b8190f2 (svn r10022) -Fix (r10007): Set the type of multiheaded trains before the subtype. 18 years ago
rubidium 62c20a9698 (svn r10021) -Fix (r9560): memory "corruption" that could lead to a failure to load newgrfs. 18 years ago
maedhros 8f361393dd (svn r10020) -Fix [FS#824]: GetNextVehicle() is invalid for anything that isn't a train. 18 years ago
peter1138 06084e0a63 (svn r10019) -Codechange: Implement GRM for newcargos 18 years ago
glx 6e653cd1ab (svn r10017) -Add (FS#790): more languages flags for servers 18 years ago
rubidium ecd36dd34f (svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game). 18 years ago
rubidium 31ddab50ad (svn r10014) -Fix: roads became automatically one way in the scenario editor. 18 years ago
miham 7bf841ebd1 (svn r10013) -Update: WebTranslator2 update to 2007-06-01 19:05:03
american   - 7 fixed by WhiteRabbit (7)
catalan    - 1 fixed by arnaullv (1)
danish     - 37 fixed, 7 changed by ThomasA (44)
french     - 7 fixed, 1 changed by glx (8)
italian    - 7 fixed, 1 changed by lorenzodv (8)
korean     - 7 fixed by darkttd (7)
swedish    - 8 fixed by giddorah (8)
turkish    - 23 fixed by jnmbk (23)
ukrainian  - 1 fixed by mad (1)
18 years ago
glx 9f60f2ecbb (svn r10012) -Fix (r9999): crash when forcing road vehicles to turn 18 years ago
maedhros 0d0a8661de (svn r10011) -Fix (r10008): Set the right svn properties on articulated_vehicles.h and correct a file comment. 18 years ago
maedhros 4acf3e4c3f (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. 18 years ago
maedhros ab8503f5a5 (svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own. 18 years ago
maedhros dce1101039 (svn r10007) -Codechange: Add some asserts to IsFrontEngine and friends to ensure that only trains use them. 18 years ago
glx 2958f0c53a (svn r10006) -Fix (FS#362): allow different signal types on one tile 18 years ago
belugas 4af692558a (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one. 18 years ago
rubidium 01f80cf343 (svn r10004) -Fix: trams can always intersect/have junctions on one way roads (because they only work for busses and lorries). 18 years ago
rubidium b2cd8f3631 (svn r10003) -Fix (r9999): crash when vehicle had to turn on a bridge. 18 years ago
rubidium 59c51f9fce (svn r10002) -Fix (r9999): don't try to get the disallowed directions from a road depot... 18 years ago
belugas f8da1b6e1a (svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data 18 years ago
rubidium 253aa1b0b0 (svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road. 18 years ago
rubidium a02417645e (svn r9998) -Fix (r9990): possible null pointer dereferences on MorphOS. 18 years ago
miham efd2fce9a4 (svn r9997) -Update: WebTranslator2 update to 2007-05-31 16:16:13
american   - 30 fixed by WhiteRabbit (30)
french     - 1 changed by glx (1)
18 years ago
rubidium 52f612d711 (svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops. 18 years ago
peter1138 a672a8f77d (svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game 18 years ago
belugas 86abe1b229 (svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file. 18 years ago
rubidium 8d82deffa1 (svn r9993) -Fix (r9992): smallish typos resulting in compile time errors. 18 years ago
belugas 0f6e6d9713 (svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.
A few more to go
18 years ago
rubidium 2db0d81cc1 (svn r9991) -Fix: one could build road when trams were driving on the tile and vice versa. 18 years ago
rubidium b17a89c53d (svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix. 18 years ago
rubidium 2bfc36c1ba (svn r9989) -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there. 18 years ago
rubidium 70e6102c86 (svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms. 18 years ago
rubidium bc41dc4966 (svn r9987) -Fix [FS#818]: a train under a bridge could collide with a train on the bridge. 18 years ago
rubidium a31e944149 (svn r9986) -Fix (r9934): flooding towns could not remove tram tracks (boekabart). 18 years ago
miham 6252272e87 (svn r9985) -Update: WebTranslator2 update to 2007-05-30 09:59:31
dutch      - 1 fixed by habell (1)
italian    - 16 fixed, 22 changed by lorenzodv (38)
korean     - 1 fixed by darkttd (1)
norwegian_bokmal - 8 fixed by jankmi (8)
ukrainian  - 30 fixed by mad (30)
18 years ago
belugas 425ea50854 (svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing" 18 years ago
belugas f8491407d0 (svn r9983) -Codechange: Use the "enabled" property of the industry spec. 18 years ago
bjarni 7d3d73e104 (svn r9982) -Fix (r9874): autoreplacing vehicles from a group could sometimes add the new vehicle twice to the engine (EngineID, not total count) count in the group 18 years ago
bjarni eb5b4ecd4a (svn r9981) -Fix: fixed a rare event that could cause autoreplace to run out of money and generate an error (spotted by elmex and UndernotBuilder)
This happened if the new engine was a dualheaded engine and there was money to replace and refit the front, but not the rear
  It also adds the cost of refitting the rear end of dualheaded engines to the cost animations (display only)
18 years ago
belugas 0cb8413a8f (svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
It will be initialized by the original data upon game start.
Rename some enums to be more consistent too
18 years ago
belugas 0af97d4ab2 (svn r9975) -Codechange: Adjust the industry/tile spec arrays, moving the enabled member out of GRFFileProps (end of previous commit). 18 years ago
belugas 4cb32f903e (svn r9974) -Codechange: Remove the enabled member of GRFFileProps, since it'snot really grf related 18 years ago
bjarni 77f5c1e25e (svn r9973) -Cleanup: removed some code that kept both ends of a dualheaded engine in the same train (when moving wagons in a depot)
NormaliseTrainConsist() is called later in the same command and it will take care of this issue
18 years ago
rubidium 4726fdc0d0 (svn r9972) -Fix (r9969): silence a warning. 18 years ago
rubidium 17b6ce80c7 (svn r9971) -Fix (r9892, r9958): loading of post-'bridges over "everything"' messed with the railtype of bridges. 18 years ago
miham 191845f736 (svn r9970) -Update: WebTranslator2 update to 2007-05-29 09:12:20
brazilian_portuguese - 29 fixed by tucalipe (29)
catalan    - 30 fixed by arnaullv (30)
danish     - 1 fixed by ThomasA (1)
dutch      - 29 fixed, 2 changed by webfreakz (31)
french     - 30 fixed, 2 changed by glx (32)
hungarian  - 29 fixed by miham (29)
italian    - 30 fixed, 1 changed by lorenzodv (31)
japanese   - 18 fixed by ickoonite (18)
korean     - 34 fixed by darkttd (34)
portuguese - 5 fixed by izhirahider (5)
romanian   - 28 fixed, 682 changed by CrystyB (710)
swedish    - 31 fixed by giddorah (31)
traditional_chinese - 57 fixed by thomasau (57)
18 years ago
belugas 35ccad33dd (svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile 18 years ago
bjarni a6bea527a3 (svn r9967) -Fix (r9938): autoreplace would in certain conditions move dualheaded engines in a train (usually to the rear)
-Change: moving an engine in between the two ends of a dualheaded engine will now move the rear dualheaded engine to the front of the newly added engine (instead of moving the new engine to the rear of the rear dualheaded engine)
   This can make a difference if there are wagons in the train
18 years ago
rubidium df1bbe55e2 (svn r9966) -Fix: bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them. 18 years ago
rubidium c5d073a84f (svn r9965) -Fix: the ownership of drive through road stops on town owned roads wasn't properly reset when the road stop was removed. 18 years ago
rubidium 66c23060e2 (svn r9964) -Fix: removing of road should not be free of charge. 18 years ago
peter1138 63f7965920 (svn r9963) -Fix (r9962): 'smooth_scroll' patch setting was ignored (always on) in some places. 18 years ago
peter1138 344e9007fe (svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' 18 years ago
rubidium 1a8a44165b (svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8. 18 years ago
rubidium 2347c45d35 (svn r9960) -Fix [FS#813]: road wasn't properly added when overbuilding a tram rails with normal rails to for a crossing. 18 years ago
maedhros 710cc5a597 (svn r9959) -Fix: Only call GetNextVehicle for trains. 18 years ago
rubidium 7f0339748f (svn r9958) -Fix (r9892): upgrading old savegames made (road)bridges unuseable. 18 years ago
rubidium 2dd0ba36cb (svn r9957) -Change: replace cargo tram with freight tram for consistency. 18 years ago
peter1138 974aebcce5 (svn r9956) -Codechange: Add tram livery schemes 18 years ago
maedhros 21454957b5 (svn r9955) -Codechange: Make _roadveh_enter_depot_unk0 slightly less mysterious. 18 years ago
rubidium 53380fc047 (svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what the roadbits are. 18 years ago
maedhros 1b33f19877 (svn r9953) -Fix: Only check whether trains are multiheaded when cloning. 18 years ago
glx 3db7a70057 (svn r9952) -Fix r9951: it was not possible to build a drive-through station over a road/tram 18 years ago
glx 8c9b4ee548 (svn r9951) -Fix: slope check was incomplete when building road over tram track (and vice-versa)
-Fix: you could build a drive-through station over a sloped road/tram track
18 years ago
rubidium 8602acc433 (svn r9950) -Feature(tte): allow terraforming under bridges. 18 years ago