Raymond
|
95f57c38ce
|
fix: update single plugin button did not check if testing
|
2021-09-14 12:20:57 -04:00 |
|
Raymond
|
a7f9d43c80
|
feat: implement dpi.IsDev
|
2021-09-14 12:19:16 -04:00 |
|
goat
|
2d3e225e2c
|
fix: reuse HttpClient for icon/image downloads
|
2021-09-14 02:44:48 +02:00 |
|
goaaats
|
3985d3eadd
|
Merge pull request #557 from goatcorp/autoUpdate
AutoUpdate plugins when pluginManager is ready
|
2021-09-13 06:13:47 +02:00 |
|
goaaats
|
35af17f556
|
Merge pull request #553 from goatcorp/invalidFile
handle import errors when looking for types
|
2021-09-13 06:12:27 +02:00 |
|
goaaats
|
a31c8aefc1
|
Merge pull request #556 from goatcorp/populatePlugins
fix: populate available plugins in SetPluginReposFromConfigAsync
|
2021-09-13 06:12:00 +02:00 |
|
goaaats
|
b1c2a97aa7
|
Merge pull request #558 from goatcorp/misc
Miscellaneous formatting changes.
|
2021-09-13 06:10:44 +02:00 |
|
goaaats
|
02b1a88102
|
Merge pull request #559 from goatcorp/entrypoint
startInfo is encoded as utf8, so it should be retrieved that way
|
2021-09-13 06:09:58 +02:00 |
|
Raymond
|
cb62867393
|
injector encodes as utf8, retrieve the same way
|
2021-09-12 23:12:15 -04:00 |
|
Raymond
|
9db492d26d
|
formatting
|
2021-09-12 21:05:42 -04:00 |
|
Raymond
|
dd92824361
|
comment unused method
|
2021-09-12 21:05:21 -04:00 |
|
Raymond
|
6f886d4604
|
remove old pre-sestring commented code
|
2021-09-12 21:05:21 -04:00 |
|
Raymond
|
e8f8ad61b5
|
AutoUpdate plugins when pluginManager is ready
|
2021-09-12 21:04:35 -04:00 |
|
Raymond
|
4c5f3eb1c2
|
show dataKind failure in xldata <type>
|
2021-09-12 21:00:03 -04:00 |
|
Raymond
|
f94839cd0c
|
comment HandlePopulateItemLinkDetour
|
2021-09-12 20:59:59 -04:00 |
|
Raymond
|
058522edec
|
prevent iteration errors
no need to make a copy.
|
2021-09-12 20:58:58 -04:00 |
|
Raymond
|
e7b7da7cca
|
fix: populate available plugins in SetPluginReposFromConfigAsync
|
2021-09-12 20:56:58 -04:00 |
|
Raymond
|
2ff4fefef7
|
handle import errors when looking for types
|
2021-09-12 09:20:28 -04:00 |
|
goat
|
936708861f
|
Merge branch 'master' of https://github.com/goatcorp/Dalamud
|
2021-09-11 20:04:33 +02:00 |
|
goat
|
5d5f2354c1
|
feat: add IsFocusManagementEnabled to dalamud config
|
2021-09-11 20:04:03 +02:00 |
|
goaaats
|
f18be5c4db
|
Merge pull request #551 from daemitus/managedAsserts
|
2021-09-11 19:54:24 +02:00 |
|
goat
|
eb11857bac
|
feat: release ImGui focus when clicking into game
|
2021-09-11 03:04:35 +02:00 |
|
Raymond
|
1920d91eff
|
formatting
|
2021-09-10 08:01:44 -04:00 |
|
Raymond
|
dda515da85
|
feat: ImGuiManagedAsserts
|
2021-09-10 07:59:08 -04:00 |
|
goaaats
|
8bc4598a3c
|
Merge pull request #549 from daemitus/keystate2
|
2021-09-09 02:07:59 +02:00 |
|
Raymond
|
cb541c649c
|
fix keystate.ClearAll
|
2021-09-08 19:54:10 -04:00 |
|
goat
|
f4f86d3030
|
Merge branch 'master' of https://github.com/goatcorp/Dalamud
|
2021-09-09 01:33:20 +02:00 |
|
goat
|
86d9f01877
|
refactor: clean up async logic for PluginMaster loads
|
2021-09-09 01:09:04 +02:00 |
|
goaaats
|
345ecaff41
|
Merge pull request #502 from Ottermandias/condition_event
feat: Condition change event
|
2021-09-09 00:34:20 +02:00 |
|
goaaats
|
0438baacc5
|
Merge pull request #547 from goatcorp/frameworkTimer
|
2021-09-09 00:33:10 +02:00 |
|
goaaats
|
c67c9a6967
|
Merge pull request #527 from daemitus/keystate
|
2021-09-09 00:32:45 +02:00 |
|
goaaats
|
0299fbee89
|
Merge pull request #548 from goatcorp/clientStructs
|
2021-09-09 00:32:24 +02:00 |
|
Raymond
|
01c0e21440
|
use stopwatch for more precise delta
|
2021-09-07 22:47:23 -04:00 |
|
Raymond
|
0076c78870
|
bump clientstructs
|
2021-09-07 22:24:46 -04:00 |
|
Raymond
|
8ed050e41f
|
Fix usage
|
2021-09-07 22:18:17 -04:00 |
|
Raymond
|
9a5ef1acab
|
throw if set value is non-zero
|
2021-09-07 22:06:47 -04:00 |
|
Raymond
|
f4cb935e41
|
rename delta in DPI
|
2021-09-07 21:57:08 -04:00 |
|
Raymond
|
d7b2d92552
|
formatting
|
2021-09-07 21:56:59 -04:00 |
|
Raymond
|
7768a9c1d9
|
feat: expose framework timing
|
2021-09-07 21:56:52 -04:00 |
|
goaaats
|
bd48297745
|
Merge pull request #541 from daemitus/asyncstuff
|
2021-09-08 03:23:00 +02:00 |
|
goaaats
|
87ae67837c
|
Merge pull request #546 from Ottermandias/ChatMessageSender
|
2021-09-08 03:22:19 +02:00 |
|
goaaats
|
4f8b0972c8
|
Merge pull request #545 from daemitus/countStuff
|
2021-09-08 03:21:55 +02:00 |
|
Ottermandias
|
3c100daf30
|
Add handling of manipulated sender to chat detour.
|
2021-09-07 21:17:10 +02:00 |
|
Raymond
|
37fc6ffc73
|
feat: condition changed event, expose condition address
|
2021-09-07 11:14:17 -04:00 |
|
Raymond
|
eb6680e097
|
feat: keystate data window
|
2021-09-07 10:57:15 -04:00 |
|
Raymond
|
bb3ec9d408
|
feat: get/set raw value, fix indexing after 127
|
2021-09-07 10:56:10 -04:00 |
|
Raymond
|
de83a799ae
|
formatting
|
2021-09-07 10:55:40 -04:00 |
|
Raymond
|
1423fff516
|
feat: expose draw total framecount
|
2021-09-07 10:00:53 -04:00 |
|
Raymond
|
c04747375f
|
feat: expose loading time/delta
|
2021-09-07 10:00:38 -04:00 |
|
goaaats
|
b0f2486215
|
Merge pull request #542 from daemitus/hookManager
|
2021-09-07 15:13:15 +02:00 |
|