Releases: cuppachino/bevy_logic
Releases · cuppachino/bevy_logic
v0.7.0
v0.6.0
- Fixes time flowing faster when the window is unfocused.
- Removes all interference with
Time::<Fixed>
.
v0.5.1
- Minor documentation changes.
v0.5.0
- Refactor
OrGate
s to output their maximum input signal (calculated using the abs signal value, but returns the original signal). - Add
invert_output
field and constNAND
toAndGate
.
v0.4.0
- Added
NoEvalOutput
marker component andno_eval_output
system for immediate signal propagation without evaluation. - Updated
advanced_gates
example showcasing multiplicative design andNoEvalOutput
.
v0.3.2
- Added
AppLogicGateExt
trait for registeringLogicGate
components more conveniently. - Refactored
Signal::Analog
's impls foris_truthy
andis_falsy
so that any "normal" value is truthy. - Implemented
std::ops::Sub
forSignal
v0.3.1
- Remove bevy render feature dependency.
- Remove
SpatialBundle
fromInputBundle
andOutputBundle
.
v0.3.0
- Refactored events into commands.
v0.2.0
- Refactor
LogicGate::evaluate
to take mutable self. - Add
advanced_gates
example.
v0.1.1
- Removed unnecessary debug assertion