-
An Add-on that duplicates CPT/Categories/Listings/Pages/Price Packages/Ads and so on, making building a Directory a lot faster and agile.
pol76 updated
6 months ago
-
Fatal Error: imagecreatefrompng(): gd-png: fatal libpng error: IDAT: CRC error
* https://lh5.googleusercontent.com/-R2MsAd_917Y/TtyARICE5uI/AAAAAAAAAnw/_afMNC1piUc/s480/scrn1323017051373.png
* https…
-
# Missing
-
Reading the codeplug works now but qdmr doesn't write it.
Branch: origin/414-relax-gd73-linking-errors
Commit: b8cbe8ddbaba06bc21812eac627916c39cde6576
Log output:
```
Debug in lib/usbdevice.…
-
I've a class `person.gd`:
```gd
class_name Person extends Node
var name: String
```
when I lint I get:
```sh
# gdlint ./person.gd
./person.gd:3: Error: Definition out of order in global sc…
-
the checking for a fallback event in controllericons.gd (line 285) does not always work
`elif fallback == null and event.device == -1:`
In my case my event.device was -3 not -1. I changed this c…
-
### Tested versions
requires C# version as the the issue is related to C#
Godot v4.3.dev5.mono - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce GTX 1650 (NVIDIA; 31.0.15.5176) - 13th …
-
If server is using ReHLDS, one of the commits https://github.com/dreamstalker/rehlds/commit/0c5ce53666811c4243ed5aa0c755dab26d2283d4 https://github.com/dreamstalker/rehlds/issues/975 allow players to …
-
### The used GdUnit4 version
4.3.4 (Latest Release)
### The used Godot version
v4.3.stable
### Operating System
Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 306…
-
Currently the pattern for structs with Gd references to other nodes looks like:
```rs
#[derive(GodotClass)]
#[class(init, base=Node)]
pub struct SomeNode {
#[export]
required_node_a: Opt…