1
0
Fork 0

Commit Graph

  • 6ca9ddcffa Codefix: [Win32] String handling in OTTDStringCompare, Win32StringContains Jonathan G Rennison 2024-10-06 18:08:34 +0100
  • d7a2efd623 Codefix: [Win32] Truncated stack trace symbols were not null-terminated Jonathan G Rennison 2024-10-19 12:29:21 +0100
  • 18e8a34081 Codechange: replace "magic" trick with simpler straight forward code Rubidium 2024-10-18 16:20:09 +0200
  • 392bcf5c9a Codechange: simplify ToTileIndexDiff by just calling TileDiffXY Rubidium 2024-10-18 16:13:51 +0200
  • 1998e94ae7 Codechange: create the TileIndexDiff of the whole translation we want to execute Rubidium 2024-10-18 16:13:27 +0200
  • a6b7593a52 Codechange: use TileDiffXY(0, 0) over magic 0 Rubidium 2024-10-18 16:11:41 +0200
  • 3b0fcf442f Codefix: use actual type instead of int for TileIndexDiff Rubidium 2024-10-18 16:10:05 +0200
  • 3105f6391c
    Fix #13002: Crash due to use of dangling types in picker GUI used/saved lists (#13008) Jonathan G Rennison 2024-10-20 09:37:17 +0100
  • 582f37dc15 Update: Translations from eints luxembourgish: 84 changes by phreeze83 translators 2024-10-20 04:46:58 +0000
  • eafc7ab98e Codefix: [Win32] Truncated stack trace symbols were not null-terminated Jonathan G Rennison 2024-10-19 12:29:21 +0100
  • 4a359a4aed Fix 8ca417b: drying of (edge) tiles should consider MP_VOID tiles Rubidium 2024-10-19 23:04:08 +0200
  • 9132b1af45 Fix 8ca417b: drying of (edge) tiles should consider MP_VOID tiles Rubidium 2024-10-19 23:04:08 +0200
  • 147ac56f11
    Fix: ScriptTile::PlantTreeRectangle does not check that the end tile is in bounds. (#13004) Peter Nelson 2024-10-19 20:52:02 +0100
  • d81b193333
    Fix: Don't invalidate water regions on the other side of the map. Peter Nelson 2024-10-19 16:31:02 +0100
  • 9d2e07b1f6 Codechange: simplify terraform recursion logic Rubidium 2024-10-19 14:01:57 +0200
  • 9433b0eb94 Codechange: simplify terraform recursion logic Rubidium 2024-10-19 14:01:57 +0200
  • 8ca417baa9 Codefix: do not wrap-around the map when flooding tiles Rubidium 2024-10-18 22:11:21 +0200
  • 5e8da0479a Update: Translations from eints luxembourgish: 23 changes by phreeze83 translators 2024-10-19 04:45:07 +0000
  • dd205f87ef Fix #13002: Crash due to use of dangling types in picker GUI used/saved lists Jonathan G Rennison 2024-10-18 21:27:37 +0100
  • ffcc594ea3 Codefix: Incorrect documentation comments in StringBuilder Jonathan G Rennison 2024-10-09 20:28:57 +0100
  • b5556fcc6c Codefix: do not wrap-around the map when flooding tiles Rubidium 2024-10-18 22:11:21 +0200
  • b074a4d3ce Codefix: remove duplicate typedef Rubidium 2024-10-18 16:03:34 +0200
  • 5ff0d3d203 Codechange: replace "magic" trick with simpler straight forward code Rubidium 2024-10-18 16:20:09 +0200
  • 9bc668fda5 Codechange: simplify ToTileIndexDiff by just calling TileDiffXY Rubidium 2024-10-18 16:13:51 +0200
  • 53ed29bd04 Codechange: create the TileIndexDiff of the whole translation we want to execute Rubidium 2024-10-18 16:13:27 +0200
  • 666f521f2c Codechange: use TileDiffXY(0, 0) over magic 0 Rubidium 2024-10-18 16:11:41 +0200
  • 4609f2bd0e Codefix: use actual type instead of int for TileIndexDiff Rubidium 2024-10-18 16:10:05 +0200
  • 58d5db3b9e Codefix: remove duplicate typedef Rubidium 2024-10-18 16:03:34 +0200
  • 35d37d4768 Update: Translations from eints norwegian (nynorsk): 2 changes by Abaksle luxembourgish: 33 changes by phreeze83 translators 2024-10-18 04:47:11 +0000
  • 2fda7d8297
    Codechange: Simplify Station::train_station iteration when marking tiles dirty. (#13003) Peter Nelson 2024-10-17 23:01:04 +0100
  • 421d6daaf8
    Fix: ScriptTile::PlantTreeRectangle does not check that the end tile is in bounds. Peter Nelson 2024-10-17 22:17:49 +0100
  • 4e323834ad
    Codechange: Simplify Station::train_station iteration when marking tile dirty. Peter Nelson 2024-10-17 21:52:57 +0100
  • ae4a723889 Update: Translations from eints norwegian (nynorsk): 8 changes by Abaksle translators 2024-10-17 04:47:13 +0000
  • bacd3e83c6 Codechange: Use ScriptObjectRef to handle Event reference counting. Peter Nelson 2024-10-16 19:32:53 +0100
  • 8360fab18a Codechange: Remove CCountedPtr. Peter Nelson 2024-10-16 00:16:43 +0100
  • d8029b1d84 Fix: CHashTableT's Clear function doesn't set number of items back to zero Koen Bussemaker 2024-10-15 20:39:52 +0200
  • 2e3f39fd2f
    Codechange: Use ScriptObjectRef to handle Event reference counting. Peter Nelson 2024-10-16 19:32:53 +0100
  • d62a182dce
    Codechange: Remove CCountedPtr. Peter Nelson 2024-10-16 00:16:43 +0100
  • 0b12536ca6 Fix: CHashTableT's Clear function doesn't set number of items back to zero Koen Bussemaker 2024-10-15 20:39:52 +0200
  • d5b57a56f4
    Codechange: Use std::unique_ptr for link graph schedule handlers. (#12988) Peter Nelson 2024-10-15 02:11:06 +0100
  • 4e57757c8f
    Codechange: Use std::unique_ptr for link graph schedule handlers. Peter Nelson 2024-10-09 00:48:15 +0100
  • 4a6ac52d8c Cleanup: remove some unused #defines Rubidium 2024-10-08 20:41:24 +0200
  • 21f0b75e85
    Change: Use Markdown for changelog. Peter Nelson 2024-10-13 20:20:48 +0100
  • 802679e389
    Fix #12993: Replace known-bugs text with markdown version. Peter Nelson 2024-10-13 14:37:03 +0100
  • c2d58bb88f Update: Translations from eints vietnamese: 43 changes by KhoiCanDev italian: 4 changes by Boh132Boh translators 2024-10-14 04:46:49 +0000
  • 45aef2c0b9 Change: [CI] Temporarily force ubuntu-24.04 runner for linux workflow glx22 2024-10-13 22:34:33 +0200
  • 1a1cd2d495 Cleanup: [CI] Remove 'os' input for windows workflow glx22 2024-10-13 22:23:40 +0200
  • 99e8534d76 Change: [CI] Use xxx-latest runners for all workflows glx22 2024-10-13 22:20:06 +0200
  • 6bd6fb870d Change: [CI] Temporarily force ubuntu-24.04 runner for linux workflow glx22 2024-10-13 22:34:33 +0200
  • 291ded78b9 Cleanup: [CI] Remove 'os' input for windows workflow glx22 2024-10-13 22:23:40 +0200
  • 51d53a73b9 Change: [CI] Use xxx-latest runners for all workflows glx22 2024-10-13 22:20:06 +0200
  • 79c8eac2ee Update: Translations from eints vietnamese: 106 changes by KhoiCanDev polish: 1 change by translators translators 2024-10-13 04:46:13 +0000
  • aed4c6ae90 Fix #8022: Ship automatic service causes them to be stuck in a loop Koen Bussemaker 2024-02-24 13:08:51 +0100
  • c813b2b42d Update: Translations from eints swedish: 19 changes by joeax910 french: 6 changes by ottdfevr translators 2024-10-10 04:45:29 +0000
  • 88f4b7a67b Codefix: Incorrect documentation comments in StringBuilder Jonathan G Rennison 2024-10-09 20:28:57 +0100
  • 446db2c826
    Codechange: Remove redundant NewsStringData data. (#12983) Peter Nelson 2024-10-08 19:48:55 +0100
  • 0242f8c1f5 Cleanup: remove some unused #defines Rubidium 2024-10-08 20:41:24 +0200
  • d53b681cf7 Codefix f481c9fc: Incorrect references to previous items in DumpTarget Jonathan G Rennison 2024-10-07 19:34:08 +0100
  • fa329f1956
    Codechange: Remove redundant NewsStringData data. Peter Nelson 2024-10-08 19:07:14 +0100
  • b83d814d43 Codefix f481c9fc: Incorrect references to previous items in DumpTarget Jonathan G Rennison 2024-10-07 19:34:08 +0100
  • 14b986609b
    Add: AppendStringInPlace() to append translated string ID into an existing string. (#12969) Peter Nelson 2024-10-07 19:05:38 +0100
  • 02ae1791e8 Codefix: [Win32] String handling in OTTDStringCompare, Win32StringContains Jonathan G Rennison 2024-10-06 18:08:34 +0100
  • 3171466b13
    Add: AppendStringInPlace() to append translated string ID into an existing string. Peter Nelson 2024-09-22 10:04:12 +0100
  • 3cd1200668
    Fix #12976: Incorrect widget rect scrolling for RTL languages. (#12978) Peter Nelson 2024-10-05 08:02:59 +0100
  • 114c28e69c Update: Translations from eints korean: 1 change by telk5093 latvian: 6 changes by lexuslatvia translators 2024-10-05 04:45:35 +0000
  • 89b4ff928f
    Fix: Use ScrollRect() for handling textfile window scrolling when not wrapped. Peter Nelson 2024-10-04 23:54:52 +0100
  • da739204ca
    Fix #12976: Incorrect widget rect scrolling for RTL languages. Peter Nelson 2024-10-04 21:01:08 +0100
  • 26c2255897 Update: Translations from eints norwegian (bokmal): 15 changes by eriksorngard french: 1 change by FiglidiGP translators 2024-10-03 04:47:03 +0000
  • 7a1a36344a FInalized everything, made the setting values accept only in 100% intervals. And changed English texts to fit the new changes. AviationGamerX 2024-10-03 00:15:06 +0300
  • 42301884ce Replaced max_loan with a function that calculates the max_loan from the max_loan_percentage (added some includes in where they were used) And replaced other uses of max_loan with max_loan_percentage. AviationGamerX 2024-10-02 23:19:57 +0300
  • 9cdd217e53 removed "newvalue" in post_cb, and added "_settings_game" to define where difficulty is from (also corrected misspeslling "difficulity" to "difficulty") AviationGamerX 2024-10-02 19:21:31 +0300
  • 22b4a77e37
    Codefix: Debug fmt strings in ItemizeBidi (ICU layout) (#12965) Jonathan G Rennison 2024-10-01 14:28:40 +0100
  • ccced859f5
    Codechange: Mark some water region functions static. (#12964) Peter Nelson 2024-10-01 14:28:16 +0100
  • 386dbb7c80
    Codefix: First format argument of IConsolePrint not passed by reference (#12966) Jonathan G Rennison 2024-10-01 14:12:19 +0100
  • 7a0e50002b Update: Translations from eints galician: 5 changes by pvillaverde translators 2024-09-30 04:47:06 +0000
  • 351295c3ba Codechange: [YAPF] Implement a tie breaker for Binary Heap SamuXarick 2024-09-28 11:28:02 +0100
  • 3ed2afa68e Update: Translations from eints catalan: 5 changes by J0anJosep translators 2024-09-29 04:45:28 +0000
  • eac77c3098 Codefix: First format argument of IConsolePrint not passed by reference Jonathan G Rennison 2024-09-28 21:34:49 +0100
  • fbc2b3aae8 Codefix: Debug fmt strings in ItemizeBidi (ICU layout) Jonathan G Rennison 2024-09-28 11:47:47 +0100
  • b4f96f54df Update: Translations from eints danish: 14 changes by bscargo dutch: 5 changes by Afoklala translators 2024-09-28 04:44:33 +0000
  • daf96d4c4f Codechange: improve dropdown mouse interactions to fix hovering when not using instant-close and also make logic more readable Micael Dias 2024-09-27 22:50:51 +0100
  • 20fdf410d6 Add: gui setting to allow controlling if toolbar dropdown menus close instantly on mouse release Micael Dias 2023-09-26 01:03:01 +0100
  • b42c4fa7ca Update: Translations from eints chinese (traditional): 4 changes by KogentaSan english (us): 5 changes by 2TallTyler korean: 6 changes by telk5093 italian: 16 changes by ciampix translators 2024-09-26 04:45:59 +0000
  • 9fb0687c56
    Codechange: Mark some water region functions static. Peter Nelson 2024-09-25 20:06:19 +0100
  • 1251638508 Update: Translations from eints chinese (simplified): 8 changes by WenSimEHRP portuguese: 5 changes by azulcosta polish: 13 changes by pAter-exe translators 2024-09-25 04:45:43 +0000
  • 528f047242 Update: Translations from eints english (au): 4 changes by krysclarke chinese (traditional): 18 changes by KogentaSan greek: 4 changes by gh658804 italian: 11 changes by Boh132Boh russian: 4 changes by Ln-Wolf finnish: 5 changes by hpiirai portuguese (brazilian): 4 changes by pasantoro polish: 78 changes by pAter-exe translators 2024-09-24 04:45:19 +0000
  • 51bd344f10
    Change: Use default NewGRF cargo translation table. (#12646) Peter Nelson 2024-09-23 23:48:03 +0100
  • e60c5f30a3
    Fix ddf1510a23: House animation random data flag ignored. (#12963) Peter Nelson 2024-09-23 18:18:28 +0100
  • f149d84d4c
    Fix: Crash when exiting game with end game window open. (#12962) Peter Nelson 2024-09-23 17:58:44 +0100
  • 3c92924b98
    Fix ddf1510a23: House animation random data flag ignored. Peter Nelson 2024-09-23 17:57:19 +0100
  • 856ee2aaca Update: Translations from eints english (au): 1 change by krysclarke chinese (simplified): 1 change by WenSimEHRP greek: 1 change by gh658804 russian: 1 change by Ln-Wolf portuguese (brazilian): 1 change by pasantoro translators 2024-09-23 04:45:32 +0000
  • 202cfd4e3e
    Fix: Crash when exiting game with end game window open. Peter Nelson 2024-09-22 23:03:32 +0100
  • c1db57840e
    Fix: DepotWindow::GetVehicleFromDepotWndPt not refreshing vehicle list (#12907) Jonathan G Rennison 2024-09-22 18:13:43 +0100
  • eafee92476
    Fix 3d4b98845a: TC_FORCED no longer working. (#12961) Peter Nelson 2024-09-22 18:08:22 +0100
  • 0340e19e04
    Codechange: Add to_underlying() to convert enum to underlying type. (#12958) Peter Nelson 2024-09-22 18:07:42 +0100
  • 3d96cd95c7
    Fix 3d4b98845a: TC_FORCED no longer working. Peter Nelson 2024-09-22 16:43:44 +0100
  • 376e882a14
    Codechange: Add HasFlag() to test if a value is present in a bitset enum type. (#12959) Peter Nelson 2024-09-22 14:51:37 +0100
  • d450d4743e
    Fix #12957: 1-in-X proportion of towns being cities is unnecessarily random. (#12960) Peter Nelson 2024-09-22 14:42:01 +0100
  • 486b2d10ea
    Codechange: Add HasFlag() to test if a value is present in a bitset enum type. Peter Nelson 2024-09-22 12:04:40 +0100
  • 0d1bad74b2
    Fix #12957: 1-in-X proportion of towns being cities is unnecessarily random. Peter Nelson 2024-09-22 13:52:05 +0100