Dickson Wong
Dickson Wong
This is a preview of the combo config UI. It cannot compile against libtesla@master since the lib is currently missing APIs to allow Gui to capture `keysHeld` and to update...
Hide cooldowns for actions that have not been unlocked, for example during downlevel content Issue https://github.com/0ceal0t/JobBars/issues/187
Added `OccupiedInEvent` and `OccupiedInQuestEvent` to hide UI condition. This hides UI when interacting with NPCs and mimics the behavior of default gauges and hotbars.
Issue https://github.com/0ceal0t/JobBars/issues/126
Consolidate both Iron Jaws features into a single code path
[BeastChakra enums](https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Enums/BeastChakra.cs) currently are named incorrectly. New values appear to be: ``` None => 0 OpoOpo => 1 Raptor => 2 Coeurl => 3 ```