Björn Ritzl

Results 599 comments of Björn Ritzl
trafficstars

We need an investigation first!

It should be enough to parse the index since it contains compressed and uncompressed size per file.

``` internal.transaction$assert_type_compatible.invokeStatic.class java.lang.AssertionError: Assert failed: Attempting to connect 72057594037928273 (a editor.placeholder-resource/PlaceholderResourceNode) :completion-info to 72057594037928274 (a editor.code.script/ScriptNode) :module-completion-infos, but editor.placeholder-resource/PlaceholderResourceNode does not have an output or property named :completion-info output-valtype at...

I bet this issue is related to https://github.com/defold/defold/issues/5047

This is a candidate for an extension. Or if it really is something only available in debug builds then it could actually exist in the engine and be removed in...

We use `fstat()` to find out the size of a file (for instance to memory map the game archive) * https://github.com/defold/defold/blob/dev/engine/resource/src/mount/mount_mmap.cpp#L48

Remotery uses `mach_absolute_time()` * https://github.com/defold/defold/blob/dev/engine/dlib/src/remotery/lib/Remotery.c#L383 * https://github.com/defold/defold/blob/dev/engine/dlib/src/remotery/lib/Remotery.c#L407

We do not yet know how this will work. It seems reasonable that the build pipeline collects all PrivacyInfo.xcprivacy files from extensions and the engine manifest and possibly also a...

PR to copy manifest from extender to build output: https://github.com/defold/extender/pull/355

I guess the problem is that both builtins.zip and the extensions exist as zip files on disk (in the .internal) folder of your project. We read the files inside the...