goat
|
84d0f6564d
|
feat: add extra ToggleX methods to DalamudInterface
|
2021-04-06 00:14:58 +02:00 |
|
goat
|
b54fd4d4a3
|
build: v5.2.4.3
|
2021-04-06 00:00:17 +02:00 |
|
goat
|
71e2562c66
|
feat: some logging for WindowSystem
|
2021-04-05 23:58:33 +02:00 |
|
goat
|
c823d50d37
|
refactor: fix style in DalamudInterface.cs
|
2021-04-05 23:58:12 +02:00 |
|
goat
|
91b05fc9b4
|
fix: some EditorConfig changes
|
2021-04-05 23:56:40 +02:00 |
|
goat
|
9593a16eb9
|
Merge branch 'master' of https://github.com/goatcorp/Dalamud
|
2021-04-05 23:54:47 +02:00 |
|
goat
|
841e452aa2
|
feat: add component library
|
2021-04-05 23:54:32 +02:00 |
|
goat
|
7d5680badd
|
fix: rename ImGuiHelpers.ForceMainWindow() => ForceMainViewport()
|
2021-04-05 23:35:33 +02:00 |
|
goat
|
5f03654eee
|
fix: addon outlines in UiDebug
|
2021-04-05 23:33:50 +02:00 |
|
goat
|
303ddf8d27
|
feat: add MainViewport to ImGuiHelpers instead
|
2021-04-05 23:33:34 +02:00 |
|
goat
|
c21e7efab7
|
feat: port Dalamud windows to WindowSystem
|
2021-04-05 23:22:41 +02:00 |
|
goat
|
65fb949c61
|
feat: add Namespace, BgAlpha, scaling to WindowSystem
|
2021-04-05 23:21:59 +02:00 |
|
goaaats
|
e5331ea1d2
|
Merge pull request #288 from lmcintyre/master
fix screentoworld
|
2021-04-05 19:12:28 +02:00 |
|
Liam
|
0d0716e39d
|
fix screentoworld
|
2021-04-05 12:53:12 -04:00 |
|
goat
|
ec8e320b6c
|
feat: scale window size in Window by GlobalScale
|
2021-04-05 18:39:44 +02:00 |
|
goat
|
7ef0456582
|
feat: run ImGuiHelpers.NewFrame each frame
|
2021-04-05 18:25:07 +02:00 |
|
goat
|
9621cb5428
|
feat: add ScaledRelativeSameLine(), ScaledDummy() to ImGuiHelpers
|
2021-04-05 18:22:19 +02:00 |
|
goat
|
63a289f769
|
feat: add default for flags
|
2021-04-05 18:12:24 +02:00 |
|
goat
|
52150ec677
|
feat: add RemoveAllWindows() to WindowSystem
|
2021-04-05 18:11:01 +02:00 |
|
goat
|
266865a14c
|
feat: add new ImGui windowing system
|
2021-04-05 17:48:03 +02:00 |
|
goat
|
efdf9ca1ee
|
feat: cache viewport ID in ImGuiHelpers
|
2021-04-05 17:36:45 +02:00 |
|
goat
|
562762da01
|
fix: disable docking globally
|
2021-04-05 17:18:19 +02:00 |
|
goat
|
b1fdfd798c
|
feat: add ImGuiHelpers class, ForceMainWindow()
|
2021-04-05 17:17:52 +02:00 |
|
goat
|
24525d3d47
|
fix: crash on game closing, thanks Dragon!
|
2021-04-05 03:59:18 +02:00 |
|
goat
|
0fadeb9a05
|
feat: switch branch for plugin repo until api level 3 transition
|
2021-04-04 22:14:59 +02:00 |
|
goat
|
5767686821
|
build: v5.2.4.2
|
2021-04-04 21:59:00 +02:00 |
|
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 |
|