Commit Graph

21900 Commits (3eb4d49f97b35476d76c1596fcb688ba9158fc13)
 

Author SHA1 Message Date
alberth c24998e79f (svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version. 10 years ago
alberth e333f0e9ef (svn r26612) -Add: Method to copy newgrf parameters. 10 years ago
alberth 88d1d3c8c1 (svn r26611) -Feature: Save and load grfid and md5sum of newgrfs in config file (frosch) 10 years ago
alberth ac23e46713 (svn r26610) -Feature: Select an editable preset name for saving. 10 years ago
rubidium dcc2da107a (svn r26609) -Fix: compile warnings on MSVC for 32 bits builds due to assigning values to variables with smaller integer size 10 years ago
translators 64d6adb063 (svn r26608) -Update from WebTranslator v3.0:
finnish - 17 changes by jpx_
italian - 1 changes by lorenzodv
russian - 12 changes by Lone_Wolf
spanish - 28 changes by Terkhen
10 years ago
translators 7a2d79f2ea (svn r26607) -Update from WebTranslator v3.0:
catalan - 25 changes by juanjo
simplified_chinese - 3 changes by xiangyigao
croatian - 17 changes by VoyagerOne
czech - 7 changes by Eskymak
lithuanian - 7 changes by Stabilitronas
russian - 8 changes by Lone_Wolf
10 years ago
frosch 6e9edc085b (svn r26606) -Fix [FS#6022]: Filename capitalisation (NG) 11 years ago
translators f807d7f559 (svn r26605) -Update from WebTranslator v3.0:
dutch - 16 changes by habell
english_AU - 17 changes by mrtux
french - 17 changes by glx
german - 20 changes by planetmaker
italian - 17 changes by lorenzodv
korean - 22 changes by telk5093
russian - 1 changes by Lone_Wolf
slovak - 11 changes by Milsa
11 years ago
frosch 7e359e1b8d (svn r26604) -Add: Most of the mapgen settings to advances settings window. 11 years ago
translators 0f01ac42a0 (svn r26603) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
korean - 3 changes by telk5093
luxembourgish - 76 changes by Phreeze
polish - 20 changes by Kilian
11 years ago
translators 6ab81f87e8 (svn r26602) -Update from WebTranslator v3.0:
luxembourgish - 135 changes by Phreeze
polish - 7 changes by Kilian
11 years ago
translators 8885100498 (svn r26601) -Update from WebTranslator v3.0:
vietnamese - 62 changes by maddot
11 years ago
translators a53bbfd9e9 (svn r26598) -Update from WebTranslator v3.0:
korean - 1 changes by telk5093
11 years ago
fonsinchen 957b7c0199 (svn r26594) -Fix [FS#6006]: Don't call UpdateVehicleTimetable with dummy orders 11 years ago
frosch 3e7cd6d6c1 (svn r26593) -Fix: Goals were saved/loaded with incorrect size. 11 years ago
translators fc86ec1f39 (svn r26592) -Update from WebTranslator v3.0:
catalan - 1 changes by juanjo
11 years ago
rubidium 4c6c4677fa (svn r26591) -Add: some instrumentation to catch most cases where the wrong number of bytes would be written into variables during loading (or read during saving) 11 years ago
rubidium 20f54c2f61 (svn r26590) -Fix: possible desync (big/little endian) due to not writing complete variables upon saveload 11 years ago
rubidium 7d2d4a1f82 (svn r26589) -Fix: SIGSEGV on all big endian architectures that tried to load e.g. the 1.4 intro game or anything else with more than 0 linkgraph nodes that was saved on little endian 11 years ago
translators bd98b14ba5 (svn r26588) -Update from WebTranslator v3.0:
english_US - 1 changes by Supercheese
lithuanian - 3 changes by 
slovak - 15 changes by Milsa
11 years ago
translators 31ec113e54 (svn r26587) -Update from WebTranslator v3.0:
english_US - 3 changes by Supercheese
lithuanian - 3 changes by
11 years ago
fonsinchen b2e322a3fc (svn r26586) -Fix [FS#5995]: Consider multiheaded trains in station refits (and clean up a bit) 11 years ago
rubidium ebe3c797dc (svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bits 11 years ago
rubidium 36e8123e4c (svn r26584) -Codechange: [Squirrel] Make the internal integer for scripts always 64 bits, so scripts behave the same on 32 or 64 bits architectures 11 years ago
rubidium dafbed20d2 (svn r26583) -Fix [FS#5974]: Game script could be changed in game by double clicking 11 years ago
rubidium 1b11ea80ee (svn r26582) -Feature-ish: quickly decay cargo after about 21 months of not having picked any of the cargo, and prevent houses and industries providing more cargo 11 years ago
rubidium 81c2d75048 (svn r26581) -Fix [FS#5989]: transfering cargo to a station doesn't give that station a rating and thus the cargo does not decay... until the first pickup happens
For cargo drops from industries/houses, the station gets a rating too so why not when cargo is dropped at the station from a train?
11 years ago
rubidium fb9dbf30fa (svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore) 11 years ago
translators efa70e7a7c (svn r26579) -Update from WebTranslator v3.0:
simplified_chinese - 17 changes by ww9980
traditional_chinese - 2 changes by ww9980
lithuanian - 3 changes by 
norwegian_bokmal - 2 changes by cuthbert
slovak - 2 changes by Milsa
spanish - 5 changes by juanjo
welsh - 50 changes by kazzie
11 years ago
rubidium b6ffc92bb2 (svn r26578) -Fix (r26576): network compilation got broken 11 years ago
rubidium 7db8be4a1e (svn r26577) -Fix [FS#6001]: [Network] Client of non-dedicated server was not correctly put into the first company for all state variables 11 years ago
rubidium 492c6ed39b (svn r26576) -Fix [FS#6003]: [Network] AIs would not reset certain network state information upon creation of their company 11 years ago
fonsinchen 1dc630ff26 (svn r26575) -Change [FS#5995]: Add an assert to catch underflowing action counts. 11 years ago
fonsinchen 726e1b6920 (svn r26574) -Fix [FS#6006]: Don't reset current order wait time if it's timetabled. 11 years ago
translators 1a47fb03ea (svn r26573) -Update from WebTranslator v3.0:
catalan - 17 changes by juanjo
lithuanian - 3 changes by 
spanish - 32 changes by juanjo
11 years ago
translators 7f1fb05846 (svn r26572) -Update from WebTranslator v3.0:
japanese - 31 changes by guppy
lithuanian - 3 changes by Stabilitronas
persian - 5 changes by 100ra
slovak - 6 changes by Milsa
11 years ago
translators c56deb61c9 (svn r26571) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
finnish - 1 changes by jpx_
hungarian - 1 changes by Brumi
italian - 1 changes by lorenzodv
lithuanian - 4 changes by Stabilitronas
slovak - 2 changes by Milsa
11 years ago
rubidium d91d2bb29f (svn r26570) -Fix: WT3 validation issue 11 years ago
translators df665a3ec2 (svn r26569) -Update from WebTranslator v3.0:
english_AU - 1 changes by mrtux
english_US - 1 changes by Supercheese
french - 57 changes by glx
german - 5 changes by planetmaker
korean - 1 changes by telk5093
lithuanian - 3 changes by 
luxembourgish - 51 changes by Phreeze
russian - 1 changes by KorneySan
11 years ago
planetmaker 28975c5558 (svn r26568) -Change (r26566): Better wording of the new warning (Supercheese) 11 years ago
planetmaker 597de74ea0 (svn r26567) -Cleanup: Remove unused StringID offset in orders check 11 years ago
planetmaker a85838a618 (svn r26566) -Add [FS#6009]: Give a warning when a plane's orders tell it to use a runway which is too short for it (3298) 11 years ago
translators 121d62d922 (svn r26565) -Update from WebTranslator v3.0:
simplified_chinese - 4 changes by xiangyigao
english_AU - 56 changes by mrtux
korean - 12 changes by telk5093
lithuanian - 57 changes by Stabilitronas
11 years ago
translators 5ca05a28df (svn r26564) -Update from WebTranslator v3.0:
finnish - 5 changes by jpx_
hungarian - 22 changes by Brumi
11 years ago
fonsinchen 38ee1c7b92 (svn r26563) -Fix (r26558): Don't pass explicit template arguments to std::make_pair. 11 years ago
translators 82aa42080a (svn r26560) -Update from WebTranslator v3.0:
irish - 32 changes by tem
11 years ago
fonsinchen cee5920fcc (svn r26558) -Fix: be more explicit about the type of iterators in the waiting cargo API 11 years ago
fonsinchen 7836470f60 (svn r26557) -Fix: clean up, test (somewhat), and complete the API for waiting cargo 11 years ago
rubidium 0535569d2f (svn r26556) -Codechange: use sources.list to tell a file shouldn't be built for a particular platform 11 years ago