• Joined on 2023-09-09
mirror synced commits to refs/pull/11030/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:56 +00:00
8437b20fed Fix: Deleting towns did not check for waypoints referencing the town
7b0afec11f Codechange: Use max_element to find highest cargo amount.
3f853d8003 Codechange: Use range-for to simplify getting first non-zero value.
4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections
Compare 34 commits »
mirror synced commits to refs/pull/11487/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:56 +00:00
8437b20fed Fix: Deleting towns did not check for waypoints referencing the town
7b0afec11f Codechange: Use max_element to find highest cargo amount.
3f853d8003 Codechange: Use range-for to simplify getting first non-zero value.
4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections
Compare 15 commits »
mirror synced commits to refs/pull/11483/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:56 +00:00
704aa4e55c Merge cd14648a0f72d1d4c6d5a32e7a0ab02bbb987f8f into 8437b20fed
8437b20fed Fix: Deleting towns did not check for waypoints referencing the town
7b0afec11f Codechange: Use max_element to find highest cargo amount.
3f853d8003 Codechange: Use range-for to simplify getting first non-zero value.
4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections
Compare 25 commits »
mirror synced commits to refs/pull/11389/head at mirror/OpenTTD from mirror 2023-11-29 02:13:56 +00:00
2e1489dc49 Codechange: Don't use a magic number for the number of DiagDirections
d3cf1bb9f1 Doc: Add, fix, and clean up documentation inside town_cmd.cpp
8e4e3cddc2 Codechange: Be consistent with how we name common parameters
808431a13f Codechange: Rename TryClearTile() for clarity
79bec9c1d6 Codechange: Rename MakeTownHouseBigger() for clarity
Compare 137 commits »
mirror synced commits to refs/pull/11386/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:56 +00:00
8437b20fed Fix: Deleting towns did not check for waypoints referencing the town
7b0afec11f Codechange: Use max_element to find highest cargo amount.
3f853d8003 Codechange: Use range-for to simplify getting first non-zero value.
4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections
Compare 76 commits »
mirror synced and deleted reference refs/tags/refs/pull/11499/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:55 +00:00
mirror synced and deleted reference refs/tags/refs/pull/11389/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:55 +00:00
mirror synced commits to master at mirror/OpenTTD from mirror 2023-11-29 02:13:55 +00:00
27082f9efa Codechange: pass std::string references to OpenBrowser
8437b20fed Fix: Deleting towns did not check for waypoints referencing the town
7b0afec11f Codechange: Use max_element to find highest cargo amount.
3f853d8003 Codechange: Use range-for to simplify getting first non-zero value.
4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections
Compare 12 commits »
mirror synced commits to refs/pull/10541/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:55 +00:00
a536cd623f Merge 16f40dbafa4001e879ffa5b311e629974729d036 into 8437b20fed
8437b20fed Fix: Deleting towns did not check for waypoints referencing the town
7b0afec11f Codechange: Use max_element to find highest cargo amount.
3f853d8003 Codechange: Use range-for to simplify getting first non-zero value.
4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections
Compare 13 commits »
mirror synced commits to refs/pull/10700/head at mirror/OpenTTD from mirror 2023-11-29 02:13:55 +00:00
bb1ee78dbe Doc: Clarify in economy and calendar timer files the usecases for each
89a6c6fc5a Codechange: Sync calendar and economy dates when loading NewGRFs
dbba0edffe Codechange: Use economy dates for linkgraphs
03d41c8a27 Codechange: Use ecomomy dates for timetables
a68bf5a734 Codechange: Use economy dates for subsidy date displays
Compare 6 commits »
mirror synced commits to refs/pull/10700/merge at mirror/OpenTTD from mirror 2023-11-29 02:13:55 +00:00
c2eddd4cf2 Merge bb1ee78dbebb8648b38d53cc7448d76af96aa63f into 4181d3c1ff
4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections
2dad9263d7 Doc: Add, fix, and clean up documentation inside town_cmd.cpp
745945c4d3 Codechange: Be consistent with how we name common parameters
1b14eca9d9 Codechange: Rename TryClearTile() for clarity
Compare 16 commits »
mirror synced commits to refs/pull/10541/merge at mirror/OpenTTD from mirror 2023-11-28 18:03:55 +00:00
691c2468da Merge 16f40dbafa4001e879ffa5b311e629974729d036 into e3924f3231
16f40dbafa Feature: Industry production graph
e3924f3231 Fix #10811: Allow dragging vehicle in depot to any free row. (#11508)
e6d132d24b Fix #10926: New free wagons no longer split by type. (#11507)
3df7d1aff9 Codechange: Template input buffer type in audio mixer. (#11505)
Compare 167 commits »
mirror synced commits to refs/pull/10541/head at mirror/OpenTTD from mirror 2023-11-28 18:03:55 +00:00
16f40dbafa Feature: Industry production graph
e3924f3231 Fix #10811: Allow dragging vehicle in depot to any free row. (#11508)
e6d132d24b Fix #10926: New free wagons no longer split by type. (#11507)
3df7d1aff9 Codechange: Template input buffer type in audio mixer. (#11505)
e5aed24395 Codechange: Use std::array for industry tile cargo acceptance. (#11498)
Compare 166 commits »
mirror synced commits to refs/pull/11435/merge at mirror/OpenTTD from mirror 2023-11-28 18:03:55 +00:00
da384438b6 Merge 16570e84fd9631a3120dc6a0b6e0d0444e7cfbf4 into e3924f3231
e3924f3231 Fix #10811: Allow dragging vehicle in depot to any free row. (#11508)
e6d132d24b Fix #10926: New free wagons no longer split by type. (#11507)
Compare 3 commits »
mirror synced commits to refs/pull/11499/merge at mirror/OpenTTD from mirror 2023-11-28 18:03:55 +00:00
519fe33175 Fix ab1a4c6c: Changing baseset/playlist while shuffle is on does not change song. (#11510)
e3924f3231 Fix #10811: Allow dragging vehicle in depot to any free row. (#11508)
e6d132d24b Fix #10926: New free wagons no longer split by type. (#11507)
Compare 4 commits »
mirror synced commits to refs/pull/10700/head at mirror/OpenTTD from mirror 2023-11-28 18:03:55 +00:00
5bd95c45a6 Codechange: Sync calendar and economy dates when loading NewGRFs
4d8ce64aec Doc: Clarify in economy and calendar timer files the usecases for each
e0ce2be706 Codechange: Use economy dates for linkgraphs
73741510ce Codechange: Use ecomomy dates for timetables
eae9307c3c Codechange: Use economy dates for subsidy date displays
Compare 125 commits »
mirror synced commits to refs/pull/10700/merge at mirror/OpenTTD from mirror 2023-11-28 18:03:55 +00:00
d9ab043f86 Merge 5bd95c45a688eee9b180f7984b14a1d10b4e8016 into e3924f3231
5bd95c45a6 Codechange: Sync calendar and economy dates when loading NewGRFs
4d8ce64aec Doc: Clarify in economy and calendar timer files the usecases for each
e0ce2be706 Codechange: Use economy dates for linkgraphs
73741510ce Codechange: Use ecomomy dates for timetables
Compare 125 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-11-28 18:03:54 +00:00
519fe33175 Fix ab1a4c6c: Changing baseset/playlist while shuffle is on does not change song. (#11510)
e3924f3231 Fix #10811: Allow dragging vehicle in depot to any free row. (#11508)
e6d132d24b Fix #10926: New free wagons no longer split by type. (#11507)
Compare 3 commits »
mirror synced commits to refs/pull/11489/merge at mirror/OpenTTD from mirror 2023-11-28 09:53:54 +00:00
c371be8b52 Merge 6ffd0ba43eb70d83d51ffa082fedaafea09b9ab4 into 3df7d1aff9
3df7d1aff9 Codechange: Template input buffer type in audio mixer. (#11505)
e5aed24395 Codechange: Use std::array for industry tile cargo acceptance. (#11498)
f268c90bd3 Change: Use sparse padding for content download window. (#11501)
ab1a4c6c80 Change: Don't restart playback when toggling playlist shuffle.
Compare 6 commits »
mirror synced commits to refs/pull/10606/merge at mirror/OpenTTD from mirror 2023-11-28 09:53:54 +00:00
6f112f2d41 Merge c904a46b9fdc58e956e1fc012c36ee03a86c763f into 3df7d1aff9
3df7d1aff9 Codechange: Template input buffer type in audio mixer. (#11505)
e5aed24395 Codechange: Use std::array for industry tile cargo acceptance. (#11498)
f268c90bd3 Change: Use sparse padding for content download window. (#11501)
ab1a4c6c80 Change: Don't restart playback when toggling playlist shuffle.
Compare 7 commits »