Infi
5fe6df3887
Cleanup TaskSchedulerWidget and ensure color is always popped
2026-01-03 21:31:28 +01:00
Infi
8c26d67739
Apply ImRaii to TexWidget
2026-01-03 21:24:57 +01:00
Infi
e4ef56b878
Apply ImRaii to UldWidget
2026-01-03 21:09:20 +01:00
Infi
e44fda1911
- Apply ImRaii to UIColorWidget
2026-01-03 21:04:01 +01:00
Infi
a1d2e275a7
- Apply ImRaii to FontAwesomeTestWidget
...
- Adjust array init
2026-01-03 20:54:24 +01:00
Haselnussbomber
9538af0554
UldWidget fixes ( #2557 )
...
* Fix missing directory separator in theme path
* Hide themed texture exception when file not found
* Check ThemeSupportBitmask
2026-01-03 11:46:48 -08:00
bleatbot
5a0257e40e
Update Excel Schema ( #2555 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2026-01-03 11:31:46 -08:00
bleatbot
bbb6e438b1
Update ClientStructs ( #2556 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2026-01-03 11:31:20 -08:00
Jerric
64aa84ce88
Merge pull request #4 from goatcorp/master
...
Update branch to current master
2026-01-02 21:50:10 -05:00
goat
e32e4a0c8e
Merge pull request #2562 from nebel/xldata-fontawesome-font-issue
...
Tag Build / Tag Build (push) Successful in 5s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
Fix font corruption caused by Font Awesome icon button in Data window
2026-01-02 17:03:31 +01:00
nebel
49abb19673
Fix font corruption caused by Font Awesome icon button in Data window
2026-01-03 00:50:25 +09:00
Jerric
58587a8087
Merge pull request #1 from goatcorp/master
...
Revert "Use v145 build tools for C++ components"
2026-01-02 10:40:51 -05:00
goaaats
79ce2fff0a
Revert "Use v145 build tools for C++ components"
...
Tag Build / Tag Build (push) Successful in 4s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
This reverts commit 62b8b0834c .
MS can't manage to get actions images with 2026 for some reason.
2025-12-31 12:15:18 +01:00
Jerric
5b69a66efc
Merge branch 'Plugin-Installer-Plus-RepoFilter' of https://github.com/Ivinedra/Dalamud into Plugin-Installer-Plus-RepoFilter
2025-12-26 22:43:24 -05:00
Jerric
46a5b8276a
Optimization of PluginInstallerWindow
...
Refactored repository selection logic. Reduced code duplication and improving maintainability. Added caching for third-party repo list to avoid unnecessary rebuilds. Updated repo filter logic to use normalized URLs for more reliable matching.
2025-12-26 13:23:37 -05:00
Jerric
97748072f5
Add Repository Filter (InstallerWindow)
...
Introduces a repository filter dropdown to the PluginInstallerWindow, allowing users to filter plugins by their source repository.
2025-12-26 13:23:37 -05:00
Jerric
682b932a11
Additional installed plugin categories
...
Introduces new plugin categories for enabled, disabled, and incompatible plugins in PluginCategoryManager and PluginInstallerWindow. Updates filtering logic, UI strings, and groupings to support these new categories, allowing users to view plugins by their enabled/disabled/incompatible status.
2025-12-26 13:23:37 -05:00
goat
fc130e325c
Fix warnings
Tag Build / Tag Build (push) Successful in 5s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
2025-12-26 16:15:58 +01:00
goat
a659cd8a49
Adjust to Excel renames
2025-12-26 16:15:51 +01:00
goat
62b8b0834c
Use v145 build tools for C++ components
2025-12-26 16:09:32 +01:00
goat
61ba319e98
Merge pull request #2547 from goatcorp/csupdate-master
...
[master] Update ClientStructs
2025-12-26 16:06:57 +01:00
goat
392e027ae3
Merge pull request #2545 from goatcorp/schemaupdate-master
...
[master] Update Excel Schema
2025-12-26 16:06:39 +01:00
github-actions[bot]
689d2f01d9
Update ClientStructs
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
2025-12-26 15:02:13 +00:00
github-actions[bot]
558a011e00
Update Excel Schema
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
2025-12-26 15:02:13 +00:00
Jerric
a563c8355f
Optimization of PluginInstallerWindow
...
Refactored repository selection logic. Reduced code duplication and improving maintainability. Added caching for third-party repo list to avoid unnecessary rebuilds. Updated repo filter logic to use normalized URLs for more reliable matching.
2025-12-25 15:10:30 -05:00
Jerric
2539d330ac
Add Repository Filter (InstallerWindow)
...
Introduces a repository filter dropdown to the PluginInstallerWindow, allowing users to filter plugins by their source repository.
2025-12-25 14:42:09 -05:00
Jerric
419601d9d1
Merge branch 'master' into Plugin-Installer
2025-12-25 09:38:14 -05:00
goat
c00363badf
build: 14.0.0.3
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Failing after 5s
2025-12-25 11:31:47 +01:00
Jerric
0959a9ea48
Additional installed plugin categories
...
Introduces new plugin categories for enabled, disabled, and incompatible plugins in PluginCategoryManager and PluginInstallerWindow. Updates filtering logic, UI strings, and groupings to support these new categories, allowing users to view plugins by their enabled/disabled/incompatible status.
2025-12-25 01:46:25 -05:00
RedworkDE
c559426d8b
Add Data Widget
2025-12-24 12:23:24 +01:00
RedworkDE
31cbf4d8eb
Respect null-termination of entity names
2025-12-24 12:17:57 +01:00
RedworkDE
65c604f827
More ReadOnlySeString things
2025-12-24 11:14:37 +01:00
RedworkDE
bf75937cc0
Don't go through SeString to null terminate a string
2025-12-23 21:08:54 +01:00
RedworkDE
186b1b8376
Use SeStringEvaluator instead of RaptureTextModule for the debug display
2025-12-23 14:58:47 +01:00
RedworkDE
f76d77f79d
rewview (3) and fix some copy docs comments
2025-12-23 12:41:46 +01:00
RedworkDE
9da178ad56
review (2)
2025-12-23 12:34:04 +01:00
RedworkDE
3aca09d0fb
review
2025-12-22 22:28:44 +01:00
RedworkDE
b2397efb25
Add Self Test
2025-12-22 20:21:07 +01:00
RedworkDE
282fa87571
Add event for LogMessages being added to the chat
2025-12-22 19:44:00 +01:00
goat
3be14d4135
Merge pull request #2548 from Soreepeong/fix/sta-cts
...
Tag Build / Tag Build (push) Successful in 4s
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
Fix wrong CancellationToken usage
2025-12-22 10:56:59 +01:00
Soreepeong
8ccfac2318
Fix wrong CancellationToken usage
2025-12-22 18:46:29 +09:00
goat
e2a18dee5e
build: 14.0.0.2
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Failing after 5s
2025-12-21 15:32:24 +01:00
goat
f803dfbd44
Merge pull request #2546 from Infiziert90/todo-contentid
...
Mark PartyMember.ContentId type for API15
2025-12-21 14:46:53 +01:00
Infi
4dcfa9da98
- Add ToDo for ulong change
2025-12-21 14:37:03 +01:00
goat
867ae80b22
Merge pull request #2543 from goatcorp/csupdate-master
...
[master] Update ClientStructs
2025-12-21 13:09:10 +01:00
goat
1b39040072
Merge pull request #2535 from Haselnussbomber/rssb
...
Slight SeString code updates
2025-12-21 13:04:24 +01:00
goat
ea1bb92d17
Merge pull request #2536 from CMDRNuffin/imgui-textboxes-fix-unnecessary-cloning-on-unchanged-text-2-electric-boogaloo
...
Prevent unnecessary string creation in ImGui TextInput methods
2025-12-21 13:02:07 +01:00
github-actions[bot]
5513bd1633
Update ClientStructs
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
2025-12-21 11:59:55 +00:00
KazWolfe
f307aded73
Lumina revert ( #2544 )
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Successful in 3s
2025-12-21 02:31:17 +00:00
goat
a59efbd84c
Fixes for excel renamings
2025-12-21 02:41:22 +01:00