1
0
Fork 0

Commit Graph

  • 6b613957d8 Codechange: simplify the validation logic when adding tiles Rubidium 2024-03-10 14:25:22 +0100
  • 9c897fff9a Codechange: [CI] Split the ci-build into smaller components Patric Stout 2024-03-10 10:29:41 +0100
  • cca9dcdd57
    Codechange: [DorpsGek] announce failures in nightlies to IRC / Discord (#12256) Patric Stout 2024-03-10 14:22:15 +0100
  • 4dc99fc8d9 Codechange: use std::source_location over __FILE__ and __LINE__ for TILE_ADD(XY) Rubidium 2024-01-17 04:06:51 +0100
  • b4ba39ecc7 Codechange: [DorpsGek] announce failures in nightlies to IRC / Discord Patric Stout 2024-03-10 13:29:25 +0100
  • 9c95fbdb07
    Remove: official support for MSVC 2019 (#12254) Patric Stout 2024-03-10 13:26:07 +0100
  • d60c2abae0 Remove: official support for MSVC 2019 Patric Stout 2024-03-10 11:45:53 +0100
  • eb137c816c Codechange: [CI] manual build CodeQL to improve speed Patric Stout 2024-03-10 09:41:17 +0100
  • 86cb184eb4 Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc Rubidium 2024-01-17 04:17:02 +0100
  • e4b3f3f495 Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED Rubidium 2024-01-17 03:53:10 +0100
  • bab5a8a787 Codechange: use std::source_location over __FILE__ and __LINE__ for Backup Rubidium 2024-01-17 03:33:23 +0100
  • 381dee2e01
    Codechange: [CI] switch to arm64 for MacOS builds (#12242) Patric Stout 2024-03-10 09:33:47 +0100
  • 738624ded4 Update: Translations from eints english (au): 1 change by krysclarke norwegian (bokmal): 545 changes by eriksorngard chinese (traditional): 75 changes by wpi3 galician: 24 changes by pvillaverde chinese (simplified): 1 change by WenSimEHRP russian: 1 change by Ln-Wolf finnish: 4 changes by hpiirai ukrainian: 16 changes by StepanIvasyn catalan: 1 change by J0anJosep danish: 1 change by bscargo french: 3 changes by ottdfevr portuguese: 1 change by azulcosta esperanto: 203 changes by legoscia portuguese (brazilian): 21 changes by pasantoro polish: 1 change by pAter-exe translators 2024-03-10 04:40:37 +0000
  • cb80f7fc6e Update: Backport language changes Michael Lutz 2024-03-09 20:33:14 +0100
  • 2623c2398c Fix ab315d0: Don't show "insert order" errors in the console (#12245) Loïc Guilloux 2024-03-09 17:33:44 +0100
  • a93ea2cc1f Revert #11606: Don't auto-build past tunnelbridge ends rubidium42 2024-03-09 13:49:14 +0100
  • bc091714e3 Change: [CI] switch MacOS to the macos-14 runner (#12237) Patric Stout 2024-03-09 15:41:34 +0100
  • b8cfd1e534 Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) Tyler Trahan 2024-03-09 09:38:52 -0500
  • 68951ba89d Codechange: [CI] manually install vcpkg for all targets (#12241) Patric Stout 2024-03-09 15:01:18 +0100
  • f02144faec Fix #12118: When adding an unbunching order, properly check for unsafe conditions (#12136) Tyler Trahan 2024-03-09 08:28:05 -0500
  • 45114567a4 Codechange: [CI] use "cargo install --locked" to use pinned dependency versions (#12243) Patric Stout 2024-03-09 12:42:09 +0100
  • 02728af63c Change: [Script] Match FormatString behaviour more closely glx22 2024-03-01 19:10:35 +0100
  • 5d96fa1f8e Fix 0858377: [Script] Don't output parameters more than once glx22 2024-02-29 01:15:06 +0100
  • f66e6cbd08 Fix #12236: Ship pathfinder causes crash when ship is already at destination (#12238) Kuhnovic 2024-03-08 23:46:13 +0100
  • 3cc00d05f7 Update: Developer credits (#12235) (#12235) Kuhnovic 2024-03-08 18:31:58 +0100
  • a4f564ee67 Fix #12203: When unbunching at a depot, don't overlook implicit orders (#12220) Tyler Trahan 2024-03-08 10:19:50 -0500
  • b22b01865f Fix #12134: Use correct error messages if clearing drive-through road stops fails (#12139) merni-ns 2024-03-08 18:59:04 +0530
  • 8a7dadd32e Codefix #12162, 3105d0b: Textbuf::Assign read beyond std::string_view (#12177) rubidium42 2024-03-08 14:26:14 +0100
  • fbdb78ee01 Fix #12225, 977aba7: [Script] Missing AI:ResetConfig support for running AI config (#12226) Loïc Guilloux 2024-03-06 21:16:07 +0100
  • 84ba654ee2 Remove: [Script] random_deviation from setting description table (#12221) Loïc Guilloux 2024-03-05 12:41:04 +0100
  • 2c5558741c Fix #12176: Ships are circling in one place (#12181) Kuhnovic 2024-03-02 21:45:54 +0100
  • 0b74adf809 Fix #12154: Incorrect calendar day lengths with minutes per year setting (#12158) Jonathan G Rennison 2024-03-02 20:45:30 +0000
  • dc0bec7147 Fix #12147: reset all saved settings to their default before loading a game (#12210) Patric Stout 2024-03-02 16:05:43 +0100
  • 13d01e25b9 Fix #12076: Do not allow 'join' command on dedicated servers Rubidium 2024-03-02 11:45:01 +0100
  • 134c468542 Fix #12195: Reset cursor when no Object is selected (#12207) Loïc Guilloux 2024-03-02 13:02:56 +0100
  • 742939a04e Codechange: Don't use NOT_REACHED() when catching unhandled thread exceptions (#12199) Loïc Guilloux 2024-03-02 00:07:43 +0100
  • 0a9ae2436f Fix f6dd505: Only reset unbunching departure data in the correct depot (#12155) Tyler Trahan 2024-03-01 16:29:55 -0500
  • 7b54bc4c35 Fix #12196: disable "select upgrade" button when filtering Patric Stout 2024-03-01 21:22:34 +0100
  • 847be36e9e Fix #12196: always show selected content, even when filtering Patric Stout 2024-03-01 21:22:20 +0100
  • e1e314820a Update: Developer credits (#12173) Tyler Trahan 2024-03-01 15:47:10 -0500
  • 682a53b87f Fix f6dd505: Missing savegame conversion for current_order (#12188) Loïc Guilloux 2024-02-27 21:25:49 +0100
  • 5f98976a72 Fix bf4b6696: [Script] Broken ScriptText circular reference detection (#12187) Loïc Guilloux 2024-02-27 18:16:21 +0100
  • 88683a6623 Fix: initialize _switch_mode_time so crash-logs before first game have a realistic time (#12184) Patric Stout 2024-02-27 02:41:59 +0100
  • d60bb9092a Change: Use bitmap for free unit ID generation. (#12165) Peter Nelson 2024-02-25 12:36:13 +0000
  • bf636a64de Fix d3c673e: Don't defer OnResize() after ReInit() (#12174) Peter Nelson 2024-02-25 08:35:57 +0000
  • 6495962777 Fix fd9e72a: Helptext for timekeeping unit setting erroneously refers to vehicle movement (#12172) Tyler Trahan 2024-02-24 11:09:16 -0500
  • e8e219408f Fix #12127, 555a379: Truncation ellipses rendered shadows even for black font without shadows (#12132) frosch 2024-02-22 23:22:35 +0100
  • bb03ffd79d Revert #11993: new number format system does not and cannot work for CJK languages Rubidium 2024-02-22 18:08:33 +0100
  • 97e8c2d024 Fix #12148, fca8166: Do not draw decimals when number of digits is 0 Rubidium 2024-02-21 18:36:21 +0100
  • 9416d39eec Fix #12145: Incorrect date handling in date cheat in wallclock time-keeping mode Jonathan G Rennison 2024-02-20 23:56:46 +0000
  • edc2daeb3b Codefix: Off by one in TimerGameEconomy::ConvertDateToYMD wallclock mode Jonathan G Rennison 2024-02-20 20:01:33 +0000
  • 3050d729a2 Fix #12119: Remove red warning text when maximum loan is zero merni-ns 2024-02-20 23:16:34 +0530
  • c453bbde3c Fix cb588d8d: Ordering of command per tick limit and pause mode filtering (#12126) Jonathan G Rennison 2024-02-20 20:51:35 +0000
  • caa65a21ad Fix #12133: [Script] Don't crash when emergency saving (#12138) Loïc Guilloux 2024-02-20 18:55:18 +0100
  • e012fefc3b Fix: [Script] Only show debug script window at the end of savegame loading (#12135) Loïc Guilloux 2024-02-20 17:08:26 +0100
  • 55a328c586
    Codechange: Replace type-punning with `std::bit_cast` in squirrel. (#12224) Peter Nelson 2024-03-09 17:13:17 +0000
  • de8a840db5
    Codefix: Fully initialise `MidiFile::DataBlock` to avoid gcc warning. (#12240) Peter Nelson 2024-03-09 17:01:39 +0000
  • 82430a1086
    Fix ab315d0: Don't show "insert order" errors in the console (#12245) Loïc Guilloux 2024-03-09 17:33:44 +0100
  • 011543b321
    Codechange: Replace type-punning with `std::bit_cast` in squirrel. Peter Nelson 2024-03-06 12:28:01 +0000
  • 3806119713 Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc Rubidium 2024-01-17 04:17:02 +0100
  • c43248693d Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED Rubidium 2024-01-17 03:53:10 +0100
  • 87872228f9 Codechange: use std::source_location over __FILE__ and __LINE__ for Backup Rubidium 2024-01-17 03:33:23 +0100
  • 1c9b9df5fd Codechange: [CI] switch to arm64 for MacOS builds Patric Stout 2024-03-09 11:25:32 +0100
  • ec8c159c03 Fix ab315d0: Don't show "insert order" errors in the console glx22 2024-03-09 16:51:46 +0100
  • e0e0d5f8fb Revert #11606: Don't auto-build past tunnelbridge ends rubidium42 2024-03-09 13:49:14 +0100
  • ebd258b404
    Change: [CI] switch MacOS to the macos-14 runner (#12237) Patric Stout 2024-03-09 15:41:34 +0100
  • 32b0fb9f6e
    Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) Tyler Trahan 2024-03-09 09:38:52 -0500
  • 55a6758683 Revert #11606: Don't auto-build past tunnelbridge ends rubidium42 2024-03-09 13:49:14 +0100
  • da40f34c4c Change: [CI] switch MacOS to the macos-14 runner Patric Stout 2024-03-08 20:57:00 +0100
  • 04ce1c08ae
    Codechange: [CI] manually install vcpkg for all targets (#12241) Patric Stout 2024-03-09 15:01:18 +0100
  • ab315d0dc9
    Fix #12118: When adding an unbunching order, properly check for unsafe conditions (#12136) Tyler Trahan 2024-03-09 08:28:05 -0500
  • 7af82efd50 Codechange: [CI] manually install vcpkg for all targets Patric Stout 2024-03-09 11:22:15 +0100
  • 6e0f58f700
    Codechange: [CI] use "cargo install --locked" to use pinned dependency versions (#12243) Patric Stout 2024-03-09 12:42:09 +0100
  • 3a71f36393 Change: [Script] Match FormatString behaviour more closely glx22 2024-03-01 19:10:35 +0100
  • ae27ce12a7 Fix 0858377: [Script] Don't output parameters more than once glx22 2024-02-29 01:15:06 +0100
  • 512a569850 Codechange: [CI] use "cargo install --locked" to use pinned dependency versions Patric Stout 2024-03-09 11:55:46 +0100
  • 12ca151132
    Codefix: Fully initialise `MidiFile::DataBlock` to avoid gcc warning. Peter Nelson 2024-03-06 09:36:09 +0000
  • ce3d0097f6 Update: Translations from eints chinese (simplified): 27 changes by WenSimEHRP korean: 2 changes by telk5093 greek: 42 changes by Xertoveizer indonesian: 32 changes by tsaqibfs slovak: 184 changes by ApplePie420 danish: 2 changes by bscargo latvian: 2 changes by lexuslatvia dutch: 2 changes by Afoklala portuguese: 16 changes by jcteotonio portuguese (brazilian): 77 changes by pasantoro translators 2024-03-09 04:41:18 +0000
  • 08ff1ab93e
    Fix #12236: Ship pathfinder causes crash when ship is already at destination (#12238) Kuhnovic 2024-03-08 23:46:13 +0100
  • 2cf99a5723 Codechange: Refactor unbunching checks in CmdModifyOrder() Tyler Trahan 2024-02-20 11:11:24 -0500
  • f30038cdff Fix #12118: When adding an unbunching order, properly check for unsafe conditions Tyler Trahan 2024-02-20 11:00:28 -0500
  • abdf80ffa0 [codechange] Revert a commit for something else Kkidslogin 2024-03-08 16:59:50 -0500
  • c9706a0296 Increase maximum user-set engine name length to 256 Kkidslogin 2024-03-08 16:46:56 -0500
  • 3f44da110c Fix #12236: Ship pathfinder causes crash when ship is already at destination Koen Bussemaker 2024-03-08 21:47:36 +0100
  • ab353f8ad5
    Update: Developer credits (#12235) (#12235) Kuhnovic 2024-03-08 18:31:58 +0100
  • 8b9f59d320 Codechange: Use references for non-optional in/out values of slope functions Michael Lutz 2024-03-08 17:31:20 +0100
  • 8dda387f82 Codechange: Use std::tuple for slope functions with two return values Michael Lutz 2024-03-08 12:12:41 +0100
  • 84ad54e400 Codechange: Use references for non-optional in/out values of slope functions Michael Lutz 2024-03-08 17:31:20 +0100
  • 3152138f1b Codechange: Use std::tuple for slope functions with two return values Michael Lutz 2024-03-08 12:12:41 +0100
  • c441471c55 Update: Developer credits (#12235) Koen Bussemaker 2024-03-08 16:50:49 +0100
  • 5806c2aba4
    Fix #12203: When unbunching at a depot, don't overlook implicit orders (#12220) Tyler Trahan 2024-03-08 10:19:50 -0500
  • 0c432bdc4d Fix 3947453: GetNextDecisionNode ignored go to nearest depot when combined with stop at depot SamuXarick 2024-02-19 18:34:55 +0000
  • ab52f7eecf Fix ccb4c37: Aircraft could route to hangars outside their range when stopping at them SamuXarick 2024-02-19 22:21:06 +0000
  • b8b80cb42e
    Fix #12134: Use correct error messages if clearing drive-through road stops fails (#12139) merni-ns 2024-03-08 18:59:04 +0530
  • aef8a345b2
    Codefix #12162, 3105d0b: Textbuf::Assign read beyond std::string_view (#12177) rubidium42 2024-03-08 14:26:14 +0100
  • 63b9284a7e
    Add: Portuguese Escudo currency (#12108) jcteotonio 2024-03-08 13:25:01 +0000
  • a9de766fa6
    Fix: Train running sounds should only be produced for engine parts. (#12229) Peter Nelson 2024-03-08 13:23:48 +0000
  • 30e1a61c04
    Fix: YAPF doesn't check destination for start nodes (#12217) Kuhnovic 2024-03-08 14:23:33 +0100
  • 216905ce1f Update: Translations from eints chinese (simplified): 2 changes by WenSimEHRP luxembourgish: 2 changes by phreeze83 hungarian: 2 changes by PstasDev german: 2 changes by Wuzzy2 ukrainian: 10 changes by StepanIvasyn slovak: 197 changes by ApplePie420 catalan: 2 changes by J0anJosep portuguese (brazilian): 35 changes by pasantoro translators 2024-03-08 04:40:35 +0000
  • 30abae0163
    Fix: Train running sounds should only be produced for engine parts. Peter Nelson 2024-03-08 00:40:52 +0000