Twarit Waikar

Results 56 issues of Twarit Waikar

Currently, the documentation written in README.md mentions that this repository can be added as a submodule and then built into a static library. It also mentions that this library can...

enhancement
documentation

The GSoC work on the VCS integration improvement project over at https://github.com/godotengine/godot-git-plugin by janglee is almost complete and works with the 3.2 GDNative API. However now the GDNative API in...

discussion

Testing a fix for #119 (I don't have a mac 10.x system to test this on, so any help with that will be much appreciated!

enhancement

There is currently no way to show the remote's URL in the UI, and hence there is no way to see if a remote is an SSH endpoint or an...

enhancement

This also renames GitAPI to GitPlugin. There is no change in functionality from v2.x as of now. This PR is updated in parallel with https://github.com/godotengine/godot/pull/62157

enhancement

We experimented with adding UI nodes to the editor from GDNative earlier and likely it should be possible with GDExtension as well. This gives us good control over the UI...

enhancement
discussion

This speeds up the build process by a lot because we are generally compiling small diffs.

enhancement

Refer: https://github.com/godotengine/godot-git-plugin/issues/58#issuecomment-793472980

enhancement

On RandomSharper's advice for using setlocal and call syntax for build scripts so that scripts return properly and the need for intermediate `cd ..` commands is removed

enhancement

Currently I find the MappedInputListener to only call the registered callback functions when the state of the button changes. Is there a way to force an input event from the...