Commit Graph

  • 3b80a8255f
    Fix #12433: Width of unit number display was too narrow. (#12534) Peter Nelson 2024-04-19 08:19:31 +0100
  • 7848e80f71 Update: Translations from eints english (us): 4 changes by 2TallTyler korean: 11 changes by telk5093 translators 2024-04-19 04:40:34 +0000
  • 0d1fc47edb
    Cleanup: Remove redundant break statement (#12527) dP 2024-04-19 07:54:20 +0700
  • 774f811217
    Codechange: Use std::optional for town parent scope resolver. (#12530) Peter Nelson 2024-04-18 22:14:16 +0100
  • 3b75d8bbf8 Fix: Use modern comparisons instead of memcmp in cache check. Peter Nelson 2024-04-16 20:57:12 +0100
  • 21d11ee361 Codechange: Move cache check function to own file. Peter Nelson 2024-04-16 15:49:08 +0100
  • db56499c01 Codechange: Use std::array for company infrastructure arrays. Peter Nelson 2024-04-16 15:47:41 +0100
  • fe7bd3a266 Codechange: Use std::array for cached town zone radius. Peter Nelson 2024-04-16 15:46:56 +0100
  • d57bf84196
    Codechange: Remove some unnecessary c_str() when passing std::strings. (#12532) Peter Nelson 2024-04-18 22:13:13 +0100
  • 45886e50b2
    Codechange: Unify where rail station tile flags are set. (#12531) Peter Nelson 2024-04-18 18:54:10 +0100
  • 04a3bf76e8
    Codechange: upgrade Emscripten to 3.1.57 (#12526) Patric Stout 2024-04-18 19:37:33 +0200
  • 08d05bf4c0
    Doc: update release documentation with the latest (#12525) Patric Stout 2024-04-18 19:12:52 +0200
  • 6056a00222 Fix incorrect train weight used for infrastructure sharing track fees Jonathan G Rennison 2024-04-18 18:00:01 +0100
  • 4170c9923a
    Fix: Inconsistent space between console history and current line. (#12528) Peter Nelson 2024-04-18 17:45:41 +0100
  • 78b83190cc
    Fix: Mark vehicle status bars dirty when a vehicle leaves unbunching depot (#12516) Tyler Trahan 2024-04-18 12:45:00 -0400
  • 715f8c0218
    Codefix: cast to "CommandCallback *" in a way cast-function-type-mismatch doesn't mind (#12529) Patric Stout 2024-04-18 18:41:36 +0200
  • 0150f8f570 Merge branch 'master' into jgrpp Jonathan G Rennison 2024-04-18 17:37:25 +0100
  • c355e98c58 Update: Translations from eints english (au): 4 changes by krysclarke russian: 4 changes by Ln-Wolf finnish: 7 changes by hpiirai portuguese: 4 changes by azulcosta portuguese (brazilian): 5 changes by pasantoro polish: 4 changes by pAter-exe translators 2024-04-18 04:40:27 +0000
  • 63ce81570c Remove: Custom opendir implementation for Windows no longer needed. Peter Nelson 2024-04-18 00:04:47 +0100
  • 42523379d9 Codechange: Use directory_iterator in ScanPath. Peter Nelson 2024-04-18 00:04:46 +0100
  • d7c547d0db Codechange: Use directory_iterator to list directories in file list windows. Peter Nelson 2024-04-18 00:04:46 +0100
  • 5a523cf212 Codechange: Simplify FioCreateDirectory. Peter Nelson 2024-04-18 00:04:45 +0100
  • 6458980413
    Change: Draw group hierarchy tree lines. (#12522) Peter Nelson 2024-04-17 21:55:19 +0100
  • 83d99ec11d
    Fix #12506: Update station/industry nearby lists in BuildOilRig (#12511) Jonathan G Rennison 2024-04-17 21:38:11 +0100
  • f7bd080015
    Codechange: improve desync documentation (#12521) Patric Stout 2024-04-17 22:36:08 +0200
  • 07b162ffc4
    Codechange: skip all commands of the past during desync replay (#12520) Patric Stout 2024-04-17 22:05:45 +0200
  • a0636d8200
    Codechange: use infinite-fast-forward when rerunning command-log (#12519) Patric Stout 2024-04-17 22:01:58 +0200
  • a09749f6a6
    Codefix: don't send desync=0 log messages to commands.log (#12517) Patric Stout 2024-04-17 21:51:36 +0200
  • 1005c86c62
    Codechange: record cache warnings with a "warning" prefix (#12518) Patric Stout 2024-04-17 21:49:55 +0200
  • a02da5476e
    Fix: Don't show train waiting for unbunching as waiting for free path (#12515) Tyler Trahan 2024-04-17 15:04:16 -0400
  • 5878d09ef2
    Fix: Smooth outliers in unbunching round trip calculations (#12513) Tyler Trahan 2024-04-17 15:03:53 -0400
  • 824687d1f0
    Codefix: Don't mix signed and unsigned ints in unbunching calculations (#12514) Tyler Trahan 2024-04-17 14:42:49 -0400
  • 0b9029b69c Fix: Station/industry nearby list checks in CheckCaches Jonathan G Rennison 2024-04-17 02:14:25 +0100
  • ef8eb66a2b
    Fix c38df2d58: Use VehicleID instead of pointer in map of vehicles to replace. (#12512) Peter Nelson 2024-04-17 18:54:50 +0100
  • b477a8458c Codechange: Use arc4random_buf on random_func.cpp for OpenBSD Paco Esteban 2024-04-17 18:08:03 +0200
  • e17c6da46a Fix industry cargoes when loading newer vanilla savegames Jonathan G Rennison 2024-04-17 17:35:01 +0100
  • d70c824056 Linkgraph: Increase effect strength of distance scaling setting Jonathan G Rennison 2024-04-17 17:28:39 +0100
  • d52d447603 Update station/industry nearby lists in BuildOilRig Jonathan G Rennison 2024-04-17 17:07:00 +0100
  • 018326321c Update: Translations from eints english (us): 5 changes by 2TallTyler latvian: 1 change by lexuslatvia translators 2024-04-17 04:40:56 +0000
  • 257d312a58 Fix #12228, Fix #12231: CheckShipReverse only restricts path when it has to Koen Bussemaker 2024-04-10 20:14:21 +0200
  • b2218e75d4 Codefix: missing space between close parenthesis and open curly brace Rubidium 2024-04-16 18:44:55 +0200
  • 41543498f4 Fix ships leaving dots behind in viewport map mode Jonathan G Rennison 2024-04-16 17:51:51 +0100
  • 1e38e513ae Fix EnginesDailyLoop being called on new economy day instead of calendar Jonathan G Rennison 2024-04-16 17:16:35 +0100
  • 48eb9b8bc9
    Add: Check that towns can build roads before generating map. (#12503) Peter Nelson 2024-04-16 16:25:07 +0100
  • 8e2ccddd77 Update: Translations from eints portuguese (brazilian): 2 changes by pasantoro translators 2024-04-16 04:40:57 +0000
  • 3ad143c43a
    Codechange: Use `x = y` instead of `x{y}` for value-type member initialisation. (#12501) Peter Nelson 2024-04-15 23:07:36 +0100
  • 672aa014d8 Doc: Updated Visual Studio, cpp standard and Cmake version Koen Bussemaker 2024-04-15 22:23:55 +0200
  • 727392e0b3
    Codechange: Remove per font AA settings. (#12413) ladysadie 2024-04-15 12:44:33 -0700
  • a1b03ee69e
    Codechange: Replace platform-specific calls with std::filesystem::last_write_time. (#12487) Peter Nelson 2024-04-15 19:10:19 +0100
  • f5a50a874f
    Codechange: Update doxygen comment to reflect removed parameter (#12499) dP 2024-04-15 17:40:50 +0700
  • cd108fd9e4 Update: Translations from eints greek: 10 changes by gh658804 translators 2024-04-15 04:44:34 +0000
  • 0dcbcedbac Fix ScriptRail::BuildSignal when using realistic braking with block signals Jonathan G Rennison 2024-04-15 00:16:41 +0100
  • 839f486074
    Codechange: Use directory_iterator to find language files. (#12495) Peter Nelson 2024-04-14 23:57:26 +0100
  • 4eaeccdaeb
    Codechange: Introduce FioRemove() to remove files. (#12491) Peter Nelson 2024-04-14 23:43:50 +0100
  • 4350521b7c adds check on whether orderlist is initialised on export lucaFiorini 2024-04-14 16:33:57 +0200
  • 0019e84188 adds version control to orderlist exporting lucaFiorini 2024-04-14 16:32:27 +0200
  • 46d71463d9 🌐 Update Galician Translations 2024-04-14 FedelloKirfed 2024-04-14 10:32:55 +0200
  • 29e932e087 Update: Translations from eints ukrainian: 13 changes by imlystyi lithuanian: 19 changes by dziugas1959 french: 7 changes by ottdfevr portuguese (brazilian): 14 changes by pasantoro translators 2024-04-14 05:02:47 +0000
  • 090c3b3abf Update: Translations from eints danish: 5 changes by bscargo dutch: 5 changes by Afoklala portuguese (brazilian): 7 changes by pasantoro translators 2024-04-13 04:40:27 +0000
  • e83e2df023
    Fix: Build industry window did not take width of count into account. (#12476) Peter Nelson 2024-04-12 23:07:31 +0100
  • 12125bad82
    Fix 3de8853e: Industry cargo types callback no longer functioned due to container change. (#12489) Peter Nelson 2024-04-12 23:07:07 +0100
  • c1520cf682
    Fix 25aeb1c: Driver parameter documentation was not updated. (#12486) Peter Nelson 2024-04-12 18:01:40 +0100
  • ca73f03334
    Codechange: Use std::filesystem::remove/rename in settingsgen. (#12483) Peter Nelson 2024-04-12 14:32:35 +0100
  • 44b8210037
    Codechange: settingsgen's CopyFile actually appends. (#12485) Peter Nelson 2024-04-12 13:01:16 +0100
  • 003906becb
    Codechange: std::filesystem::rename does not need remove first. (#12484) Peter Nelson 2024-04-12 12:51:42 +0100
  • bb9b8b90c7 Update: Translations from eints swedish: 6 changes by sereneavatar portuguese (brazilian): 11 changes by pasantoro translators 2024-04-12 04:41:30 +0000
  • 9915c1f032
    Fix #12477: Use std::filesystem::rename instead of Windows Shell API call. (#12478) Peter Nelson 2024-04-11 21:35:40 +0100
  • eda10abc8c Codechange: pass command line arguments as std::span to openttd_main Rubidium 2024-04-11 13:25:40 +0200
  • 3316b27496
    Fix: Signature validation did not close its file. (#12479) Peter Nelson 2024-04-11 14:37:29 +0100
  • afd7878de0 Codechange: internally use a span of arguments for GetOptData Rubidium 2024-04-10 22:21:56 +0200
  • 5592b4409b Codechange: use ranged for loop and separate function instead of goto Rubidium 2024-04-10 21:57:27 +0200
  • e8a56db21d Codechange: use designated initializers for OptionData and pass as span Rubidium 2024-04-10 21:49:39 +0200
  • 4f2412a272 Codechange: range based for loops instead of C-style for loops Rubidium 2024-04-09 17:18:35 +0200
  • 2587a21400 Codechange: use zero-initialization instead of C-style loop Rubidium 2024-04-09 17:35:51 +0200
  • ff27b9e76a Codechange: use std::any_of instead of custom loop Rubidium 2024-04-09 17:09:23 +0200
  • 6cade18053 Update: Translations from eints portuguese (brazilian): 1 change by pasantoro polish: 1 change by pAter-exe translators 2024-04-11 04:41:57 +0000
  • 442daf58da Codechange: replace lengthof with std::size in Windows specific code rubidium42 2024-04-10 20:12:33 +0200
  • 6bc4a62c27 Codechange: Pass std::string_view from blitters instead of char *. Peter Nelson 2024-04-09 23:35:50 +0100
  • 332cbca36e Codechange: Pass std::string_view from drivers instead of char *. Peter Nelson 2024-04-09 02:47:14 +0100
  • a42aa1a086
    Codechange: Remove cargo_suffix C-array from GetIndustryString. (#12472) Peter Nelson 2024-04-10 21:32:21 +0100
  • 40644f21d4 Version: Committing version data for tag: jgrpp-0.58.3 jgrpp-0.58.3 Jonathan G Rennison 2024-04-10 19:25:55 +0100
  • 6642b7e12c Temporary fix for click/tooltip alignment of cargo lines in industry chains window Jonathan G Rennison 2024-04-10 18:43:41 +0100
  • 144bcbbaf1
    Fix: Use clear() to clear std::string. (#12471) Peter Nelson 2024-04-10 18:27:30 +0100
  • 21b640b5ff Codechange: simplify president name generation Rubidium 2024-04-10 06:51:11 +0200
  • 8e0fa32d33 Fix merge/editing error in IndustryCargoesWindow Jonathan G Rennison 2024-04-10 17:34:57 +0100
  • 1b4bb1d38a
    Codefix: [CMake] use the UTC0 date for our ISODATE (#12470) Patric Stout 2024-04-10 10:50:44 +0200
  • f0f97c698b Update: Translations from eints norwegian (bokmal): 11 changes by eriksorngard russian: 5 changes by Ln-Wolf spanish: 5 changes by MontyMontana portuguese (brazilian): 7 changes by pasantoro translators 2024-04-10 04:40:30 +0000
  • 3d04989507 Link graph: Change distance scaling algorithm in demand scaler Jonathan G Rennison 2024-04-09 23:35:21 +0100
  • 1773c5b810
    Change: Increase object/station/roadstop class limit. (#12094) Peter Nelson 2024-04-09 23:16:20 +0100
  • df8eeb1b10 Codechange: use C++ algorithms to determine the SaveLoadFormat Rubidium 2024-04-09 22:57:39 +0200
  • 77f27e0804 Change: Expose NewGRF classes and specs as spans and simplify iteration. Peter Nelson 2024-04-09 17:54:43 +0100
  • 052f421327 Change: Use vector/iterators/algorithms instead of C-array/loops for NewGRF classes. Peter Nelson 2024-04-09 17:54:42 +0100
  • 34758d0921 Change: Allow string mapping by function instead of pointer. Peter Nelson 2024-04-09 17:54:42 +0100
  • 90ca3515da
    Fix #12459, f6a88e4: Crashes when deleting news messages. (#12460) Peter Nelson 2024-04-09 21:46:29 +0100
  • 3712b84d2e Fix narrowing conversion warnings Jonathan G Rennison 2024-04-09 18:45:37 +0100
  • 2976a46d06
    Fix 54be756: Terminating NUL byte was not skipped in ReadString(). (#12462) Peter Nelson 2024-04-09 15:15:09 +0100
  • 883d3e7a9f Codechange: use std::span instead of pointer + length Rubidium 2024-04-08 20:14:25 +0200
  • 54be756aae
    Codechange: Pass NewGRF strings as std::string_view instead of char *. (#12461) Peter Nelson 2024-04-09 08:40:27 +0100
  • dc7c2bb30d
    Fix: Draw continuation lines for engine variant hierarchy tree. (#12434) Peter Nelson 2024-04-09 08:35:12 +0100
  • de4e00c93f
    Codechange: Pass by reference to UpdateWidgetSize. (#12457) Peter Nelson 2024-04-09 08:34:45 +0100