• Joined on 2023-09-09
mirror synced commits to refs/pull/10700/merge at mirror/OpenTTD from mirror 2023-09-17 20:53:55 +00:00
927f4aed74 Merge ad2cdb9003ecce0305379fc2b4cf9e04ebd4d289 into c6864637fb
c6864637fb Add: [GitHub] also test if release builds without asserts are warning-free (#11309)
3a2509198f Codechange: use better location for the "invalid" action sentinel value
09a7902d36 Fix 8ab0936: missed WIDGET_LIST_END removals
3afb732c37 Fix #11307: Incorrect GroupStatistics after selling leading wagon
Compare 22 commits »
mirror synced commits to refs/pull/10004/merge at mirror/OpenTTD from mirror 2023-09-17 20:53:54 +00:00
b9a874c9ff Merge b899219147dd6ca1a511fa1871e0797eb0b95476 into c6864637fb
c6864637fb Add: [GitHub] also test if release builds without asserts are warning-free (#11309)
3a2509198f Codechange: use better location for the "invalid" action sentinel value
09a7902d36 Fix 8ab0936: missed WIDGET_LIST_END removals
3afb732c37 Fix #11307: Incorrect GroupStatistics after selling leading wagon
Compare 24 commits »
mirror synced commits to refs/pull/10003/merge at mirror/OpenTTD from mirror 2023-09-17 20:53:54 +00:00
d936bea397 Merge 02383c3059d3aee45c4f2621da0058519f117fd4 into c6864637fb
c6864637fb Add: [GitHub] also test if release builds without asserts are warning-free (#11309)
3a2509198f Codechange: use better location for the "invalid" action sentinel value
09a7902d36 Fix 8ab0936: missed WIDGET_LIST_END removals
3afb732c37 Fix #11307: Incorrect GroupStatistics after selling leading wagon
Compare 43 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-17 20:53:54 +00:00
fd2dd4397f Codechange: Use range-for and iterator to populate default cargo table.
280dce9543 Codechange: Reorder CargoSpec to reduce alignment padding.
e8cbc3c2c7 Codechange: Simplify initialization of default cargoes.
c6864637fb Add: [GitHub] also test if release builds without asserts are warning-free (#11309)
3a2509198f Codechange: use better location for the "invalid" action sentinel value
Compare 10 commits »
mirror synced and deleted reference refs/tags/refs/pull/11311/merge at mirror/OpenTTD from mirror 2023-09-17 20:53:54 +00:00
mirror synced and deleted reference refs/tags/refs/pull/11309/merge at mirror/OpenTTD from mirror 2023-09-17 20:53:54 +00:00
mirror synced and deleted reference refs/tags/refs/pull/10861/merge at mirror/OpenTTD from mirror 2023-09-17 20:53:54 +00:00
mirror synced and deleted reference refs/tags/refs/pull/11308/merge at mirror/OpenTTD from mirror 2023-09-17 20:53:54 +00:00
mirror synced commits to refs/pull/10861/merge at mirror/OpenTTD from mirror 2023-09-17 12:43:53 +00:00
6580ff1adb Fix #11230: Widget layout also failed for group-less vehicle list window. (#11310)
Compare 2 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-17 12:43:53 +00:00
6580ff1adb Fix #11230: Widget layout also failed for group-less vehicle list window. (#11310)
mirror synced commits to refs/pull/11306/merge at mirror/OpenTTD from mirror 2023-09-17 12:43:53 +00:00
2347077a59 Merge f88818918d6461b38c93747a1962a8ac3c91e867 into 6580ff1adb
6580ff1adb Fix #11230: Widget layout also failed for group-less vehicle list window. (#11310)
Compare 2 commits »
mirror synced commits to refs/pull/10861/head at mirror/OpenTTD from mirror 2023-09-17 04:33:55 +00:00
ba51d5d139 Codechange: Rename INVALID_CARGO to INVALID_CARGO_BITNUM
682a8d6988 Codechange: Use correct constant for invalid cargo type.
Compare 2 commits »
mirror synced commits to refs/pull/10861/merge at mirror/OpenTTD from mirror 2023-09-17 04:33:55 +00:00
4cf88e068a Remove: unused include of cstdarg/stdarg.h
8ab0936491 Codechange: use parameter pack/folding instead of va_arg macros for widget states
ba51d5d139 Codechange: Rename INVALID_CARGO to INVALID_CARGO_BITNUM
682a8d6988 Codechange: Use correct constant for invalid cargo type.
Compare 5 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-17 04:33:54 +00:00
4cf88e068a Remove: unused include of cstdarg/stdarg.h
8ab0936491 Codechange: use parameter pack/folding instead of va_arg macros for widget states
Compare 2 commits »
mirror synced and deleted reference refs/tags/refs/pull/11305/merge at mirror/OpenTTD from mirror 2023-09-17 04:33:54 +00:00
mirror synced commits to refs/pull/10861/head at mirror/OpenTTD from mirror 2023-09-16 20:23:54 +00:00
d13fb38475 Codechange: Rename INVALID_CARGO to INVALID_CARGO_BITNUM
9e14a53637 Codechange: Use correct constant for invalud cargo type.
42170e6c2b Codechange: Rename RoadType parameter of MakeRoadDepot
a3f661cb66 Fix: compilation failed on gcc 10.2 due to missing include. (#11300)
ba51a34b4c Update: Translations from eints
Compare 498 commits »
mirror synced commits to refs/pull/10861/merge at mirror/OpenTTD from mirror 2023-09-16 20:23:54 +00:00
9e06d3d67a Merge d13fb3847506bc0504dc9188ef6131a9a812d88f into 30eba33f1e
d13fb38475 Codechange: Rename INVALID_CARGO to INVALID_CARGO_BITNUM
9e14a53637 Codechange: Use correct constant for invalud cargo type.
30eba33f1e Update: Translations from eints
c6f5b57f13 Fix #11297, 4e9a871: SCC_GENDER_LIST tried to determine the gender from the wrong sub-string. (#11299)
Compare 193 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-16 20:23:54 +00:00
30eba33f1e Update: Translations from eints
mirror synced commits to refs/pull/11012/merge at mirror/OpenTTD from mirror 2023-09-16 12:13:53 +00:00
c6f5b57f13 Fix #11297, 4e9a871: SCC_GENDER_LIST tried to determine the gender from the wrong sub-string. (#11299)
39ef4b503f Fix: also apply cargo filters on shared groups in vehicle listing (#11294)
8d90448153 Update: Translations from eints
42170e6c2b Codechange: Rename RoadType parameter of MakeRoadDepot
Compare 23 commits »
mirror synced commits to refs/pull/11262/merge at mirror/OpenTTD from mirror 2023-09-16 12:13:53 +00:00
c6f5b57f13 Fix #11297, 4e9a871: SCC_GENDER_LIST tried to determine the gender from the wrong sub-string. (#11299)
39ef4b503f Fix: also apply cargo filters on shared groups in vehicle listing (#11294)
8d90448153 Update: Translations from eints
42170e6c2b Codechange: Rename RoadType parameter of MakeRoadDepot
Compare 12 commits »