Commit graph

1086 commits

Author SHA1 Message Date
goat
15ea80d21a
Merge pull request #1140 from Infiziert90/master 2023-03-01 22:06:12 +01:00
goat
55b2c78e52
Merge pull request #1125 from Aireil/add_help 2023-03-01 22:04:11 +01:00
goat
103333252e
Merge pull request #1131 from kalilistic/fa6 2023-03-01 22:03:34 +01:00
goat
b37eeb78ea
Merge pull request #1135 from doggjoe9/master 2023-03-01 21:55:08 +01:00
goat
d4eeb67fc8
Merge pull request #1138 from Aireil/patch-10 2023-03-01 21:54:32 +01:00
kalilistic
ce48477fb4 feat: add hitch config 2023-02-27 21:05:11 -05:00
Infi
c699c02425 small rename 2023-02-26 21:05:51 +01:00
Infi
94538d1728 Make it search for the plugin and open the installed category 2023-02-26 21:00:03 +01:00
kalilistic
d765527766 feat: add imgui scaled indent 2023-02-25 15:03:25 -05:00
Aireil
d02b9606c3
feat: add /xlkill 2023-02-25 17:36:09 +01:00
shakdar
c5d3c5d86c fixed faulty documentation 2023-02-23 14:37:24 -07:00
kalilistic
dfdb870896 Merge branch 'master' into fa6 2023-02-21 23:12:17 -05:00
kalilistic
a08d2b2032 feat: add new fa font tester data window 2023-02-21 22:57:11 -05:00
kalilistic
b208124a28 feat: update fa enum and helper methods 2023-02-21 22:56:52 -05:00
kalilistic
d1a3129558 feat: add new fa attributes for metadata 2023-02-21 22:55:39 -05:00
Aireil
0db156a468
fix: exceptions in stat window 2023-02-20 18:20:50 +01:00
Aireil
43d9cf36fa
fix: trim /xlhelp arguments 2023-02-20 04:01:05 +01:00
Aireil
85798cc11a
feat: get command description with /xlhelp 2023-02-20 03:49:41 +01:00
goat
1e40cabdc6
feat: make Windows 11 immersive mode configurable 2023-02-19 13:27:58 +01:00
goat
7ffd196c2e
chore: adjust minimum times for hitch detection a bit 2023-02-18 23:36:25 +01:00
goat
44dc127101
feat: detect hitches in framework update, draw and gamenetwork 2023-02-17 21:02:49 +01:00
goat
78581d637a
feat: plugin changelog history 2023-02-15 19:52:40 +01:00
Aireil
c717a40379
fix: remove conflicting loc 2023-02-11 23:11:38 +01:00
Blair
e29e1b35ec
Destroy clipper each frame
This stops a memory leak from happening, as far as I can see the clipper should be destroyed as it's being created in the same draw call.
2023-02-08 22:59:44 +10:00
Caraxi
7545fa3452 Remove --------------------- when copying from log window 2023-02-05 20:47:36 +10:30
goat
f40ea4310c
feat: add InherentDependencyAttribute, mark PM inherently dependent on IM 2023-02-02 22:57:39 +01:00
goat
0215af2ad2
Merge pull request #1101 from MidoriKami/master 2023-02-02 22:34:13 +01:00
goat
7d6442cf71
Merge pull request #1103 from MidoriKami/SeString_ColorChart 2023-02-02 22:33:42 +01:00
MidoriKami
4cf5db6994 Add Spaces between elements 2023-01-28 18:26:13 -08:00
MidoriKami
b0c91fe1bd add UIColor to Dalamud Data window 2023-01-28 18:24:17 -08:00
MidoriKami
63ff09de5d
Merge branch 'master' into master 2023-01-26 19:10:52 -08:00
goat
905fefe877
chore: clarify ownership in WindowSystem, deprecate GetWindow(name) 2023-01-27 00:58:04 +01:00
MidoriKami
163001ec33 Move DutyState test to before logout 2023-01-26 14:52:48 -08:00
MidoriKami
f8919da11f Add DutyState to Self-Test 2023-01-26 14:49:41 -08:00
goat
4d7da00af3
feat: automatically bring all Dalamud windows to front when opening, if they're already open 2023-01-26 23:27:18 +01:00
goat
636a6ae775
feat: add Window.BringToFront() 2023-01-26 23:26:40 +01:00
goat
261d8a167f
fix: explicitly declare InterfaceManagerWithScene as a dependency for PluginImageCache 2023-01-26 23:05:10 +01:00
goat
42ebf4145b
fix: ignore exceptions when getting video memory info 2023-01-26 22:38:42 +01:00
wolfcomp
e5ef53b1c6
Merge branch 'master' into master 2023-01-25 00:12:06 +01:00
goat
0301b76e37
fix: use QueryInterfaceOrNull instead to get DXGI device for vmem info 2023-01-24 00:01:59 +01:00
goat
997bb33e99
Merge pull request #1093 from Caraxi/csupdate 2023-01-23 23:57:47 +01:00
goat
cde0667a40
Merge pull request #1095 from BitsOfAByte/xlstats-totals 2023-01-23 23:55:09 +01:00
goat
d81f218155
chore: cleanup warnings, always load banned dev plugins 2023-01-23 23:53:18 +01:00
Caraxi
7b3a09e405 Show FFXIVClientStructs Version ID in dev menu 2023-01-22 18:48:51 +10:30
BitsOfAByte
a548f46fcb
Optimize LINQ for totals 2023-01-21 03:42:34 +00:00
BitsOfAByte
b460ffc16b
Add totals to xlstats 2023-01-21 02:47:07 +00:00
goat
9a32da7db8
chore: also lock when rendering 2023-01-18 22:45:17 +01:00
goat
aa58edec9a
chore: lock lists in plugin manager when sorting 2023-01-18 22:39:23 +01:00
Aireil
af007d471c
fix: don't hide the plugin list when operations are in progress 2023-01-18 14:34:55 +01:00
wolfcomp
3dfc720878
feat: add IDisposable support to WindowSystem
This is because SamplePlugin contains an example of IDisposable that will never be called when calling RemoveAllWindows or RemoveWindow
2023-01-15 03:52:24 +01:00