Aurélien Vivet

Results 134 comments of Aurélien Vivet

That's for sure, but the header size is not taken into account because the height value isn't dynamic. When we have a zoom in the browser the panel can't be...

@PascalLadalle it is solved by beta 110? [From patch note](https://github.com/4ian/GDevelop/releases/tag/v5.0.0-beta110): > Fix sprite objects updating their displayed image one frame too late: This fixes some "flickering" when a sprite is...

Can you drop the project here, please?

There is 3 type of text objects with the same issue, https://www.bountysource.com/issues/71408652-text-object-at-wrong-position-and-moves Here is another project with all types of text objects, all have their own problems when the angle...

In addition to this issue, [I link this thread on the forum](https://forum.gdevelop.io/t/rotating-a-text-object-messes-up-its-coordinates/41260/9).

_ is missing on `message` [https://github.com/4ian/GDevelop/blob/master/newIDE/app/src/ObjectGroupEditor/index.js](https://github.com/4ian/GDevelop/blob/master/newIDE/app/src/ObjectGroupEditor/index.js) **4ian note: should be easy to fix with a `` component.**

> Toujours is written and must be "Siempre" Fixed, thank you :)

¡Gracias, he corregido las traducciones! Thank you, I have corrected the translations!

The eventsheet should be in French. ![image](https://user-images.githubusercontent.com/1670670/103291259-99b74880-49eb-11eb-8794-c7a21df91cef.png) I've fixed for **is inside** condition on crowdin, for the **repeat** loop [ translation function is missing.](https://github.com/4ian/GDevelop/blob/master/newIDE/app/src/EventsSheet/EventsTree/Renderers/RepeatEvent.js#L107) Same in the rest of loops....

There is two bottleneck; - Can the word **key** be detailed or be specific in the[ p2p extension?](https://github.com/4ian/GDevelop/blob/master/Extensions/P2P/JsExtension.js#L150) ```.addParameter('string', _('Key'), '', false)``` - If yes note we soon reach the...