kizer
8e7f370ddd
Load services asynchronously whenever possible ( #893 )
2022-06-24 22:12:51 +02:00
goaaats
369ecad03f
Merge branch 'net5'
2022-06-24 14:17:17 +02:00
goaaats
b7cbaacac6
fix: close gamepad overlay when setting is disabled
2022-06-24 14:11:55 +02:00
goaaats
c297cd4cd6
chore: only load game font for credits OnOpen
2022-06-23 23:48:10 +02:00
goaaats
07607804bc
feat: clean up credits window, various improvements
2022-06-22 23:00:36 +02:00
goaaats
d6af533811
feat: GFM timings
2022-06-21 22:26:04 +02:00
goaaats
485eda2c61
fix: grab focus for installer when opening the error modal
2022-06-21 13:15:25 +02:00
goaaats
3397b608d0
feat: switch framework hooks from vtable to sigs
2022-06-20 22:08:50 +02:00
Ottermandias
a00b3ec2fd
Update FileDialog.UI.cs ( #888 )
2022-06-19 23:21:24 +02:00
goaaats
1d2a93813d
chore: update licenses, ship with package
2022-06-19 13:26:04 +02:00
Ottermandias
cd41fda202
Some general cleanup and store quickbar / drive existence on setup instead of checking per draw. ( #887 )
2022-06-19 10:53:51 +02:00
Ottermandias
c3f55249d2
FileDialog extensions ( #881 )
...
* Fix ImGuiFileDialogFlags to be actually flags.
* Add customization points for quick access and window flags to FileDialog and FileDialogManager.
* Some general cleanup for FileDialog.
2022-06-15 20:45:48 +02:00
kizer
71f3680388
Fix nullptr problems ( #878 )
2022-06-04 13:45:22 +02:00
goaaats
f8243e2c3c
loc: fix typo in settings window
2022-06-03 17:42:30 +02:00
goaaats
21ae9c018c
chore: remove C# GameFixes infrastructure
2022-05-28 19:22:05 +02:00
goaaats
02dd1eddec
Merge branch 'net5' of ssh://github.com/goatcorp/Dalamud into net5
2022-05-28 18:08:44 +02:00
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
Ottermandias
8db4f6a578
Update Window.cs ( #856 )
2022-05-28 13:49:21 +02:00
goaaats
71aeee605d
feat: add Timings API
2022-05-27 19:21:55 +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
baad575c53
feat: add wndproc nullref fix
2022-05-26 01:43:10 +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
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
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
Ottermandias
ae54988f91
Fix FilePicker broken callback handling and make function signatures unique ( #822 )
2022-04-26 17:09:44 +02:00
goat
96ed22534c
chore: fix some warnings, cleanup
2022-04-25 20:04:17 +02:00
Ottermandias
8c6b599a07
File Selector ( #807 )
2022-04-23 16:43:16 +02:00
kizer
2a36122c2c
Prevent NPE, load Korean font if it exists ( #802 )
...
Co-authored-by: goaaats <goatsdev@protonmail.com>
2022-04-23 16:42:44 +02:00
kalilistic
0b6417fd7c
Plugin manager cleanup ( #815 )
2022-04-23 16:40:31 +02:00
kalilistic
d676473928
feat: add missing color overrides ( #803 )
2022-04-20 09:42:10 +02:00
kalilistic
eca9fcce3b
feat: add dev bar info toggle ( #805 )
2022-04-20 09:40:44 +02:00
kalilistic
9335ac4ec9
feat: add option to show dev bar at startup ( #809 )
2022-04-20 09:39:35 +02:00
kizer
1e5c906ce8
Set explicit fallback font size, and add fallback font notice window ( #800 )
2022-04-18 01:26:20 +02:00
Ottermandias
2becb12855
FilePicker additions ( #798 )
2022-04-18 01:25:00 +02:00
goaaats
eaee5301f1
fix: use correct branch for plugin images
2022-04-16 01:01:13 +02:00
kizer
8310a695a2
Make it possible to use AXIS fonts with exactly specified size ( #797 )
2022-04-15 19:52:18 +02:00
Soreepeong
5fa750750b
Fix dealing with MergeMode for plugin-requested fonts
2022-04-15 23:46:12 +09:00