aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom
AgeCommit message (Collapse)Author
2026-03-24add comment explaining assumptionDavid Skoland
2026-03-24Add reconnect UI, disconnect button, and visual cleanupDavid Skoland
- Redesign disconnect overlay as a full-screen modal with dark backdrop - Add working Reconnect button that properly re-establishes WebSocket connection - Add Disconnect button in Settings for testing - Separate disconnect and ban/kick codepaths (no reconnect on ban) - Log disconnect notice in IC log using hrtext style - Refactor area list rendering from client state (renderAreaList) - Extract appendICNotice for reusable IC log notices - Clean up charselect: hide during loading, simplify toolbar layout - Freshen loading screen and charselect styling - Remove loading progress text updates (just show "Loading...") - Guard against undefined client.chars and client.serv Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-11Clamp playerlist char icons to 60x60 pixelsDavid Skoland
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11Filter playerlist by area and remove Area columnDavid Skoland
Hide players not in the client's current area. Re-render playerlist on area switch. Remove the now-redundant Area column. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11Add area column to playerlistDavid Skoland
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10Use charName directly for playerlist rendering and add table stylingDavid Skoland
Render char icons and names from the character name string (PU type 1) instead of gating on charId lookup. Add header row and row separators to the playerlist table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10Refactor playerlist to state-driven rendering with renderPlayerListDavid Skoland
handlePR and handlePU now only update client.playerlist state, and renderPlayerList handles all DOM rendering from that state. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07Prefetch char.ini for characters present in area via playerlistDavid Skoland
Store player data (charId, area) in an in-memory Map on the client, updated by PR/PU packet handlers. Use this to eagerly load char.ini when a player's character appears in our area or when switching areas, eliminating the lazy-load delay on first IC message. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-10-02use the file for previewsstonedDiscord
2025-09-03also do bgsstonedDiscord
2025-09-03bgurlsstonedDiscord
2025-06-26convert vol to tsstonedDiscord
2024-12-12Prettified Code!stonedDiscord
2024-12-12akashi expects 2 args for modcallsstonedDiscord
2024-11-20Prettified Code!stonedDiscord
2024-11-20Prettified Code!stonedDiscord
2024-08-31hide out of area playersstonedDiscord
2024-08-31playerlist fixesstonedDiscord
2024-08-12Merge pull request #225 from AttorneyOnline/playerliststonedDiscord
Playerlist
2024-08-08more off by onestonedDiscord
2024-08-08another off by onestonedDiscord
2024-08-07correct unitsstonedDiscord
2024-08-07add ban buttonstonedDiscord
2024-04-12name spacingstonedDiscord
2023-12-08rename callbackstonedDiscord
2023-12-08throw out googlestonedDiscord
2023-10-17Focus input box when emotion is pickedDavid Skoland
2023-09-20autoformat with eslintstonedDiscord
2023-09-20no more eslint errorsstonedDiscord
2023-09-20make eslint a lot happierstonedDiscord
2023-06-06fix clannad clockstonedDiscord
2023-04-25minor spelling mistakestonedDiscord
2023-04-25forgot importstonedDiscord
2023-04-25check for animated bgs in previewstonedDiscord
2023-01-23bring mute backstonedDiscord
2022-12-07remove chat from chatbox namesstonedDiscord
2022-11-22where did this bracket come fromstonedDiscord
2022-11-18fix iniedit input boxstonedDiscord
2022-11-17:spaghetti: :spaghetti: :spaghetti: :spaghetti: :spaghetti: :spaghetti: ↵stonedDiscord
:spaghetti:
2022-11-17copypasta :spaghetti:stonedDiscord
2022-11-17both ini dropdown and customstonedDiscord
2022-11-17rename to iniselectstonedDiscord
2022-11-13bring back iniedit dropdownstonedDiscord
2022-11-11more console spamstonedDiscord
2022-10-22whoops forgot args are a liststonedDiscord
2022-10-22this is much nicerstonedDiscord
2022-10-22show the dialogstonedDiscord
2022-10-22add to window classstonedDiscord
2022-10-12move cred response to dom folderstonedDiscord
2022-09-11Refactor themeCaleb