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 |
|
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 |
|
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 |
|
Soreepeong
|
0ce4f6d598
|
Add back ImGui.ArrowButton
|
2025-08-09 08:23:38 +09:00 |
|
Soreepeong
|
afe58dae76
|
Make ImU8String not IDisposable
|
2025-08-09 08:23:38 +09:00 |
|
Soreepeong
|
5fee90085c
|
Revert "Fix SeStringRendererTestWidget example"
This reverts commit 12f099a57e.
|
2025-08-09 08:23:38 +09:00 |
|
Soreepeong
|
cc21480d21
|
Add overloads for InputText which callbacks take Ptr instead
|
2025-08-09 08:23:38 +09:00 |
|
Soreepeong
|
28658b4889
|
Fix ImGui.Combo overload resolution priority
|
2025-08-09 08:23:38 +09:00 |
|
Soreepeong
|
87770c57ab
|
Change focus clearing condition
|
2025-08-09 08:23:38 +09:00 |
|
Soreepeong
|
5d8e4bee92
|
Fix ImGuiTextFilter function types
|
2025-08-09 08:23:37 +09:00 |
|
Soreepeong
|
3e2a6ec9cb
|
Work around ActiveIdUsingKeyInputMask having a wrong type
|
2025-08-09 08:23:37 +09:00 |
|
Haselnussbomber
|
b3dcdb4539
|
Fix ImGui.MenuItem calls (again) (#2358)
|
2025-08-08 15:32:55 -07:00 |
|
bleatbot
|
126a4d32c9
|
Update ClientStructs (#2357)
Co-authored-by: github-actions[bot] <noreply@github.com>
|
2025-08-08 20:34:03 +00:00 |
|
bleatbot
|
d006395caf
|
Update ClientStructs (#2356)
Co-authored-by: github-actions[bot] <noreply@github.com>
|
2025-08-08 15:14:16 +00:00 |
|
bleatbot
|
f640a6ad27
|
Update ClientStructs (#2354)
Co-authored-by: github-actions[bot] <noreply@github.com>
|
2025-08-07 22:25:51 +00:00 |
|
bleatbot
|
fcbb174985
|
Update ClientStructs (#2321)
Co-authored-by: github-actions[bot] <noreply@github.com>
|
2025-08-07 22:07:58 +00:00 |
|
KazWolfe
|
3d300a7811
|
feat: Add DtrInteractionEvent to allow plugins to make their own DTR events. (#2353)
|
2025-08-07 23:37:42 +02:00 |
|
goat
|
579ecdc4b2
|
Merge branch 'api13'
|
2025-08-07 13:38:52 +02:00 |
|
goat
|
c39c957923
|
Merge pull request #1865 from Critical-Impact/ui-builder-fonts
Add font properties to IUiBuilder
|
2025-08-07 13:33:18 +02:00 |
|
goat
|
99b5ef4894
|
Merge pull request #2351 from goatcorp/csupdate-api13
[api13] Update ClientStructs
|
2025-08-07 13:32:17 +02:00 |
|
github-actions[bot]
|
a43bf1a3d0
|
Update ClientStructs
|
2025-08-07 11:23:53 +00:00 |
|
goat
|
5240378753
|
api13 csupdate
|
2025-08-07 13:23:13 +02:00 |
|
goat
|
abb017f190
|
Merge pull request #2350 from Soreepeong/fix/imgui
Temporarily fix IME
|
2025-08-07 13:22:07 +02:00 |
|
Soreepeong
|
20842a64e2
|
Temporarily fix IME
|
2025-08-07 13:45:42 +09:00 |
|