Commit graph

2942 commits

Author SHA1 Message Date
goaaats
6736d28edd
feat: add WIP profiler 2022-05-28 18:08:28 +02:00
goaaats
3abd4b2717
feat: add ImGuiExtensions(AddTextClippedEx, AddText with fine clip rect) 2022-05-28 17:36:03 +02:00
goaaats
6c877723ce
feat: add TimingEvent, time IM scene init 2022-05-28 17:32:18 +02:00
goaaats
3ff67c709d
feat: add VectorExtensions(WithX, WithY,...) 2022-05-27 22:34:42 +02:00
goaaats
71aeee605d
feat: add Timings API 2022-05-27 19:21:55 +02:00
goaaats
8d304dc24b
feat: add thread safety helpers 2022-05-27 19:21:27 +02:00
goaaats
9bebbf2140
chore: undef BOOT_AGING by default 2022-05-27 14:18:12 +02:00
goaaats
d2335274ee
feat: delay main thread continuation until GameFixes are applied
This is a temporary workaround until we have infrastructure to intercept winapi in C++
2022-05-27 14:12:15 +02:00
goaaats
28102b405b
chroe: don't use AsmHook for wndproc fix 2022-05-26 15:41:40 +02:00
goaaats
baad575c53
feat: add wndproc nullref fix 2022-05-26 01:43:10 +02:00
goaaats
3cf47f7ec4
chore: make DALAMUD_WAIT_DEBUGGER actually freeze process 2022-05-26 00:46:58 +02:00
goaaats
f40b52968b
fix: append RunAsInvoker to __COMPAT_LAYER if not present 2022-05-22 16:48:01 +02:00
goaaats
40ca5e7a4a
Merge branch 'net5' of ssh://github.com/goatcorp/Dalamud into net5 2022-05-22 16:24:49 +02:00
goaaats
cff1519780
fix: preserve preset __COMPAT_LAYER 2022-05-22 16:24:26 +02:00
Cara
f84988baa6
Add DalamudPluginInterface.IsDevMenuOpen (#848)
* Add DalamudPluginInterface.IsDevMenuOpen

* Update DalamudPluginInterface.cs

Add another using because a namespaces changed every other week
2022-05-19 18:13:52 +02:00
Aireil
5f90fd905f
fix: default language to EN instead of JA when manually injecting (#845) 2022-05-18 18:49:33 +02:00
Aireil
125e089966
feat: hide system menu buttons when using /xlui (#846) 2022-05-18 18:49:19 +02:00
goaaats
43861e9206
build: 6.4.0.11 2022-05-18 18:33:50 +02:00
goaaats
524d100bdc
chore: change VEH env var, add var to enable full dumps 2022-05-18 18:33:34 +02:00
goaaats
74fd48c5cb
build: 6.4.0.10 2022-05-16 14:28:01 +02:00
goaaats
3f5fb64813
Merge branch 'net5' of ssh://github.com/goatcorp/Dalamud into net5 2022-05-16 13:28:39 +02:00
goaaats
c74af9a6f2
fix: use GameMain.IsInPvPInstance() to check for PvP instance event 2022-05-16 13:28:17 +02:00
goaaats
25e46f8d1c
deps: update FFXIVClientStructs 2022-05-16 13:27:29 +02:00
kizer
0971100696
Wrap font texture upload in try/catch and log/retry in 4k x 4k on exception (#843) 2022-05-16 11:07:58 +02:00
Loskh
a241e646b6
Better IMEWindow (#841) 2022-05-14 18:34:53 +02:00
kizer
e1df496e2f
Fix fallback font not working correctly (#839)
* Fix GetGameFontHandle calls during BuildFonts

* Add option to draw ImGui test windows in Monospace font

* Add warning if first font is not the default font as we would like it

* Add better description for Font Resolution Level

* Fix scaling when using Korean fonts with AXIS on
2022-05-13 10:13:49 +02:00
goaaats
cadcddf7b1
feat: add /xlui command to disable all ImGui draw events, corresponding events to allow plugins to remove their atk mods 2022-05-12 14:19:49 +02:00
goaaats
f9eb853a18
fix: ImFontGlyphReal.Codepoint setter not using value 2022-05-12 11:05:47 +02:00
goaaats
b1d927ab8f
chore: fix some warnings 2022-05-12 11:00:31 +02:00
goaaats
02d19df0f7
refactor: move CopyGlyphsAcrossFonts into ImGuiHelpers.cs 2022-05-12 10:59:53 +02:00
goaaats
5e98011a57
ci: remove concurrency group from tag build workflow 2022-05-12 10:54:11 +02:00
Joshua Goins
55fae2dc07
Check punchlines while searching for plugins 2022-05-12 10:52:13 +02:00
kizer
d68b3a1845
Expose CopyGlyphsAcrossFonts (#824) 2022-05-12 10:46:50 +02:00
kizer
9413755ee3
Add Service<Framework>.RunOnTick() (#832) 2022-05-12 10:36:05 +02:00
kizer
bf1a525e4c
Fix --mode= handling on injector arguments (#829) 2022-05-12 10:34:58 +02:00
kalilistic
8b7f9b58bf
refactor: fix plugin internal style errors (#830) 2022-05-12 10:34:45 +02:00
kizer
c2b43ad4ce
Settings: Show pt value instead of scale value for font (#834) 2022-05-12 10:32:30 +02:00
PunishedPineapple
772ab40ada
Added digit separators to download count. (#837) 2022-05-12 10:32:14 +02:00
kizer
6c62bb1cff
build: 6.4.0.9 (#827) 2022-04-29 20:13:40 +02:00
kizer
fde3f63dc7
Fix dalamud launch language and add --dalamud-client-language (#826)
* Fix dalamud launch language and add --dalamud-client-language

* Fix help
2022-04-29 20:12:22 +02:00
goat
c052275589
build: 6.4.0.8 2022-04-26 17:10:21 +02:00
Ottermandias
ae54988f91
Fix FilePicker broken callback handling and make function signatures unique (#822) 2022-04-26 17:09:44 +02:00
goat
be848737c0
build: 6.4.0.7 2022-04-26 16:50:30 +02:00
goat
3ba7029eeb
deps: update FFXIVClientStructs 2022-04-26 11:42:32 +02:00
goat
83676a3ac2
chore: only warn before manual injections in release builds 2022-04-26 11:26:08 +02:00
goat
c901ab4248
chore: replace IsDebugging check on PluginInterface with Debugger.IsAttached
Makes a bit more sense api-wise
2022-04-25 23:39:59 +02:00
goat
96ed22534c
chore: fix some warnings, cleanup 2022-04-25 20:04:17 +02:00
kizer
9a38a9470c
Fix inject problems (#820)
* CoreCLR: resolve and load nethost on demand instead of requiring it on load

* Remove nethost loading from C# side

* Added option to not chain Process.Dispose; see for last error only if result is empty
2022-04-25 10:13:32 +02:00
kizer
5b4833a6f7
Fix dumb (#819) 2022-04-24 15:03:13 +02:00
kizer
eb2197132e
Fetch win32 error codes on remote LoadLibrary/GetProcAddress calls (#816)
* Fetch win32 error codes on remote LoadLibrary/GetProcAddress calls

* Fix out of index exc
2022-04-23 21:37:32 +02:00