markeel
markeel
This changes the encoding of any string from libgit2 to be treated as UTF-8. The only down side of this fix is if someone was already using something like ASCII-8BIT,...
I was unable to have the godot-git-plugin properly communicate with my remote repository which was specified as an SSH connection. In my case the access to the repository was through...
**Material Maker version:** v1.2p1 **OS/device including version:** Linux/Ubuntu 22.04 **Issue description:** Expected to export shader that would compile in Godot 4.0 **Steps to reproduce:** Use the ptex file below and...
When using "appimage-builder --recipe xxxx" which included the sign-key option I ran into two problems 1) It did not work if my application had a space in the name (sha256sum...
When loading and transforming JPG file created by a user (assume using their phone, but really do not know), the file generated had a marker detected by the jpgd.cpp:1079. I...
I have started integrating rhai into my application and all is going well, but I wanted to catch debug statements, but the second parameter should be the source I specified...
### Tested versions Tested on v4.2.2.stable.official [15073afe3] ### System information iOS 17.5.1 (21F90) ### Issue description In trying to port my game that works fine on Linux (where originally developed)...
The description of enabling the Language Server option in the Godot editor is wrong. Instead it should read Editor Settings -> Network -> Language Server Confirm Remote Port is set...
This change updates the libtmt to support all 16 colors and specified RGB characteristics for the SGL class of ANSI terminal codes. This is specifically needed to meaningfully support the...
I was just checking out this tool and I ran into a problem with reordering the generators. I can successfully grab a generator from what appears to be a handle...