Commit graph

1166 commits

Author SHA1 Message Date
goat
3decb57b2c refactor: Dalamud.Game.Chat => Dalamud.Game.Text, move Sanitizer 2021-04-04 21:54:24 +02:00
goaaats
7996b64827
Merge pull request #283 from kalilistic/sanitizer 2021-04-04 21:40:05 +02:00
kalilistic
20dfe5cbc9 refactor: improve sanitizer 2021-04-04 13:09:54 -04:00
kalilistic
e5524539a3 refactor: convert tests to xunit 2021-04-04 10:59:25 -04:00
kalilistic
c0490ea181 Merge branch 'master' into sanitizer 2021-04-04 10:57:39 -04:00
goaaats
d7e54e7a65
Merge pull request #284 from kalilistic/xunit
refactor: switch to xunit
2021-04-04 16:53:46 +02:00
kalilistic
6770dce503 refactor: switch to xunit 2021-04-04 10:47:30 -04:00
kalilistic
4504bb049f feat: add sanitizer 2021-04-04 09:20:07 -04:00
kalilistic
09e651b3ab refactor: change client language to internal 2021-04-04 08:21:01 -04:00
goaaats
9cf3fd42ed
Merge pull request #282 from kalilistic/logged-in
add isloggedin property
2021-04-03 18:57:21 +02:00
kalilistic
7368ace8b4 add IsLoggedIn property 2021-04-03 12:11:22 -04:00
kalilistic
5c3bcf94ce disable redundant this warning for solution style 2021-04-03 11:27:31 -04:00
goaaats
d6edbf49d9
Merge pull request #281 from kalilistic/setup-testing
add unit test project
2021-04-03 15:39:51 +02:00
kalilistic
4a354ad17e add unit test project 2021-04-03 09:15:15 -04:00
goat
78b3550247 fix: remove april fools font 2021-04-02 21:15:45 +02:00
goat
9751a9fed2 feat: up DalamudApiLevel to 3 2021-04-01 23:09:28 +02:00
goat
5baf0b6d8b Merge #277 2021-04-01 22:57:33 +02:00
goat
7a93659dd2 refactor: new code style in DalamudConfiguration.cs 2021-04-01 22:52:02 +02:00
goat
30280c520c refactor: rename DALAMUD_API_LEVEL 2021-04-01 21:12:07 +02:00
goat
aca3da09b1 refactor: new code style in PluginManager.cs 2021-04-01 21:11:32 +02:00
goat
03b1927434 refactor: new code style in PluginInstallerWindow.cs 2021-04-01 20:53:49 +02:00
goat
a295cec35e refactor: new code style in IDalamudPlugin.cs 2021-04-01 20:53:37 +02:00
goat
0d8ef94647 refactor: new code style in DalamudPluginInterface.cs 2021-04-01 20:39:03 +02:00
goat
8024538588 fix: don't error on build for obsolete transients 2021-04-01 00:15:10 +02:00
goat
c50eb069d4 fix: update transient sheets to new Lumina 2021-04-01 00:06:49 +02:00
goat
02078b13b2 deps: update JetBrains.Annotations 2021-04-01 00:04:45 +02:00
goat
2e6397d30b deps: update Lumina & Lumina.Excel 2021-04-01 00:04:01 +02:00
goat
dc35fc6c3f refactor: new code style in DataManager.cs 2021-03-31 23:58:27 +02:00
goat
d4ed340ad7 refactor: new code style for NativeFunctions.cs, sort of 2021-03-31 23:41:03 +02:00
goat
5c78198687 refactor: remove april fools stuff 2021-03-31 23:34:11 +02:00
goat
e11c209f77 refactor: new code style in DalamudDataWindow.cs, fix collapse bug 2021-03-31 23:33:35 +02:00
goat
0d8d9e57d4 refactor: new code style in PluginDefinition.cs 2021-03-31 17:09:17 +02:00
goat
c5716cf93e refactor: new code style in PluginLoadReason.cs 2021-03-31 17:05:37 +02:00
goat
22294a57aa refactor: new code style in PluginLog.cs 2021-03-31 17:04:59 +02:00
goat
f5830cf09a refactor: new code style in UiBuilder.cs 2021-03-31 17:03:11 +02:00
goat
a52f54774e fix: possible null ref in UiBuilder.CutsceneActive 2021-04-01 16:23:47 +02:00
goat
afe56e412f refactor: new code style in DalamudStartInfo.cs 2021-03-31 15:49:15 +02:00
goat
b50a977738 refactor: new code style in Util.cs 2021-03-31 15:41:22 +02:00
goat
6085952f26 refactor: new code style in Troubleshooting.cs 2021-03-31 15:28:49 +02:00
goat
876993e620 refactor: new code style in Localization.cs 2021-03-31 15:26:16 +02:00
goat
a8d2a577b9 refactor: new code style in EntryPoint.cs 2021-03-31 15:19:25 +02:00
goat
115fa54957 refactor: new code style in DalamudInterface.cs 2021-03-31 15:14:16 +02:00
goat
83eebe3aac feat: show framerate after framecount in dev bar 2021-03-31 03:31:55 +02:00
goat
640881790d refactor: new code style in DalamudCommands.cs 2021-03-31 03:29:21 +02:00
goat
679d9b3d6a refactor: new code style in SafeMemory.cs 2021-03-31 03:08:15 +02:00
goat
8d0baaddb5 linter: suppress SA1633 2021-03-31 03:08:07 +02:00
goat
9281a1bc1a linter: suppress SA1127 2021-03-31 02:59:58 +02:00
goat
55443d931d fix: also apply linting suppressions for namespace descendants 2021-04-01 02:44:33 +02:00
goaaats
6169f28b33
Merge pull request #268 from Aireil/fix_general_chat_channel
Fix general chat channel combo
2021-03-31 01:57:20 +02:00
goaaats
b1da105d2c
Merge pull request #271 from daemitus/chara_values
Fix chara offsets
2021-03-31 01:55:15 +02:00