aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-29merge master into masterstonedDiscord
2023-11-24Merge pull request #204 from Troid-Tech/hide-chatbox-on-blankpoststonedDiscord
Hide chatbox on blankpost
2023-11-23Hide chatbox on blankpostsDavid Skoland
2023-11-23FormattingDavid Skoland
2023-11-23Merge pull request #202 from SymphonyVR/masterstonedDiscord
Some bugfixes (upscaling, preanimation, webp on char buttons, viewport layout)
2023-11-22Also log the error itself on errorDavid Skoland
2023-11-22Set timeout to connecting to server to 5 secondsDavid Skoland
2023-11-22Add client stateDavid Skoland
It's very useful to know the state of client, whether it's connected or properly joined.
2023-11-22Merge pull request #201 from Troid-Tech/connect-to-wssstonedDiscord
Fix https and add wss support
2023-11-22Add clause for checking ws in httpsDavid Skoland
2023-11-22adjust offsetstonedDiscord
2023-11-22fix autoscrollstonedDiscord
2023-11-22Remove old "left" fieldSymphonyVR
2023-11-22Reverted some bugs caused by experimentingSymphonyVR
Now is stable
2023-11-22Make the web client UI behave more like AO2 clientSymphonyVR
Fix: background scaling #92 Changes: Now every image on the viewport is centered in the X and Y.
2023-11-22Add support for webp on the char buttons.SymphonyVR
2023-11-22Fix "Empty messages don't play the preanimation"SymphonyVR
Fix for: Empty messages don't play the preanimation #191
2023-11-22Smarter upscaling/downscalingSymphonyVR
By default it used to make all images pixelated.
2023-11-20Remove subdomain terribleness and split clientURL into a functionDavid Skoland
2023-11-20host isn't usedDavid Skoland
2023-11-20Upgrade asset link to https in secure contextDavid Skoland
2023-11-20Fix domain tricks for localhostDavid Skoland
2023-11-20More protocol magicDavid Skoland
2023-11-20Missing colonDavid Skoland
2023-11-20Need to adjust http/s as wellDavid Skoland
2023-11-20Warning about no ws portDavid Skoland
2023-11-20Nice off-by-one error broDavid Skoland
2023-11-20Remove debug statementDavid Skoland
2023-11-20Make Join button open in new tabDavid Skoland
2023-11-20Remove wayward )David Skoland
2023-11-20Add setServ backDavid Skoland
also known as "whoops, we actually needed that code" This changes "Online" to "Players", and will only show the playercount reported by masterserver. It's a bit disingenuous to show "Online" if we can't confirm that we can actually connect to it.
2023-11-20Remove everything related to server connectionsDavid Skoland
2023-11-20Do not connect to server on mouseoverDavid Skoland
2023-11-20Yeet check_httpsDavid Skoland
2023-11-20Use current host in https redirect instead of hardcodingDavid Skoland
2023-11-20somewhat backward compatibleDavid Skoland
2023-11-20Change client to use connection stringDavid Skoland
2023-11-20Change ip to connect and include protocolDavid Skoland
2023-11-19Merge pull request #199 from Troid-Tech/links-in-oocstonedDiscord
Make links in OOC clickable
2023-11-18Make links in OOC chat clickableDavid Skoland
2023-11-18Formatting in client.html, use tabsDavid Skoland
2023-11-18Merge pull request #198 from Troid-Tech/fix-httpsstonedDiscord
Rework master.ts
2023-11-18Real asyncDavid Skoland
2023-11-18Add playercount to serverlistDavid Skoland
2023-11-18remove debug logDavid Skoland
2023-11-18Fix hostDavid Skoland
2023-11-18Add players fieldDavid Skoland
2023-11-18Remember to populate servers as wellDavid Skoland
2023-11-18Remove unused variablesDavid Skoland
2023-11-18Slimmer code in main functionDavid Skoland