Results 26 issues of Robert

I am using SharpGLTF for output of meshes that have been built programmatically. I am trying to build PBR materials for the meshes but I cannot see how to set...

Iamus requires Node version 14 or above. This should be specified with an "engine" spec in package.json along with an a "engine-strict=true" in a .npmrc in the same directory. Info...

bug
good first issue

Implement account filtering so the account "availability" flag properly doesn't show friend-only accounts to others. Availability: NONE, FRIENDS, CONNECTIONS, ALL New availability: PARTNER?

bug
enhancement

Along with issue #51 (Rate Limit incoming requests) there is a discussion about limiting the metaverse resources usable by an account for account management, griefer limiting, and overall metaverse resource...

enhancement

I used the previous convention of returning a "new Promise()" in subroutines that return a Promise. But Javascript will wrap things in Promises if one doesn't do that. So, the...

enhancement

Add a GroupEntity. Allow accounts to be members of Groups. Maybe have a special Group that is for the whole grid. Groups should have a calendar. A user can fetch...

enhancement

For simple metaverse-server setup, implement a storage backend that does not require MongoDB but rather uses just the filesystem. Stretch goal would be an object storage backend (S3, ...) but...

enhancement

Since 'connection's and 'friend's is kept as a list of usernames in the AccountEntity, if any user changes their username, the relationships stored in the other AccountEntity's must be updated....

bug

A domain that is not registered will keep talking to the metaverse-server and they just keep creating log errors (cannot find domain). Decide if a dummy entry should be created...

enhancement