Haselnussbomber
|
7de4351a6d
|
Fix CA1850: Prefer static HashData method over ComputeHash
|
2026-01-06 16:56:59 +01:00 |
|
Haselnussbomber
|
0a2198cf6c
|
Fix IDE0018: Inline variable declaration
|
2026-01-06 16:56:58 +01:00 |
|
Haselnussbomber
|
b0ab63bf65
|
Fix IDE0250: Struct can be made 'readonly'
|
2026-01-06 16:56:58 +01:00 |
|
Haselnussbomber
|
46df1bc546
|
Fix IDE0300: Use collection expression for array
|
2026-01-06 16:56:58 +01:00 |
|
Haselnussbomber
|
d95d19a0d0
|
Fix CA1510: Use ArgumentNullException throw helper
|
2026-01-06 16:56:15 +01:00 |
|
Haselnussbomber
|
694a9f3f70
|
Fix IDE0059: Remove unnecessary value assignment
|
2026-01-06 16:56:14 +01:00 |
|
Haselnussbomber
|
dc841e0111
|
Fix IDE0057: Substring can be simplified
|
2026-01-06 16:56:14 +01:00 |
|
Haselnussbomber
|
8fe8e9f3bf
|
Fix CA1866: Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char
|
2026-01-06 16:56:14 +01:00 |
|
Haselnussbomber
|
685b29fda2
|
Fix SYSLIB1045: Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
2026-01-06 16:56:14 +01:00 |
|
Haselnussbomber
|
7505ecbe85
|
Fix CA1847: Use String.Contains(char) instead of String.Contains(string) with single characters
|
2026-01-06 16:56:14 +01:00 |
|
Haselnussbomber
|
f952e62553
|
Use is over switch
|
2026-01-06 16:56:13 +01:00 |
|
Haselnussbomber
|
f49c99c9e7
|
Fix IDE0066: Use switch expression
Only applied to where it doesn't look horrendous.
|
2026-01-06 16:56:13 +01:00 |
|
Haselnussbomber
|
fce529fd0a
|
Fix CA1859: Use concrete types when possible for improved performance
|
2026-01-06 16:56:13 +01:00 |
|
Haselnussbomber
|
a5496eab8a
|
Fix IDE0062: Make local function static
|
2026-01-06 16:56:13 +01:00 |
|
Haselnussbomber
|
8b873c9fb0
|
Fix IDE0007: Use 'var' instead of explicit type
|
2026-01-06 16:56:13 +01:00 |
|
Haselnussbomber
|
cd71a2cc46
|
Fix IDE0009: Add '.this'
|
2026-01-06 16:56:12 +01:00 |
|
Haselnussbomber
|
801857906e
|
Fix IDE0280: Use 'nameof'
|
2026-01-06 16:55:42 +01:00 |
|
Haselnussbomber
|
10e7002fcd
|
Fix IDE0270: Null check can be simplified
|
2026-01-06 16:55:42 +01:00 |
|
Haselnussbomber
|
55adf9cf59
|
Fix CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
|
2026-01-06 16:55:41 +01:00 |
|
Haselnussbomber
|
95721d105b
|
Fix CA2263: Prefer generic overload when type is known
|
2026-01-06 16:55:41 +01:00 |
|
Haselnussbomber
|
1a3eabda26
|
Fix IDE0028: Use collection initializers or expressions
|
2026-01-06 16:55:41 +01:00 |
|
Haselnussbomber
|
65bae44187
|
Fix CA1860: Avoid using 'Enumerable.Any()' extension method
|
2026-01-06 16:53:43 +01:00 |
|
Haselnussbomber
|
c3cd5ad0b6
|
Fix CA1513: Use ObjectDisposedException.ThrowIf
|
2026-01-06 16:53:43 +01:00 |
|
Haselnussbomber
|
d2fcd5e901
|
Use new Lock objects
|
2026-01-06 16:53:42 +01:00 |
|
bleatbot
|
27414d33dd
|
Update ClientStructs (#2569)
Co-authored-by: github-actions[bot] <noreply@github.com>
|
2026-01-05 02:40:08 +00:00 |
|
wolfcomp
|
bcc16c9b0e
|
Add CPU info to crash log (#2565)
* Add CPU info to crash log
Added a function to retrieve CPU vendor and brand information.
* Add missing include
* Remove unused std::strings
|
2026-01-04 23:00:31 +00: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|