Commit graph

484 commits

Author SHA1 Message Date
meli
fcd98ee2bb Add ability for plugins to add ImGui fonts at runtime, though we should discourage this as much as possible. Also sneak in an api-matching update to part of ImGuiScene, to make more things useable in SamplePlugin 2020-04-29 17:13:05 -07:00
goat
0800cc4e91 feat: add draw distance to actor view 2020-04-29 18:56:21 +02:00
goaaats
a58de19abc
Merge pull request #102 from pmgr/master 2020-04-29 16:51:59 +02:00
pmgr
87bf498097 Adding check to WorldToScreen for coordinates being in front, plus documentation 2020-04-29 15:39:26 +01:00
goat
143b8a15fc feat: add plugin authors to credits 2020-04-29 16:03:58 +02:00
goat
274148361e feat: add actor debug overlay for Dalamud Data Window 2020-04-29 15:34:41 +02:00
goat
8a1c923b36 fix: swap X and Z axis for SharpDX vectors 2020-04-29 15:34:27 +02:00
goat
84d1494b63 feat: add implicit conversions to common vector types to Position3 2020-04-29 15:15:41 +02:00
goaaats
a06f1b13d6
Merge pull request #101 from pmgr/master 2020-04-29 14:19:27 +02:00
pmgr
923dd8b11f Added WorldToScreen and a prototype for ScreenToWorld. 2020-04-29 06:42:11 +01:00
goat
193dab20a4 feat: rework network message API again 2020-04-28 19:50:47 +02:00
goat
10d91031dd feat: add ClientOpCodes dict to DataManager 2020-04-28 18:03:37 +02:00
goat
832c5f758f fix: only flash window if NOT in foreground 2020-04-28 17:59:42 +02:00
goat
fd18ba6e8e refactor: remove OnZonePacket API 2020-04-28 02:33:25 +02:00
goat
017c30e107 feat: add handler for client send packets 2020-04-28 01:48:36 +02:00
goat
bd2e5cda2a fix: we shouldn't do xivapi requests for characters when the name is empty 2020-04-27 15:17:13 +02:00
goat
d4244566e8 fix: remove asset "version check" 2020-04-27 14:51:39 +02:00
goat
6e2c55a59c build: v4.9.3.0 2020-04-27 14:37:11 +02:00
goat
48fcebfe12 fix: don't reenable updated plugins automatically 2020-04-27 14:36:00 +02:00
goat
845a5908b2 build: v4.9.2.0 2020-04-27 00:01:36 +02:00
goaaats
299ca5daca
Merge pull request #99 from ff-meli/master 2020-04-26 23:48:44 +02:00
meli
52a2ccf31a fix payload parsing to not use PeekChar() when it actually wants a byte (breaks in some non-ascii cases) 2020-04-26 14:38:28 -07:00
goat
dee30b5655 build: v4.9.1.0 2020-04-26 18:48:48 +02:00
goat
62ef6034ee fix: work around bad assembly version in chat extender json 2020-04-26 18:43:40 +02:00
goat
9b591e71d2 fix: handle errors during EnsureAssets 2020-04-26 15:25:16 +02:00
goat
d66a195697 Merge branch 'master' of https://github.com/goaaats/Dalamud 2020-04-26 15:22:03 +02:00
goat
74e95d99fa build: v4.9.0.0 2020-04-26 15:21:47 +02:00
goat
b9818c75a0 fix: restore ref IsHandled for the Chat hooks 2020-04-26 15:18:15 +02:00
goat
b8b05ae998 fix: don't load ChatExtender if it's <1400 (hack, remove this some time) 2020-04-26 15:15:50 +02:00
goat
af9d50266c feat: add OnCheckChatMessageHandled, refactor ChatGui a bit 2020-04-25 19:15:25 +02:00
goaaats
6123bcc125
Merge pull request #97 from Caraxi/master 2020-04-24 20:39:45 +02:00
goat
474294d604 feat: add "enter command" debug feature to DalamudLogWindow to test commands on the title screen 2020-04-24 20:29:41 +02:00
Cara
dced804d28 Update ItemSearchWindow.cs 2020-04-25 03:55:53 +09:30
Cara
939e9c11af Remove now unused variable 2020-04-25 03:55:23 +09:30
Cara
0968eda856 Use ImGui Double Click 2020-04-25 03:54:31 +09:30
goat
a72536603b fix: log item texture fail as error, unlocalized string 2020-04-24 20:17:18 +02:00
goat
0bd0efbd5b fix: comment in ActorTable access log 2020-04-24 20:16:36 +02:00
Cara
f1384745eb Double Click in ItemSearchWindow to link item 2020-04-25 03:43:08 +09:30
goaaats
f716628443
Merge pull request #95 from Caraxi/master 2020-04-24 20:00:57 +02:00
Cara
a80426bd0e Don't crash when selecting currencies
Catch error when loading an invalid texture.
2020-04-25 03:23:30 +09:30
goat
4033b83706 feat: add a disclaimer for release builds when running as a debug build to injector 2020-04-24 19:16:41 +02:00
goat
21dcdcd891 build: v4.8.9.0 2020-04-24 19:00:53 +02:00
goat
0a71dd8d1b docs: regenerate 2020-04-24 18:55:08 +02:00
goat
f80a4e7432 feat: new actor table shenanigans 2020-04-24 18:50:20 +02:00
goat
03e4a4d25c Merge branch 'master' of https://github.com/goaaats/Dalamud 2020-04-24 01:37:16 +02:00
goat
5ba7cddb28 fix: wrongly named GatheringSystemMessages/ErrorMessages 2020-04-24 01:37:00 +02:00
goaaats
1ad498bba8
switch readme logo url to assets repo 2020-04-23 22:25:46 +02:00
goat
91d4f90de6 fix: use for loop when showing party members
TODO: fix IEnumerable support
2020-04-22 21:57:13 +02:00
goat
19b09a9077 some party list style fixes 2020-04-22 21:29:14 +02:00
goat
427a7632ee feat: add party list debug 2020-04-22 21:28:57 +02:00