aboutsummaryrefslogtreecommitdiff
path: root/webAO
AgeCommit message (Collapse)Author
2024-08-07populate fields correctlystonedDiscord
2024-08-07adding and removing worksstonedDiscord
2024-08-07update layoutstonedDiscord
2024-07-18missing =stonedDiscord
2024-07-18stop the mote from grabbing focusstonedDiscord
2024-07-12deprecate fastloading FLstonedDiscord
2024-04-13nintendo can't do wssstonedDiscord
2024-04-12name spacingstonedDiscord
2024-03-07encoding oopsiestonedDiscord
2024-03-07this is no longer the casestonedDiscord
2024-03-07fix off by onestonedDiscord
zak is back
2024-02-14fix dgsstonedDiscord
2024-02-01make https error easier to understandstonedDiscord
not that it's gonna help much....
2023-12-21Revert "Merge pull request #212 from Troid-Tech/searchable-pairing-partner"stonedDiscord
This reverts commit 965e3e937065511fe9052ac687f54c1528a1e043, reversing changes made to b288429cca94a461c8fa3d1936905d7e0e601d7f.
2023-12-21Merge pull request #212 from Troid-Tech/searchable-pairing-partnerstonedDiscord
Use datalist in pairing to make it searchable
2023-12-21Use datalist in pairing to make it searchableDavid Skoland
By using data list instead of select, we can easily make it searchable and render a platform-native dropdown which filters options based on the search. This makes finding your pairing partner much easier, especially in servers with many characters.
2023-12-21Remove objection_button stylingDavid Skoland
2023-12-19Use client_button instead of objection_buttonDavid Skoland
Currently, we use objection_button class for the shouts, but the toggleShout function actually changes it to client_button instead. This makes it change style (height) whenever it is pressed. We can fix this by just using client_button. That makes it look more like the rest of the buttons as well. Since we don't use objection_button anymore, remove it from the styles.
2023-12-08bring to frontstonedDiscord
didnt work
2023-12-08throw out dialogstonedDiscord
2023-12-08rename callbackstonedDiscord
2023-12-08throw out googlestonedDiscord
2023-12-08remove close()stonedDiscord
2023-12-07fix ooc autoscrollstonedDiscord
2023-12-06fix singleplayerstonedDiscord
2023-12-02Merge pull request #203 from Troid-Tech/adjust-connect-timeoutstonedDiscord
Add connect timeout
2023-11-30Move where we set server.onlineDavid Skoland
2023-11-30Make localhost and singleplayer fill the type correctlyDavid Skoland
2023-11-30Make online non-nullableDavid Skoland
2023-11-30Revert fileExistsDavid Skoland
2023-11-29Catch errors in fileExistsDavid Skoland
2023-11-29Use findImgSrc in setSideDavid Skoland
2023-11-29Add findImgSrcDavid Skoland
2023-11-29Add filesExistDavid Skoland
2023-11-29Simplify and make fileExists proper typescriptDavid Skoland
2023-11-29Rename fileExists.js to fileExists.tsDavid Skoland
2023-11-29minor formattingDavid Skoland
2023-11-29merge master into masterstonedDiscord
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