Results 70 comments of Tim

Also if you do this, the `map.default_extensions` needs to be updated.

Make sure that the simple game example has every feature of berry displayed. (texturepacker, animations, physics, plugins, etc.)

I ran into the same problems when I was performing unit tests on ftcsv in a private repo. Some of the libraries required by ftcsv had their versions bumped higher...

The repo I was using was a direct c/p of all the code with no modifications and it was still failing unit tests. At first it was due to GitHub...

Looks good! I am planning to work on beefing up your CI/CD with GitHub Actions so it runs smoother for the repo. Going to add a linter and automated doc...

I was under the impression it didn't need to be backwards compatible since you marked it with a `v2` label. Another option is I can make it throw an error...

Related or duplicate issues: - #82804 - #81976

@Mothblocks do you think this is just a bad string for the TP or is the pref actually messed up?

It would probably be ideal to turn many of the arguments into bitflags since there are a lot of boolean values: - `vary` - `pressure_affected` - `ignore_walls` - `use_reverb`

1. Some uplinks aren't meant to be locked especially admin spawned ones. Normally a regular uplink is paired with the mob, who is given access codes to open the uplink....