Skip to content

Releases: Byteron/RelEcs

1.4.1

03 Nov 07:20
Compare
Choose a tag to compare
  • unified QueryBuilder and Query functions to reduce API surface
  • World is now Property of Systems
  • mem alloc improvements

1.3.0

14 Sep 08:51
Compare
Choose a tag to compare

This releases disallows duplicate components adds to entities, which previously was possible and messed with tables in a dangerous way.

1.2.0

31 Aug 12:07
Compare
Choose a tag to compare
System as Interface, fixed a problem with removing relationships of d…

1.1.0

23 Jul 10:09
Compare
Choose a tag to compare

API Overhaul.
Updated API can be found in the README.md.

0.2.3

13 Jul 19:30
a2f1c26
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

more stability improvements.
most notably, the table lock was removed and instead there is now a global world lock, preventing edge case bugs when adding / removing components or spawning / despawning entities in nested query loops.

0.2.2

12 Jun 14:06
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

stability improvements / crash fixes / ReplaceElement / AddOrReplaceElement.

0.2.1

10 Jun 07:01
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

fixes an issue in queries where it misses some entities that should have been iterated

0.2.0

25 May 15:43
ed109c9
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

second release.
this one removes the .ForEach(() => { }) syntax, and replaces it with an actual foreach (var () in query) { } loop.

0.1.0

21 May 12:12
4143119
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

initial release