Age | Commit message (Collapse) | Author |
|
|
|
|
|
Update invite_count with triggers.
Add games.is_ready generated column.
Add games.is_opposed generated column.
Add player_view with is_active column.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
System reserved and easily confused names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create and populate aside #roles list if missing.
Initialize roles and pointers into global "roles" object.
|
|
|
|
Static page showing limited info and a call to action to login or sign up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pick one of swap, keep, or random.
In case of mid-air collision, player who chose first gets to decide.
|
|
|
|
Try using 100% as a workaround... maybe it'll behave better on browsers
that don't support dvh yet.
|
|
|
|
|
|
|
|
|
|
Key-up events are not delivered when the window is blurred.
|
|
|
|
This is needed on Chrome when the scrollIntoView is triggered from certain events,
otherwise the event processing will interrupt and stop the scrolling.
|
|
When zoomed in manually, cycle downwards.
|
|
|
|
|
|
|
|
|
|
|
|
|