Commit Graph
32540 Commits
Author SHA1 Message Date
Peter NelsonandGitHub 2bf84ea78c Codechange: make GrfSpecFeature a scoped enum (#15487) 2026-04-19 19:04:27 +01:00
Peter NelsonandGitHub 16b192d61f Fix #15511: vehicle passed to commands must be a company buildable type (#15512) 2026-04-19 17:03:39 +01:00
translators ea4964371d Update: Translations from eints
swedish: 4 changes by joeax910
korean: 6 changes by telk5093
russian: 1 change by Ln-Wolf
2026-04-19 05:19:36 +00:00
Rubidiumandrubidium42 8bbad0dfaf Codechange: Object's colour is actually a recolour offset 2026-04-18 21:28:08 +02:00
Rubidiumandrubidium42 ba209c8745 Codechange: let GenerateCompanyColour use C++ constructs 2026-04-18 19:21:19 +02:00
translators b75390ba60 Update: Translations from eints
english (au): 1 change by krysclarke
chinese (traditional): 1 change by KogentaSan
english (us): 6 changes by 2TallTyler
russian: 2 changes by Ln-Wolf
finnish: 1 change by hpiirai
portuguese: 5 changes by jcteotonio
esperanto: 6 changes by slashdevslashurandom
portuguese (brazilian): 1 change by pasantoro
polish: 1 change by Rito13
2026-04-18 05:16:32 +00:00
Matt CandGitHub e4bc01d172 Change: Most used rail type takes ownership into account (#15489) 2026-04-17 18:29:39 -04:00
Jonathan G RennisonandGitHub 3437a58d5e Fix: Condition for whether to change driving direction or flip on train reverse (#15499) 2026-04-17 18:28:17 -04:00
Rubidiumandrubidium42 7f1d17df46 Codechange: use EnumBitSet for used_colours 2026-04-17 22:34:17 +02:00
Rubidiumandrubidium42 9a87f184c4 Codechange: move calculating livery recolour offset to Livery 2026-04-17 22:05:25 +02:00
Peter NelsonandGitHub e24f92ce82 Fix d15f0597: prevent setting DrivingBackwards condition on non-trains (#15493)
The existing code only prevented this in the GUI.
2026-04-17 18:30:36 +01:00
Loïc GuillouxandGitHub b7c51a9332 Fix #15497: [Script] ScriptController::Break not pausing in TestMode (#15498) 2026-04-17 16:36:16 +02:00
translators 678dfe658a Update: Translations from eints
english (au): 8 changes by krysclarke
chinese (traditional): 7 changes by KogentaSan
russian: 5 changes by Ln-Wolf
finnish: 5 changes by hpiirai
portuguese: 5 changes by jcteotonio
portuguese (brazilian): 5 changes by pasantoro
polish: 3 changes by Rito13
2026-04-17 05:20:14 +00:00
Peter NelsonandPeter Nelson 8568f1f7bc Codechange: rename and make RailSpriteType a scoped enum
RailTypeSpriteGroup is now renamed to RailSpriteType
2026-04-16 21:01:17 +01:00
Peter NelsonandPeter Nelson 5cef1ca68a Codechange: rename and make RoadSpriteType a scoped enum
RoadTypeSpriteGroup is now renamed to RoadSpriteType
2026-04-16 21:01:17 +01:00
Peter NelsonandGitHub d15f105974 Add: conditional order to test if a train is driving backwards (#15484) 2026-04-16 21:00:49 +01:00
Jonathan G Rennisonandrubidium42 fd855aa61d Fix: Coordinate transformation for JSON town placement when anticlockwise 2026-04-16 16:48:44 +02:00
translators e09cca949f Update: Translations from eints
swedish: 36 changes by joeax910
english (us): 3 changes by 2TallTyler
chinese (simplified): 58 changes by WenSimEHRP
hungarian: 3 changes by vargaviktor
polish: 3 changes by pAter-exe
2026-04-16 05:22:10 +00:00
Rubidiumandrubidium42 fe5171a6c5 Codechange: make PaletteType a scoped enum 2026-04-15 23:48:31 +02:00
Tyler TrahanandGitHub 98805561f8 Add: Setting to disallow train magic flip, and reverse at reduced speed (#15391) 2026-04-15 16:24:26 -04:00
translators 3f4984ebaa Update: Translations from eints
swedish: 27 changes by joeax910
chinese (traditional): 5 changes by KogentaSan
luxembourgish: 42 changes by phreeze83
korean: 3 changes by telk5093
greek: 3 changes by gh658804
russian: 3 changes by Ln-Wolf
finnish: 4 changes by hpiirai
portuguese: 5 changes by jcteotonio
esperanto: 3 changes by slashdevslashurandom
portuguese (brazilian): 3 changes by pasantoro
2026-04-15 05:18:39 +00:00
Peter NelsonandGitHub f60bb23268 Codechange: make ChecksumResult a scoped enum (#15482) 2026-04-14 17:50:01 +01:00
translators 8a7bc482ad Update: Translations from eints
swedish: 171 changes by joeax910, 2 changes by robert-i
norwegian (bokmal): 3 changes by eriksorngard
spanish (mexican): 19 changes by qAxelFT
welsh: 211 changes by Ansbaradigeidfran
luxembourgish: 64 changes by phreeze83
russian: 3 changes by Ln-Wolf
esperanto: 327 changes by slashdevslashurandom
2026-04-14 05:19:01 +00:00
Tyler Trahan 9494881e14 Add: [NewGRF] Variable for when a train is driving backwards 2026-04-13 21:52:22 -04:00
Tyler Trahan 631d6ba641 Add: [NewGRF] Flag to allow unpowered wagon to lead train when backing up 2026-04-13 21:52:22 -04:00
Tyler Trahan 2b530751dd Feature: Trains with an engine on the rear drive backwards when reversing 2026-04-13 21:52:22 -04:00
Cyprian KlimaszewskiandGitHub 76c277805d Codefix: comment for TileLoop_Water is outdated. (#15478) 2026-04-13 22:52:00 +01:00
Peter NelsonandGitHub 73dafe5021 Codechange: use EnumBitSet for DisallowedRoadDirections (#15479) 2026-04-13 22:48:44 +01:00
Peter NelsonandGitHub b33b0d92a0 Codechange: make RoadBits an EnumBitSet (#15476) 2026-04-13 21:23:17 +01:00
Peter NelsonandGitHub a5a60c8615 Codechange: make RoadTramType a scoped enum, and use EnumBitSet (#15477) 2026-04-13 18:15:41 +01:00
Anton MolybohaandGitHub dab82fdff0 Codefix: Minor bug in framerate/performance computation (#15459) 2026-04-12 17:20:55 -04:00
Cyprian KlimaszewskiandGitHub 778839894d Codechange: use a scoped enum for OskActivation. (#15474) 2026-04-12 17:19:51 -04:00
Cyprian KlimaszewskiandGitHub eb9b648587 Codefix: in LandInfoWindow::OnInit tile is accessed without this->. (#15472) 2026-04-12 19:32:59 +00:00
Rubidiumandrubidium42 1adfb81aa9 Codechange: properly document a few DrawString 'Rect' variants 2026-04-12 18:10:34 +02:00
Rubidiumandrubidium42 7434052eb6 Codechange: make FontSize a scoped enum 2026-04-12 18:10:34 +02:00
Peter NelsonandPeter Nelson 636fcf3af3 Codechange: make TownProductionEffect a scoped enum 2026-04-12 14:46:54 +01:00
Peter NelsonandPeter Nelson 7c6da0ae6d Codechange: make TownAcceptanceEffect a scoped enum 2026-04-12 14:46:54 +01:00
Rubidiumandrubidium42 053f17c63d Codechange: make base music set folder name consistent with content tarball filenames 2026-04-12 14:46:35 +02:00
Peter NelsonandGitHub f5061df387 Codechange: make ContentType a scoped enum (#15458) 2026-04-12 13:41:07 +01:00
Peter NelsonandGitHub a0ff1ec595 Fix 8f14894024: NewGRF debug handler for towns in wrong place since badges (#15467)
Badges should exist before (fake) towns.
2026-04-12 07:45:41 +01:00
Peter NelsonandGitHub c41f893428 Fix 1ec1f1ef37: object id overrides were not reset between games (#15465) 2026-04-11 21:35:46 +01:00
Rubidiumandrubidium42 ae2d11c9da Codechange: document a bit of GRF feature handler code 2026-04-11 22:25:12 +02:00
Peter NelsonandGitHub dd1c5c1a8a Codechange: make GRFTempEngineData::Refittability a scoped enum (#15462) 2026-04-11 20:11:01 +01:00
Peter NelsonandGitHub 1e17c62f3a Codechange: make FindGRFConfigMode a scoped enum (#15461) 2026-04-11 20:10:45 +01:00
Tyler TrahanandGitHub 43c8681ee9 Codefix f1f31c1: Set width of string with all parameters (#15460) 2026-04-11 18:42:23 +00:00
Rubidiumandrubidium42 7016d2bee3 Codechange: make ChangeInfoResult a scoped enum 2026-04-11 16:06:49 +02:00
Peter NelsonandGitHub 042facf96c Fix b266a044c4: debug saveload errors were clobbered (#15452) 2026-04-10 19:51:21 +00:00
Loïc GuillouxandGitHub 7f0be1f27f Fix a6c042855e: [CI] Don't mark previous sucessful deployments inactive (#15451) 2026-04-10 18:40:34 +00:00
Jonathan G RennisonandGitHub 037cd53803 Codefix fb795089: Duplicate string colour codes in english.txt (#15449) 2026-04-10 10:35:19 -04:00
Loïc GuillouxandGitHub b3b407acaf Fix a6c042855e: [CI] Deployment creation was failing (#15448) 2026-04-10 14:30:45 +02:00