Commit Graph

  • 685af3629e Add: Titlegame for 1.9 branch. Savegame by JGR (#7443) Ingo von Borstel 2019-03-30 10:21:08 +01:00
  • ed51fba7ed Change: Dark Blue company and water were indistinguishable in small map. (#7436) SamuXarick 2019-03-29 19:00:43 +00:00
  • 1d14e31be3 Update: Translations from eints korean: 14 changes by telk5093 translators 2019-03-29 19:45:45 +01:00
  • b6e3e30d86 Codechange: Distance between town and airport has already just been found, so use it. (#7427) PeterN 2019-03-29 17:43:06 +00:00
  • 9244dad3f1 Fix #7434: Incorrect use of vector iterator. (#7437) PeterN 2019-03-29 17:42:32 +00:00
  • acb09eb9a8 Fix: [Win64] settingsgen MSVC compile warnings (#7432) glx22 2019-03-28 21:25:21 +01:00
  • cd3767bec2 Update: Translations from eints luxembourgish: 29 changes by Phreeze russian: 2 changes by Lone_Wolf latin: 4 changes by Supercheese portuguese: 1 change by JayCity translators 2019-03-28 19:45:46 +01:00
  • 21d9e87b46 Fix #7165: Const overload SmallMap::Contains(key) compared wrong types. Michael Lutz 2019-03-28 00:15:51 +01:00
  • ee260e4704 Fix #7165: SmallMap::Erase(key) does not work correctly stormcone 2019-03-27 22:53:50 +01:00
  • 7fb77ff35a Fix: Incorrect display of industry production around tiles. (#7426) PeterN 2019-03-27 23:10:02 +00:00
  • 66dd7c3879 Fix: MSVC warnings (#7423) glx22 2019-03-28 00:09:33 +01:00
  • e817951bfd Update: Translations from eints finnish: 2 changes by hpiirai english (us): 17 changes by Supercheese luxembourgish: 10 changes by Phreeze dutch: 20 changes by JanWillem norwegian (bokmal): 2 changes by Leifbk latin: 16 changes by Supercheese portuguese: 3 changes by JayCity translators 2019-03-27 19:45:44 +01:00
  • fdaf67d924 Add: [Newgrf] Some 60+ Vars for industries that were missed in #6867 Johannes E. Krause 2019-03-24 18:32:39 +01:00
  • 1a4c7a4e54 Cleanup: use switch for industry cargo vars Johannes E. Krause 2019-03-24 18:03:18 +01:00
  • 49f7332b75 Feature #6053: Collapsible vehicle groups (3298) Charles Pigott 2019-03-26 00:35:01 +00:00
  • 8890436af1 Add #6189: Groups now count the total number of vehicles in subgroups (3298) Charles Pigott 2019-03-26 00:07:20 +00:00
  • a393c94695 Change #5977: Use specific error message when attempting to create a circular group hierarchy (3298) Charles Pigott 2019-03-26 00:17:33 +00:00
  • ed9005690a Fix #7421: Don't (directly) dereference std::vector::end() in SmallMap Charles Pigott 2019-03-26 23:57:54 +00:00
  • b913c92aa7 Fix #7165: Missed 'Append() --> push_back()' replacement stormcone 2019-03-26 22:59:43 +01:00
  • 427d9d483f Fix #6564: enforce types of arguments for station name strings (#7419) glx22 2019-03-26 22:50:56 +01:00
  • a065d4623e Codechange: Move 2 constants into the ifdef where they're used Charles Pigott 2019-03-25 22:47:50 +00:00
  • 7c81f8e076 Codechange: Simplify refit cargo filter condition and stop mixing enum types Charles Pigott 2019-03-25 22:47:12 +00:00
  • e453572b6a Codechange: Initialise a few variables that -flto seems to think could possibly be uninitialised Charles Pigott 2019-03-25 22:45:32 +00:00
  • 03ca3190c9 Codechange: Use range-based for-loop in Auto[Free|Delete]SmallVector Henry Wilson 2019-03-13 20:55:31 +00:00
  • cc62f4163f Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector Henry Wilson 2019-03-04 20:49:33 +00:00
  • c01a2e2a81 Codechange: Removed SmallVector completely Henry Wilson 2019-03-03 17:30:09 +00:00
  • 6570f7989f Codechange: Declare SmallVector as an alias for std::vector Henry Wilson 2019-03-03 15:20:29 +00:00
  • ab711e6942 Codechange: Replaced SmallVector::[Begin|End]() with std alternatives Henry Wilson 2019-02-17 11:20:52 +00:00
  • 297fd3dda3 Codechange: Replaced SmallVector::Include() with include() Henry Wilson 2019-02-20 21:35:41 +00:00
  • 2bc2de9034 Codechange: Replaced SmallVector::Find() with std::find() Henry Wilson 2019-02-20 19:27:10 +00:00
  • e0c58bf5ee Codechange: Removed SmallVector::Insert() Henry Wilson 2019-02-20 18:53:57 +00:00
  • a0f36a50e6 Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back() Henry Wilson 2019-02-18 22:39:06 +00:00
  • ca2f33c6d0 Codechange: Replaced SmallVector::Erase() with std::vector::erase() Henry Wilson 2018-09-25 22:01:05 +01:00
  • 097328c3d7 Codechange: Replaced SmallVector::Get() const with std alternatives Henry Wilson 2018-09-25 21:20:24 +01:00
  • aa7ca7fe64 Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n Henry Wilson 2018-09-25 21:01:56 +01:00
  • bc7dcaffca Codechange: Removed SmallVector::Assign() Henry Wilson 2018-09-25 20:44:39 +01:00
  • 5795f66d2e Codechange: Replaced SmallVector::Contains() with std::find() pattern Henry Wilson 2019-02-12 22:59:12 +00:00
  • b1f5119d3a Codechange: Replaced SmallVector::ErasePreservingOrder(pos, count) with std::vector::erase() Henry Wilson 2018-09-24 20:24:40 +01:00
  • 9b5cc73f3e Codechange: Replaced SmallVector::ErasePreservingOrder(it, count) with std::vector::erase() Henry Wilson 2018-09-24 20:18:16 +01:00
  • 8460952240 Codechange: Replaced SmallVector::Find() const with suitable alternatives Henry Wilson 2018-09-23 22:15:35 +01:00
  • 81315939b9 Codechange: Replaced SmallVector::Find() non-const with std::find() Henry Wilson 2018-09-23 17:36:45 +01:00
  • f3938fdb83 Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_to_fit() Henry Wilson 2018-09-23 17:16:49 +01:00
  • bad2c2154b Codechange: Replaced SmallVector::Resize() with std::vector::resize() Henry Wilson 2018-09-23 16:43:00 +01:00
  • a690936ed7 Codechange: Replace SmallVector::Length() with std::vector::size() Henry Wilson 2018-09-23 12:23:54 +01:00
  • 56ae855dc2 Codechange: Removed SmallVector::operator[] Henry Wilson 2018-09-21 22:50:12 +01:00
  • 9cba6f7193 Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit() Henry Wilson 2018-09-21 22:45:44 +01:00
  • bfd79e59dc Codechange: Replace SmallVector::Clear() with std::vector::clear() Henry Wilson 2018-09-20 23:44:14 +01:00
  • 4b349c0f90 Codechange: [core] Implement SmallVector using std::vector Henry Wilson 2018-09-20 22:41:43 +01:00
  • 7a32cf1401 Update: Translations from eints greek: 51 changes by Jubilee russian: 17 changes by Lone_Wolf latin: 19 changes by Supercheese portuguese: 53 changes by JayCity translators 2019-03-26 19:45:43 +01:00
  • e3ea758c46 Fix #7414: Reinstate marking sign dirty before removal. (#7416) PeterN 2019-03-25 23:24:40 +00:00
  • 8acca3a72b Change: Do not display a newspaper about old vehicles for which replacement is activated. stormcone 2019-03-23 17:40:01 +01:00
  • 698241e16e Fix #7410: Sign position/width not set on initial creation. (#7413) PeterN 2019-03-25 20:01:55 +00:00
  • a4073895ae Fix #7411: Use industry production callback (if used) on initial industry cargo generation. (#7412) PeterN 2019-03-25 19:30:23 +00:00
  • 10f0c1e3cd Update: Translations from eints finnish: 12 changes by hpiirai greek: 40 changes by Jubilee luxembourgish: 2 changes by Phreeze dutch: 12 changes by JanWillem french: 4 changes by romazoon norwegian (bokmal): 12 changes by Leifbk hungarian: 14 changes by Brumi portuguese: 51 changes by JayCity, 11 changes by vesgo translators 2019-03-25 19:45:45 +01:00
  • 37b9fdc0c1 Update: Translations from eints finnish: 13 changes by hpiirai korean: 1 change by telk5093 translators 2019-03-24 19:45:44 +01:00
  • ce10d9be3f Fix #7374: Ensure k-d trees are always updated when station sign moves Niels Martin Hansen 2019-03-23 12:39:13 +01:00
  • 3860a2ce2a Codechange: Use override keyword for smallmap window. peter1138 2019-03-24 16:49:26 +00:00
  • 07de9d6c3f Codechange: Use override keyword in networking classes. peter1138 2019-03-24 16:24:06 +00:00
  • b1fb3f4fb8 Codechange: More use of override keyword. peter1138 2019-03-24 16:23:46 +00:00
  • 9ae1726eed Update: Changelog for 1.9.0-RC2 and prepare for release 1.9.0-RC2 Patric Stout 2019-03-24 15:29:49 +01:00
  • 3f0268b4b3 Update: translations backported from master Patric Stout 2019-03-24 16:51:59 +01:00
  • cf7a1fc8c6 Revert: "Change: Allow AI companies to start immediately." Patric Stout 2019-03-24 16:48:11 +01:00
  • 7a9782e6f4 Revert: "Fix #7151: Hang when concurrently starting AIs in multiplayer, or with shift pressed." Patric Stout 2019-03-24 16:47:18 +01:00
  • 6a1f217d30 Fix #7400: Water class for tree tiles was not converted for old saves preventing industry creation. Peter Nelson 2019-03-24 00:12:31 +00:00
  • e6bb90543e Change: Show additional cost and refitted capacity in build vehicle window. peter1138 2019-03-23 21:06:46 +00:00
  • f8e6cd10ef Add: script API functions for build with refit feature glx 2019-03-08 19:52:22 +01:00
  • d54b6ac09b Feature: When filtering purchase list by cargo type, make buy button perform a refit if required. peter1138 2019-02-28 21:32:08 +00:00
  • f6264e5212 Change: Bump savegame version for tree tile water class conversion. Peter Nelson 2019-03-24 14:54:13 +00:00
  • 76e77aefad Fix #7400: Water class for tree tiles was not converted for old saves preventing industry creation. Peter Nelson 2019-03-24 00:12:31 +00:00
  • 317f69c152 Codechange: Use override specifier in Window-derived classes. peter1138 2019-03-04 07:49:37 +00:00
  • aafce47596 Codechange: Use override specifier for DropDownListItem classes. peter1138 2019-03-04 07:28:52 +00:00
  • af7d9020a1 Codechange: Use override specifer for overriding member declarations Henry Wilson 2019-03-03 22:25:13 +00:00
  • 31260e6625 Cleanup: Stop OSX compilation complaining about C++11 extensions Henry Wilson 2019-03-24 12:35:19 +00:00
  • 174b0da90f Fix: Filtered file list did not scroll properly. (#7402) PeterN 2019-03-23 17:59:19 +00:00
  • a2c4f9314d Update: translations backported from master Patric Stout 2019-03-23 12:05:20 +01:00
  • 652289972e Codechange: fix Intel C++ Compiler linking issues. Patric Stout 2019-03-17 21:50:32 +01:00
  • 0a5b3b955c Fix: [AzurePipelines] vcpkg is now preinstalled on Windows images Patric Stout 2019-03-16 10:00:58 +01:00
  • 79d2acff24 Fix 4da83d2f66: Remove measurement tooltips when completed. peter1138 2019-03-21 18:03:39 +00:00
  • e3a082ce7c Fix #7391, 9b99b95: Don't invalidate go to depot orders of non-aircraft when invalidating hangar orders that happen to share IDs. Michael Lutz 2019-03-20 22:46:02 +01:00
  • 213c490e73 Fix #7384: Industry Chain tooltips did not display on right-click. peter1138 2019-03-20 02:16:05 +00:00
  • 4e17e2bc6e Codechange: Implement OnTooltip event for custom window tooltips. peter1138 2019-03-20 02:13:36 +00:00
  • 56a69f1de7 Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display or flickered. peter1138 2019-03-20 01:21:10 +00:00
  • 64726d5213 Fix: Bounds check NewGRF feature. Peter Nelson 2019-03-18 02:05:06 +00:00
  • 712936745a Codechange: NewGRF features are documented in hex, so display as hex. Peter Nelson 2019-03-18 01:47:11 +00:00
  • 2fb4575f5f Fix f58fa80e: Wrong company performance rating when money exceeds INT_MAX. (#7382) stormcone 2019-03-17 21:28:37 +01:00
  • 5e9d39e8bc Change: Include _current_company in crashlog AI config line Jonathan G Rennison 2016-03-21 20:19:29 +00:00
  • 490d6ad51f Cleanup: Update changed string in language files. peter1138 2019-03-10 18:02:22 +00:00
  • 38e93182c5 Fix e66cec8f86: Permit loading of industry production callback with invalid cargo type. peter1138 2019-03-10 17:45:15 +00:00
  • 3a97b541af Fix: [AzurePipelines] run commit checker only for PRs glx 2019-03-10 15:09:57 +01:00
  • 80dd397ce4 Fix: spelling for a few real town names (#7338) nikolas 2019-03-07 12:52:57 -05:00
  • 47596d3eda Fix: Runway too short for large aircraft message should not depend on plane crashes setting. (#7325) PeterN 2019-03-04 19:00:11 +00:00
  • 685f822c63 Update: Translations from eints finnish: 13 changes by hpiirai danish: 2 changes by nielsmh translators 2019-03-23 19:45:42 +01:00
  • 4feea8db67 Fix: Filtered file list did not scroll properly. (#7402) PeterN 2019-03-23 17:59:19 +00:00
  • d755375966 Update: Translations from eints luxembourgish: 31 changes by Phreeze croatian: 2 changes by VoyagerOne translators 2019-03-22 19:45:43 +01:00
  • 3357cac847 Fix: Bounds check NewGRF feature. Peter Nelson 2019-03-18 02:05:06 +00:00
  • 054d05b132 Codechange: NewGRF features are documented in hex, so display as hex. Peter Nelson 2019-03-18 01:47:11 +00:00
  • 2cf7ac2863 Fix #7391, 9b99b95: Don't invalidate go to depot orders of non-aircraft when invalidating hangar orders that happen to share IDs. Michael Lutz 2019-03-20 22:46:02 +01:00
  • 1585c12bb9 Fix 4da83d2f66: Remove measurement tooltips when completed. peter1138 2019-03-21 18:03:39 +00:00
  • 0837a1a398 Update: Translations from eints dutch: 28 changes by JanWillem russian: 1 change by Lone_Wolf translators 2019-03-21 19:45:42 +01:00
  • c34f07d5fd Fix #7390: Extra line removed by mistake caused server_password to disappear from settings. peter1138 2019-03-20 23:26:58 +00:00