8000 Releases · cuppachino/bevy_logic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cuppachino/bevy_logic

v0.7.0

30 Nov 00:06
5c32693
Compare
Choose a tag to compare
  • Migrate to bevy-trait-query 0.6
  • Migrate to bevy 0.14

v0.6.0

08 May 16:21
8c6367f
Compare
Choose a tag to compare
  • Fixes time flowing faster when the window is unfocused.
  • Removes all interference with Time::<Fixed>.

v0.5.1

03 May 20:05
Compare
Choose a tag to compare
  • Minor documentation changes.

v0.5.0

01 May 20:39
43187bb
Compare
Choose a tag to compare
  • Refactor OrGates to output their maximum input signal (calculated using the abs signal value, but returns the original signal).
  • Add invert_output field and const NAND to AndGate.

v0.4.0

29 Apr 20:05
Compare
Choose a tag to compare
  • Added NoEvalOutput marker component and no_eval_output system for immediate signal propagation without evaluation.
  • Updated advanced_gates example showcasing multiplicative design and NoEvalOutput.

v0.3.2

25 Apr 21:19
5bf48da
Compare
Choose a tag to compare
  • Added AppLogicGateExt trait for registering LogicGate components more conveniently.
  • Refactored Signal::Analog's impls for is_truthy and is_falsy so that any "normal" value is truthy.
  • Implemented std::ops::Sub for Signal

v0.3.1

24 Apr 23:56
e84ea94
Compare
Choose a tag to compare
  • Remove bevy render feature dependency.
  • Remove SpatialBundle from InputBundle and OutputBundle.

v0.3.0

24 Apr 19:22
28f25da
Compare
Choose a tag to compare
  • Refactored events into commands.

v0.2.0

23 Apr 21:09
Compare
Choose a tag to compare
  • Refactor LogicGate::evaluate to take mutable self.
  • Add advanced_gates example.

v0.1.1

20 Apr 17:08
84d7c12
Compare
Choose a tag to compare
  • Removed unnecessary debug assertion
0