Lewis James

Results 7 issues of Lewis James

Is there any way to profile Godot ECMAScript code? Either in the editor, or by some other means? From a quick read of the source I don't think the profiling...

enhancement

Hi, This is a bit of an obscure issue, I have a workaround, but I want to debug it. I'm not sure where to start looking. I'm using the `webrtc-native`...

enhancement
good first issue

Hi, I've been working on a feature where the ECMAScript module will use the `overrides_external_editor` / `open_in_external_editor` functions to detect a request to edit a `.jsx` file, and if so,...

Adds a `filesRoot` provider path to the Android build `godot_provider_paths.xml` file. See: https://github.com/godotengine/godot/pull/72495#issuecomment-1455241402 This allows custom Android plugins to register the project as a `androidx.core.content.FileProvider` for sharing capabilities in a...

Using a custom view as the menubar icon would enable left and right click detection, ideally a left click would execute the DNS switcher and a right click would bring...

enhancement

Currently the switcher works by running a shell script via AppleScript embedded as a string in the objective-c code. This is the easiest way to gain the necessary admin privileges...

Traditionally I've used RequireJS for Phaser projects but it can be a bit cumbersome and overkill for many projects. I'd like not to work in the global scope though so...