James Lindsay

Results 87 comments of James Lindsay

Thanks for the bug report @DaraghD. I have amended your issue since you are running into a debug assert (so clearly you wasn't using editor.graphite.rs). The issue occurs because the...

Here is a link to the godot bug: https://github.com/godotengine/godot/issues/75308.

Well it doesn't make sense for a new individual from a different location to have the same compounds as previously. Since you are clearly not receptive to resetting the scene,...

The current history system simply clones the document. This is not ideal as it is very wasteful of memory as well as making it difficult to track what happened (for...

The crash shown is from the autosaving (see all the serde in the call stack). This will likely be solved as part of #1604.

In order to rank the unlocks, we probably need a function to return the progress (0 to 1) of each unlock condition. Where multiple unlock conditions are required, the average...

This occurs also in the actual game. The issue is that the code iterates through all of the patches in the world. If it finds a patch which is was...

I've updated it to half of the capacity as suggested.

I have created a new tutorial. However I'm not too sure about the show and hide conditions. Currently it is shown when there is a microbe chunk that the player...