aboutsummaryrefslogtreecommitdiff
path: root/webAO
AgeCommit message (Collapse)Author
2024-08-27enable pantilt if the bg has itstonedDiscord
2024-08-27the full bg is called court not fullstonedDiscord
2024-08-17resize things and fix effectsstoned
2024-08-17prevent ic from scrolling in default 1080p windowstoned
2024-08-17fix scrolling in ic controlsstoned
2024-08-16add player tab to mobile viewstoned
2024-08-16Merge pull request #226 from AttorneyOnline/mobileviewstonedDiscord
Mobile view
2024-08-16no magic numbersstoned
2024-08-16use multiui as defaultstoned
2024-08-16fix evidebce off by one againstoned
2024-08-12Merge pull request #225 from AttorneyOnline/playerliststonedDiscord
Playerlist
2024-08-12fix evidebce off by one againstoned
2024-08-10Functional Mobile WebAOredjstone
2024-08-08fix icons being centered in classic themestonedDiscord
2024-08-08more off by onestonedDiscord
2024-08-08another off by onestonedDiscord
2024-08-08fix first piece of evidencestonedDiscord
2024-08-07correct unitsstonedDiscord
2024-08-07add ban buttonstonedDiscord
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