1
0
Fork 0

Commit Graph

  • f0f62961e1
    Codechange: Make two water functions static. (#13057) Peter Nelson 2024-11-03 23:25:51 +0000
  • c61cd2f04c
    Codechange: Make two water functions static. Peter Nelson 2024-11-03 21:53:58 +0000
  • a91d889646
    Fix #13053: Payment transfers incorrect for non-passenger cargos. (#13054) Peter Nelson 2024-11-03 18:53:01 +0000
  • 2f5d831368
    Fix #13053: Payment transfers incorrect for non-passenger cargos. Peter Nelson 2024-11-03 09:28:51 +0000
  • cbde825785 Update: Translations from eints korean: 5 changes by telk5093 finnish: 4 changes by hpiirai translators 2024-11-03 04:45:28 +0000
  • a1233ee8a1
    Codechange: Use span instead of marker terminated array for indexed sprite loading. (#13050) Peter Nelson 2024-11-02 14:47:49 +0000
  • bb46742b49
    Codechange: Use span instead of marker terminated array for indexed sprite loading. Peter Nelson 2024-11-02 10:52:25 +0000
  • 9193d69e0b Update: Translations from eints english (au): 4 changes by krysclarke english (us): 4 changes by 2TallTyler chinese (simplified): 4 changes by WenSimEHRP greek: 4 changes by gh658804 russian: 4 changes by Ln-Wolf dutch: 4 changes by Afoklala portuguese: 4 changes by jcteotonio portuguese (brazilian): 4 changes by pasantoro translators 2024-11-02 04:47:18 +0000
  • 3a76af0909 Update: Translations from eints translators 2024-11-01 04:46:43 +0000
  • a31d218805
    Add: Apply rail/road type conversion when NewGRFs are updated mid-game. Peter Nelson 2024-10-22 17:32:15 +0100
  • 25312894da
    Add: Implement missing road type label conversion. Peter Nelson 2024-04-19 20:31:19 +0100
  • 71cf258f98
    Codechange: Simplify testing for railtype map conversion. Peter Nelson 2024-10-22 17:42:36 +0100
  • 3fca0cf3ee
    Feature: Industry production graph (#10541) Anatoly Eltsov 2024-11-01 01:35:04 +0300
  • db1a1c5dd9 Change: Invalidate build toolbars when NewGRFs are changed. Peter Nelson 2024-10-22 23:48:43 +0100
  • 6d2b93d3b3 Codechange: Set up rail/road toolbar buttons during window's OnInit event. Peter Nelson 2024-10-22 23:48:13 +0100
  • 0e3fdfb1b5 Codechange: Don't store pointer to RoadTypeInfo in road toolbar. Peter Nelson 2024-10-22 22:03:33 +0100
  • 552cf72b98
    Codefix: Immediately return invalid rail/road type when looking for label 0. (#13045) Peter Nelson 2024-10-31 00:11:16 +0000
  • c96f907960
    Change: Invalidate build toolbars when NewGRFs are changed. Peter Nelson 2024-10-22 23:48:43 +0100
  • a8cb21ed4a
    Codechange: Set up rail/road toolbar buttons during window's OnInit event. Peter Nelson 2024-10-22 23:48:13 +0100
  • 2fa33d619a
    Codechange: Don't store pointer to RoadTypeInfo in road toolbar. Peter Nelson 2024-10-22 22:03:33 +0100
  • b0fd3271a6
    Codefix: Immediately return invalid rail/road type when looking for label 0. Peter Nelson 2024-10-22 17:44:13 +0100
  • 9dae626237
    Codefix: restore _generating_world and nearest town cache when failing to fund a random town (#13042) Loïc Guilloux 2024-10-29 19:56:15 +0100
  • 883be19865 Codefix a6f412c6: Missing this-> in YAPF Jonathan G Rennison 2024-10-29 17:29:15 +0000
  • 5134227665 Codefix a6f412c6: Missing this-> in YAPF Jonathan G Rennison 2024-10-29 17:29:15 +0000
  • 1b47de994f Codefix: restore _generating_world and nearest town cache when failing to fund a random town glx22 2024-10-29 15:43:21 +0100
  • 07e8547eb5
    Fix: Terraform of road waypoint tiles (#13040) Jonathan G Rennison 2024-10-29 13:08:15 +0000
  • 1309455f24 Feature: Industry production graph Anatoly Eltsov 2023-05-28 00:35:06 +0300
  • 0200bc3720 Codechange: Renamed CHashTableT to HashTable and corrected code style Koen Bussemaker 2024-10-21 11:05:25 +0200
  • 0e13a7d124
    Fix 3f81124: Invalid data used for height map curves after first run. (#13039) Peter Nelson 2024-10-28 23:18:05 +0000
  • 9f6a7eca5d Fix: Terraform of road waypoint tiles Jonathan G Rennison 2024-10-28 23:12:21 +0000
  • e8293745ee
    Fix 3f81124: Invalid data used for height map curves after first run. Peter Nelson 2024-10-28 22:25:33 +0000
  • 8b4a279cfe Codechange: Renamed CHashTableT to HashTable and corrected code style Koen Bussemaker 2024-10-21 11:05:25 +0200
  • a96a83e330
    Codechange: Code style issues in water regions (#13019) SamuXarick 2024-10-28 14:29:26 +0000
  • abd89b0748 Update: Translations from eints german: 19 changes by Wuzzy2 translators 2024-10-28 04:47:39 +0000
  • e076aaf740
    Codefix: Use SpriteID when passing sprite IDs. (#13037) Peter Nelson 2024-10-27 18:54:49 +0000
  • f56f7b75a0
    Codefix: Use SpriteID when passing sprite IDs. Peter Nelson 2024-10-27 18:04:01 +0000
  • e1697a6ad1
    Codechange: Don't use enums for non-enumerated values. (#13031) Peter Nelson 2024-10-27 18:02:49 +0000
  • a86f9dba0f
    Codefix: Correct handling of GetDepotOrderType() comparison (#13023) SamuXarick 2024-10-27 17:47:22 +0000
  • 9cf47e69d6
    Fix bb8a0c7641: Skip control codes when sorting strings. (#13035) Peter Nelson 2024-10-27 15:49:09 +0000
  • 6f70c7c7e2
    Fix bb8a0c7641: Skip control codes when sorting strings. Peter Nelson 2024-10-27 10:07:58 +0000
  • 233ee16c44 Update: Translations from eints bulgarian: 18 changes by Alexandar83 translators 2024-10-27 04:47:27 +0000
  • e4145fa338
    Fix bb8a0c7641: Strip control codes before sorting NewGRF names. Peter Nelson 2024-10-27 01:02:04 +0100
  • d02496f630 Codechange: use different structure for TileIndexDiff in debug Rubidium 2024-10-17 23:03:35 +0200
  • 1e9fcb6b48 Codechange: Code style issues in water regions SamuXarick 2024-10-22 15:59:17 +0100
  • bb8a0c7641
    Fix: SkipGarbage() skipped all multi-byte utf-8 characters. (#13032) Peter Nelson 2024-10-26 21:01:33 +0100
  • 6ed51b3fbd
    Fix: SkipGarbage() skipped all multi-byte utf-8 characters. Peter Nelson 2024-10-26 19:04:06 +0100
  • 293ec168f1
    Codechange: Don't use enums for non-enumerated values. Peter Nelson 2024-10-24 18:10:49 +0100
  • 1191efa581
    Fix #12914: Fix use of invalidated pointer in viewport drawer. (#12918) Peter Nelson 2024-10-26 15:24:41 +0100
  • d466539263 Codefix: Correct handling of GetDepotOrderType() comparison SamuXarick 2024-10-22 21:58:46 +0100
  • 4f9c10d35f
    Codechange: Simplify storage of WaterTileType in map. (#13030) Peter Nelson 2024-10-26 10:17:44 +0100
  • 559ec65d4e
    Fix #12914: Fix use of invalidated pointer in viewport drawer. Peter Nelson 2024-08-23 20:42:21 +0100
  • 1451e6dd14
    Codechange: Simplify storage of WaterTileType in map. Peter Nelson 2024-10-25 22:17:59 +0100
  • e50c1774fc Codechange: Remove some unnecessary local variables. Peter Nelson 2024-10-21 20:25:04 +0100
  • c39554a210 Codechange: Simplify selection between pathfinder functions. Peter Nelson 2024-10-21 10:30:48 +0100
  • 1403a55e5d Codechange: Use uppercase naming for YAPF cost constant. Peter Nelson 2024-10-18 18:21:05 +0100
  • a171939ec3 Codechange: Remove `m_` prefix from pathfinders. Peter Nelson 2024-10-14 21:43:04 +0100
  • a496e9397c Codechange: Prefer member-initialization. Peter Nelson 2024-10-14 20:42:20 +0100
  • a6f412c615 Codechange: Add `this->` to YAPF. Peter Nelson 2024-10-14 20:34:19 +0100
  • 5b73654f94 Codechange: Add includes to YAPF .hpp files. Peter Nelson 2024-10-14 19:46:18 +0100
  • 009e57ee03 Codechange: Use member initializer list. Peter Nelson 2024-10-14 19:23:10 +0100
  • ea6aa4653a Codechange: replace magic numbers with enumeration Rubidium 2024-10-22 18:06:22 +0200
  • 4a4c77ff04 Codechange: use functions described in documentation, instead of related other functions Rubidium 2024-10-22 16:39:16 +0200
  • cc9d83a66c
    Codechange: Remove some unnecessary local variables. Peter Nelson 2024-10-21 20:25:04 +0100
  • e6bcaa63f2
    Codechange: Simplify selection between pathfinder functions. Peter Nelson 2024-10-21 10:30:48 +0100
  • 92d5164351
    Codechange: Use uppercase naming for YAPF cost constant. Peter Nelson 2024-10-18 18:21:05 +0100
  • 3ca70ffa9d
    Codechange: Remove `m_` prefix from pathfinders. Peter Nelson 2024-10-14 21:43:04 +0100
  • 93cdaab11d
    Codechange: Prefer member-initialization. Peter Nelson 2024-10-14 20:42:20 +0100
  • 02a1334304
    Codechange: Add `this->` to YAPF. Peter Nelson 2024-10-14 20:34:19 +0100
  • f96272eeea
    Codechange: Add includes to YAPF .hpp files. Peter Nelson 2024-10-14 19:46:18 +0100
  • 6a1c2b8bb6
    Codechange: Use member initializer list. Peter Nelson 2024-10-14 19:23:10 +0100
  • 8ed983b3cd Codechange: Re-order load update for SLV_139 Jonathan G Rennison 2024-07-01 17:09:05 +0100
  • f19829d029 Fix #12831: Delay vehicle cache init to after map upgrades in load Jonathan G Rennison 2024-07-01 17:05:39 +0100
  • fc7a8a44d8 Codechange: replace magic numbers with enumeration Rubidium 2024-10-22 18:06:22 +0200
  • dfb74e25f7 Codechange: remove parameter which value can always be deduced Rubidium 2024-10-24 17:13:29 +0200
  • d5a13fb9f4
    Codechange: Use TileOffsByAxis(...) in more places (#13026) SamuXarick 2024-10-24 20:58:15 +0100
  • 74aa9e663e Codechange: Use TileOffsByAxis(...) in more places SamuXarick 2024-10-23 19:00:13 +0100
  • 55123e7708 Codechange: remove parameter which value can always be deduced Rubidium 2024-10-24 17:13:29 +0200
  • c9819f8957 Codechange: split GetRoadDir as bays have DiagDir and drive throughs have Axis Rubidium 2024-10-22 23:25:07 +0200
  • 36b9266709 Codechange: split GetRoadDir as bays have DiagDir and drive throughs have Axis Rubidium 2024-10-22 23:25:07 +0200
  • 8d43fa5635
    Merge 3b540a01d9 into d6aa09f96a nchappe 2024-10-24 13:45:14 -0400
  • d6aa09f96a Fix #12973: Don't exclude high score after using sandbox Da-W1nn3r 2024-10-14 16:57:07 +1100
  • 89c1243f72 Fix #12973: Don't exclude high score after using sandbox Da-W1nn3r 2024-10-14 16:57:07 +1100
  • ce641af6a9 Codechange: use StationGfx over RoadStopDir + optional offset for drive through stop Rubidium 2024-10-23 06:37:36 +0200
  • 38c9eb76a0 Codechange: add and use TileOffsByAxis(...) over TileOffsByDir(DiagDirToAxis(...)) Rubidium 2024-10-23 06:56:34 +0200
  • e0507a9b08 Codechange: add and use TileOffsByAxis(...) over TileOffsByDir(DiagDirToAxis(...)) Rubidium 2024-10-23 06:56:34 +0200
  • f0d496e9a1 Codechange: use StationGfx over RoadStopDir + optional offset for drive through stop Rubidium 2024-10-23 06:37:36 +0200
  • 0540b121b8 Codechange: use functions described in documentation, instead of related other functions Rubidium 2024-10-22 16:39:16 +0200
  • 7a71df2952
    Codechange: Use fmt::format to convert value to binary string representation. (#13016) Peter Nelson 2024-10-22 13:59:08 +0100
  • 72d3db577d
    Codechange: Use fmt::format to convert value to binary string representation. Peter Nelson 2024-10-21 20:50:16 +0100
  • 51ffb2a1a3 Update: Translations from eints arabic (egypt): 3 changes by Alaadel translators 2024-10-22 04:47:27 +0000
  • 01807fa753 Change: Use Markdown for changelog. Peter Nelson 2024-10-13 20:20:48 +0100
  • e98407973f Fix #12993: Replace known-bugs text with markdown version. Peter Nelson 2024-10-13 14:37:03 +0100
  • e3bfe2b668
    Fix: Don't invalidate water regions on the other side of the map. (#13012) Peter Nelson 2024-10-22 00:33:29 +0100
  • 3eb7901ad9
    Codechange: Use template parameter of SetBitIterator instead of casting later. (#13015) Peter Nelson 2024-10-21 17:54:54 +0100
  • b228a11b2a
    Codechange: Use template parameter of SetBitIterator instead of casting later. Peter Nelson 2024-10-21 17:21:53 +0100
  • 6ca9ddcffa Codefix: [Win32] String handling in OTTDStringCompare, Win32StringContains Jonathan G Rennison 2024-10-06 18:08:34 +0100
  • d7a2efd623 Codefix: [Win32] Truncated stack trace symbols were not null-terminated Jonathan G Rennison 2024-10-19 12:29:21 +0100
  • 18e8a34081 Codechange: replace "magic" trick with simpler straight forward code Rubidium 2024-10-18 16:20:09 +0200
  • 392bcf5c9a Codechange: simplify ToTileIndexDiff by just calling TileDiffXY Rubidium 2024-10-18 16:13:51 +0200
  • 1998e94ae7 Codechange: create the TileIndexDiff of the whole translation we want to execute Rubidium 2024-10-18 16:13:27 +0200