cybertown_shared_objects
cybertown_shared_objects copied to clipboard
Experimenting with a Blaxxun-like SharedObject system in X_ITE, and some related experimentation
Provide a way for people to sign up for accounts which they can log in with. * [ ] Register form * [ ] Login form * [ ] Password...
Provide a set of preset avatars that users can select from. This is safer than allowing users to upload avatars (which will likely be a future feature).
Provide a way to add, move and remove objects in worlds which will be visible to all users as well as reload in their positions on next load of the...
Add some visual controls on the world window that the user can click on to move around. Otherwise, it's just a guessing game how to move around.
Option to beam to a specific user in a user list
Display a list of users in the chat, in the chatroom.
Sgeo comments: > Although some things could be cleaned up: A rate limit on sending to server, maybe using WebRTC to lower server's bandwidth usage User movement is pings at...
Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...