azagaya

Results 12 issues of azagaya

Right now, the screenshots in the README have text in spanish. They should be changed to screenshots with english text. Also, we should check out if there are options for...

help wanted

Laigter is currently translated into spanish and english. If anyone wants to translate it to another language, it would be very helpful! Just post here and i'll contact you.

help wanted

Hi, i've just tried to compile in linux and failed, with error "fabs not defined" in file ssaogenerator.cpp. I included cmath in that very same file and works fine. I've...

Hi, I was looking at the code, and i saw that in specular map, the average calculation was like this: ```c++ double multiplierSum = (redMultiplier + greenMultiplier + blueMultiplier +...

Hi! I'm developing an app in which i used OpenCV. Now I'm replacing all the opencv code for Cimg. So far i had no big problems. But something i noticed...

### Godot version 4.1.dev (5dccc94) ### System information Ubuntu 22.04, Vulkan renderer, gforce 1650ti ### Issue description Modifying the Expand Margin property in a style applied to a TextEdit does...

bug
confirmed
topic:gui

This fixes #74445, and also adds padding constants for the scroll bars in the theme for TextEdits, as the scrollbars always collide with the border. This is the way it...

bug
topic:gui

Hi! Do you have any example of usage of this addon? I created a scene, added a `HolePunch` node and called `start_traversal` on the `ready` function: ``` hole_punch.start_traversal("Test", Network.settings.server ==...

Hi, I suggest project file should be a zip file (with extension changed to .ssp) that includes the images used inside, as other tools do. This way we could move...