Brice Parent

Results 10 issues of Brice Parent

For example a new menu with the list of topics and downloadable pdfs. ![image](https://user-images.githubusercontent.com/34689945/99256806-3ea00c80-2816-11eb-8c76-065360b00f94.png) ![image](https://user-images.githubusercontent.com/34689945/99257064-aeae9280-2816-11eb-9afd-b04f90ae1019.png)

enhancement

+ Fix a bug on the editing window scroll. The scrolling wasn't working and overlapping other UI elements. ![image](https://user-images.githubusercontent.com/34689945/193633537-dbf6b48e-ecd5-4e06-9897-2d7ac499a288.png) + Add support for creating prefabs directly in the editor. +...

enhancement

This PR adds the copy and paste. The mode is bound on the shift key. https://user-images.githubusercontent.com/34689945/194817102-98eca567-12c9-4e1c-a99b-2dc4eb21a6df.mp4

enhancement

+ add support for aws S3 bucket to store files - upload file on the bucket - retrieve file on the bucket - delete file + add support for a...

enhancement

This is useful to disable meet rooms (Jitsi) "at runtime".

enhancement

This PR reformat all the code and add pre-commit checks and GitHub actions tests. ![image](https://user-images.githubusercontent.com/34689945/194836120-01be89d4-c914-4680-a3f1-ceaf6f53ca90.png) ![image](https://user-images.githubusercontent.com/34689945/194836220-48c77d3e-5741-4fef-8f50-035678c7c70a.png) You'll also need to merge it without a rebase to keep the hash of...

enhancement

Add a report option. Useful to report an user or a message. Available in: - profile - radial menu - messages [video](https://user-images.githubusercontent.com/34689945/195100347-dd9008cd-41ba-4a0b-aa10-3735550c1311.mp4)

enhancement

Some files do not respect the current linter configuration (eslint). https://github.com/l3mpire/lemverse/blob/19a80c88c939892a865bc2f82d0182ec944c8e66/core/client/scenes/scene-editor.js#L114-L119 The expected behavior would be: ```js Zones.update(zoneId, { $set: { x1: startPosition.x | 0, y1: startPosition.y | 0, x2:...

bug
enhancement
good first issue

https://user-images.githubusercontent.com/34689945/213759187-e81905cf-f626-45e3-af3f-4a60753851eb.mp4

This pull requests depends on https://github.com/l3mpire/lemverse/pull/222 It allows us to create a new type of collider, the "triggers" which enable actions when you enter the zone. https://user-images.githubusercontent.com/34689945/204011594-bfee6d47-0cf3-4505-878b-800584f87e59.mp4