LifeEngine
LifeEngine copied to clipboard
The Life Engine
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `json5` Updates `webpack` from 4.43.0 to 5.75.0 Release...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
In collab with https://github.com/luzidd Adds factor that controls required food by organisms.
I profile TLE execution and noticed that it spent a lot of time in `isValidLoc`. Thus I modified the `GridMap` class to avoid these checks. It relies on optional chaining,...
Setting lifespan and damage to a negative number allows for a higher time alive or more damage taken before death than expected. Every update, it checks if lifetime or damage...
This pull request brings a few quality of life changes to the codebase while modernizing a few things. The biggest change is that all source files now use the modern...
Removes [braces](https://github.com/micromatch/braces). It's no longer used after updating ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `braces` Updates `webpack-cli` from 3.3.12 to 5.1.4 Release notes Sourced from...
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together. Removes `tar` Updates `npm` from 10.2.1 to 10.5.2 Changelog Sourced from npm's...
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...