Commit graph

35 commits

Author SHA1 Message Date
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
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
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
Raymond
e524a18ead Fix comments 2021-07-15 21:28:13 -04:00
Raymond
57a87296cc Expose MakeItalics as a helper method, add params to SeString ctor 2021-07-15 21:03:14 -04:00
goat
6bedebba87
feat(SeStringHandling): Add NewLinePayload 2021-07-15 23:30:08 +02:00
Raymond Lynch
658eedca37 Magic the magic happen 2021-07-11 16:32:32 -04:00
Raymond Lynch
595fd3f1e4 StyleCop: everything else 2021-05-30 07:15:47 -04:00
Raymond
350b9e26ad
Typo? fudgeFactor usage missing from one of the CreateMapLink methods. 2021-05-20 19:18:02 -04:00
Asvel
5d611de8da fix: improve SeString integer decoding and encoding 2021-04-14 07:09:37 +08:00
Anna Clemens
be9847f898
feat: add implicit SeString construction 2021-04-10 17:56:04 -04:00
goat
1a42ffefea
Merge branch 'master' of https://github.com/goatcorp/Dalamud 2021-04-10 03:00:24 +02:00
goat
6eaf62fc1c
fix: use Lumina sheets in AutoTranslatePayload 2021-04-10 02:58:51 +02:00
Cara
e3c39ec6a2 Fix circular exception in AutoTranslatePayload 2021-04-08 17:18:54 +09:30
goat
3decb57b2c refactor: Dalamud.Game.Chat => Dalamud.Game.Text, move Sanitizer 2021-04-04 21:54:24 +02:00