Commit Graph

  • 948651d086 Fix: Use consistent wording for lorry stations (#11699) Tyler Trahan 2024-01-07 15:45:35 -05:00
  • 61db988a4a Fix time since pickup values in station rating tooltips with day length Jonathan G Rennison 2024-01-07 20:16:26 +00:00
  • 6bf7a86a04 Update: Translations from eints english (us): 2 changes by 2TallTyler korean: 2 changes by telk5093 danish: 2 changes by bscargo translators 2024-01-07 18:38:14 +00:00
  • 6fa02955cd Cleanup: remove typedefs for non _t (u)int types and WChar Rubidium 2023-04-28 19:31:42 +02:00
  • 97e6f3062e Adding of _t to (u)int types, and WChar to char32_t Jonathan G Rennison 2024-01-07 16:41:53 +00:00
  • 55d78a23be Merge branch 'master' into jgrpp Jonathan G Rennison 2024-01-07 15:00:16 +00:00
  • 1e56bd1e5a Change: Reorganize Settings menu items (#11683) Tyler Trahan 2024-01-07 08:44:50 -05:00
  • 8271813a47 Timetable window: Use checked items for extra/leave early dropdown Jonathan G Rennison 2024-01-06 19:22:09 +00:00
  • 592c038e42 Add setting for whether to show rail polyline tool Jonathan G Rennison 2024-01-06 19:10:43 +00:00
  • 0a8c0d62ee Update: Translations from eints chinese (simplified): 103 changes by WenSimEHRP latvian: 2 changes by lexuslatvia translators 2024-01-06 18:39:19 +00:00
  • f24388c0b2 Fix string gender scan with SCC_INDUSTRY_NAME Jonathan G Rennison 2024-01-06 17:57:44 +00:00
  • dcd71f5ab8 Strings: Exit early when scanning for gender data Jonathan G Rennison 2024-01-06 17:54:42 +00:00
  • 1100e83192 Date/time: Ensure clock-face conversions correct for negative TickMinutes Jonathan G Rennison 2024-01-06 17:33:42 +00:00
  • 9718c51ef4 Survey: Add clang and zstd Jonathan G Rennison 2024-01-06 16:29:02 +00:00
  • 5294f1d7f7 Debug: Change output format of scope_dumper::VehicleInfo Jonathan G Rennison 2024-01-06 16:04:02 +00:00
  • 3a676a5af0 Codechange: replace static inline with static for non-class functions Rubidium 2024-01-06 12:19:27 +01:00
  • 107b73c2b8 Merge branch 'master' into jgrpp Jonathan G Rennison 2024-01-05 22:51:44 +00:00
  • a33544ee17 Fix narrowing warnings on MSVC Jonathan G Rennison 2024-01-05 22:51:25 +00:00
  • b23077b08c Survey: Update to match upstream Jonathan G Rennison 2024-01-05 22:25:37 +00:00
  • 0460b820f3 Use std::string for LanguageMetadata::file Jonathan G Rennison 2024-01-05 22:21:02 +00:00
  • a573d065e1 Add missing IsDefaultValue to SettingDesc, from upstream Jonathan G Rennison 2024-01-05 22:16:43 +00:00
  • 0ab4b8ea31 Add helper functions to get last path segment Jonathan G Rennison 2024-01-05 22:13:17 +00:00
  • 7fdcbced09 Add missing include to string_func.h Jonathan G Rennison 2024-01-05 22:35:11 +00:00
  • 06a5fa6239 Codechange: Use CompanyMask to pass Companies to PopupMainCompanyToolbMenu(). Peter Nelson 2024-01-05 21:50:37 +00:00
  • 6828b6014a Codechange: Use company group statistics to test for vehicles for drop down list state. Peter Nelson 2024-01-05 21:38:56 +00:00
  • b598abed3d Merge branch 'master' into jgrpp Jonathan G Rennison 2024-01-05 21:31:56 +00:00
  • 847f3f660d Fix #10511: Delay 'go to nearest depot' orders (#11548) SamuXarick 2024-01-05 21:23:01 +00:00
  • f034714559 Use StringBuilder for GetString/GetStringWithArgs, as per upstream Jonathan G Rennison 2024-01-05 21:12:54 +00:00
  • 7a5106042f Codechange: Use CompanyMask and company group statistics for auto clean tests. (#11693) Peter Nelson 2024-01-05 20:58:24 +00:00
  • 34e8c8e1c1 Codechange: Build station and depot vehicle lists from shared order lists. (#11676) Peter Nelson 2024-01-05 18:59:38 +00:00
  • 7788b68bbe Fix: don't unneededly block on transmitting survey on exit (#11687) Patric Stout 2024-01-05 19:54:00 +01:00
  • 28e2576589 Fix: race-condition when quitting the game with libcurl (#11688) Patric Stout 2024-01-05 19:48:21 +01:00
  • 8bc473766b Update: Translations from eints english (au): 2 changes by krysclarke chinese (simplified): 6 changes by WenSimEHRP russian: 2 changes by Ln-Wolf finnish: 2 changes by hpiirai dutch: 6 changes by Afoklala portuguese: 5 changes by azulcosta portuguese (brazilian): 2 changes by ericandradex polish: 4 changes by pAter-exe translators 2024-01-05 18:38:36 +00:00
  • 1b7a5372ec Debug: Provide UserError, FatalError fmt macros Jonathan G Rennison 2024-01-05 14:47:30 +00:00
  • 7bfc766f94 Fix: [Script] document return type of member GSIndustry::GetProductionLevel glx22 2024-01-05 17:50:33 +01:00
  • 707e8001be Fix #11689: properly close DOXYGEN_API block glx22 2024-01-05 17:54:48 +01:00
  • 4c1ddb1479 Change: [Script] detection of not properly closed DOXYGEN_API blocks glx22 2024-01-05 17:52:13 +01:00
  • 8832ab8e5d Add StringBuilder class from upstream Jonathan G Rennison 2024-01-05 14:45:55 +00:00
  • 7f6b1d6b94 Merge branch 'master' into jgrpp Jonathan G Rennison 2024-01-05 13:37:52 +00:00
  • 623df6b94f Codechange: Get count of road vehicles by summing company group statistics data in small UFO handler. (#11690) Peter Nelson 2024-01-05 13:13:55 +00:00
  • 91ea8e3fa6 Codechange: Use locals for company/deity mode during script loops. (#11686) Peter Nelson 2024-01-05 08:32:43 +00:00
  • 06050f7bb3 Fix: Pass townnameparts as parameter when testing townname based companyname. (#11685) Peter Nelson 2024-01-04 23:10:54 +00:00
  • 7482f71692 Change: Don't handle 'missing' string parameters as 0. (#11673) Peter Nelson 2024-01-04 20:50:58 +00:00
  • c44faf4eea Update: Translations from eints english (us): 2 changes by 2TallTyler chinese (simplified): 39 changes by WenSimEHRP polish: 29 changes by pAter-exe translators 2024-01-04 18:39:48 +00:00
  • 5db9266f4b Change: Allow STRING/STRINGN to use all remaining parameters in game script mode Jonathan G Rennison 2024-01-04 01:51:40 +00:00
  • e2a79f0f32 Codechange: No longer advance parent offset in StringParameters parent mode Jonathan G Rennison 2024-01-04 00:25:07 +00:00
  • a3576e48c1 Cleanup: Remove DS_Store added in #11682 (#11684) Tyler Trahan 2024-01-04 12:02:16 -05:00
  • 6522351a1f Feature: Setting to disable the loading speed penalty for trains longer than the station EmperorJake 2024-01-04 23:03:11 +11:00
  • e3f49ee7a0 Codechange: coding style fixes Rubidium 2024-01-03 22:33:38 +01:00
  • 0075364c89 Fix: curl_global_cleanup called before libcurl HTTP thread exited Jonathan G Rennison 2024-01-04 01:02:51 +00:00
  • 51ef416b49 Fix: libcurl HTTP thread race at uninit preventing thread exit Jonathan G Rennison 2024-01-04 01:02:22 +00:00
  • c6dafb0865 Doc: indicate a bit better that mass-change PRs for translations are possible (#11677) Patric Stout 2024-01-04 13:40:59 +01:00
  • f6a1f64efb Adjust chunnel water distance limits and associated texts Jonathan G Rennison 2024-01-04 02:34:08 +00:00
  • 7bd074f273 Merge branch 'master' into jgrpp Jonathan G Rennison 2024-01-03 23:33:59 +00:00
  • 4fcd94a1cb Update: replace the cedilla characters with comma ones for Romanian (#11665) George Abraham 2024-01-03 19:56:07 +00:00
  • 799455abf7 Update: Translations from eints latvian: 2 changes by lexuslatvia portuguese (brazilian): 1 change by pasantoro translators 2024-01-03 18:39:18 +00:00
  • 3864902683 Codechange: Use vehicle viewport hash to find clicked vehicle. (#11675) Peter Nelson 2024-01-03 18:36:34 +00:00
  • aef49e9933 Fix: race-conditions in GUI updates when downloading HTTP files (#11639) Patric Stout 2024-01-02 22:05:25 +01:00
  • ea85bbda97 Fix duplicate order not always preserving colour Jonathan G Rennison 2024-01-02 19:38:14 +00:00
  • 38e2605c14 Add order stop location to manage order dropdown Jonathan G Rennison 2024-01-02 19:35:07 +00:00
  • ae4f57240c Use DropDownListCheckedItem for order colour selection Jonathan G Rennison 2024-01-02 19:20:13 +00:00
  • 344bdafb53 Update: Translations from eints latvian: 8 changes by lexuslatvia polish: 1 change by pAter-exe translators 2024-01-02 18:40:54 +00:00
  • 1cdafcd7ac Fix: Missing word in conditional order comparator (#11632) Krys Clarke 2024-01-03 05:29:25 +11:00
  • ae3352582a Fix: Autorenew failed message consumes arguments. (#11669) Peter Nelson 2024-01-02 18:08:04 +00:00
  • 48b6b1844a Change: Limit total script ops that can be consumed by a list valuate (#11670) Jonathan G Rennison 2024-01-02 18:02:12 +00:00
  • 8751bd2ba7 Add some [[maybe_unused]] tags for when asserts are disabled Jonathan G Rennison 2024-01-02 15:11:03 +00:00
  • 9ea49d6680 Only compile OrderList::DebugCheckSanity when WITH_ASSERT defined Jonathan G Rennison 2024-01-02 14:48:57 +00:00
  • be4f8b91c6 Change: Limit total script ops that can be consumed by a list valuate Jonathan G Rennison 2024-01-01 22:51:54 +00:00
  • 42c8f50551 Merge branch 'master' into jgrpp Jonathan G Rennison 2024-01-02 14:31:56 +00:00
  • 502a52edd5 Fix: Spurious cancellations of HTTP content downloads (#11668) Jonathan G Rennison 2024-01-01 19:13:29 +00:00
  • 3611770138 Do not assert when STRINGN has insufficient parameters, output placeholder Jonathan G Rennison 2024-01-01 18:40:24 +00:00
  • 3e4dee6d0c Update: Translations from eints english (us): 11 changes by 2TallTyler korean: 29 changes by telk5093 translators 2024-01-01 18:38:47 +00:00
  • 88324a253e Fix #11644: Off by one error/buffer over-read in StrMakeValid (#11645) Jonathan G Rennison 2024-01-01 18:26:31 +00:00
  • f3ec6abbbb Fix road stops/waypoints not using road type custom one-way sprites Jonathan G Rennison 2024-01-01 17:52:03 +00:00
  • a672813bb0 Add: [Script] Optional filter parameter to ScriptVehicleList constructor (#11663) Loïc Guilloux 2024-01-01 01:07:47 +01:00
  • f56a2d0f82 Fix: Missing invalidations on gui.ai_developer_tools change (#11664) Loïc Guilloux 2024-01-01 00:43:10 +01:00
  • 3e2060f155 Fix #11337: Station blocked/pylon/wire bits with CBID_STATION_TILE_LAYOUT (#11656) Jonathan G Rennison 2023-12-31 23:31:01 +00:00
  • 13348b7790 Update: Translations from eints galician: 13 changes by Xocko12 catalan: 47 changes by J0anJosep latvian: 14 changes by lexuslatvia french: 11 changes by ottdfevr portuguese: 52 changes by azulcosta translators 2023-12-31 18:38:20 +00:00
  • 934545a674 Fix: Calculation of initial engine age was inaccurate. (#11660) Peter Nelson 2023-12-31 15:47:32 +00:00
  • 7124b4eef1 Codechange: Use std::unique_ptr for all NWidgets. Peter Nelson 2023-12-30 07:36:22 +00:00
  • 9a3934ae23 Codechange: Use vector/unique_ptr inside widget containers. Peter Nelson 2023-12-30 07:36:21 +00:00
  • 5eb426be78 Version: Committing version data for tag: jgrpp-0.56.2 Jonathan G Rennison 2023-12-30 23:12:29 +00:00
  • e7ef53a434 Fix include path in network/core/http.h Jonathan G Rennison 2023-12-30 23:11:43 +00:00
  • 4358b495b2 Increase maximum length of sign text Jonathan G Rennison 2023-12-30 22:47:21 +00:00
  • ebbf3425d5 Debug: Add debug windows for routing restriction programs Jonathan G Rennison 2023-12-30 22:25:44 +00:00
  • 628092f133 Codechange: Use GetParentWidget to find widget's NWidgetMatrix container. Peter Nelson 2023-12-30 20:50:01 +00:00
  • c2c65d66ba Codechange: Add GetParentWidget() to widgets. Peter Nelson 2023-12-30 20:49:08 +00:00
  • f5146e624f Network: Prevent content protocol timeout from killing HTTP downloads Jonathan G Rennison 2023-12-30 20:16:53 +00:00
  • f8085683fb Change HTTPCallback::OnReceiveData to use UniqueBuffer Jonathan G Rennison 2023-12-30 19:51:58 +00:00
  • f457f306ce Add std::unique_ptr<T[]> wrapper (UniqueBuffer) which also stores the size Jonathan G Rennison 2023-12-30 19:47:54 +00:00
  • 6e7c92e3af Fix: race-conditions in GUI updates when downloading HTTP files Patric Stout 2023-12-29 12:11:03 +01:00
  • 8ff0bef862 Codechange: Make widget index const to prevent changes. (#11658) Peter Nelson 2023-12-30 18:55:16 +00:00
  • fd782ada05 Update: Translations from eints russian: 11 changes by lexuslatvia finnish: 12 changes by hpiirai latvian: 217 changes by lexuslatvia translators 2023-12-30 18:38:27 +00:00
  • 6215e9bf77 Fix #11655: Crash due to NWidgetMatrix modifying widget->index. (#11657) Peter Nelson 2023-12-30 18:24:26 +00:00
  • 1e60734660 Fix: Compilation with DEBUG_DUMP_COMMANDS enabled (#11607) Charles Pigott 2023-12-30 17:46:32 +00:00
  • 49db7bbe08 Change: add vcpkg.json to instruct vcpkg what dependencies we require Patric Stout 2023-12-30 18:00:24 +01:00
  • 0c064b5119 Change: [CI] use vcpkg built-in caching mechanism Patric Stout 2023-12-30 17:58:18 +01:00
  • 5d86588a45 Change: [CI] pkg-config is installed by default on latest runner Patric Stout 2023-12-30 18:00:38 +01:00
  • 086bd00f5d Fix: [CI] upgrade curl to a modern version to avoid patching other tools Patric Stout 2023-12-30 17:59:46 +01:00
  • 3fec8ece5a Change: [CI] always use "latest" image for our runners Patric Stout 2023-12-30 17:55:31 +01:00