Dalamud/Dalamud
Chivalrik 76bf0bc52d feat: Add support for gamepad control of ImGui
Alongside a settings option and the ability for plugins to query gamepad state.
PLugins cannot, however, as of now set an input as 'handled' and block it
for the game.
Whether game or ImGui is receiving gamepad input can be be checked via
`(ImGui.GetIO().ConfigFlags & ImGuiConfigFlags.NavEnableGamepad) > 0`
2021-05-02 10:56:56 +02:00
..
Configuration feat: Add support for gamepad control of ImGui 2021-05-02 10:56:56 +02:00
Data feat: add some helpers for texture loading 2021-04-19 22:21:08 +02:00
Game feat: Add support for gamepad control of ImGui 2021-05-02 10:56:56 +02:00
Hooking refactor: new code style in IDalamudHook.cs 2021-04-06 20:56:01 +02:00
Interface feat: Add support for gamepad control of ImGui 2021-05-02 10:56:56 +02:00
Plugin fix: UiLanguage null when no override 2021-04-30 23:15:20 +02:00
Properties Initial commit 2019-09-21 22:29:38 +09:00
Resources deps: update lumina, manually include Lumina.Generated as resource 2020-11-23 00:26:05 +01:00
ClientLanguage.cs refactor: new code style in DalamudStartInfo.cs 2021-03-31 15:49:15 +02:00
Dalamud.cs fix: add try/catch and error logging for all tiers 2021-04-28 21:02:30 +02:00
Dalamud.csproj feat: add WIP scratchpad 2021-05-01 18:27:10 +02:00
DalamudCommands.cs add /xldata 2021-04-09 10:56:49 -04:00
DalamudStartInfo.cs refactor: new code style in DalamudStartInfo.cs 2021-03-31 15:49:15 +02:00
EntryPoint.cs fix: DalamudInterface load after scene init 2021-04-28 16:39:45 +02:00
FodyWeavers.xml Initial commit 2019-09-21 22:29:38 +09:00
FodyWeavers.xsd Initial commit 2019-09-21 22:29:38 +09:00
GlobalSuppressions.cs refactor: new code style in DalamudDataWindow.cs, fix collapse bug 2021-03-31 23:33:35 +02:00
Localization.cs fix: make localize static for exloc 2021-04-27 22:00:35 -04:00
NativeFunctions.cs refactor: new code style for NativeFunctions.cs, sort of 2021-03-31 23:41:03 +02:00
SafeMemory.cs refactor: new code style in SafeMemory.cs 2021-03-31 03:08:15 +02:00
stylecop.json fix: adjust StyleCop rules 2021-03-28 15:08:13 +02:00
Troubleshooting.cs refactor: new code style in Troubleshooting.cs 2021-03-31 15:28:49 +02:00
Util.cs fix: use SafeMemory for Util.DumpMemory 2021-05-01 22:18:15 +02:00
XivApi.cs refactor: deprecate XivApi class 2021-01-18 01:12:26 +01:00