Commit graph

672 commits

Author SHA1 Message Date
goat
02ea2abf4c build: v5.0.0.3 2020-08-03 20:46:55 +02:00
goat
87c3c32dc6 feat: add global UI scale to settings 2020-08-03 20:46:17 +02:00
goat
7ac4881595 deps: update ImGuiScene 2020-08-03 20:06:11 +02:00
goat
b3bfb56464 deps: use forked ImGuiScene 2020-08-03 19:59:54 +02:00
goat
74d9e25c39 Merge branch 'master' of https://github.com/goaaats/Dalamud 2020-08-03 19:49:51 +02:00
goat
7439065e79 fix: reintroduce ReadProcessMemory hack in ActorTable 2020-08-03 19:49:18 +02:00
goaaats
3c9f3ea0db
Merge pull request #146 from pohky/master 2020-07-28 12:14:18 +02:00
pohky
469fecf484 Target Info Change
casting actors to the right type
methods for changing targets
2020-07-28 12:07:25 +02:00
pohky
d9c8eeedd3 Target Info
add target info to ClientState
2020-07-28 10:40:32 +02:00
goaaats
8b749be730
Merge pull request #145 from Poliwrath/things2
Small things (again)
2020-07-27 09:02:25 +02:00
Poliwrath
73bb52d1b5 catch exception if loading DalamudConfiguration fails 2020-07-27 02:45:02 -04:00
goat
1fffc18da9 fix: DI in payloads 2020-07-25 21:21:51 +02:00
Poliwrath
2c02a4b28b toggle dev menu 2020-07-23 23:07:04 -04:00
Poliwrath
4d54166602 move actor offset constants to a separate class 2020-07-23 22:56:25 -04:00
Poliwrath
9d2114ed4b use Path.Combine for startInfo paths 2020-07-23 22:43:49 -04:00
Poliwrath
62622ee75f fix formatting for commands 2020-07-23 22:40:51 -04:00
goat
26631682cd build: v5.0.0.2 2020-07-21 16:18:06 +02:00
goat
62bd3af459 feat: delete old versions of plugins before load 2020-07-21 16:07:35 +02:00
goat
721527dd11 fix: some exception handling in BotManager 2020-07-21 16:07:17 +02:00
goat
a9b388f9de feat: add PluginLoadReason to plugin interface 2020-07-21 10:32:05 +02:00
goat
fe76d1e31a Revert "Revert "fix: catch some discord bot errors""
This reverts commit 5410981beb.
2020-07-20 18:34:22 +02:00
goat
5410981beb Revert "fix: catch some discord bot errors"
This reverts commit 64f07a8c02.
2020-07-20 18:31:40 +02:00
goat
64f07a8c02 fix: catch some discord bot errors 2020-07-20 18:25:07 +02:00
goat
f92a37fbf9 build: v5.0.0.1 2020-07-20 16:35:37 +02:00
goat
ebc9ae222d don't inject crash handler after all 2020-07-20 16:34:30 +02:00
goat
34e0c7c4b5 also inject exception handler in release 2020-07-20 15:29:04 +02:00
goat
700826ec86 style 2020-07-20 11:21:55 +02:00
goat
680715a2a2 refactor: remove some remnants from ReadProcessMemory workaround 2020-07-19 21:40:07 +02:00
goaaats
5f402950d8
Merge pull request #139 from rreminy/patch-7 2020-07-19 21:37:53 +02:00
AzureGem
84171d9d24
Revert Framework.cs changes
I missed `Framework.dalamud`
2020-07-19 14:11:21 -04:00
AzureGem
c50fbfab5e
Subcribe to Framework's Update event from 2020-07-19 13:15:23 -04:00
AzureGem
2e86509a97
Revert Framework.cs change 2020-07-19 13:12:23 -04:00
AzureGem
32aa32d64a
Remove ReadProcessMemory call
New performance metric for the uncached case: About `55ms`
2020-07-19 13:03:23 -04:00
AzureGem
ebbd79274b
Reset cache before emitting each framework event 2020-07-19 11:44:28 -04:00
AzureGem
00ee30f0d9
Dispose ActorTable on ClientState dispose 2020-07-19 11:39:07 -04:00
AzureGem
45694eea08
Actors Table fixes and performance improvements 2020-07-19 11:37:12 -04:00
goaaats
d01fa22e49
Merge pull request #138 from FairyScript/fix-pid-arg
fix: Injector pid arg(arg[0]) will not be used when args' length greater than 1
2020-07-16 23:32:48 +02:00
goaaats
e1936a217c
Merge pull request #136 from rreminy/patch-6
Remove constant Alloc and Free calls from ActorTable
2020-07-16 23:32:10 +02:00
FairyScript
d4b5262b28
fix pid arg
*fix: when program args more than 1, the pid (arg[0]) will not be used.
2020-07-14 21:37:51 +08:00
goat
7481972915 Merge branch 'master' of https://github.com/goaaats/Dalamud 2020-07-10 22:46:55 +02:00
goat
e271f76b69 fix: lumina 2.1.1 incompatibilities 2020-07-10 22:33:07 +02:00
AzureGem
9e85dcb00d
Remove constant Alloc and Free calls from ActorTable
Remove the constant allocations and freeing of the actor memory from the actor table's array function
2020-07-10 11:58:26 -04:00
goat
611679d38a build: v5.0.0.0 2020-07-07 20:31:17 +02:00
goat
8a7842c27b deps: update Lumina 2020-07-07 20:30:18 +02:00
goaaats
bac1be9345
Merge pull request #133 from Caraxi/DalamudPluginInterface.SeStringManager
Add SeStringManager to DalamudPluginInterface
2020-07-02 18:17:08 +02:00
Caraxi
d4139abf70 Add SeStringManager to DalamudPluginInterface 2020-07-03 01:37:51 +09:30
goat
1b2bdb74bb docs: regenerate 2020-06-30 01:24:24 +02:00
goat
1a6971d3f3 build: v4.9.8.3 2020-06-30 01:22:29 +02:00
goat
740ccfde11 fix: crash when chat is processed before init, use DI for SeString stuff 2020-06-29 23:41:33 +02:00
goat
26ad4ce74b Merge branch 'master' of https://github.com/goaaats/Dalamud 2020-06-25 21:32:26 +02:00