Alex Hanson-White

Results 12 issues of Alex Hanson-White

When I use webm format it works fine and downloads the webm, but if I use .png or jpg, the tar file that is downloaded is empty. I've included the...

Changes to ensure that keyup fires when combination consists of multiple modifiers and ends with a modifier key.

Is there a way to get the 64 bit version of the nwjc tool so that I can compile source code to native code? (the 32bit version isn't compatible with...

https://partner.steamgames.com/doc/api/ISteamScreenshots#AddScreenshotToLibrary I'm developing an application, where the overlay is disabled. I want to manually send a screenshot image using AddScreenshotToLibrary() But as far as I can tell, greenworks doesn't support...

Fix not being able to slide when jumping up a slope even if "stop on slope" is set to false Fixes bug: https://github.com/godotengine/godot/issues/74333 Bugsquad edit: - Fix #74333

bug
topic:physics
topic:3d

### Godot version 4.0 ### System information windows 10 ### Issue description If you change only the modifier keys such as alt,shift,ctrl of a shortcut, it won't save these changes...

bug
topic:editor
usability

### Godot version 4.0 ### System information windows 10 ### Issue description When real_velocity is used, the jump height of a CharacterBody3D is drastically different while pushing against a wall...

### Godot version 4.0 ### System information windows 10 ### Issue description The real velocity of a CharacterBody3D becomes inaccurate in cases where it is colliding against a surface, in...

When the pointer is locked via requestPointerLock and the mouse has been moved, when exiting it will show the mouse position changed. The correct way it should be is that...

var clipboard = nw.Clipboard.get(); var clip = clipboard.get('png'); freezes the application. Here is a simple example of the issue. It will paste when the app is run, so copy some...

bug
has-min-repro