1
0
Fork 0

Commit Graph

  • a97d220f0b Update: Translations from eints translators 2025-01-05 04:41:44 +0000
  • fe4ca52059 Codechange: replace magic numbers with named constants Rubidium 2025-01-04 20:53:15 +0100
  • 681b0370b0
    Feature: [Win32] Draw window title bar according to current Windows light/dark theme (#13196) Michael Lutz 2025-01-04 22:03:33 +0100
  • 532f7de1f8 Codechange: make direct access to tooltip/widget_data protected Rubidium 2025-01-03 10:07:04 +0100
  • e543768570
    Cleanup: Tidy up variables in River_FoundEndNode (#13276) SamuXarick 2025-01-04 20:39:07 +0000
  • e078991e72 Codechange: replace magic numbers with named constants Rubidium 2025-01-04 20:53:15 +0100
  • 76cc3438bf Codechange: make GetSpecialNameString less magic-number heavy Rubidium 2025-01-04 11:11:55 +0100
  • 1e383d576b Codechange: change SPECSTR_ to StringID and remove unused enumeration Rubidium 2025-01-04 10:56:17 +0100
  • ed36305d29 Codechange: prefer SPECSTR_TOWNNAME_START over _ENGLISH Rubidium 2025-01-04 10:54:14 +0100
  • 65731bb964 Codechange: use SPECSTR_..._END over _LAST, to prevent + 1 everywhere Rubidium 2025-01-04 10:52:21 +0100
  • 918fd513d4 Codechange: make direct access to tooltip/widget_data protected Rubidium 2025-01-03 10:07:04 +0100
  • bfc8ae6c52 Codechange: use accessor for (scrollbar_)index as they are read only Rubidium 2025-01-04 07:56:01 +0100
  • 246d5d2f1e Codechange: make GetSpecialNameString less magic-number heavy Rubidium 2025-01-04 11:11:55 +0100
  • e7754c1203 Codechange: change SPECSTR_ to StringID and remove unused enumeration Rubidium 2025-01-04 10:56:17 +0100
  • b653f875b0
    Codechange: Space between `template` and `<` (#13278) Peter Nelson 2025-01-04 17:56:14 +0000
  • 80be5115fe
    Doc: Clarify "const" coding style. (#13277) Michael Lutz 2025-01-04 18:25:22 +0100
  • e4c911f706
    Codechange: Space between `template` and `<` Peter Nelson 2025-01-04 16:50:40 +0000
  • ca46d96497
    Doc: Clarify "const" coding style. Michael Lutz 2025-01-04 17:43:25 +0100
  • 1364b9f641
    Fix: Hide company settings from console commands (#13269) Loïc Guilloux 2025-01-04 15:13:08 +0100
  • 62e2d1fdb5 Codefix: Remove 'cur_pos' and move variable declarations closer to their usage SamuXarick 2025-01-04 13:13:54 +0000
  • 6d9f30c343 Codefix: prevent matrix overflows on high resolution monitors Rubidium 2025-01-03 14:07:13 +0100
  • 35c37f4a26 Codechange: use accessor for (scrollbar_)index as they are read only Rubidium 2025-01-04 07:56:01 +0100
  • afd5567440 Codefix: prevent matrix overflows on high resolution monitors Rubidium 2025-01-03 14:07:13 +0100
  • 99d790c4bb Codechange: split widget_data into its actual components Rubidium 2025-01-02 13:33:24 +0100
  • 9c485f533d Codechange: prefer SPECSTR_TOWNNAME_START over _ENGLISH Rubidium 2025-01-04 10:54:14 +0100
  • e0079bb70b Codechange: use SPECSTR_..._END over _LAST, to prevent + 1 everywhere Rubidium 2025-01-04 10:52:21 +0100
  • 8412742694 Codechange: split widget_data into its actual components Rubidium 2025-01-02 13:33:24 +0100
  • df6e2d7aa4 Update: Translations from eints translators 2025-01-04 04:41:16 +0000
  • 857f3fb0b8 Fix: Hide company settings from console commands glx22 2025-01-04 01:09:35 +0100
  • a52923b3b9
    Codechange: Make GetDefaultValueCallback() more similar to other setting override callbacks (#13259) Loïc Guilloux 2025-01-04 00:17:47 +0100
  • d38ecd6525
    Change: Log changes to sandbox settings. (#13267) Peter Nelson 2025-01-03 23:12:49 +0000
  • 52217ec6d3
    Change: Log changes to sandbox settings. Peter Nelson 2025-01-03 22:27:02 +0000
  • ef87acc1ff Codechange: make STR_NULL the default for all widget construction functions Rubidium 2025-01-03 13:52:25 +0100
  • 60b9eb5cc6 Codechange: replace last usage of SetDataTip with specific variant Rubidium 2025-01-03 12:28:13 +0100
  • b574cd260c Remove: Magic Bulldozer cheat Tyler Trahan 2025-01-03 15:47:42 -0500
  • b564013ca1 Feature: Setting to allow bulldozing immovable objects Tyler Trahan 2025-01-03 15:35:35 -0500
  • 4d23dccaca Feature: Setting to allow bulldozing unserved industries Tyler Trahan 2025-01-03 15:35:14 -0500
  • cb18cb5832
    Change: Disable service interval widgets for non-owned vehicles (#13260) Loïc Guilloux 2025-01-03 19:38:45 +0100
  • 96ed8474e8 Change: When player joins network company, use its name instead of number in chat Tyler Trahan 2025-01-03 13:18:04 -0500
  • 962664296b Codechange: Optimize FlowsDown SamuXarick 2025-01-03 18:16:25 +0000
  • b988b48997 Change: Disable service interval widgets for non-owned vehicles glx22 2025-01-03 18:57:10 +0100
  • c3d0b29b5d Codefix: Replace C style cast with C++ style static_cast for type safety SamuXarick 2025-01-03 15:30:33 +0000
  • 2a5cb72d62 Codechange: Make GetDefaultValueCallback() more similar to other setting override callbacks glx22 2025-01-03 18:28:06 +0100
  • 59a45cc852
    Codefix 6222ced: Rename variables to adhere to codestyle (#13255) SamuXarick 2025-01-03 17:20:09 +0000
  • b91f8c13b8
    Codechange: Remove macros and use direct methods instead (#13257) SamuXarick 2025-01-03 17:13:41 +0000
  • 68d95d958b Codechange: Remove macros and use direct methods instead SamuXarick 2025-01-03 15:51:10 +0000
  • 3963bf9d09 Codefix 6222ced: Rename variables to adhere codestyle SamuXarick 2025-01-03 14:37:41 +0000
  • 3916fd40f2 Codechange: replace last usage of SetDataTip with specific variant Rubidium 2025-01-03 12:28:13 +0100
  • b3660bf24a
    Fix: IntSettingDesc may have a callback for default value (#13240) Loïc Guilloux 2025-01-03 15:05:56 +0100
  • c972a9ae1f Codechange: remove (unused) tooltip from function to set matrix dimensions Rubidium 2025-01-03 11:50:04 +0100
  • 54e7fc8aaa Codechange: make STR_NULL the default for all widget construction functions Rubidium 2025-01-03 13:52:25 +0100
  • 3ecd1187ba Codechange: set sprite once for group UI Rubidium 2025-01-03 12:55:21 +0100
  • 7c1ddd74d5 Codefix: use SetToolTip(..) instead of SetStringTip(STR_NULL, ..) Rubidium 2025-01-03 13:32:13 +0100
  • 88c08561b3 Codefix: SetToolTip(STR_NULL) is a pointless Rubidium 2025-01-03 13:01:59 +0100
  • 6222cedcc1 Codefix: Rename variables to adhere codestyle SamuXarick 2025-01-03 11:52:57 +0000
  • 88a9ed8392 Codefix: use SetToolTip(..) instead of SetStringTip(STR_NULL, ..) Rubidium 2025-01-03 13:32:13 +0100
  • e55cb782a7 Codefix: Rename variables to adhere codestyle SamuXarick 2025-01-03 11:52:57 +0000
  • 2f1d31b664 Codefix: SetToolTip(STR_NULL) is a pointless Rubidium 2025-01-03 13:01:59 +0100
  • eb25531c0c Codechange: set sprite once for group UI Rubidium 2025-01-03 12:55:21 +0100
  • f62df4d140 Codechange: remove (unused) tooltip from function to set matrix dimensions Rubidium 2025-01-03 11:50:04 +0100
  • b60101853c Codechange: add and use SetString over directly accessing widget_data Rubidium 2025-01-02 12:46:21 +0100
  • d9f3edf14d Codechange: add and use SetString over directly accessing widget_data Rubidium 2025-01-02 12:46:21 +0100
  • fb06ddafba Codechange: add and use SetSprite over directly accessing widget_data Rubidium 2025-01-02 12:51:56 +0100
  • 9ac1bad480 Codechange: add and use GetString over directly accessing widget_data Rubidium 2025-01-02 13:05:49 +0100
  • 56d4d3cc7a Codechange: add and use GetToolTip instead of direct access Rubidium 2025-01-03 10:09:36 +0100
  • f0a74fcabb Codechange: use SetToolTip instead of accessing tool_tip directly Rubidium 2025-01-02 12:02:15 +0100
  • 3dd0b93698 Codechange: use SetStringTip instead of accessing widget_data and tool_tip directly Rubidium 2025-01-02 11:57:05 +0100
  • 3196e0709d Codechange: replace internal SetDataTips with appropriate variants Rubidium 2025-01-02 11:49:59 +0100
  • 6748822789 Codechange: use SetToolTip instead of accessing tool_tip directly Rubidium 2025-01-02 12:02:15 +0100
  • 6364a378ee Codechange: add and use GetToolTip instead of direct access Rubidium 2025-01-03 10:09:36 +0100
  • a909e5f540 Codechange: add and use GetString over directly accessing widget_data Rubidium 2025-01-02 13:05:49 +0100
  • bd0122f123 Codechange: add and use SetSprite over directly accessing widget_data Rubidium 2025-01-02 12:51:56 +0100
  • 176eabf9b2 Codefix: replace 0 with STR_NULL Rubidium 2025-01-02 23:05:33 +0100
  • 3852a2a0b4 Update: Translations from eints translators 2025-01-03 04:43:20 +0000
  • 441cc93688 Fix: IntSettingDesc may have a callback for default value glx22 2025-01-03 01:34:12 +0100
  • 4dc62142d6 Codechange: use SetStringTip instead of accessing widget_data and tool_tip directly Rubidium 2025-01-02 11:57:05 +0100
  • 1f3f7be1b0 Codechange: replace internal SetDataTips with appropriate variants Rubidium 2025-01-02 11:49:59 +0100
  • 2337af6cb3 Codefix: replace 0 with STR_NULL Rubidium 2025-01-02 23:05:33 +0100
  • 08f3fa54d1 Codechange: manual conversions to remove the global SetDataTip Rubidium 2025-01-02 11:42:32 +0100
  • 7c2668d10f Codechange: replace SetDataTip(0x0, with SetTooltip( Rubidium 2025-01-02 11:37:14 +0100
  • ee3ea57a85 Codechange: replace SetDataTip(RWV_ with SetResizeWidgetTypeTip(RWV_ Rubidium 2025-01-02 11:32:18 +0100
  • e3a5f9b040 Codechange: replace SetDataTip(AWV_ with SetArrowWidgetTypeTip(AWV_ Rubidium 2025-01-02 11:30:20 +0100
  • d8d03212b8 Codechange: replace SetDataTip(SPR_ with SetSpriteTip(STR_ Rubidium 2025-01-02 11:29:02 +0100
  • 4bf36e3fa6 Codechange: replace SetDataTip(STR_ with SetStringTip(STR_ Rubidium 2025-01-02 11:28:18 +0100
  • 7d8bbd4669 Codechange: add specific variants of SetDataTip Rubidium 2025-01-02 11:25:11 +0100
  • 810e442203
    Codechange: Split GoodsEntry cargo and flows data to unique_ptr. (#13058) Peter Nelson 2025-01-02 20:48:23 +0000
  • 810dc23215
    Codechange: Replace viewport StringID specialisation with flags. (#13237) Peter Nelson 2025-01-02 20:47:12 +0000
  • fd7a883cbd Codechange: make the StringIndex (within a StringTab) a strong type Rubidium 2025-01-02 09:03:38 +0100
  • 2d372fa516 Codechange: NewGRF strings are not StringIDs. Peter Nelson 2025-01-01 18:18:29 +0000
  • a59cd8b2c0 Codefix: narrowing warnings with MSVC when base type is smaller than int Rubidium 2025-01-02 19:19:34 +0100
  • 0b4ac44e04 Codechange: manual conversions to remove the global SetDataTip Rubidium 2025-01-02 11:42:32 +0100
  • 7a84ed9ef9 Codechange: replace SetDataTip(0x0, with SetTooltip( Rubidium 2025-01-02 11:37:14 +0100
  • 7ce3ad6d1a Codechange: replace SetDataTip(RWV_ with SetResizeWidgetTypeTip(RWV_ Rubidium 2025-01-02 11:32:18 +0100
  • 5ea8798482 Codechange: replace SetDataTip(AWV_ with SetArrowWidgetTypeTip(AWV_ Rubidium 2025-01-02 11:30:20 +0100
  • e973c59968 Codechange: replace SetDataTip(SPR_ with SetSpriteTip(STR_ Rubidium 2025-01-02 11:29:02 +0100
  • 54c15421f6 Codechange: replace SetDataTip(STR_ with SetStringTip(STR_ Rubidium 2025-01-02 11:28:18 +0100
  • 02a1ef5643 Codechange: add specific variants of SetDataTip Rubidium 2025-01-02 11:25:11 +0100
  • ba1cc277e1
    Codechange: Split GoodsEntry cargo and flows data to unique_ptr. Peter Nelson 2024-11-04 21:18:40 +0000
  • fb60512287
    Codechange: Replace viewport StringID specialisation with flags. Peter Nelson 2024-12-09 23:14:50 +0000
  • 3312e568a5 Codechange: NewGRF strings are not StringIDs. Peter Nelson 2025-01-01 18:18:29 +0000