1
0
Fork 0

Commit Graph

  • 24d31c9863
    Fix 9602de4: FinaliseCargoArray did nothing. Peter Nelson 2024-01-19 08:12:28 +0000
  • 6a2c37b4ed
    Fix 09f585b: Crash if font name ends with comma or comma and whitespace on Linux. (#11838) Peter Nelson 2024-01-19 08:03:32 +0000
  • 1c694e433d Codechange: use std::popcount instead of hand written loop Rubidium 2024-01-18 21:45:42 +0100
  • d15fba439a
    Fix 09f585b: Crash if font name ends with comma or comma and whitespace on Linux. Peter Nelson 2024-01-19 00:55:32 +0000
  • 4bd9215dac
    Fix #11827: Make Layouter::GetCharPosition() aware of ligatures. Peter Nelson 2024-01-18 18:45:22 +0000
  • ae575a7a5b Codechange: Store text run positions in vector of points. Peter Nelson 2024-01-18 21:06:43 +0000
  • f7cc88f370 Codechange: Return vector references instead of pointer to first item. Peter Nelson 2024-01-12 01:39:44 +0000
  • fde642f404
    Change: Invalidate music volume when restarting music playback on Windows. Peter Nelson 2024-01-18 22:47:01 +0000
  • 6938b3b409
    Codechange: Store text run positions in vector of points. Peter Nelson 2024-01-18 21:06:43 +0000
  • 8c9a8f96a3
    Codechange: Return vector references instead of pointer to first item. Peter Nelson 2024-01-12 01:39:44 +0000
  • 2f8de227dc Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned Rubidium 2024-01-18 22:09:09 +0100
  • ee00c7b159 Codechange: use TO_LE16 directly when reading language file offsets Rubidium 2024-01-18 22:08:22 +0100
  • fdb56f84c4 Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned Rubidium 2024-01-18 22:09:09 +0100
  • 13da583670 Codechange: use TO_LE16 directly when reading language file offsets Rubidium 2024-01-18 22:08:22 +0100
  • a1b98b0552 Codechange: use std::popcount instead of hand written loop Rubidium 2024-01-18 21:45:42 +0100
  • c719846660 Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit Rubidium 2024-01-18 19:40:49 +0100
  • 32b99bf77c Update: Translations from eints portuguese: 4 changes by azulcosta translators 2024-01-18 18:40:14 +0000
  • 8df0ed1cda Codechange: replace hand written function to find first/last bit with C++ variant Rubidium 2024-01-18 18:40:52 +0100
  • bf4b669628
    Fix: [Script] Improve ScriptText validation (#11721) Loïc Guilloux 2024-01-18 18:06:30 +0100
  • 28ef5146ba Fix #11646: Non-thread safe shared buffer returned from GetLogPrefix(). Peter Nelson 2023-12-30 00:07:51 +0000
  • ff0404bff3 Change: force the use of macos-13 runner (beta) and Xcode 15 (non default) Rubidium 2024-01-17 20:34:42 +0100
  • 2b599c9d00 Fix: [HarfBuzz] make HarfBuzz use the same glyphs as we render Patric Stout 2024-01-18 09:34:56 +0100
  • a24c2bf10a Codechange: [HarfBuzz] hb-ft will set the scaling on its own Patric Stout 2024-01-18 09:36:48 +0100
  • a13d1697b2 Fix: [HarfBuzz] make HarfBuzz use the same glyphs as we render Patric Stout 2024-01-18 09:34:56 +0100
  • c3238d3e43 Codechange: [HarfBuzz] hb-ft will set the scaling on its own Patric Stout 2024-01-18 09:36:48 +0100
  • 7faa3848de
    Change: Mark whole screen dirty when toggling font AA. (#11825) Peter Nelson 2024-01-17 23:04:07 +0000
  • 4cc97e04e6 Fix #11801, 51f1e93: CalcClosestTownFromTile needs the kd-tree to be valid Rubidium 2024-01-17 22:45:33 +0100
  • 0be26f5856
    Change: Remove extra padding from query text. (#11823) Peter Nelson 2024-01-17 22:17:14 +0000
  • d85f944b8a
    Change: Mark whole screen dirty when toggling font AA. Peter Nelson 2024-01-17 22:09:11 +0000
  • 47c0184a0b Codechange: replace ROR/ROL with std::rotr/rotl Rubidium 2024-01-17 20:58:06 +0100
  • eb9ed8c7a7 Fix #11801, 51f1e93: CalcClosestTownFromTile needs the kd-tree to be valid Rubidium 2024-01-17 22:45:33 +0100
  • 135abb64eb
    Change: Remove extra padding from query text. Peter Nelson 2024-01-17 21:36:26 +0000
  • f457be5a27
    Fix #11819, aa5ba5b: Out-of-bounds access in linkgraph GUI. (#11821) frosch 2024-01-17 22:26:33 +0100
  • c250e4375a Fix #11819, aa5ba5b: Out-of-bounds access in linkgraph GUI. frosch 2024-01-17 21:18:47 +0100
  • 60703fd9ca Codechange: replace ROR/ROL with std::rotr/rotl Rubidium 2024-01-17 20:58:06 +0100
  • b15c019b55 Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc Rubidium 2024-01-17 04:17:02 +0100
  • ee79dbe035 Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED Rubidium 2024-01-17 03:53:10 +0100
  • 330593ae6a Codechange: use std::source_location over __FILE__ and __LINE__ for Backup Rubidium 2024-01-17 03:33:23 +0100
  • 2d77cf9c80 Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with Rubidium 2024-01-17 06:30:44 +0100
  • 384b804f9c Update: Translations from eints english (au): 1 change by krysclarke chinese (simplified): 21 changes by WenSimEHRP danish: 4 changes by bscargo french: 2 changes by ottdfevr portuguese (brazilian): 5 changes by pasantoro polish: 5 changes by pAter-exe translators 2024-01-17 18:39:56 +0000
  • 93e37fbc9c Fix: [Script] Improve ScriptText validation glx22 2024-01-09 23:32:41 +0100
  • 341bdabc70
    Fix #11815, bb491127: Missing brackets prevented vehicles turning properly. (#11816) Peter Nelson 2024-01-17 13:23:55 +0000
  • 2485e4ef77
    Fix bb491127: Missing braces prevented vehicles turning properly. Peter Nelson 2024-01-17 12:51:28 +0000
  • fd0528a9b4 Fix: Excessive switching of horizontal scale for FPS graph 60 Hz categories Jonathan G Rennison 2024-01-16 22:23:31 +0000
  • 17d47ba06f Fix 661bdae2: cargo_payment not cleared when aircraft loading cancelled Jonathan G Rennison 2024-01-16 00:55:09 +0000
  • d5e3fe8dd8 Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with Rubidium 2024-01-17 06:30:44 +0100
  • fd073a2810 Remove: replace custom span with std::span Patric Stout 2024-01-16 22:46:00 +0100
  • bb49112784 Codechange: switch our codebase to C++20 Patric Stout 2024-01-16 20:38:42 +0100
  • fd59393899
    Fix #11791, e1f5be62: Run missing-glyph detection after toggling sprite font. (#11812) Michael Lutz 2024-01-17 00:00:26 +0100
  • e7ba42ad4b
    Fix bde05ce7: also update the version in the OpenTTD docs to v0.4 (#11810) Patric Stout 2024-01-16 23:37:05 +0100
  • 8b4e0cb23c Remove: replace custom span with std::span Patric Stout 2024-01-16 22:46:00 +0100
  • 54c169c393 Codechange: switch our codebase to C++20 Patric Stout 2024-01-16 20:38:42 +0100
  • aa5ba5bd7f Codechange: allow certain enumeration to be added Rubidium 2024-01-16 22:01:28 +0100
  • a01a40cb89 Fix: Excessive switching of horizontal scale for FPS graph 60 Hz categories Jonathan G Rennison 2024-01-16 22:23:31 +0000
  • d8c4afe55f Fix e1f5be62: Run missing-glyph detection after toggling sprite font. Michael Lutz 2024-01-16 23:23:53 +0100
  • 341d7bc9a8 Codechange: switch our codebase to C++23 Patric Stout 2024-01-16 23:06:03 +0100
  • 3fa3d25d7e Fix bde05ce7: also update the version in the OpenTTD docs to v0.4 Patric Stout 2024-01-16 23:01:18 +0100
  • 5a8a9dbfbc Remove: replace custom span with std::span Patric Stout 2024-01-16 22:46:00 +0100
  • b0e6e4dd36 Codechange: switch our codebase to C++20 Patric Stout 2024-01-16 20:38:42 +0100
  • d6e2b1f237 Codechange: allow certain enumeration to be added Rubidium 2024-01-16 22:01:28 +0100
  • 7737aa6640 Codechange: Make all NWidgetPart arrays constexpr. Peter Nelson 2024-01-15 22:49:24 +0000
  • 71b7ba0daa Codechange: Allow constexpr NWidgetPart construction. Peter Nelson 2024-01-15 22:49:24 +0000
  • a5b6e17556 Codechange: Make geometry methods constexpr. Peter Nelson 2024-01-15 22:49:25 +0000
  • 68843e3a96 Codechange: Move WidgetDimensions::unscaled to header to allow const use. Peter Nelson 2024-01-15 22:49:59 +0000
  • 7eecd7512f Codechange: Remove redundant struct keyword. Peter Nelson 2024-01-15 22:49:23 +0000
  • b03ea31a85 Codechange: allow certain enumeration to be added Rubidium 2024-01-16 22:01:28 +0100
  • 6860a86d45
    Codechange: remove all u8 prefix in favour of compile-time option (#11807) Patric Stout 2024-01-16 22:33:53 +0100
  • 6550682b49
    Codechange: minor bits and pieces related to fmt::format() (#11806) Patric Stout 2024-01-16 22:10:34 +0100
  • 0b7410d979
    Codechange: compile-time validate the string format of IConsolePrint (#11804) Patric Stout 2024-01-16 22:04:35 +0100
  • 8b4c5a6269
    Codechange: compile-time validate the string format of SlErrorCorruptFmt (#11805) Patric Stout 2024-01-16 21:58:55 +0100
  • 5107f66fc0 Codechange: remove all u8 prefix in favour of compile-time option Patric Stout 2024-01-16 21:54:38 +0100
  • d005e8f8bd
    Fix 884b9e66: No need to include extra pixel for pressed state. (#11803) Peter Nelson 2024-01-16 20:50:46 +0000
  • 0804c85511
    Codechange: Make all NWidgetPart arrays constexpr. Peter Nelson 2024-01-15 22:49:24 +0000
  • fe18a0cb9c
    Codechange: Allow constexpr NWidgetPart construction. Peter Nelson 2024-01-15 22:49:24 +0000
  • b7ee63c355
    Codechange: Make geometry methods constexpr. Peter Nelson 2024-01-15 22:49:25 +0000
  • 3ce98cb9e1 Codechange: compile-time validate the string format of IConsolePrint Patric Stout 2024-01-16 21:08:16 +0100
  • d04d13dd35 Codechange: minor bits and pieces related to fmt::format() Patric Stout 2024-01-16 21:28:34 +0100
  • 8732f47cf2 Codechange: compile-time validate the string format of SlErrorCorruptFmt Patric Stout 2024-01-16 21:19:32 +0100
  • bde05ce79c
    Update: OpenTTD TTF font to v0.4 (#11799) Patric Stout 2024-01-16 21:10:48 +0100
  • 2656bede67
    Fix 884b9e66: No need to include extra pixel for pressed state. Peter Nelson 2024-01-16 12:12:00 +0000
  • 36d0f5fd26 Update: OpenTTD TTF font to v0.4 Patric Stout 2024-01-16 20:31:48 +0100
  • 2efd897691 Update: Translations from eints english (au): 4 changes by krysclarke english (us): 4 changes by 2TallTyler chinese (simplified): 8 changes by WenSimEHRP korean: 4 changes by telk5093 russian: 4 changes by Ln-Wolf finnish: 4 changes by hpiirai french: 8 changes by ottdfevr translators 2024-01-16 18:39:39 +0000
  • 1e9d14222f Fix 661bdae2: cargo_payment not cleared when aircraft loading cancelled Jonathan G Rennison 2024-01-16 00:55:09 +0000
  • 1d9056ee6b
    Codechange: Move WidgetDimensions::unscaled to header to allow const use. Peter Nelson 2024-01-15 22:49:59 +0000
  • 906404f203
    Codechange: Remove redundant struct keyword. Peter Nelson 2024-01-15 22:49:23 +0000
  • 661bdae2e5 Fix #11785, cf16f45: when bumping aircraft into the air, remove them from the loading vehicle list again Rubidium 2024-01-15 22:12:55 +0100
  • f99793547e Fix fbd71a9: for TTO savegames, getting the savegame type left the file pointing to the wrong location Rubidium 2024-01-15 20:58:24 +0100
  • d5518f6263 Fix 36a0818: TTO did not save company shares Rubidium 2024-01-15 20:04:11 +0100
  • 51f1e939e8 Change: be more resilient against missing towns in old loader Rubidium 2024-01-15 19:22:51 +0100
  • 67b405d2f6 Fix #11783, 953445a: TTO savegames are not 65536 by 65536 Rubidium 2024-01-15 19:10:13 +0100
  • f5b320e502 Codechange: use range based for loop, instead of tile numbers Rubidium 2024-01-15 18:39:31 +0100
  • b09a4384d9 Codechange: remove need to use separate array for old_map3 Rubidium 2024-01-15 19:00:59 +0100
  • 8510f7bd00
    Fix: NWidgetParts must use unscaled dimensions. (#11794) Peter Nelson 2024-01-15 23:02:25 +0000
  • 72f2f3d3a4
    Fix: NWidgetParts must use unscaled dimensions. Peter Nelson 2024-01-15 22:24:32 +0000
  • 830425e0b6 Fix #11785, cf16f45: when bumping aircraft into the air, remove them from the loading vehicle list again Rubidium 2024-01-15 22:12:55 +0100
  • 3508fdc9c7 Fix fbd71a9: for TTO savegames, getting the savegame type left the file pointing to the wrong location Rubidium 2024-01-15 20:58:24 +0100
  • 0220ef8768 Fix 36a0818: TTO did not save company shares Rubidium 2024-01-15 20:04:11 +0100
  • 77757c4f68 Change: be more resilient against missing towns in old loader Rubidium 2024-01-15 19:22:51 +0100
  • 341a224be6 Fix #11783, 953445a: TTO savegames are not 65536 by 65536 Rubidium 2024-01-15 19:10:13 +0100
  • a679a88260 Codechange: use range based for loop, instead of tile numbers Rubidium 2024-01-15 18:39:31 +0100