Kevin Turner

Results 201 comments of Kevin Turner

This is probably something I changed when working on the command-line handlers without asking the people who actually run the servers. The trade-off here is that expecting the target directory...

Oh no, I thought I had finally reached agreement with the type system, but I checked in something that doesn't compile? I was thinking that the method signatures ended up...

Okay, now it compiles and initializes correctly. 😌

I think the current animal models have their fans, but Terasology's extensible module system will allow for enough animals for everyone. I think the [Asset System Tutorial](https://github.com/Terasology/TutorialAssetSystem/wiki) will be helpful...

One potential pitfall to look out for while addressing this: If you do have `--args` always _append_ to the gradle task's default args instead of _replacing_ them, you get duplicates....

This does seem worth looking in to. Good catch. #4586 may have some other ideas to keep in mind while working on this.

If you've decided to stick with Groovy, you may be interested to know that gradle 7 ships with Groovy 3.0. (Related: #4653)

[🔗 discussion thread](https://discord.com/channels/270264625419911192/912607854941319208/912763032734675017)

Is this specifically a problem when run from source with gradle? You've successfully used `--override-default-config` with release builds, right?