summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-05-20(svn r26602) -Update from WebTranslator v3.0:translators
luxembourgish - 135 changes by Phreeze polish - 7 changes by Kilian
2014-05-19(svn r26601) -Update from WebTranslator v3.0:translators
vietnamese - 62 changes by maddot
2014-05-18(svn r26598) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093
2014-05-17(svn r26594) -Fix [FS#6006]: Don't call UpdateVehicleTimetable with dummy ordersfonsinchen
2014-05-17(svn r26593) -Fix: Goals were saved/loaded with incorrect size.frosch
2014-05-17(svn r26592) -Update from WebTranslator v3.0:translators
catalan - 1 changes by juanjo
2014-05-16(svn r26591) -Add: some instrumentation to catch most cases where the wrong ↵rubidium
number of bytes would be written into variables during loading (or read during saving)
2014-05-16(svn r26590) -Fix: possible desync (big/little endian) due to not writing ↵rubidium
complete variables upon saveload
2014-05-16(svn r26589) -Fix: SIGSEGV on all big endian architectures that tried to ↵rubidium
load e.g. the 1.4 intro game or anything else with more than 0 linkgraph nodes that was saved on little endian
2014-05-15(svn r26588) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Supercheese lithuanian - 3 changes by slovak - 15 changes by Milsa
2014-05-14(svn r26587) -Update from WebTranslator v3.0:translators
english_US - 3 changes by Supercheese lithuanian - 3 changes by
2014-05-13(svn r26586) -Fix [FS#5995]: Consider multiheaded trains in station refits ↵fonsinchen
(and clean up a bit)
2014-05-11(svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bitsrubidium
2014-05-11(svn r26584) -Codechange: [Squirrel] Make the internal integer for scripts ↵rubidium
always 64 bits, so scripts behave the same on 32 or 64 bits architectures
2014-05-11(svn r26583) -Fix [FS#5974]: Game script could be changed in game by double ↵rubidium
clicking
2014-05-11(svn r26582) -Feature-ish: quickly decay cargo after about 21 months of not ↵rubidium
having picked any of the cargo, and prevent houses and industries providing more cargo
2014-05-11(svn r26581) -Fix [FS#5989]: transfering cargo to a station doesn't give ↵rubidium
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?
2014-05-11(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do ↵rubidium
with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)
2014-05-11(svn r26579) -Update from WebTranslator v3.0:translators
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
2014-05-11(svn r26578) -Fix (r26576): network compilation got brokenrubidium
2014-05-11(svn r26577) -Fix [FS#6001]: [Network] Client of non-dedicated server was ↵rubidium
not correctly put into the first company for all state variables
2014-05-11(svn r26576) -Fix [FS#6003]: [Network] AIs would not reset certain network ↵rubidium
state information upon creation of their company
2014-05-11(svn r26575) -Change [FS#5995]: Add an assert to catch underflowing action ↵fonsinchen
counts.
2014-05-11(svn r26574) -Fix [FS#6006]: Don't reset current order wait time if it's ↵fonsinchen
timetabled.
2014-05-10(svn r26573) -Update from WebTranslator v3.0:translators
catalan - 17 changes by juanjo lithuanian - 3 changes by spanish - 32 changes by juanjo
2014-05-09(svn r26572) -Update from WebTranslator v3.0:translators
japanese - 31 changes by guppy lithuanian - 3 changes by Stabilitronas persian - 5 changes by 100ra slovak - 6 changes by Milsa
2014-05-08(svn r26571) -Update from WebTranslator v3.0:translators
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
2014-05-07(svn r26570) -Fix: WT3 validation issuerubidium
2014-05-07(svn r26569) -Update from WebTranslator v3.0:translators
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
2014-05-06(svn r26568) -Change (r26566): Better wording of the new warning (Supercheese)planetmaker
2014-05-06(svn r26567) -Cleanup: Remove unused StringID offset in orders checkplanetmaker
2014-05-06(svn r26566) -Add [FS#6009]: Give a warning when a plane's orders tell it to ↵planetmaker
use a runway which is too short for it (3298)
2014-05-06(svn r26565) -Update from WebTranslator v3.0:translators
simplified_chinese - 4 changes by xiangyigao english_AU - 56 changes by mrtux korean - 12 changes by telk5093 lithuanian - 57 changes by Stabilitronas
2014-05-05(svn r26564) -Update from WebTranslator v3.0:translators
finnish - 5 changes by jpx_ hungarian - 22 changes by Brumi
2014-05-04(svn r26563) -Fix (r26558): Don't pass explicit template arguments to ↵fonsinchen
std::make_pair.
2014-05-04(svn r26560) -Update from WebTranslator v3.0:translators
irish - 32 changes by tem
2014-05-04(svn r26558) -Fix: be more explicit about the type of iterators in the ↵fonsinchen
waiting cargo API
2014-05-04(svn r26557) -Fix: clean up, test (somewhat), and complete the API for ↵fonsinchen
waiting cargo
2014-05-03(svn r26556) -Codechange: use sources.list to tell a file shouldn't be built ↵rubidium
for a particular platform
2014-05-03(svn r26555) -Update from WebTranslator v3.0:translators
czech - 18 changes by Eskymak english_US - 5 changes by Supercheese
2014-05-03(svn r26554) -Fix(r26489): Use last address of the destination buffer.alberth
2014-05-02(svn r26553) -Update from WebTranslator v3.0:translators
croatian - 5 changes by VoyagerOne dutch - 50 changes by habell norwegian_bokmal - 16 changes by cuthbert russian - 2 changes by Lone_Wolf slovak - 18 changes by Milsa
2014-05-01(svn r26552) -Update from WebTranslator v3.0:translators
czech - 14 changes by djst finnish - 1 changes by jpx_ italian - 5 changes by lorenzodv brazilian_portuguese - 49 changes by Tucalipe russian - 32 changes by Lone_Wolf
2014-05-01(svn r26551) -Fix: document revision number for latest savegame version changefonsinchen
2014-05-01(svn r26550) -Change: Show measured order times in timetable GUIfonsinchen
2014-05-01(svn r26549) -Change: better estimation for link capacities during full loadfonsinchen
2014-05-01(svn r26548) -Codechange: move updating of load_unload_ticks out of ↵fonsinchen
LoadUnloadVehicle
2014-05-01(svn r26547) -Codechange: Collect order travel and wait times independent of ↵fonsinchen
timetables
2014-05-01(svn r26546) -Codechange: Make order wait_time, travel_time and max_speed ↵fonsinchen
private
2014-04-30(svn r26545) -Update from WebTranslator v3.0:translators
catalan - 1 changes by juanjo croatian - 27 changes by VoyagerOne czech - 4 changes by djst korean - 8 changes by telk5093