• Joined on 2023-09-09
Loading Heatmap…

mirror synced commits to refs/pull/11897/head at mirror/OpenTTD from mirror

  • 4c6b88fafb Change: Add dividers between signal groups

2024-01-31 01:01:24 +00:00

mirror synced commits to refs/pull/11914/merge at mirror/OpenTTD from mirror

  • e66064434a Merge 7a2a312e62d9d2d276717bebc3d73c7ed81c18be into 232151788ddf45b55db0f2ea0322e732ddbd31ce
  • 232151788d Fix #9655: [Emscripten] install the correct files on install (#11934)
  • 16c40d0844 Codechange: a wild quote appeared; it is gone now (#11935)
  • 4d2fc28834 Codechange: wrap 'if' in macros into 'do { ... } while (false)', so it does not break on following 'else'.
  • e0bd1dd42e Codechange: replace a macro with a lambda.
  • Compare 15 commits »

2024-01-31 01:01:24 +00:00

mirror synced commits to refs/pull/11915/merge at mirror/OpenTTD from mirror

  • 3679340976 Merge 930aeacf85b5a3268cde2467c2aba87f6212430c into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 9 commits »

2024-01-31 01:01:24 +00:00

mirror synced commits to refs/pull/11916/merge at mirror/OpenTTD from mirror

  • 88a40bc43b Merge c6004c7beb90d40d9a4597237610f0db82ea94b8 into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 9 commits »

2024-01-31 01:01:24 +00:00

mirror synced commits to refs/pull/11798/head at mirror/OpenTTD from mirror

  • 8321564b47 Fix #10118: Cycle through current signal group, not just path signals
  • a05b7acec8 Change: position error window closer to cursor on large screens (#11923)
  • 2b1f78d2ca Fix: Use alternate timekeeping units in savegame title (#11912)
  • 435d48e182 Fix: Sandbox window does not reduce height when interface scale is reduced. (#11924)
  • 4024bb5554 Fix #11910: use economy timer for dmp_cmds files (#11925)
  • Compare 11 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11896/merge at mirror/OpenTTD from mirror

  • a929d251a2 Merge 82872d0a29c80c91c0571a79b5d297f4c4ed4953 into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 10 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11495/merge at mirror/OpenTTD from mirror

  • 0abb6633b1 Merge c162edee968f4897e71842dce170e129b2eb2e18 into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 10 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11878/head at mirror/OpenTTD from mirror

  • b83da773b7 Codechange: add client side implementation of the NetworkAuthenticationHandler
  • 9e91057eb8 Feature: support for authorized keys using X25519 key exchange
  • 0ea1a48a91 Change: disable the unsecure admin login by default
  • 0041b9632e Feature: support for X25519-PAKE; password authentication without actually sending password
  • 198186e89e Codechange: add boiler packets to implement secure authentication for the admin connection
  • Compare 25 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11378/head at mirror/OpenTTD from mirror

  • 7314927b16 Change: Link houses production on industry chain graph by TPE_PASSENGERS or TPE_MAIL cargo.
  • 53f4f06f11 Change: Passenger subsidies are generated for any TPE_PASSENGER cargo type.
  • 2dbcc3e6aa Change: Towns generate cargo based on town production effect.
  • 9a342da6aa Codechange: Add town production effect type and assign to cargo types.
  • 82719815b6 Codechange: Rename TownEffect to TownAcceptanceEffect.
  • Compare 37 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11378/merge at mirror/OpenTTD from mirror

  • 9378bbb9fc Merge 7314927b167e4b318ae4d77f822ba3dc5e58f9d3 into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 7314927b16 Change: Link houses production on industry chain graph by TPE_PASSENGERS or TPE_MAIL cargo.
  • 53f4f06f11 Change: Passenger subsidies are generated for any TPE_PASSENGER cargo type.
  • 2dbcc3e6aa Change: Towns generate cargo based on town production effect.
  • 9a342da6aa Codechange: Add town production effect type and assign to cargo types.
  • Compare 38 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11878/merge at mirror/OpenTTD from mirror

  • 4a3d21b92e Merge b83da773b730ec425338500c1912f8bc5a24ec3a into 4d2fc2883472c0c39012adccf161f7fbe36d2707
  • 4d2fc28834 Codechange: wrap 'if' in macros into 'do { ... } while (false)', so it does not break on following 'else'.
  • e0bd1dd42e Codechange: replace a macro with a lambda.
  • b83da773b7 Codechange: add client side implementation of the NetworkAuthenticationHandler
  • 9e91057eb8 Feature: support for authorized keys using X25519 key exchange
  • Compare 20 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11887/merge at mirror/OpenTTD from mirror

  • 4a24f799e2 Merge c5c67655a041a43078e45dba1e20978e024602ef into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 10 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/10606/head at mirror/OpenTTD from mirror

  • 0979b28ca6 Feature: Settings to scale cargo production of towns and industries
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • 897b59c158 Add: [GS] Allow to set max loan for each company separately (#11224)
  • Compare 58 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11263/merge at mirror/OpenTTD from mirror

  • bb873568c4 Merge 7819cfb980c90509ccf3ed0aad6c287239e171ec into 7acf78964f2bca0583d883631bb2f20c45cf32cd
  • 7acf78964f Remove: "generation_seed" from config, as it was a write-only value (#11927)
  • a05b7acec8 Change: position error window closer to cursor on large screens (#11923)
  • Compare 3 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11841/merge at mirror/OpenTTD from mirror

  • c1d509b3ca Merge cb84e3430de10f4bf4b8ad3c7e688fb46dec7051 into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 9 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/11798/merge at mirror/OpenTTD from mirror

  • eff7f28269 Merge 8321564b4710b411b44bb677e77e925b27201326 into 232151788ddf45b55db0f2ea0322e732ddbd31ce
  • 232151788d Fix #9655: [Emscripten] install the correct files on install (#11934)
  • 16c40d0844 Codechange: a wild quote appeared; it is gone now (#11935)
  • 4d2fc28834 Codechange: wrap 'if' in macros into 'do { ... } while (false)', so it does not break on following 'else'.
  • e0bd1dd42e Codechange: replace a macro with a lambda.
  • Compare 22 commits »

2024-01-31 01:01:23 +00:00

mirror synced commits to refs/pull/10003/merge at mirror/OpenTTD from mirror

  • b786429a52 Merge fe4610f1d641ce4fa9551d9ee3eb55fd5df7a4df into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 10 commits »

2024-01-31 01:01:22 +00:00

mirror synced commits to refs/pull/10538/merge at mirror/OpenTTD from mirror

  • e9a8c5a486 Merge d8a4df4b404672cde841889dd6ba182bc8ae0e90 into 41f2eed4258546ba4cbc4870d72db1fc5bac0cc6
  • 41f2eed425 Feature: Settings to scale cargo production of towns and industries (#10606)
  • 96651b5ada Cleanup: Use standard comment format (#11929)
  • 3e5ba614ab Update: Translations from eints
  • a502453033 Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
  • Compare 10 commits »

2024-01-31 01:01:22 +00:00

mirror synced and deleted reference refs/tags/refs/pull/10606/merge at mirror/OpenTTD from mirror

2024-01-31 01:01:22 +00:00

mirror synced and deleted reference refs/tags/refs/pull/11224/merge at mirror/OpenTTD from mirror

2024-01-31 01:01:22 +00:00