• Joined on 2023-09-09
mirror synced commits to refs/pull/11328/head at mirror/OpenTTD from mirror 2023-09-21 22:53:55 +00:00
f5e1b2f39f Codechange: Use new function to get a bitmask of empty cargo types.
mirror synced commits to refs/pull/11262/merge at mirror/OpenTTD from mirror 2023-09-21 22:53:55 +00:00
bec36c1f98 Cleanup ba67f39: CodeQL's dependency was forgotten to be removed
398c7e5f9d Codechange: Use new function to get a bitmask of empty cargo types.
69ee38bd43 Codechange: Use GetAcceptanceMask() instead of duplicating it.
6d675c8acf Fix: #11329: Don't assert vehicle list length is non-zero when only asked to set string parameter. (#11330)
Compare 28 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-21 22:53:55 +00:00
bec36c1f98 Cleanup ba67f39: CodeQL's dependency was forgotten to be removed
398c7e5f9d Codechange: Use new function to get a bitmask of empty cargo types.
69ee38bd43 Codechange: Use GetAcceptanceMask() instead of duplicating it.
Compare 3 commits »
mirror synced and deleted reference refs/tags/refs/pull/11328/merge at mirror/OpenTTD from mirror 2023-09-21 22:53:55 +00:00
mirror synced and deleted reference refs/tags/refs/pull/11327/merge at mirror/OpenTTD from mirror 2023-09-21 14:43:54 +00:00
mirror synced commits to refs/pull/11316/merge at mirror/OpenTTD from mirror 2023-09-21 14:43:54 +00:00
9af0bd998b Merge d382c53912b15bfa3d14ca808399c600170c46c9 into cef6a5f79c
cef6a5f79c Fix #11326: Update autoreplace scrollbar count after clearing engine list. (#11327)
6b7537646d Fix: Allow NewGRF inspection of road tiles. (#11323)
Compare 3 commits »
mirror synced commits to refs/pull/11253/merge at mirror/OpenTTD from mirror 2023-09-21 14:43:54 +00:00
8f98178d0a Merge 085c6aacb2f92053ba572630ebf69746de51d28c into 6d675c8acf
6d675c8acf Fix: #11329: Don't assert vehicle list length is non-zero when only asked to set string parameter. (#11330)
cef6a5f79c Fix #11326: Update autoreplace scrollbar count after clearing engine list. (#11327)
Compare 3 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-21 14:43:54 +00:00
6d675c8acf Fix: #11329: Don't assert vehicle list length is non-zero when only asked to set string parameter. (#11330)
cef6a5f79c Fix #11326: Update autoreplace scrollbar count after clearing engine list. (#11327)
Compare 2 commits »
mirror synced commits to refs/pull/11253/merge at mirror/OpenTTD from mirror 2023-09-21 06:33:54 +00:00
b1c7fbd23b Merge 085c6aacb2f92053ba572630ebf69746de51d28c into 6b7537646d
6b7537646d Fix: Allow NewGRF inspection of road tiles. (#11323)
122bfa2afd Codechange: Use less locals for station free names bitmask.
aeaa552385 Codechange: Use std::bitset instead of bool array.
2eacf36d0a Codechange: List fallback station names by ID instead of magic number.
Compare 28 commits »
mirror synced commits to refs/pull/11316/merge at mirror/OpenTTD from mirror 2023-09-20 22:23:53 +00:00
154150e721 Merge d382c53912b15bfa3d14ca808399c600170c46c9 into 122bfa2afd
122bfa2afd Codechange: Use less locals for station free names bitmask.
aeaa552385 Codechange: Use std::bitset instead of bool array.
2eacf36d0a Codechange: List fallback station names by ID instead of magic number.
f40816503f Codechange: Add enum items for dynmically created setting dropdowns.
Compare 9 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-20 22:23:53 +00:00
6b7537646d Fix: Allow NewGRF inspection of road tiles. (#11323)
122bfa2afd Codechange: Use less locals for station free names bitmask.
aeaa552385 Codechange: Use std::bitset instead of bool array.
2eacf36d0a Codechange: List fallback station names by ID instead of magic number.
f40816503f Codechange: Add enum items for dynmically created setting dropdowns.
Compare 9 commits »
mirror synced commits to refs/pull/11316/merge at mirror/OpenTTD from mirror 2023-09-20 14:13:55 +00:00
5df853cd13 Merge d382c53912b15bfa3d14ca808399c600170c46c9 into a0c6259e33
a0c6259e33 Codechange: Don't access cargo filter before it is initialized. (#11321)
48dc4219ea Codechange: Don't pass GUI cargo filter constants to command system. (#11320)
d382c53912 Codechange: Remove unused parameter for Height()
6b586dddad Cleanup: TransmitNotesOff is only called with buffer==_buffer.
Compare 14 commits »
mirror synced and deleted reference refs/tags/refs/pull/11320/merge at mirror/OpenTTD from mirror 2023-09-20 14:13:54 +00:00
mirror synced commits to refs/pull/11316/head at mirror/OpenTTD from mirror 2023-09-20 14:13:54 +00:00
d382c53912 Codechange: Remove unused parameter for Height()
6b586dddad Cleanup: TransmitNotesOff is only called with buffer==_buffer.
c84fd30317 Codechange: Add missing 'override'.
2ff4248032 Codechange: Enable more warnings.
a7707302e6 Codechange: silence false warning.
Compare 17 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-20 14:13:54 +00:00
a0c6259e33 Codechange: Don't access cargo filter before it is initialized. (#11321)
48dc4219ea Codechange: Don't pass GUI cargo filter constants to command system. (#11320)
Compare 2 commits »
mirror synced and deleted reference refs/tags/refs/pull/11321/merge at mirror/OpenTTD from mirror 2023-09-20 14:13:54 +00:00
mirror synced commits to refs/pull/11283/head at mirror/OpenTTD from mirror 2023-09-19 21:53:54 +00:00
eb95a96545 Fix: only count distance traveled in vehicles for cargo payment
6fb89b189f Fix #11315: Sort industries and cargoes by name* in industry chain window.
106f29f761 Codechange: Use iteration to copy cargo list into CFT_CARGO.
4f8d06ff73 Codechange: Use uint8_t instead of byte for numeric values.
9457bda614 Codechange: Use std::fill instead of memset when initializing GUI cargo fields.
Compare 35 commits »
mirror synced commits to refs/pull/11316/merge at mirror/OpenTTD from mirror 2023-09-19 21:53:54 +00:00
6859022c9c Merge efafd66df3bac608462dcee149b575a3f5d3638d into 710722e3c1
710722e3c1 Update: Translations from eints
Compare 2 commits »
mirror synced commits to refs/pull/11306/head at mirror/OpenTTD from mirror 2023-09-19 21:53:54 +00:00
fa502bc166 Cleanup: TransmitNotesOff is only called with buffer==_buffer.
722a3f1e3c Codechange: Add missing 'override'.
7d579ed3b1 Codechange: Enable more warnings.
78691a578b Codechange: silence false warning.
f638d05a1c Codechange: All ParagraphLayoutFactory::AppendToBuffer assume that the buffer has at least some space.
Compare 8 commits »
mirror synced commits to refs/pull/10602/merge at mirror/OpenTTD from mirror 2023-09-19 21:53:54 +00:00
710722e3c1 Update: Translations from eints
6fb89b189f Fix #11315: Sort industries and cargoes by name* in industry chain window.
106f29f761 Codechange: Use iteration to copy cargo list into CFT_CARGO.
4f8d06ff73 Codechange: Use uint8_t instead of byte for numeric values.
Compare 10 commits »