David Reid

Results 303 comments of David Reid

Is it possible for you to update miniaudio.h to the version currently in it's master branch and see if that changes anything? It should just be a matter of dropping...

> I had issues with flag ogg in dr_libs implementation so it's currently disabled. I'm the author of dr_flac - what was the issue with the Ogg encapsulation stuff? I'm...

Ah, yes it does that to avoid a malloc(). You can disable Ogg encapsulation with `DR_FLAC_NO_OGG`: ```c #define DR_FLAC_NO_OGG #define DR_FLAC_IMPLEMENTATION #include "dr_flac.h" ``` That should hopefully exclude that `oggbs`...

At this point this issue is mostly resolved, however future improvements depend on the new asset management system which is only going to be done in version 0.0.5, so moving...

[This commit](https://github.com/mackron/GTCore/commit/709665c9dd1bd91f489b0e5b932f0464b7328735) disables changing of the video mode which now prevents the hang. This is just a temporary measure until a proper fix is put in place.

[This commit](https://github.com/mackron/GTCore/commit/69d59eb655c6abbef70c3b88765f1bb14df43476) makes it so entering fullscreen mode makes the window actually go fullscreen, but it doesn't take resolution into account.

This is a breaking change, so moving to the 0.0.5 milestone.

This will be fixed by making scene node IDs 32-bit which should be fine. This is a breaking change due to the differences in the serialized data so it has...

Moving this issue to 0.0.5 because it depends on changes that are scheduled for that version.

This is an ongoing, long term issue so removing the milestone for this one for the moment.