Asriel
5b5fdc0c10
Generalize submodules workflow to add Lumina.Excel ( #2340 )
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 2s
2025-09-10 16:55:25 -07:00
MidoriKami
f07b308757
Add Generic Helper ( #2403 )
Tag Build / Tag Build (push) Successful in 3s
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-09-09 17:53:38 +10:00
Caraxi
0047e24031
fix ViewportTextureWrap ( #2402 )
Tag Build / Tag Build (push) Successful in 3s
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-09-06 14:32:30 +10:00
goaaats
1b08d986ca
build: 13.0.0.3
Tag Build / Tag Build (push) Failing after 2s
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-09-03 01:51:14 +02:00
Limiana
29c4d4939f
Fix SigScanner.ScanAllText only returning a single match
2025-09-02 18:06:06 +00:00
bleatbot
97196a1e35
Update ClientStructs ( #2396 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-09-02 17:13:17 +00:00
Infi
7aa77aa2eb
- Use ToMacroString for better understanding what changed ( #2393 )
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 2s
2025-09-02 22:06:02 +10:00
Haselnussbomber
7f3fc5aac1
Use AgentLobbys OnLogout vfunc ( #2395 )
2025-09-02 22:01:12 +10:00
bleatbot
852b1289e2
Update ClientStructs ( #2390 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-09-02 21:59:20 +10:00
MidoriKami
e3498f1b9c
Fix entries yeeting themselves out of existance when scrolled off ( #2392 )
Tag Build / Tag Build (push) Successful in 2s
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-08-30 12:59:05 +02:00
bleatbot
80c2985795
Update ClientStructs ( #2389 )
...
Tag Build / Tag Build (push) Successful in 1s
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
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-26 21:00:59 +00:00
bleatbot
6890e59af5
Update ClientStructs ( #2387 )
...
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 2s
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-26 06:43:35 +00:00
bleatbot
fcf5c27186
Update ClientStructs ( #2378 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-26 16:32:09 +10:00
Blair
005699e472
Allow versionless bans ( #2381 )
Tag Build / Tag Build (push) Successful in 12s
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-08-22 13:03:44 +00:00
Lyna
ba9720cb65
Add Platform/OS to plugin feedback ( #2379 )
2025-08-20 11:06:52 +02:00
bleatbot
1702c3be29
Update ClientStructs ( #2375 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-19 21:44:26 +00:00
R
4a743e9060
Collect additional logs for crash handler ( #2376 )
...
* Collect launcher.log on crashes
This has been missing for Crash Handler based tspacks for a while, which makes it harder to get information from XLCore users because of our differing log names. (Really, we should rename both to just be xivlauncher.log or something, but that would break existing tooling)
* Collect wine.log on crashes
2025-08-19 14:35:55 -07:00
Kaz Wolfe
0c9176a8b6
feat: Reword message overview
...
- Removes extra lines from stack trace
- Use clearer-ish wording for messaging
2025-08-19 12:44:34 -07:00
Kaz Wolfe
9e405b26d2
feat: include line numbers/file info in stacktrace
2025-08-19 12:16:34 -07:00
Kaz Wolfe
32cb6e2127
feat: Identify the plugin causing an assertion failure
2025-08-19 11:07:14 -07:00
goaaats
2affbe3683
build: 13.0.0.2
2025-08-17 13:10:21 +02:00
Soreepeong
544f8b28bf
Support make clickthrough
2025-08-16 16:42:30 +09:00
bleatbot
e684e7e208
Update ClientStructs ( #2371 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-15 16:20:38 +00:00
Haselnussbomber
f687852879
Set ClientState.TerritoryType on load ( #2366 )
...
* Set TerritoryType on load
* Do not fire TerritoryChanged event on load
2025-08-15 16:19:21 +00:00
Haselnussbomber
e2f3fdd0ff
ISeStringEvaluator: Add ReadOnlySpan<byte> support ( #2370 )
...
* Add EvaluateMacroString ROS<byte> overload
* Add implicit ROS<byte> to SeStringParameter cast
2025-08-15 09:11:25 -07:00
MidoriKami
ef688c09e2
Now with more child labor ( #2374 )
2025-08-15 15:38:04 +00:00
srkizer
9092e36b33
Reduce usage of exceptions from Boot ( #2373 )
...
* wip
* make pretty
* Remove CRT version check from IM
* fix
* Simplify IsDebuggerPresent hook
2025-08-15 00:02:32 -07:00
Soreepeong
e5451c37af
Update InputHandler to match changes in imgui_impl_win32.cpp
2025-08-12 16:18:49 +09:00
Soreepeong
40e63f2d9a
Enable viewport alpha
2025-08-12 14:10:55 +09:00
bleatbot
f613b177a2
Update ClientStructs ( #2369 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-12 01:28:24 +00:00
wolfcomp
6337e165aa
Update Directory.Build.props ( #2368 )
2025-08-11 18:13:06 -07:00
goat
86ad1de181
Fix codeberg ssh endpoint
2025-08-11 21:58:25 +02:00
goat
98d9bf3a93
Disable strict host key checking
2025-08-11 21:57:06 +02:00
KazWolfe
6341640243
feat: Add GitLab sync ( #2312 )
...
* feat: Add GitLab sync
* Add codeberg to sync script
---------
Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2025-08-11 21:51:00 +02:00
marzent
ae58aaff30
avoid c++ exceptions in import hook ( #2367 )
2025-08-11 11:23:15 -07:00
bleatbot
4a62138b30
Update ClientStructs ( #2365 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-11 16:15:27 +00:00
bleatbot
8134cde2b7
Update ClientStructs ( #2364 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-10 18:31:52 +00:00
goaaats
594684b8e9
build: 13.0.0.1
2025-08-10 20:15:40 +02:00
goaaats
10b081e901
Upgrade Lumina to 6.5.0
...
Adds support for BC5/7 decoding
2025-08-10 19:14:11 +02:00
srkizer
b09a1cde0a
Skip if msvcrt dll does not have version info ( #2363 )
2025-08-10 18:49:41 +02:00
goaaats
6c1e538da5
Don't check CRT version on wine
2025-08-10 17:38:19 +02:00
goat
4eb49fd449
Only run cs update on master
2025-08-10 17:00:22 +02:00
bleatbot
1db4f2e5cb
Update ClientStructs ( #2359 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2025-08-10 16:59:56 +02:00
Haselnussbomber
184c8c8fa2
SeStringEvaluator: Add support for SwitchPlatform ( #2360 )
2025-08-10 16:57:18 +02:00
srkizer
8fcf633f02
Check if CRT version is at least 14.40.33816.0 ( #2361 )
...
* Check if CRT version is at least 14.40.33816.0
* Fix ULD path
* Remove debugging code
2025-08-10 16:56:22 +02:00
goat
4413634508
Merge pull request #2352 from Soreepeong/fix/imgui
...
ImGui bindings fixes
2025-08-09 12:30:46 +02:00
Soreepeong
b66860cdba
Add cond=0 default to SetDragDropPayload
2025-08-09 10:14:30 +09:00
Soreepeong
bd824130bd
Fix InputTextEx return type
2025-08-09 09:58:14 +09:00
Soreepeong
130eb7e574
Fix Dx11Renderer order of operations
2025-08-09 08:51:57 +09:00
Soreepeong
7705aa800b
Use hInstance of Dalamud for RegisterClassExW
2025-08-09 08:30:27 +09:00