Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-13 | (svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to ↵ | peter1138 | |
fail. Add check for error status. | |||
2017-03-13 | (svn r27789) -Update from Eints: | translators | |
polish: 3 changes by wojteks86 greek: 1 change by kyrm | |||
2017-03-13 | (svn r27788) -Fix [FS#6536]: Get vehicle load amount after executing new ↵ | peter1138 | |
cargo trigger. | |||
2017-03-12 | (svn r27787) -Fix: Update scrollbar when rebuilding AI/GS setting list. | peter1138 | |
2017-03-12 | (svn r27786) -Fix [FS#6479]: AI configuration changed incorrect parameter ↵ | peter1138 | |
when some parameters are hidden. | |||
2017-03-12 | (svn r27785) -Fix [FS#6508]: Buoys not always drawn after being placed ↵ | peter1138 | |
depending on zoom level (Samu). | |||
2017-03-12 | (svn r27784) -Fix [FS#6505]: Allow rail conversion even if ship is on tile ↵ | peter1138 | |
(Samu). | |||
2017-03-11 | (svn r27780) -Update: Numbers | frosch | |
2017-03-11 | (svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish ↵ | frosch | |
1.7 savegames from 1.6 savegames. | |||
2017-03-11 | (svn r27777) -Doc: Yearly increment | frosch | |
2017-03-11 | (svn r27776) -Merge: Documentation updates from 1.6 branch | frosch | |
2017-03-11 | (svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when ↵ | frosch | |
switching blitters. (JGR) | |||
2017-03-11 | (svn r27774) -Fix [FS#5889]: Enabling palette animation for 32bpp blitters ↵ | frosch | |
while paused skipped initialisation of the palette and resulted in black windows. -Revert (r23978): No SDL-specific fix required anymore. The new fix applies to all backends. | |||
2017-03-07 | (svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which ↵ | frosch | |
contains a NewGRF configuration, then townname NewGRFs would not be activated in the game options. | |||
2017-03-07 | (svn r27771) -Update from Eints: | translators | |
malay: 27 changes by stress_043 | |||
2017-03-05 | (svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR) | fonsinchen | |
2017-03-05 | (svn r27769) -Change: [NewGRF] Extend the DCxx range to D800-DFFF. | frosch | |
2017-03-05 | (svn r27768) -Codechange: Use if and IsInsideMM instead of switch-case ↵ | frosch | |
sequences to test for consecutive values. | |||
2017-03-05 | (svn r27767) -Codechange: Industries and houses should just use the ↵ | frosch | |
default-case in Action 4. | |||
2017-03-05 | (svn r27766) -Fix: Obiwan opposed translations for text id D3FF and DCFF in ↵ | frosch | |
Action 13. | |||
2017-03-04 | (svn r27765) -Update from Eints: | translators | |
russian: 4 changes by Lone_Wolf | |||
2017-03-02 | (svn r27764) -Update from Eints: | translators | |
russian: 3 changes by Lone_Wolf french: 6 changes by glx | |||
2017-03-01 | (svn r27763) -Update from Eints: | translators | |
korean: 6 changes by telk5093 frisian: 2 changes by Fopper russian: 5 changes by Lone_Wolf | |||
2017-02-28 | (svn r27762) -Update from Eints: | translators | |
catalan: 5 changes by juanjo greek: 29 changes by kyrm croatian: 2 changes by UnderwaterHesus japanese: 4 changes by nex259 | |||
2017-02-27 | (svn r27761) -Update from Eints: | translators | |
croatian: 3 changes by VoyagerOne italian: 5 changes by lorenzodv english (us): 4 changes by Supercheese latin: 4 changes by Supercheese | |||
2017-02-26 | (svn r27760) -Change: Enable realisitic train and road vehicle acceleration ↵ | frosch | |
by default. | |||
2017-02-26 | (svn r27759) -Fix: strgen compilation | frosch | |
2017-02-26 | (svn r27758) -Change: Increase the maximum number of GameScript texts to ↵ | frosch | |
64k, and NewGRF texts to 512k. | |||
2017-02-26 | (svn r27757) -Change: Make StringID 32bit. | frosch | |
2017-02-26 | (svn r27756) -Codechange: Add StringTab enum | frosch | |
2017-02-26 | (svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it ↵ | frosch | |
consistently. | |||
2017-02-26 | (svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and ↵ | frosch | |
MakeStringID() to access the structure of StringIDs. | |||
2017-02-26 | (svn r27753) -Update from Eints: | translators | |
2017-02-26 | (svn r27752) -Cleanup: Remove obsolete strings from other languages as well. | alberth | |
2017-02-26 | (svn r27751) -Feature: Display cargo suffix of accepted cargoes in industry ↵ | alberth | |
view based on cb37 result type. Industry-sets that have no stockpiling get better control over the displayed accepted cargo information. - result 0401 only prints the accepted cargo - results 0800-0BFF prints the accepted cargo and a string (but not the amount) | |||
2017-02-26 | (svn r27750) -Codechange: Add cb37 result type to the cargo suffix. | alberth | |
2017-02-26 | (svn r27749) -Codechange: Fold cb37 cargo suffix text in a structure. | alberth | |
2017-02-25 | (svn r27748) -Update from Eints: | translators | |
polish: 1 change by wojteks86 | |||
2017-02-17 | (svn r27747) -Update from Eints: | translators | |
korean: 7 changes by telk5093 | |||
2017-02-12 | (svn r27746) -Fix [FS#6538]: PR_CLEAR_ROAD refers to cost per roadbit. ↵ | frosch | |
Removing secondary roadtypes from bridges was too cheap. (JGR) | |||
2017-02-09 | (svn r27744) -Update from Eints: | translators | |
basque: 20 changes by Thadah dutch: 4 changes by habell | |||
2017-02-05 | (svn r27743) -Fix [FS#6537]: Extra viewports did not center on the selected ↵ | frosch | |
tile. (hackalittlebit) | |||
2017-02-03 | (svn r27742) -Update from Eints: | translators | |
spanish (mexican): 1 change by Absay | |||
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 |