Dean Sheather
23e6ecd10b
fix: remove keys from ModifierlessChatKeys list
2024-07-16 23:24:56 +10:00
Infi
6f1a3fc548
Fix virtual key check missing
2024-07-15 12:27:08 +02:00
Dean Sheather
fb167a8161
chore: refactor keybinds to be in new KeybindManager
2024-07-15 19:24:29 +10:00
Dean Sheather
352088dfed
feat: add configurable hotkeys to cycle tabs
...
Adds two configurable hotkeys (plus the required code infrastructure to
handle configurable hotkeys) for cycling the active chat tab forward by
one and backwards by one.
2024-07-15 19:17:32 +10:00
Infi
ac45afcf4c
More keybind handling improvements
2024-07-13 11:25:32 +02:00
Dean Sheather
c3c60e7e43
feat: add autohide after inactivity
...
After not receiving a message for X seconds (configurable) in the
current tab or any tab with unread mode enabled, the chat will be
hidden. Focus can be returned with return or slash as usual.
Having input focus or hovering the mouse over the chat window "bumps"
it every frame.
Also fixes a bug that prevented focus from being restored to tabs with
input disabled. The chat window will be brought back but the activated
event won't be fully processed.
Co-authored-by: Auri <me@aurieh.me >
2024-07-13 16:30:42 +10:00
Infi
7b8aa172e0
More updates
2024-07-08 12:30:05 +02:00
Limiana
40d66ca954
add missing args
2024-07-08 02:55:28 +03:00
Infi
ec67364360
Implement temp fix for broken TellReasons
2024-07-04 03:59:46 +02:00
Infi
c031739650
- Update broken delegates
...
- Replace hardcoded offsets with CS version
2024-07-03 20:06:00 +02:00
Dean Sheather
1f8cffbeff
Various DT fixes
2024-07-02 20:52:53 +10:00
Infi
604a2cb482
Remove debug info
2024-07-01 23:56:24 +02:00
Infi
8bef8ec050
Remove debug logs
2024-06-30 09:29:11 +02:00
Infi
f76f0e91d0
Update for 7.0, part 1
2024-06-30 05:07:11 +02:00
Infi
7a27ca8ea8
Fix linkshell rotation
2024-06-17 19:21:17 +02:00
Infi
625d7596d3
Temporary fix for linkshell names not appearing
2024-06-11 22:21:21 +02:00
Infi
17ff8fffeb
Fix tell reply not working
2024-06-10 23:24:30 +02:00
Infi
70989da680
More CS updates
2024-06-09 12:59:29 +02:00
Infi
9c4b975605
- No emote parsing on AutoTranslate
...
- nint everything
2024-06-02 14:17:45 +02:00
Infi
3a5dcae261
Fix #63
2024-05-28 14:23:31 +02:00
Infi
6ff1b80641
Merge pull request #53 from deansheather/dean/message-sorting-fixes
...
fix: fix sorting problems
2024-05-25 17:11:42 +02:00
Dean Sheather
748a963acc
Use ContentIdResolver hook
2024-05-26 01:09:33 +10:00
Infi
0c19772b18
- Replace all possible hooks with CS
...
- Mark ones that can be replaced soon
- Use Dalamuds ConfigOption for chat color parsing
2024-05-25 16:50:37 +02:00
Infi
0f6556472a
Replace hooks with CS version, part 1
2024-05-24 21:43:50 +02:00
Infi
592892e45a
- New option to limit minimum preview length
...
- New option only preview with parameters
- Improve preview drawing modes
- Prevent null ref on plugin load
2024-05-20 06:25:54 +02:00
Infi
2ab56db678
Remove goto
2024-05-16 17:12:56 +02:00
Infi
50cb486cda
Don't process chunks in a thread
2024-05-03 06:06:24 +02:00
Infi
0a6c611e73
Switch to CS for one function hook
2024-05-02 04:47:06 +02:00
Infi
7bd5f0302b
Prevent ENTER focus if disabled input, exception is to unhide chat
2024-05-01 23:11:47 +02:00
nebel
feb987744c
Merge pull request #36
...
* Close item tooltip with event to support Dalamud HandleItemOut hook
* Greatly simplify tooltip close event logic
2024-05-01 17:06:01 +02:00
nebel
31221ac8f6
Merge pull request #35
...
* Handle event items by checking item kind
2024-05-01 17:05:53 +02:00
Infi
a74cdcb899
Prevent vanilla tooltip for event item and implement #28
2024-04-30 03:49:53 +02:00
Infi
8e006f8ab5
Just some formatting
2024-04-25 20:26:39 +02:00
Infi
366e121783
- Fixed hotkey behaviour in vanilla inputs
...
- Changed behaviour of tab switching
2024-04-21 00:29:07 +02:00
Infi
230e63033d
Workaround for direct chat not triggering on special keys
2024-04-15 23:33:50 +02:00
Infi
5f7199773a
Fix chat alerts breaking tell messages
2024-04-14 20:37:01 +02:00
Infi
f52bc2a41b
Experimental: Always check for keybinds
2024-04-11 19:36:49 +02:00
Infi
1243501067
Fix unfocused in eureka
2024-04-11 15:31:36 +02:00
Dean Sheather
07d6f68176
fix: censor tell target in Eureka in ScreenshotMode
2024-04-11 18:24:56 +10:00
Infi
8b7a671e52
Replace old vfunc calls with directly CS functions
2024-04-11 07:40:47 +02:00
Infi
c24ca3c007
More cleanup
2024-04-11 07:09:09 +02:00
Infi
48fec7dfaa
cleanup and reformatting
2024-04-11 06:44:23 +02:00
Infi
9f771c37e3
Implement #10 with fixed payload byte[]
2024-04-10 23:57:44 +02:00
Infi
0cae4297f9
Merge branch 'main' into dean/extrachat-input-channels
2024-04-10 19:13:02 +02:00
Infi
948383b0c5
Remove this. everywhere, add small note to override style
2024-04-10 17:45:25 +02:00
Dean Sheather
2ed125d520
feat: allow tab input channel to be set to ExtraChat
...
Adds ExtraChat Linkshell channels to tab input channel selector. These are only by index, not by channel name due to limitations in the ExtraChat IPC API.
Adds ExtraChat Linkshell channels to the channel selector in the chat log window. As these aren't real channels in-game, these are handled by just sending the corresponding `/eclX` command which causes ExtraChat to set a channel override.
2024-04-09 18:32:10 +10:00
Infi
fed420901c
Working tells for eureka and bozja
...
Implemented the same focus requirements that vanilla chat has, so as long as the input retains focus, on focus loss it automatically restore the previous channel
2024-04-08 03:26:49 +02:00
Infi
40fd726519
Add adventurer plate context option
2024-04-06 03:01:32 +02:00
Infi
1cafb45825
- net8
...
- Switch to new font api,
- Fix null ref on login
- Fix game freeze from chat link handler
2024-04-03 00:57:49 +02:00
Anna
357bc2bb6f
refactor: use new plugin log
2023-10-14 19:32:10 -04:00