Arthur Pacaud (arthuro555)

Results 42 issues of Arthur Pacaud (arthuro555)

When a DataConnection fails to establish, for example, due to connecting to an invalid ID or to one's own ID, I would expect the `dataConnection.on('error', () => {...})` callback to...

help wanted
feature
client

- Gets rid of the GlobalPIXIModule hack - Adds a script to compile and generate type definitions for an ESM module as a typescript namespace easily - Use a custom...

With this, this makes all HTML5 builds hosted on https a working PWA 😎 This adds a basic service worker that prefetches and caches all code and asset files. When...

Adds an async action for awaiting the end of a tween. Depends on the following PR: #3535

Adds a condition to see if the last connection attempt succeeded and an async action to await that result. This is useful to display an error message when a connection...

The warning messages are now clearer, translatable, and warns the user if the update type is unknown or breaking (major).

This adds an action to return objects from an events based extension. This will set the return value to true and pick the currently picked instances of the object back...

Adds an action to load a JSON resource into a variable Example: [jsontest.zip](https://github.com/4ian/GDevelop/files/7317230/jsontest.zip)

## Overview An implementation of variable expressions, inspired by the following proposition: https://forum.gdevelop-app.com/t/reworking-variables-to-be-returnable-by-expressions/34593 - This discussion G´goes further than the current changes, and goes the explicit rather than the implicit...

Example file: [load-from-url.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/8836589/load-from-url.zip) Adds a few actions that have something to do with loading resources. Points of importance for the review: - A private JS variable is being used in...

✨ New extension
⌨ JavaScript
👨‍👩‍👧‍👦 Community extension