aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handlePV.ts
AgeCommit message (Collapse)Author
2026-04-01fix only area bugDavid Skoland
2026-04-01fix char select bugDavid Skoland
2026-04-01Enable auto pick area and charDavid Skoland
2026-02-11Merge pull request #293 from OmniTroid/better-charloadingstonedDiscord
Better charloading
2026-02-11Deduce emote icon extension from first button to speed up loadingDavid Skoland
Instead of probing extensions for every emote button (N*M HEAD requests), probe once using button1_off and reuse the result for all buttons. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07Defer char.ini loading and use direct img src for char iconsDavid Skoland
Instead of eagerly fetching char_icon (with HEAD requests per extension) and char.ini for every character on join, set img.src directly to char_icon.png and defer char.ini loading until actually needed (character selection via handlePV, or first IC message via handleMS). This eliminates thousands of HTTP requests on join for large character lists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-09-03emotionsstonedDiscord
2024-11-20Prettified Code!stonedDiscord
2024-08-07add ban buttonstonedDiscord
2024-08-07update layoutstonedDiscord
2024-07-18missing =stonedDiscord
2024-07-18stop the mote from grabbing focusstonedDiscord
2023-11-22Add support for webp on the char buttons.SymphonyVR
2023-09-20autoformat with eslintstonedDiscord
2023-07-17do the same for emotesstonedDiscord
2022-09-07Added more functionsCaleb
2022-09-04Fix AO HostCaleb
2022-09-04Several functions movedCaleb
2022-09-03also provide mouseover for emotesstonedDiscord
2022-09-01Moved rest of the handlersCaleb