goat
|
b8b05ae998
|
fix: don't load ChatExtender if it's <1400 (hack, remove this some time)
|
2020-04-26 15:15:50 +02:00 |
|
meli
|
66e7fda058
|
comment a bunch of things, fix some accessibility issues, update ToString display, assorted minor cleanup
|
2020-04-25 22:04:31 -07:00 |
|
meli
|
474efadc57
|
switch to SeIConChar values for custom unicode characters; it would be nice to be able to use these without casting, but I'll wait on that change in case there are other reasons to stay as it is
|
2020-04-25 20:05:34 -07:00 |
|
meli
|
68f3862efe
|
Merge branch 'master' into sestring_payloads_refactor
# Conflicts:
# Dalamud/Dalamud.cs
# Dalamud/Game/Internal/Gui/ChatGui.cs
|
2020-04-25 19:47:36 -07:00 |
|
meli
|
94bba30c21
|
add version of CreateItemLink that takes a lumina Item to avoid a duplicate lookup
|
2020-04-25 19:31:48 -07:00 |
|
meli
|
535312dd22
|
fix for linking items with ids that are exact multiples of 256 - they seem to require a specific encoding. This may apply to other things as well. Also just adds to the necessity for a refactor of the integer handling in payloads
|
2020-04-25 19:20:56 -07: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 |
|
meli
|
75aaebccc2
|
switch italics to payloads instead of raw bytes - this is actually messier until the rest of chat there is moved to SeString, but this at least removes some random raw hex. Once more string support is in, the rest can probably be ported as well
|
2020-04-22 15:01:57 -07:00 |
|
meli
|
430d834074
|
Some static helpers for frequent payloads and groupings
|
2020-04-22 14:51:55 -07:00 |
|
meli
|
ea6c130aa7
|
basic map link helpers, fix some rounding/truncation issues with created map links and displayed values
|
2020-04-22 14:22:39 -07: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 |
|
goaaats
|
850a698630
|
Merge pull request #94 from goatcorp/readme-logo
Fix logo in readme linking to old repo
|
2020-04-22 21:17:31 +02:00 |
|
goaaats
|
b1202d4be7
|
Merge pull request #93 from karashiiro/minor-tweaks
Implement IReadOnlyCollection on PartyList, see #92
|
2020-04-22 21:15:02 +02:00 |
|
goaaats
|
dc75774992
|
fix: logo in readme linking to old repo
|
2020-04-22 21:14:29 +02:00 |
|
goat
|
7d840ad150
|
fix: show available languages in language command, notify about successful change
|
2020-04-22 21:13:22 +02:00 |
|
karashiiro
|
257d387984
|
Implement IReadOnlyCollection, see #92
|
2020-04-22 12:09:08 -07:00 |
|
goaaats
|
3b942ab8bc
|
Merge pull request #77 from attickdoor/master
Add PartyList and PartyMember for ClientState use
|
2020-04-22 21:07:15 +02:00 |
|
goaaats
|
2a9e395805
|
Merge branch 'master' into master
|
2020-04-22 21:04:21 +02:00 |
|
goaaats
|
2ccfb64790
|
Merge pull request #90 from goatcorp/assetmgr
Introduce AssetManager to download remote assets, merge game symbol font from Lodestone into our font
|
2020-04-22 21:03:11 +02:00 |
|
goat
|
65c3ce192d
|
feat: add enum for special SE codepoints
|
2020-04-22 20:59:36 +02:00 |
|
goat
|
d2fdbafa57
|
fix: free rangeHandle GCHandle
|
2020-04-22 20:58:39 +02:00 |
|
goaaats
|
37d6243248
|
Merge pull request #92 from karashiiro/minor-tweaks
Implement IReadOnlyCollection<Actor> on the ActorTable to allow foreach without casting
|
2020-04-22 20:57:52 +02:00 |
|
karashiiro
|
0c03b20bda
|
Implement IReadOnlyCollection<Actor> on the ActorTable to allow foreach without casting
|
2020-04-22 11:42:12 -07:00 |
|
meli
|
fb40a69785
|
fix user-created RawPayload to take entire chunk, testing helper for full item link string
|
2020-04-22 11:17:11 -07:00 |
|
goaaats
|
2c0c67fca1
|
Merge pull request #91 from KHShadowrunner/master
Update BRDGauge.cs
|
2020-04-22 18:41:24 +02:00 |
|
meli
|
9f884f63f8
|
add basic italics payload
|
2020-04-22 09:33:04 -07:00 |
|
KHShadowrunner
|
7264478428
|
Update BRDGauge.cs
Added Soul Voice value offset.
|
2020-04-22 12:23:26 -04:00 |
|
meli
|
2d5fdd3c4c
|
payload constructors for user-created payloads
|
2020-04-22 08:51:24 -07:00 |
|
goat
|
1483b41aca
|
fix: destroy ImFontConfig after build
|
2020-04-22 17:47:30 +02:00 |
|
goat
|
14fb36a8b3
|
feat: merge game symbol font from lodestone into our ImGui font
|
2020-04-22 16:40:20 +02:00 |
|
goat
|
6a779fa166
|
feat: add font test to dalamud data
|
2020-04-22 16:39:56 +02:00 |
|