- Jan 15, 2022
-
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
This will make a lot of simpler actions and scorers much less boilerplatey
-
Kat Marchán authored
-
Kat Marchán authored
This allows for easier continuous actions, and I think is more intuitive
-
- Jan 09, 2022
-
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
Fixes: https://github.com/zkat/big-brain/issues/29
-
Elabajaba authored
-
- Sep 19, 2021
-
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
Gilbert Röhrbein authored
Fixes: #26 * add test for steps and fixes * define system ordering
-
- Sep 16, 2021
-
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
BREAKING CHANGE: This is a significant licensing change. Please review.
-
Kat Marchán authored
-
- Jun 02, 2021
-
-
Nolan Darilek authored
Without this change, this plugin pulls in dependencies for Bevy features I don't need when used as a plugin (E.g. the audio feature is enabled even though neither I nor this plugin require it.) All features are re-enabled in `[dev-dependencies]` so examples are unconstrained.
-
- May 20, 2021
-
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
- Apr 29, 2021
-
-
alexander authored
* Added EvaluatingScorer * fixed doc issue Co-authored-by:
doomy <2640792-_doomy@users.noreply.gitlab.com>
-
- Apr 28, 2021
-
-
James Abels authored
-
Kat Marchán authored
-
- Apr 27, 2021
-
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
Fixes: https://github.com/zkat/big-brain/issues/22
-
Kat Marchán authored
BREAKING CHANGE: All composite scorers now use push, instead of a weird push/when mixture. Additionally, they were previously (erroneously) returning &mut Self from push/when. This is now just Self, which means they will actually work now.
-
alexander authored
Co-authored-by:
doomy <2640792-_doomy@users.noreply.gitlab.com>
-
alexander authored
Co-authored-by:
doomy <2640792-_doomy@users.noreply.gitlab.com>
-
alexander authored
-
- Apr 26, 2021
-
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
-
Kat Marchán authored
BREAKING CHANGE: Please adjust your scorers to only work with 0.0 to 1.0 values
-