Commit Graph

  • d2b6176cdf Add: NewGRF string codes to access PUSH/POP_COLOUR. (#7527) PeterN 2019-04-20 02:21:25 +01:00
  • 66a8db9dc5 Fix #7526, 5b77102b6: FiosItem::operator< must return false for equality (#7528) glx22 2019-04-19 18:48:01 +02:00
  • ebd4f32d15 Cleanup: remove core/sort_func.hpp as it's not used anymore glx 2019-04-14 00:42:45 +02:00
  • 48f99fd980 Codechange: use std::array for _sorted_industry_types glx 2019-04-13 23:46:11 +02:00
  • 60da17418a Codechange: use std::sort in SaveHighScoreValueNetwork() glx 2019-04-13 23:19:58 +02:00
  • 9388fa2aa1 Codechange: use std::vector to sort _all_grfs linked list glx 2019-04-13 23:11:56 +02:00
  • 8899272614 Codechange: use std::vector for _language_dropdown glx 2019-04-13 22:53:18 +02:00
  • 9195f2337a Codechange: use std::vector for _resolutions glx 2019-04-12 18:46:49 +02:00
  • 25e534f3cf Codechange: use std::vector for _sorted_railtypes glx 2019-04-12 17:55:35 +02:00
  • 0797de06be Codechange: use std::vector for _sorted_cargo_specs glx 2019-04-12 17:47:13 +02:00
  • f0b3267615 Update: Translations from eints indonesian: 9 changes by fanioz translators 2019-04-17 19:45:47 +02:00
  • 671a310d21 Fix #7235: Ensure catchment area of neutral station covers entire industry. (#7518) PeterN 2019-04-16 20:30:07 +01:00
  • 8ae15d9797 Update: Translations from eints indonesian: 6 changes by fanioz translators 2019-04-16 19:45:42 +02:00
  • 38729297f9 Codechange: No need for AutoFreePtr if there's std::unique_ptr. Michael Lutz 2019-04-14 16:36:06 +02:00
  • 4e85ccf3c0 Codechange: Replace SmallStackSafeStackAlloc with std::array. Michael Lutz 2019-04-14 16:28:08 +02:00
  • 79343762a4 Fix: Typos. (#7517) stormcone 2019-04-15 22:06:41 +02:00
  • 3964604148 Update: Translations from eints luxembourgish: 1 change by Phreeze translators 2019-04-15 19:45:42 +02:00
  • 4f052fc2a4 Cleanup: Fix alignment after NULL -> nullptr change. peter1138 2019-04-13 20:18:31 +01:00
  • 410b81537c Fix 801cbea9c: operator< is not always the best idea glx 2019-04-13 19:55:31 +02:00
  • 3bbd7ea2c1 Fix: Industry coverage area is no longer rectangular. (#7464) PeterN 2019-04-13 14:27:57 +01:00
  • abe8cf4985 Codechange: Replace duplicated code with TileArea::Expand() (#7467) PeterN 2019-04-13 14:12:34 +01:00
  • 801cbea9cc Codechange: use std::sort() for all std::vector types glx 2019-04-12 01:28:11 +02:00
  • 5b77102b63 Codechange: use std::sort() to sort file lists glx 2019-04-11 22:52:41 +02:00
  • b52561fd38 Codechange: use std::sort() in EngList_Sort[Partial]() glx 2019-04-11 22:17:30 +02:00
  • 2db88953e7 Codechange: use std::sort() in GUIList glx 2019-04-11 21:26:02 +02:00
  • b9b34f676b Change: Always report error when ordering a road vehicle to wrong type of road stop. (#7316) PeterN 2019-04-13 12:43:49 +01:00
  • 5bd2b15e86 Codechange: Replace NULL with nullptr in squirrel interface. peter1138 2019-04-11 22:08:56 +01:00
  • c0836bccef Codechange: NULL -> nullptr in settings files. peter1138 2019-04-11 12:24:02 +01:00
  • 0130f3be45 Fix #7491: Send company update admin message when bankruptcy counter changes. peter1138 2019-04-09 10:04:43 +01:00
  • 4ad981a98e Fix 50e08f333a: Creating a cargo subsidy with town as source did not consider min population. (#7493) SamuXarick 2019-04-11 07:35:46 +01:00
  • 7c8e7c6b6e Codechange: Use null pointer literal instead of the NULL macro Henry Wilson 2019-04-10 22:07:06 +01:00
  • 3b4f224c0b Fix #7494: std::sort() and qsort() use different comparators (#7495) glx22 2019-04-10 20:55:53 +02:00
  • 87d588f22f Update: Translations from eints luxembourgish: 17 changes by Phreeze spanish (mexican): 2 changes by njn translators 2019-04-10 19:45:43 +02:00
  • 01f957c51f Fix: Crash due to use of invalid iterator in ClientNetworkContentSocketHandler Jonathan G Rennison 2019-04-08 07:57:42 +01:00
  • 8b1880187a Remove: AutoFreeSmallVector. Michael Lutz 2019-04-02 21:31:41 +02:00
  • e804173595 Codechange: If something is a vector of strings, use a vector of strings instead of an AutoFreeSmallVector. Michael Lutz 2019-04-02 21:31:33 +02:00
  • c7b9987d08 Codechange: Switch DropDownList to directly use std::vector, thus making AutoDeleteSmallVector obsolete. Michael Lutz 2019-04-02 21:31:24 +02:00
  • d3e113eb5f Codechange: Use std::vector instead of AutoDeleteSmallVector in GS text handling. Michael Lutz 2019-04-02 21:31:17 +02:00
  • baf9229931 Codechange: Replace AutoDeleteSmallVector with direct std::vector use in text layout code. Michael Lutz 2019-04-02 21:31:10 +02:00
  • 329bb52613 Codechange: Store text layout runs directly as values in a std::vector instead of heap allocated. Michael Lutz 2019-04-02 21:30:53 +02:00
  • 9325d63d8e Fix: Forgotten override keywords for DropDownListIconItem. Michael Lutz 2019-04-02 21:30:44 +02:00
  • fbc4cef180 Codechange: Use override specifier for text layout classes. Michael Lutz 2019-04-02 21:30:34 +02:00
  • d95c7083ea Fix: Don't crash if reading a GS string file from disk produces an error. Michael Lutz 2019-04-02 21:20:19 +02:00
  • 0a883afe19 Update: Translations from eints luxembourgish: 20 changes by Phreeze translators 2019-04-09 19:45:42 +02:00
  • b61ef7e0d2 Update: Changelog for 1.9.1 and prepare for release 1.9.1 peter1138 2019-04-08 19:02:01 +01:00
  • 120d76c5c1 Fix #7478: Don't remove NewGRF objects on company take-over. (#7483) PeterN 2019-04-08 19:20:43 +01:00
  • 316ecb07ee Fix: update AI/Game changelog to indicate 1.9.0 is released Patric Stout 2019-04-08 20:42:27 +02:00
  • 2c21f52e1d Update: translations backported from master Patric Stout 2019-04-08 20:41:57 +02:00
  • 0a8e9e9757 Fix #6222: Advanced sprite layout sometimes showed incorrect railtype ground tile kiwitreekor 2019-04-03 03:23:19 +09:00
  • 6bfec89fcf Fix #6564: enforce types of arguments for station name strings (#7419) glx22 2019-03-26 22:50:56 +01:00
  • 1f39a31eb7 Fix: [Windows] OpenTTD window may be inactive when an error happens (#7482) glx22 2019-04-07 21:52:30 +02:00
  • abc0325ef1 Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465) glx22 2019-04-05 15:11:52 +02:00
  • 54451a18c6 Fix #7447, 3357cac847: Action 4 has feature 48 'original strings'. (#7449) frosch 2019-03-30 20:56:43 +01:00
  • d3e9e8c2ce Fix #7433: don't use AirportSpec substitute if it's not set (#7435) glx22 2019-03-30 22:12:25 +01:00
  • 812886ca61 Fix #7478: Don't remove NewGRF objects on company take-over. (#7483) PeterN 2019-04-08 19:20:43 +01:00
  • bc9b47d2e5 Fix #6222: Advanced sprite layout sometimes showed incorrect railtype ground tile kiwitreekor 2019-04-03 03:23:19 +09:00
  • 405eba8a38 Updated todo Sergii Pylypenko 2018-06-21 21:33:54 +03:00
  • 1b00e4551a Win32 will have 'Fullscreen' button instead of BPP selection in settings dialog Sergii Pylypenko 2018-06-19 21:31:18 +03:00
  • c2dd24d906 Updated translations Sergii Pylypenko 2018-06-04 18:29:02 +03:00
  • f38a9ebe2b Updated todo Sergii Pylypenko 2018-06-04 18:26:11 +03:00
  • de235061aa Query masterservers by default in the multiplayer menu, why was it disabled by default? Sergii Pylypenko 2018-06-01 23:13:26 +03:00
  • e5348e70fc Filthy hack: after the app update, restore config file from the backup created by Java code Sergii Pylypenko 2018-06-01 23:08:57 +03:00
  • 218a9cc1af Updated version files Sergii Pylypenko 2018-06-01 22:34:24 +03:00
  • 7705493812 Revert more Android changes Sergii Pylypenko 2018-06-01 21:52:50 +03:00
  • ca43839fc9 Revert "Removed unused string from all lang files" Sergii Pylypenko 2018-06-01 21:50:19 +03:00
  • 917c597de1 Fixed compilation Sergii Pylypenko 2018-06-01 21:40:09 +03:00
  • 3e608afa6c Fix: [Windows] OpenTTD window may be inactive when an error happens (#7482) glx22 2019-04-07 21:52:30 +02:00
  • 967b27a2c1 Codechange: C++11 STL has a function for getting the number of CPU cores. Michael Lutz 2019-03-17 15:14:17 +01:00
  • ae748166d0 Codechange: Use platform independent C++11 function for sleeping on a thread. Michael Lutz 2019-03-17 11:05:53 +01:00
  • 94c5269fa7 Codechange: Use atomic variables for thread synchronization where useful. Michael Lutz 2019-03-17 11:05:38 +01:00
  • 05bc2ed7cb Codechange: Replace custom thread code with C++11 thread objects. Michael Lutz 2019-03-17 01:59:46 +01:00
  • 05f4e73608 Codechange: Replace custom mutex code with C++11 mutex'es. Michael Lutz 2019-03-11 00:45:39 +01:00
  • 3b86f54fc7 Fix: [OSX] .mm files are C++ files, not C files. Michael Lutz 2019-04-01 00:55:37 +02:00
  • 90a91f1d0d Fix: [MSVC] don't force SDK version (#7474) glx22 2019-04-05 21:07:06 +02:00
  • a1e492d0d8 Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465) glx22 2019-04-05 15:11:52 +02:00
  • fb6e31ca43 Cleanup 3f32711: Don't apply forbid 90 deg turn settings for ships. Samu 2019-04-05 00:19:18 +01:00
  • 8114bad033 Fix #7469: Desync when using build and refit feature. peter1138 2019-04-04 22:37:18 +01:00
  • c99f731f89 Update: documentation updates from 1.9 branch Patric Stout 2019-04-01 20:15:49 +02:00
  • 24fc25164a Update: Translations from eints french: 3 changes by glx croatian: 17 changes by VoyagerOne translators 2019-04-02 19:45:45 +02:00
  • cebdd72146 Fix #7440: Remove town sign when deleting town, not add it once more Niels Martin Hansen 2019-04-01 18:22:54 +02:00
  • 92d5835495 Update: Translations from eints dutch: 2 changes by JanWillem french: 19 changes by glx translators 2019-04-01 19:45:46 +02:00
  • 0b340fd376 Update: prepare for stable release (disable assert) 1.9.0 Patric Stout 2019-03-30 10:32:52 +01:00
  • 05b3467021 Update: Changelog for 1.9.0 and prepare for release Patric Stout 2019-03-30 10:30:17 +01:00
  • 88f2084646 Update: translations backported from master Patric Stout 2019-03-31 10:01:23 +02:00
  • cb449049ff Update: Translations from eints english (us): 3 changes by Supercheese spanish (mexican): 18 changes by Absay hungarian: 2 changes by Brumi latin: 33 changes by Supercheese translators 2019-03-31 19:45:45 +02:00
  • f0336f1f17 Codechange: Remove ship max order distance from script API. peter1138 2019-02-25 17:38:11 +00:00
  • f656f5e8eb Change: Remove ship max order distance. peter1138 2019-02-25 13:07:29 +00:00
  • 66bed86bbb Fix #7062, Revert 7af53d7588: Don't test ship max order distance when pathfinding. peter1138 2019-02-25 13:07:22 +00:00
  • d0e8060182 Fix 6fc60d8c4f: forgot to update API changelog glx 2019-03-31 03:15:20 +02:00
  • 6d1cc142c2 Change: Shorten engine rail type drop down in autoreplace window. (#7448) PeterN 2019-03-31 02:05:23 +01:00
  • e1069eee05 Codechange: Check airport layout would fit within map bounds before iterating tiles. (#7429) PeterN 2019-03-30 22:20:26 +00:00
  • 32fda83d39 Fix aa7ca7fe6: Linkgraph node index order must be maintained due to other references. (#7431) PeterN 2019-03-30 22:19:50 +00:00
  • 423aea5c32 Change: adjust Violet smallmap colour 1 shade darker, to compensate for legibility against darker blue of sea introduced by #7436 Andy 2019-03-30 21:22:11 +00:00
  • e93630541d Fix #7433: don't use AirportSpec substitute if it's not set (#7435) glx22 2019-03-30 22:12:25 +01:00
  • df673e9b2c Fix: Fluidsynth should not try to lock sample data in memory Niels Martin Hansen 2019-03-10 19:45:49 +01:00
  • 66c60e52ba Change: [SDL] Do not offer video smaller than 640x480 Niels Martin Hansen 2019-03-30 08:46:21 +01:00
  • 0cf25e84df Fix #7447, 3357cac847: Action 4 has feature 48 'original strings'. (#7449) frosch 2019-03-30 20:56:43 +01:00
  • 3118f1430f Update: Translations from eints italian: 25 changes by lorenzodv portuguese: 3 changes by JayCity translators 2019-03-30 19:45:46 +01:00
  • 1303aba5ea Update: translations backported from master Patric Stout 2019-03-30 10:11:15 +01:00
  • 124650c554 Fix #7411: Use industry production callback (if used) on initial industry cargo generation. (#7412) PeterN 2019-03-25 19:30:23 +00:00