Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-24 | (svn r27708) -Update from Eints: | translators | |
catalan: 26 changes by juanjo russian: 9 changes by Lone_Wolf | |||
2016-12-23 | (svn r27707) -Fix: Make the result of NewGRF's CARGO_NAME string code ↵ | frosch | |
reliably print 'Nothing', if an invalid type is provided. | |||
2016-12-23 | (svn r27706) -Feature: [NewGRF] String command 9A 1E to print the name of a ↵ | frosch | |
cargo type. | |||
2016-12-22 | (svn r27705) -Doc: Add the hex codes to the SCC_NEWGRF_ enum entries. | frosch | |
2016-12-22 | (svn r27704) -Update from Eints: | translators | |
welsh: 29 changes by kazzie spanish: 2 changes by SilverSurferZzZ russian: 13 changes by Lone_Wolf | |||
2016-12-22 | (svn r27703) -Change [FS#6532]: [gcc] Wnarrowing and Wfree-nonheap-object do ↵ | frosch | |
no longer trigger in gcc 4.9.2, so reenable them. | |||
2016-12-21 | (svn r27702) -Update from Eints: | translators | |
russian: 16 changes by Lone_Wolf | |||
2016-12-20 | (svn r27701) -Update from Eints: | translators | |
russian: 37 changes by Lone_Wolf | |||
2016-12-20 | (svn r27700) -Codechange: Simplify railtype date introduction. A check that ↵ | frosch | |
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. | |||
2016-12-19 | (svn r27699) -Update from Eints: | translators | |
russian: 1 change by Lone_Wolf | |||
2016-12-18 | (svn r27698) -Update from Eints: | translators | |
spanish: 3 changes by SilverSurferZzZ russian: 3 changes by Lone_Wolf | |||
2016-12-17 | (svn r27697) -Update from Eints: | translators | |
urdu: 9 changes by siphr spanish: 3 changes by SilverSurferZzZ | |||
2016-12-16 | (svn r27696) -Update from Eints: | translators | |
urdu: 11 changes by siphr spanish: 6 changes by SilverSurferZzZ russian: 10 changes by Lone_Wolf | |||
2016-12-14 | (svn r27695) -Update from Eints: | translators | |
spanish: 4 changes by SilverSurferZzZ french: 26 changes by glx | |||
2016-12-13 | (svn r27694) -Update from Eints: | translators | |
spanish: 4 changes by SilverSurferZzZ | |||
2016-12-12 | (svn r27693) -Update from Eints: | translators | |
korean: 2 changes by telk5093 spanish: 21 changes by SilverSurferZzZ russian: 14 changes by Lone_Wolf | |||
2016-12-11 | (svn r27692) -Update from Eints: | translators | |
croatian: 25 changes by VoyagerOne english (us): 2 changes by Supercheese russian: 1 change by Lone_Wolf latin: 25 changes by Supercheese | |||
2016-12-10 | (svn r27691) -Update from Eints: | translators | |
italian: 9 changes by lorenzodv | |||
2016-12-10 | (svn r27690) -Fix: Old compilers do not zero-initialise POD members when ↵ | frosch | |
explicitly calling implicitly created default constructors. | |||
2016-12-10 | (svn r27689) -Fix: MSVC warnings. | frosch | |
2016-12-10 | (svn r27688) -Fix-ish: Initialise new railtypes with the original railtype ↵ | frosch | |
data, though strictly NewGRF could only have modified 'label' and 'alternate_labels' at the time AllocateRailType is called, which are reset anyway. | |||
2016-12-10 | (svn r27687) -Fix: RailtypeInfo::alternate_labels leaked when reloading ↵ | frosch | |
NewGRF. (adf88) | |||
2016-12-09 | (svn r27686) -Change: List railtype of rail tiles explicitly in the tile ↵ | frosch | |
info window. | |||
2016-12-09 | (svn r27685) -Change: Preemptively invalidate translation changes of next ↵ | frosch | |
commit for eints. | |||
2016-12-09 | (svn r27684) -Update from Eints: | translators | |
italian: 1 change by lorenzodv | |||
2016-12-08 | (svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not ↵ | frosch | |
filter it by railtype by default. | |||
2016-12-04 | (svn r27682) -Fix: Don't check if links are alive for manually routed cargo | fonsinchen | |
2016-12-04 | (svn r27681) -Fix: When deleting stale links, iterate through order lists ↵ | fonsinchen | |
before iterating through vehicles | |||
2016-11-12 | (svn r27680) -Update from Eints: | translators | |
romanian: 1 change by kneekoo | |||
2016-11-09 | (svn r27679) -Update from Eints: | translators | |
romanian: 10 changes by kneekoo | |||
2016-11-08 | (svn r27678) -Update from Eints: | translators | |
romanian: 20 changes by kneekoo | |||
2016-11-05 | (svn r27677) -Codechange: Remove implicit VehicleListIdentifier from uint32 ↵ | frosch | |
constructor, to make conversions more explicit. | |||
2016-11-05 | (svn r27676) -Codechange: Rename catenary functions, so that they refer ↵ | frosch | |
unambiguously to either RoadCatenary or RailCatenary. | |||
2016-10-31 | (svn r27675) -Fix [FS#6502]: [OSX] Building with 10.11 or 10.12 SDKs. | michi_cc | |
2016-10-30 | (svn r27674) -Fix (r27673): Mingw... | michi_cc | |
2016-10-30 | (svn r27673) -Add: [Win32] Thread names for windows debuggers. | michi_cc | |
2016-10-30 | (svn r27672) -Doc [FS#6489]: Fix comment. (Yho) | frosch | |
2016-10-30 | (svn r27671) -Codechange: Replace magic numbers in the toolbar with the ↵ | frosch | |
already existing WID_TN_xxx. (Wolf01) | |||
2016-10-30 | (svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) ↵ | frosch | |
threads. (JGR) | |||
2016-10-19 | (svn r27669) -Update from Eints: | translators | |
thai: 11 changes by angelix | |||
2016-10-16 | (svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites. | frosch | |
2016-10-16 | (svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw. | frosch | |
2016-10-16 | (svn r27666) -Codechange: Pass vehicle sprites around using a struct ↵ | frosch | |
VehicleSpriteSeq. | |||
2016-10-16 | (svn r27665) -Fix: When dragging crashed vehicles, also draw them as crashed ↵ | frosch | |
at the mouse cursor. | |||
2016-10-16 | (svn r27664) -Codechange: Deduplicate code for animating effect vehicles. | frosch | |
2016-10-16 | (svn r27663) -Codechange: Deduplicate code when rotating crashed vehicles. | frosch | |
2016-10-16 | (svn r27662) -Codechange: Deduplicate code using GetSingleVehicleWidth. | frosch | |
2016-10-12 | (svn r27661) -Update from Eints: | translators | |
portuguese: 1 change by Samu | |||
2016-10-10 | (svn r27660) -Update from Eints: | translators | |
portuguese: 7 changes by Samu | |||
2016-10-09 | (svn r27659) -Update from Eints: | translators | |
portuguese: 25 changes by Samu |