Piet Bronders

Results 21 issues of Piet Bronders

When adding the Nakama autoload singleton and running/exiting the game (without accessing any of Nakama's functionalities), the console reports memory leakage. ![image](https://user-images.githubusercontent.com/42484461/96455584-b67e1580-121d-11eb-8c32-ba8b243677a8.png) ### Steps to reproduce: - Make a new...

Godot

As many of you know, I'm currently, together with @chippmann and @piiertho , trying to get the [Godot SQLite Kotlin](https://github.com/2shady4u/godot-sqlite-kotlin) plugin ready for release on the Godot Asset Library. I've...

Some of these errors might be GUT related and not fmod related. Also some of them might be deliberate issues... Since I currently don't know the distinction, I'm just adding...

Currently my Godot console gets drowned in output from the myriad of plugins and other nonsense I'm running for my game. For most of them, there's some way to suppress...

enhancement
good first issue

I've had a user complain to me that the library wasn't working on actively crashing the game. After a lot of back and forth, we figured out that it was...

**What is my issue?** I'm using this package to test a MP game that uses Fmod. For Fmod, the game needs access to the compiled `*.bank`-files that contain my game's...

Both the `Godot::print(const char*)` and `String(const char*)`-methods randomly change the content of their input `const char*`. Here's a minimal reproduction method: ```cpp void SQLite::test(String input) { const CharString dummy_input =...

bug

Thanks to @cridenour the plugin now supports in-memory shared databases (see [here](https://www.sqlite.org/inmemorydb.html)). There are however some missing functionalities that could be worth implementing: - Addition of so-called "named" in-memory shared...

**Is your feature request related to a problem? Please describe.** The documentation does not include any explanations about the available (new and old) import settings. **Describe the solution you'd like**...

enhancement

### Godot version v4.3-stable ### godot-cpp version 4.3 ### System information Windows 10 ### Issue description Exporting to web fails because of following error: ``` TypeError: a.default.detectStore(...) is undefined h1-check.js:1:1301...