• Joined on 2023-09-09
mirror synced commits to refs/pull/11264/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:55 +00:00
7e3cdbaf62 Fix: mark next_station as INVALID_STATION when loading from older savegames
9e3763cfb3 Fix b0e73277: save/load next_station for CargoPacket again
1243c331b6 Fix: don't compare next_station when trying to merge CargoPackets
9f8c1ea552 Codechange: rename next_station to next_hop to avoid confusing with another next_station
Compare 13 commits »
mirror synced commits to refs/pull/9958/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:55 +00:00
6643c010bd Fix: NewGRF house class mappings were not reset between games. (#11279)
1c620b349f Feature: [NewGRF] Related Act2 objects for airports and airport tiles.
a6f2f3c042 Add: [NewGRF] Inspection window for airports.
e6c02ebee6 Fix b0e73277: cargodist information got lost when splitting of cargo (#11280)
Compare 19 commits »
mirror synced commits to refs/pull/9637/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:55 +00:00
4c14ae87fe Merge f244b338bff761ed68da541acc6f4050fdba80f8 into 6643c010bd
6643c010bd Fix: NewGRF house class mappings were not reset between games. (#11279)
1c620b349f Feature: [NewGRF] Related Act2 objects for airports and airport tiles.
a6f2f3c042 Add: [NewGRF] Inspection window for airports.
e6c02ebee6 Fix b0e73277: cargodist information got lost when splitting of cargo (#11280)
Compare 145 commits »
mirror synced commits to refs/pull/7786/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:55 +00:00
440e2a7b13 Merge 6ffba0a4e3d558af11faa3a4ee36a7bc0c341015 into 6643c010bd
6643c010bd Fix: NewGRF house class mappings were not reset between games. (#11279)
1c620b349f Feature: [NewGRF] Related Act2 objects for airports and airport tiles.
a6f2f3c042 Add: [NewGRF] Inspection window for airports.
e6c02ebee6 Fix b0e73277: cargodist information got lost when splitting of cargo (#11280)
Compare 69 commits »
mirror synced commits to refs/pull/11281/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:55 +00:00
20c7e7137d Merge 77d079ced4d89d897f7d73d4919f457af9d50247 into 6643c010bd
6643c010bd Fix: NewGRF house class mappings were not reset between games. (#11279)
1c620b349f Feature: [NewGRF] Related Act2 objects for airports and airport tiles.
a6f2f3c042 Add: [NewGRF] Inspection window for airports.
Compare 4 commits »
mirror synced commits to master at mirror/OpenTTD from mirror 2023-09-11 01:33:54 +00:00
a0b2f28f9c Codechange: Use std::copy/fill pattern to initialize rail and road specs. (#11285)
7e3cdbaf62 Fix: mark next_station as INVALID_STATION when loading from older savegames
9e3763cfb3 Fix b0e73277: save/load next_station for CargoPacket again
1243c331b6 Fix: don't compare next_station when trying to merge CargoPackets
9f8c1ea552 Codechange: rename next_station to next_hop to avoid confusing with another next_station
Compare 9 commits »
mirror synced and deleted reference refs/tags/refs/pull/11279/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:54 +00:00
mirror synced and deleted reference refs/tags/refs/pull/11282/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:54 +00:00
mirror synced commits to refs/pull/10003/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:54 +00:00
3f4c1dc5e3 Merge 02383c3059d3aee45c4f2621da0058519f117fd4 into 6643c010bd
6643c010bd Fix: NewGRF house class mappings were not reset between games. (#11279)
1c620b349f Feature: [NewGRF] Related Act2 objects for airports and airport tiles.
a6f2f3c042 Add: [NewGRF] Inspection window for airports.
e6c02ebee6 Fix b0e73277: cargodist information got lost when splitting of cargo (#11280)
Compare 15 commits »
mirror synced commits to refs/pull/10004/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:54 +00:00
48223cd4a2 Merge b899219147dd6ca1a511fa1871e0797eb0b95476 into 6643c010bd
6643c010bd Fix: NewGRF house class mappings were not reset between games. (#11279)
1c620b349f Feature: [NewGRF] Related Act2 objects for airports and airport tiles.
a6f2f3c042 Add: [NewGRF] Inspection window for airports.
e6c02ebee6 Fix b0e73277: cargodist information got lost when splitting of cargo (#11280)
Compare 15 commits »
mirror synced commits to refs/pull/10544/merge at mirror/OpenTTD from mirror 2023-09-11 01:33:54 +00:00
6cc39632a0 Merge 7372cc9d506c908263c14d8b6a757003e1a84476 into 6643c010bd
6643c010bd Fix: NewGRF house class mappings were not reset between games. (#11279)
1c620b349f Feature: [NewGRF] Related Act2 objects for airports and airport tiles.
a6f2f3c042 Add: [NewGRF] Inspection window for airports.
e6c02ebee6 Fix b0e73277: cargodist information got lost when splitting of cargo (#11280)
Compare 145 commits »
mirror synced commits to refs/pull/10700/head at mirror/OpenTTD from mirror 2023-09-11 01:33:54 +00:00
025c14d46d Doc: Clarify in economy and calendar timer files the usecases for each
c26a2020f2 Codechange: Use economy dates for linkgraphs
e3a0f69540 Codechange: Use ecomomy dates for timetables
20b86c54b1 Codechange: Use economy dates for subsidy date displays
df4b606845 Codechange: Store vehicle calendar build year for NewGRFs separate from economy build year used for aging
Compare 19 commits »
mirror synced commits to refs/pull/11221/head at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
1b3d7a3c9f Codechange: Delete date_type.h
f57495ae3c Codechange: Move date consts and functions to CalendarTime and TimerGameCalendar classes
b8e2f18147 Codechange: Move Ticks into their own class
Compare 3 commits »
mirror synced commits to refs/pull/11136/merge at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
30172fc037 Codechange: cleanup CargoPacket in terms of variable/function names (#11278)
Compare 2 commits »
mirror synced commits to refs/pull/11264/merge at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
30172fc037 Codechange: cleanup CargoPacket in terms of variable/function names (#11278)
b0e73277d6 Codechange: remove loaded_at_xy from CargoPacket as it was unused (#11276)
f3b4f9d640 Codechange: Reduce size of TextEffectMode and TextEffectID.
f6939d6c4d Codechange: Make INVALID_TE_ID a TextEffectID instead of a TextEffectMode.
Compare 10 commits »
mirror synced commits to refs/pull/11274/head at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
a88d9af15c Fix: Cargo payment can no longer be exploited by "teleportation".
mirror synced commits to refs/pull/10804/merge at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
30172fc037 Codechange: cleanup CargoPacket in terms of variable/function names (#11278)
b0e73277d6 Codechange: remove loaded_at_xy from CargoPacket as it was unused (#11276)
f3b4f9d640 Codechange: Reduce size of TextEffectMode and TextEffectID.
f6939d6c4d Codechange: Make INVALID_TE_ID a TextEffectID instead of a TextEffectMode.
Compare 8 commits »
mirror synced commits to refs/pull/11225/merge at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
701a61c9af Codechange: Delete date_type.h
77173a6a10 Codechange: Move date consts and functions to CalendarTime and TimerGameCalendar classes
fca2b37726 Codechange: Move Ticks into their own class
47d72737db Fix #11161: Apply cargo filter to shared groups
Compare 5 commits »
mirror synced commits to refs/pull/10700/merge at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
cccb9aaed1 Merge 56b0181a87dbb44f378cd9319310fbd172438f8b into e6c02ebee6
56b0181a87 Codechange: Store vehicle calendar build year for NewGRFs separate from economy build year used for aging
7d3ad16335 Doc: Clarify in economy and calendar timer files the usecases for each
70f3f5e72d Codechange: Use economy dates for linkgraphs
6a4dba5e6b Codechange: Use ecomomy dates for timetables
Compare 108 commits »
mirror synced commits to refs/pull/11225/head at mirror/OpenTTD from mirror 2023-09-10 17:23:54 +00:00
47d72737db Fix #11161: Apply cargo filter to shared groups