Matthias

Results 73 comments of Matthias

~Just to have it noted down somewhere here for when others might encounter the same issue. Calling `stream.set_key_cache_enabled(true)` actually results in the terrain not loading from the saved SQLite DB...

I have this code in the `_ready()` function of the VoxelTerrain: ```gdscript stream = VoxelStreamSQLite.new() if stream: stream.set_key_cache_enabled(true) stream.database_path = save_dir + "/world.sqlite" ``` This is just kind of a...

It works, thanks!

I'm sure this is a general issue and not specific to individual projects. ArduBadge looks to be abandoned if you ask me.

A function like this would've been really helpful for me debugging a RichTextLabel that doesn't behave correctly when doing something like `remove_paragraph(0)`. In general, this would be so helpful for...

Also still having negative lux results in low light environments with `calculateLux` and normal gain and timing.

How about having a singleton approach just like `Engine.get_version_info()`? I've seen this approach with custom modules and I think it makes sense without any of the trouble of manipulating the...

> Well, i digged around within the source code of the lib and found NO return of FALSE if the display is not avaiable ! Yes, it's clearly an issue....

Second that, it would be nice to have optimized RP2040 support. Is @Bodmer still active?

Have to agree with both of you. Firstly, although Haiku is still in development, the last release was in Nov 2012, that almost 6 years now and it's indeed an...