Commit graph

  • b5028add57
    Merge pull request #2550 from RedworkDE/logmessage goat 2026-01-10 13:05:08 +01:00
  • 5ee339b5a8
    Merge pull request #2572 from Loskh/dark_mode goat 2026-01-10 12:50:42 +01:00
  • 7fb43f8707
    Merge pull request #2578 from goatcorp/csupdate-master goat 2026-01-10 12:49:36 +01:00
  • b2fb6949d2 Update ClientStructs github-actions[bot] 2026-01-10 06:37:41 +00:00
  • 6c8b2b4a6d Remove casts MidoriKami 2026-01-09 12:52:33 -08:00
  • f635673ce9 Use AgentInterfacePtr MidoriKami 2026-01-09 12:51:08 -08:00
  • 156abbdcbe
    Merge branch 'master' into ImRaii-Widgets goat 2026-01-09 21:42:43 +01:00
  • 47f60eb391
    Merge pull request #2568 from Infiziert90/ImRaii-UIDebug2 goat 2026-01-09 21:39:41 +01:00
  • ef0d680f06
    Merge pull request #2573 from goatcorp/csupdate-master goat 2026-01-09 21:38:58 +01:00
  • 8afc02b364
    Merge pull request #2574 from Haselnussbomber/update-AddonEventType goat 2026-01-09 21:36:51 +01:00
  • 035be9d67d
    Merge pull request #2575 from Haselnussbomber/fix-item-redirect-decorations goat 2026-01-09 21:36:26 +01:00
  • 86396946e9
    Merge pull request #2576 from goatcorp/schemaupdate-master goat 2026-01-09 21:36:10 +01:00
  • b29b7851d9 Update ClientStructs github-actions[bot] 2026-01-09 18:40:20 +00:00
  • 90c29e5646 Update Excel Schema github-actions[bot] 2026-01-09 18:40:18 +00:00
  • fa25d60341
    Merge branch 'goatcorp:master' into pauseAfterInit Glorou 2026-01-09 12:13:07 -05:00
  • 84c0bd63e0 first try Karou 2026-01-09 12:11:30 -05:00
  • 290ad9fc41
    Fix leaking colors in sheet redirects for Item Haselnussbomber 2026-01-09 10:48:58 +01:00
  • 82ec0f2ddc
    Merge pull request #9 from goatcorp/master Jerric 2026-01-08 11:21:51 -05:00
  • c094a6f9b6
    Merge pull request #8 from goatcorp/master Jerric 2026-01-08 11:21:21 -05:00
  • 0cc5d301e5 Merge branch 'master' of https://github.com/goatcorp/Dalamud into logmessage RedworkDE 2026-01-06 23:30:16 +01:00
  • c93f04f0e4
    Code cleanup (#2439) Haselnussbomber 2026-01-06 17:36:55 +01:00
  • e29491b169
    Organize usings Haselnussbomber 2025-10-24 05:13:26 +02:00
  • d777a5b113
    Update ModuleLog instantiations Haselnussbomber 2025-10-24 05:05:56 +02:00
  • 4407e3effc
    Fi CA1872: Prefer 'Convert.ToHexString' and 'Convert.ToHexStringLower' over call chains based on 'BitConverter.ToString' Haselnussbomber 2025-10-24 04:48:13 +02:00
  • 7de4351a6d
    Fix CA1850: Prefer static HashData method over ComputeHash Haselnussbomber 2025-10-24 04:47:17 +02:00
  • 0a2198cf6c
    Fix IDE0018: Inline variable declaration Haselnussbomber 2025-10-24 04:45:31 +02:00
  • b0ab63bf65
    Fix IDE0250: Struct can be made 'readonly' Haselnussbomber 2025-10-24 04:36:30 +02:00
  • 46df1bc546
    Fix IDE0300: Use collection expression for array Haselnussbomber 2025-10-24 04:34:40 +02:00
  • d95d19a0d0
    Fix CA1510: Use ArgumentNullException throw helper Haselnussbomber 2025-10-24 04:30:29 +02:00
  • 694a9f3f70
    Fix IDE0059: Remove unnecessary value assignment Haselnussbomber 2025-10-24 04:20:37 +02:00
  • dc841e0111
    Fix IDE0057: Substring can be simplified Haselnussbomber 2025-10-24 04:16:05 +02:00
  • 8fe8e9f3bf
    Fix CA1866: Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char Haselnussbomber 2025-10-24 04:13:26 +02:00
  • 685b29fda2
    Fix SYSLIB1045: Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. Haselnussbomber 2025-10-24 04:10:07 +02:00
  • 7505ecbe85
    Fix CA1847: Use String.Contains(char) instead of String.Contains(string) with single characters Haselnussbomber 2025-10-24 04:05:59 +02:00
  • f952e62553
    Use is over switch Haselnussbomber 2025-10-24 03:28:15 +02:00
  • f49c99c9e7
    Fix IDE0066: Use switch expression Haselnussbomber 2025-10-24 03:27:54 +02:00
  • fce529fd0a
    Fix CA1859: Use concrete types when possible for improved performance Haselnussbomber 2025-10-24 03:20:47 +02:00
  • a5496eab8a
    Fix IDE0062: Make local function static Haselnussbomber 2025-10-24 03:19:14 +02:00
  • 8b873c9fb0
    Fix IDE0007: Use 'var' instead of explicit type Haselnussbomber 2025-10-24 03:17:46 +02:00
  • cd71a2cc46
    Fix IDE0009: Add '.this' Haselnussbomber 2025-10-24 03:11:28 +02:00
  • 801857906e
    Fix IDE0280: Use 'nameof' Haselnussbomber 2025-10-24 03:04:53 +02:00
  • 10e7002fcd
    Fix IDE0270: Null check can be simplified Haselnussbomber 2025-10-24 03:04:07 +02:00
  • 55adf9cf59
    Fix CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons Haselnussbomber 2025-10-24 02:52:58 +02:00
  • 95721d105b
    Fix CA2263: Prefer generic overload when type is known Haselnussbomber 2025-10-24 02:52:13 +02:00
  • 1a3eabda26
    Fix IDE0028: Use collection initializers or expressions Haselnussbomber 2025-10-24 02:41:16 +02:00
  • 65bae44187
    Fix CA1860: Avoid using 'Enumerable.Any()' extension method Haselnussbomber 2025-10-24 02:35:44 +02:00
  • c3cd5ad0b6
    Fix CA1513: Use ObjectDisposedException.ThrowIf Haselnussbomber 2025-10-24 02:34:38 +02:00
  • d2fcd5e901
    Use new Lock objects Haselnussbomber 2025-10-24 02:29:43 +02:00
  • 9b9a66bdd2
    Update AddonEventType Haselnussbomber 2026-01-06 14:19:21 +01:00
  • ea61aa5420
    Merge bed3d2bbbd into 27414d33dd Haselnussbomber 2026-01-06 16:17:15 +10:00
  • e94ded628a fix: respect system dark mode setting Loskh 2026-01-05 22:42:04 +08:00
  • 688e2f1a70
    Merge 35508be552 into 27414d33dd Loskh 2026-01-05 15:20:17 +08:00
  • d0caf98eb3 Add Agent Lifecycle MidoriKami 2026-01-04 21:40:31 -08:00
  • 27414d33dd
    Update ClientStructs (#2569) bleatbot 2026-01-05 03:40:08 +01:00
  • 5604b0beb2 - Remove UIDebug version 1 in favor of the improved version 2 Infi 2026-01-05 03:23:13 +01:00
  • f2635d2c24 Update ClientStructs github-actions[bot] 2026-01-05 02:22:41 +00:00
  • bd05f4c1a5 - Switch SeString to ReadOnlySeString - Utf8String to ReadOnlySeString avoiding Marshal - Remove unnecessary ImRaii checks - Switch default to 0 Infi 2026-01-05 03:15:01 +01:00
  • 31d19b76ee Apply ImRaii to leftover widgets Infi 2026-01-05 01:31:50 +01:00
  • 17a054fa1b Apply ImRaii to multiple widgets Infi 2026-01-05 01:14:22 +01:00
  • bcc16c9b0e
    Add CPU info to crash log (#2565) wolfcomp 2026-01-05 00:00:31 +01:00
  • dab73133c0
    Remove unused std::strings wolfcomp 2026-01-04 23:51:30 +01:00
  • 36c3429566 Force to next tick instead of running immediately MidoriKami 2026-01-04 14:41:30 -08:00
  • adac2e7e0d
    Add missing include wolfcomp 2026-01-04 23:22:59 +01:00
  • 283c6bbf7c
    Add CPU info to crash log wolfcomp 2026-01-04 23:18:45 +01:00
  • 1398054216 Push AddonLifecycle event register/unregister to main thread MidoriKami 2026-01-04 14:03:15 -08:00
  • 6e19aca481 Fix StyleCop warnings RedworkDE 2026-01-04 16:00:10 +01:00
  • 790669e60a Battle log exists, selftest with the use action message RedworkDE 2026-01-04 08:12:06 +01:00
  • 9b55b020ca Switch selftest to using mounts instead of teleporting RedworkDE 2026-01-03 23:11:50 +01:00
  • 8b0f0fb44e Merge branch 'master' of https://github.com/goatcorp/Dalamud into logmessage RedworkDE 2026-01-03 22:28:43 +01:00
  • 884bd3d969
    Merge 6ad43b8033 into 9538af0554 srkizer 2026-01-03 21:47:48 +01:00
  • 09a1fd1925 - Apply ImRaii to SeStringRendererTestWidget - Add new themes - Remove uses of Dalamud SeString - Use collection expression Infi 2026-01-03 21:43:12 +01:00
  • 5fe6df3887 Cleanup TaskSchedulerWidget and ensure color is always popped Infi 2026-01-03 21:31:28 +01:00
  • 8c26d67739 Apply ImRaii to TexWidget Infi 2026-01-03 21:24:57 +01:00
  • e4ef56b878 Apply ImRaii to UldWidget Infi 2026-01-03 21:09:20 +01:00
  • e44fda1911 - Apply ImRaii to UIColorWidget Infi 2026-01-03 21:04:01 +01:00
  • a1d2e275a7 - Apply ImRaii to FontAwesomeTestWidget - Adjust array init Infi 2026-01-03 20:54:24 +01:00
  • 9538af0554
    UldWidget fixes (#2557) Haselnussbomber 2026-01-03 20:46:48 +01:00
  • 5a0257e40e
    Update Excel Schema (#2555) bleatbot 2026-01-03 20:31:46 +01:00
  • bbb6e438b1
    Update ClientStructs (#2556) bleatbot 2026-01-03 20:31:20 +01:00
  • bc59afe197 Update Excel Schema github-actions[bot] 2026-01-03 18:35:31 +00:00
  • a063ad46ad Update ClientStructs github-actions[bot] 2026-01-03 18:35:29 +00:00
  • 51f0d8c81a
    Merge pull request #5 from goatcorp/master Jerric 2026-01-02 21:50:55 -05:00
  • 64aa84ce88
    Merge pull request #4 from goatcorp/master Jerric 2026-01-02 21:50:10 -05:00
  • e32e4a0c8e
    Merge pull request #2562 from nebel/xldata-fontawesome-font-issue goat 2026-01-02 17:03:31 +01:00
  • 49abb19673
    Fix font corruption caused by Font Awesome icon button in Data window nebel 2026-01-03 00:49:51 +09:00
  • ca89dc33dd
    Merge pull request #3 from goatcorp/master Jerric 2026-01-02 10:42:02 -05:00
  • 58587a8087
    Merge pull request #1 from goatcorp/master Jerric 2026-01-02 10:40:51 -05:00
  • 76e4176ab1
    Merge branch 'master' into uldwidget-fix Haselnussbomber 2026-01-01 13:13:09 +01:00
  • 79ce2fff0a Revert "Use v145 build tools for C++ components" goaaats 2025-12-31 12:15:18 +01:00
  • e9b245a8b1 Make color struct human readable Karou 2025-12-29 17:33:23 -05:00
  • 6579884132 Add configurable plugin load order with sync/async overrides msdx321 2025-12-29 16:22:17 +01:00
  • eed67511d2
    Check ThemeSupportBitmask Haselnussbomber 2025-12-27 12:14:22 +01:00
  • bf25d11cdb
    Hide themed texture exception when file not found Haselnussbomber 2025-12-27 12:09:09 +01:00
  • fe6b2de550
    Fix missing directory separator in theme path Haselnussbomber 2025-12-27 12:08:08 +01:00
  • ff75f6bf3f Merge branch 'Plugin-Installer' of https://github.com/Ivinedra/Dalamud into Plugin-Installer Jerric 2025-12-26 22:46:07 -05:00
  • 5b69a66efc Merge branch 'Plugin-Installer-Plus-RepoFilter' of https://github.com/Ivinedra/Dalamud into Plugin-Installer-Plus-RepoFilter Jerric 2025-12-26 22:43:24 -05:00
  • 46a5b8276a Optimization of PluginInstallerWindow Jerric 2025-12-25 15:10:30 -05:00
  • 97748072f5 Add Repository Filter (InstallerWindow) Jerric 2025-12-25 14:42:09 -05:00
  • 682b932a11 Additional installed plugin categories Jerric 2025-12-25 01:46:25 -05:00
  • 902795d6f9 Additional installed plugin categories Jerric 2025-12-25 01:46:25 -05:00