Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | (svn r27741) -Update from Eints: | translators | |
luxembourgish: 26 changes by Phreeze russian: 1 change by Lone_Wolf | |||
2017-01-25 | (svn r27740) -Update from Eints: | translators | |
korean: 1 change by telk5093 | |||
2017-01-22 | (svn r27739) -Cleanup/Revert (r12162): Clearing MP_HOUSE with DC_EXEC always ↵ | frosch | |
fails, so there is no effect in testing for houses first. (adf88) | |||
2017-01-20 | (svn r27738) -Update from Eints: | translators | |
croatian: 1 change by VoyagerOne | |||
2017-01-18 | (svn r27737) -Update from Eints: | translators | |
czech: 27 changes by djst | |||
2017-01-16 | (svn r27736) -Update from Eints: | translators | |
italian: 1 change by lorenzodv | |||
2017-01-15 | (svn r27735) -Update from Eints: | translators | |
catalan: 1 change by juanjo | |||
2017-01-15 | (svn r27734) -Change: Hide the drive-in stops from the tram station picker. | frosch | |
2017-01-15 | (svn r27733) -Codechange: Pass NPF user data as void* instead of as array of ↵ | frosch | |
integers. | |||
2017-01-14 | (svn r27732) -Change: Turn the message about 'missing baseset sprites' from ↵ | frosch | |
a popup into a static message that only shows in non-release versions, just like the 'missing translations' message. | |||
2017-01-14 | (svn r27731) -Fix (r27730): Missed some sprites which also belong into ↵ | frosch | |
orig_extra.grf | |||
2017-01-14 | (svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf | frosch | |
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not. orig_extra.grf contains graphics specific to the original baseset only. | |||
2017-01-14 | (svn r27729) -Codechange: Do not count static NewGRF when checking for the ↵ | frosch | |
maximum number of NewGRFs in a game. -Codechange: Remove LAST_GRF_SLOT and MAX_NEWGRFS. Now NETWORK_MAX_GRF_COUNT is the only constant to specify the maximum number of non-static NewGRF. -Codechange: Increase the number of file slots, effectively increasing the maximum number of static NewGRF and baseset GRFs. | |||
2017-01-08 | (svn r27728) -Update from Eints: | translators | |
latin: 1 change by Supercheese | |||
2017-01-08 | (svn r27727) -Fix(-or-not) [FS#6295]: [OSX] Out-of-the-box compilation on ↵ | michi_cc | |
newer OSX versions (dunn). | |||
2017-01-08 | (svn r27726) -Fix: Improve error message when trying to build rail track ↵ | frosch | |
over a depot. (adf88) | |||
2017-01-07 | (svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG ↵ | frosch | |
instead, which does the same in all use-cases. | |||
2017-01-07 | (svn r27724) -Cleanup: Remove pointless usage of IsOpenTTDBaseGRF. System ↵ | frosch | |
GRFs are never listed in the NewGRF GUI. | |||
2017-01-07 | (svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM. | frosch | |
2017-01-07 | (svn r27722) -Fix (r7490): GCF_SYSTEM was never set correctly. | frosch | |
2017-01-07 | (svn r27721) -Fix: Testing GRFs for static-safety (when reloading the ↵ | frosch | |
config) invalidated file slot 62, which may be in use by an active GRF. | |||
2017-01-07 | (svn r27720) -Update from Eints: | translators | |
turkish: 25 changes by barisdemirdelen | |||
2016-12-31 | (svn r27719) -Update from Eints: | translators | |
polish: 25 changes by nouwak | |||
2016-12-30 | (svn r27718) -Update from Eints: | translators | |
spanish (mexican): 25 changes by Absay | |||
2016-12-29 | (svn r27717) -Update from Eints: | translators | |
spanish: 2 changes by SilverSurferZzZ | |||
2016-12-27 | (svn r27716) -Update from Eints: | translators | |
catalan: 1 change by juanjo | |||
2016-12-26 | (svn r27715) -Update from Eints: | translators | |
spanish: 2 changes by SilverSurferZzZ | |||
2016-12-25 | (svn r27714) -Update from Eints: | translators | |
catalan: 2 changes by juanjo russian: 1 change by Lone_Wolf | |||
2016-12-25 | (svn r27713) -Fix [FS#6527]: Setup clipping areas for individual widgets ↵ | frosch | |
when drawing. (adf88) | |||
2016-12-25 | (svn r27712) -Codechange: Reduce recursions in DrawOverlappedWindow by ↵ | frosch | |
limiting the area to the window bounds first. (adf88) | |||
2016-12-25 | (svn r27711) -Doc: Fontsizes (adf88) | frosch | |
2016-12-25 | (svn r27710) -Change: Limit waypoint area by maximum station spread already ↵ | frosch | |
when dragging. (adf88) | |||
2016-12-25 | (svn r27709) -Fix-ish: Silence some warnings. (adf88) | frosch | |
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 |