Alexander Rieder

Results 6 issues of Alexander Rieder

I regulary need to delete lots of files inside a folder without actually deleting the folder. This operation is much slower for both permanent deletion & move to recycle bin...

enhancement
7 votes

Added support for typed ptr calls + enabled type hints for the functions using in GDScript. ![image](https://user-images.githubusercontent.com/14026803/184493161-dc3bd78c-611c-4dde-bfd6-3ceff13716df.png)

enhancement
gdextension

This makes sure an empty .cpp file with only the header as an include compiles correctly. Additionally it removes/updates/improves some includes. e.g. previously this would not compile: ``` #include #include...

enhancement
topic:gdextension

This implements #1210 for windows - Enabled crash handler for EditorEngineProcess - Added ability to configure a code editor in Preferences -> Application: C++ Projects - Double clicking a stacktrace...

It would be very useful to always enable callstack printing for the EditorEngineProcess and be able to jump directly to the source of the problem going from ezEditor -> Code...

new feature

Currently working with the MaterialEditor (both with Visual Shader Editor and file based) behaves inconsistent in terms of Saving/Transforming. The behavior observed is the following when unsaved changes exist on...

bug