aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/utils/handleICSpeaking.ts
AgeCommit message (Collapse)Author
2026-02-07Catch rejected play() promises from browser autoplay policyDavid Skoland
Browsers reject .play() with a DOMException when the user hasn't interacted with the document yet. Add .catch(() => {}) to all 9 play() call sites to suppress the uncaught promise rejection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-01-01bring back objection sounds for chars that dont have their ownstonedDiscord
2026-01-01dont use opacitystonedDiscord
2026-01-01deal with this properlystonedDiscord
2025-10-25IC: treat empty preanim string as no preanimBumaire
When an emote is defined with empty preanimation string, such as
EmoteName##emote#, and a user selects "Preanim," WebAO tries to look up
a file with an empty name instead of disabling preanimation. This commit fixes this, matching AO2 client behavior and not requiring
character makers to put a magic "-" preanimation in char.ini.
2024-11-20Prettified Code!stonedDiscord
2024-09-29Dont clear the text box if the message is an additiveCaleb Mabry
2023-11-23Hide chatbox on blankpostsDavid Skoland
2023-11-23FormattingDavid Skoland
2023-09-20autoformat with eslintstonedDiscord
2023-09-20mostly whitespaces, please don't breakstonedDiscord
2023-08-15need spansstonedDiscord
2023-08-15forgot parsedstonedDiscord
2023-08-15spell out messages without markdown if it fails because the host is downstonedDiscord
2023-02-06move blips to blips folderstonedDiscord
2023-01-23handle blankposts that are only spacesstonedDiscord
2022-11-11more console spamstonedDiscord
2022-09-11Finishing of refactorCaleb