Commit Graph

22899 Commits (33829dc6abb61dc1a5c0d4807aad433cfcb45642)
 

Author SHA1 Message Date
frosch 2c8b84f21d (svn r27705) -Doc: Add the hex codes to the SCC_NEWGRF_ enum entries. 8 years ago
translators 9cba45bf18 (svn r27704) -Update from Eints:
welsh: 29 changes by kazzie
spanish: 2 changes by SilverSurferZzZ
russian: 13 changes by Lone_Wolf
8 years ago
frosch 41e5e7626e (svn r27703) -Change [FS#6532]: [gcc] Wnarrowing and Wfree-nonheap-object do no longer trigger in gcc 4.9.2, so reenable them. 8 years ago
translators 3ad11afb48 (svn r27702) -Update from Eints:
russian: 16 changes by Lone_Wolf
8 years ago
translators 447ef95618 (svn r27701) -Update from Eints:
russian: 37 changes by Lone_Wolf
8 years ago
frosch 4b8b9e1cb1 (svn r27700) -Codechange: Simplify railtype date introduction. A check that is safe to run every day before the last railtype has been introduced, is also safe to run after the last railtype has been introduced. 8 years ago
translators aa88218d86 (svn r27699) -Update from Eints:
russian: 1 change by Lone_Wolf
8 years ago
translators 63c8f8c6c4 (svn r27698) -Update from Eints:
spanish: 3 changes by SilverSurferZzZ
russian: 3 changes by Lone_Wolf
8 years ago
translators a4159b8d54 (svn r27697) -Update from Eints:
urdu: 9 changes by siphr
spanish: 3 changes by SilverSurferZzZ
8 years ago
translators b760d0cdf0 (svn r27696) -Update from Eints:
urdu: 11 changes by siphr
spanish: 6 changes by SilverSurferZzZ
russian: 10 changes by Lone_Wolf
8 years ago
translators c69989b722 (svn r27695) -Update from Eints:
spanish: 4 changes by SilverSurferZzZ
french: 26 changes by glx
8 years ago
translators cb8d8164bd (svn r27694) -Update from Eints:
spanish: 4 changes by SilverSurferZzZ
8 years ago
translators 416d7ef76e (svn r27693) -Update from Eints:
korean: 2 changes by telk5093
spanish: 21 changes by SilverSurferZzZ
russian: 14 changes by Lone_Wolf
8 years ago
translators 1cf260afbe (svn r27692) -Update from Eints:
croatian: 25 changes by VoyagerOne
english (us): 2 changes by Supercheese
russian: 1 change by Lone_Wolf
latin: 25 changes by Supercheese
8 years ago
translators decef06ae3 (svn r27691) -Update from Eints:
italian: 9 changes by lorenzodv
8 years ago
frosch 69966b6322 (svn r27690) -Fix: Old compilers do not zero-initialise POD members when explicitly calling implicitly created default constructors. 8 years ago
frosch 149adc9cc1 (svn r27689) -Fix: MSVC warnings. 8 years ago
frosch 108a0fc0d7 (svn r27688) -Fix-ish: Initialise new railtypes with the original railtype data, though strictly NewGRF could only have modified 'label' and 'alternate_labels' at the time AllocateRailType is called, which are reset anyway. 8 years ago
frosch 3ee06b036e (svn r27687) -Fix: RailtypeInfo::alternate_labels leaked when reloading NewGRF. (adf88) 8 years ago
frosch 10293c5fb1 (svn r27686) -Change: List railtype of rail tiles explicitly in the tile info window. 8 years ago
frosch acc817b3f5 (svn r27685) -Change: Preemptively invalidate translation changes of next commit for eints. 8 years ago
translators ddca928488 (svn r27684) -Update from Eints:
italian: 1 change by lorenzodv
8 years ago
frosch ad43465c31 (svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not filter it by railtype by default. 8 years ago
fonsinchen 58fdd3ac98 (svn r27682) -Fix: Don't check if links are alive for manually routed cargo 8 years ago
fonsinchen 662c019136 (svn r27681) -Fix: When deleting stale links, iterate through order lists before iterating through vehicles 8 years ago
translators 60a3cc0734 (svn r27680) -Update from Eints:
romanian: 1 change by kneekoo
8 years ago
translators 002251942c (svn r27679) -Update from Eints:
romanian: 10 changes by kneekoo
8 years ago
translators aa1cce38ca (svn r27678) -Update from Eints:
romanian: 20 changes by kneekoo
8 years ago
frosch 476b2b0e8c (svn r27677) -Codechange: Remove implicit VehicleListIdentifier from uint32 constructor, to make conversions more explicit. 8 years ago
frosch d9bfe88261 (svn r27676) -Codechange: Rename catenary functions, so that they refer unambiguously to either RoadCatenary or RailCatenary. 8 years ago
michi_cc 94b3965989 (svn r27675) -Fix [FS#6502]: [OSX] Building with 10.11 or 10.12 SDKs. 8 years ago
michi_cc 51052f4961 (svn r27674) -Fix (r27673): Mingw... 8 years ago
michi_cc c83306391e (svn r27673) -Add: [Win32] Thread names for windows debuggers. 8 years ago
frosch b2fe2c6e3d (svn r27672) -Doc [FS#6489]: Fix comment. (Yho) 8 years ago
frosch 30574a7cad (svn r27671) -Codechange: Replace magic numbers in the toolbar with the already existing WID_TN_xxx. (Wolf01) 8 years ago
frosch 31f046bd9b (svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR) 8 years ago
translators dd190397d6 (svn r27669) -Update from Eints:
thai: 11 changes by angelix
8 years ago
frosch 117e73751c (svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites. 8 years ago
frosch c175067ed9 (svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw. 8 years ago
frosch d2393b4f6c (svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleSpriteSeq. 8 years ago
frosch f5409c713b (svn r27665) -Fix: When dragging crashed vehicles, also draw them as crashed at the mouse cursor. 8 years ago
frosch 7c4e5242ba (svn r27664) -Codechange: Deduplicate code for animating effect vehicles. 8 years ago
frosch a6d1d128da (svn r27663) -Codechange: Deduplicate code when rotating crashed vehicles. 8 years ago
frosch 88dd4d11b4 (svn r27662) -Codechange: Deduplicate code using GetSingleVehicleWidth. 8 years ago
translators 0d2c341040 (svn r27661) -Update from Eints:
portuguese: 1 change by Samu
8 years ago
translators eb04875640 (svn r27660) -Update from Eints:
portuguese: 7 changes by Samu
8 years ago
translators 0d9741b1b1 (svn r27659) -Update from Eints:
portuguese: 25 changes by Samu
8 years ago
translators b5ad532e28 (svn r27658) -Update from Eints:
danish: 1 change by Knogle
8 years ago
frosch 071518f571 (svn r27657) -Change: Replace another occurence of the ancient tilehash function with the newer one. This time to make rough land appear more random. 8 years ago
frosch d7ee0b6fee (svn r27656) -Fix [FS#6511]: When removing objects of bankrupt companies the tiles may revert to canal. In that case also check the ownership of the canal. 8 years ago