Commit graph

62 commits

Author SHA1 Message Date
shakdar
7fa1a9b5f0 complete prototype for PartyFinderPayload 2023-02-11 18:54:33 -07:00
shakdar
d3c44080b5 implemented everything 2023-02-11 04:39:32 -07:00
Infi
d7893115d0
Prevent Territory with ID 0 being returned 2023-01-24 00:16:59 +01:00
goat
987ff8dc8f
chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
goat
b093323acc
chore: warnings pass 2022-10-29 15:19:52 +02:00
electr0sheep
73a7db56e2
Fix MapLinkPayload to account for offset (#833) 2022-08-31 22:07:12 +02:00
Cara
d43b4cfeb7
Update BitmapFontIcon.cs (#974) 2022-08-24 13:26:20 +02:00
goaaats
d29400437e
Merge branch 'net5' 2022-06-26 18:50:56 +02:00
kizer
3369f569fb
Add call-on-services-ready attribute for service methods, and fix scene nullability (#900) 2022-06-26 18:49:34 +02:00
goaaats
1a2365a676
Merge branch 'net5' 2022-06-24 22:16:24 +02:00
kizer
8e7f370ddd
Load services asynchronously whenever possible (#893) 2022-06-24 22:12:51 +02:00
PunishedPineapple
e2dc8802f7
Added NPC Dialogue chat types. (#851) 2022-06-15 20:43:44 +02:00
karashiiro
387a820392
Fix SeString serialization/deserialization (#840)
* chore: add SeString JSON conversion test

* fix: SeString JSON serialization

* chore: add SeString JSON deserialization test

* chore: rename tests to abstract format away

* chore: fix typos

* fix: deserializable SeStrings

* chore: add comment to test

* chore: use DeserializeConfig in Load
2022-05-13 22:07:51 +02:00
goat
1395e3a555
Merge branch 'net5' 2022-04-25 20:05:51 +02:00
goat
96ed22534c
chore: fix some warnings, cleanup 2022-04-25 20:04:17 +02:00
PunishedPineapple
6af9f47d6b
Added NPC Dialogue chat types. (#812) 2022-04-23 16:40:50 +02:00
goaaats
7a242c962a
refactor: ContextMenus cleanup, docs 2022-01-28 23:50:06 +01:00
goaaats
49d1bb7ee8
feat: basic context menu port 2022-01-28 23:15:48 +01:00
goaaats
c232befd83
fix(ItemPayload): thorough clean up, collectibles, eventitems, aging 2022-01-27 01:21:29 +01:00
goaaats
8624c6cffa
fix(ItemPayload): serialize item kind 2022-01-19 00:44:39 +01:00
goaaats
fd62190cbc
feat(SeStringBuilder): add overload for AddItemLink with new kind parameter 2022-01-19 00:42:36 +01:00
goaaats
7e34f8c00c
fix(ItemPayload): correctly handle EventItem, Collectible (closes #166) 2022-01-19 00:41:36 +01:00
Cara
af0ccc9c06 Update BitmapFontIcon.cs 2021-12-19 23:00:21 +10:30
goat
64cb19cb93
feat: add /xlversion command 2021-12-06 19:02:10 +01:00
goat
264cf58a8f
feat: add SeStringBuilder 2021-12-06 19:00:30 +01:00
goat
1561fbac00
Revert "refactor(Dalamud): switch to file-scoped namespaces"
This reverts commit b5f34c3199.
2021-11-18 15:23:40 +01:00
goat
b5f34c3199
refactor(Dalamud): switch to file-scoped namespaces 2021-11-17 19:42:32 +01:00
goat
49345847a5
fix: return empty SeString if ptr == null 2021-08-28 21:27:20 +02:00
goat
fc9ef07005
feat: add explicit conversions for Lumina SeStrings 2021-08-28 20:19:48 +02:00
goat
98f75ce13a
fix: still initialize SeStringManager service 2021-08-28 20:18:07 +02:00
goat
5efe65a655
fix: explain when null in CreateMapLink doc 2021-08-28 19:21:16 +02:00
goat
c8566fc9b2
refactor: make Lumina=>Dalamud conversion explicit extension method 2021-08-28 19:05:48 +02:00
goat
ca201e1a14
refactor: obsolete SeStringManager, move into SeString 2021-08-28 19:02:18 +02:00
goat
e5cad2edde
fix: unsafe implementation of SeString.Parse() 2021-08-28 18:41:59 +02:00
goat
ef60d29ae0
feat: add implicit conversion from Lumina SeString => Dalamud SeString 2021-08-28 18:26:55 +02:00
goat
950756dfd2
feat: add Span overload for SeStringManager.Parse() 2021-08-28 18:26:26 +02:00
goat
ff6fa4bf50
refactor: clean up usings 2021-08-22 23:11:47 +02:00
Raymond
ff1d7f2829 Implement service locator 2021-08-21 14:03:06 -04:00
Raymond
779179a0cf Formatting, misc 2021-08-16 09:00:16 -04:00
Raymond
e02505985f Fixup text sanitizer 2021-08-16 08:58:18 -04:00
Raymond
f38629e36b Expose itemPayload ID.
Otter had to reflect it.
2021-08-10 18:16:22 -04:00
Raymond
5e925907ab Remove obsolete methods, fix imports 2021-08-09 17:34:43 -04:00
Raymond
d1c34de333 Remove unnecessary parenthesis 2021-08-09 17:33:40 -04:00
Raymond
8531603ff2 GetHashCode can be simplified 2021-08-09 17:33:36 -04:00
Raymond
e6861b1cff Use Array.Empty instead 2021-08-09 17:33:32 -04:00
Raymond
a58cb7cb3a Suppress START_BYTE/END_BYTE in source. 2021-08-09 17:33:26 -04:00
Raymond
8f93980779 Payload.DataResolver is now a property 2021-08-09 17:33:21 -04:00
Raymond
f26b1ead9e Break out XivChatType Extensions and InfoAttribute 2021-08-09 17:33:12 -04:00
goaaats
9d9a80e75d
Merge pull request #413 from daemitus/italics 2021-07-16 14:36:45 +02:00
Raymond
5c4ed3f715 XivChatEntry should use SeString 2021-07-15 22:09:33 -04:00