copygirl
60c031a119
Don't add phase in InitSystem
2 years ago
copygirl
d6c8129676
Allow passing multiple events to InitObserver
2 years ago
copygirl
6bc3ab8bfb
Add SpanToRef.GetOrNull
2 years ago
copygirl
46e171940e
Rename Iterator.FieldRef to .Field and more
...
- Add FieldOrEmpty for reference types
- Reorder methods in Iterator class
2 years ago
copygirl
462039db79
Correctly handle reference types
...
- Add ReferenceHandle struct,
a wrapper around GCHandle
- Use component hooks to make sure
handles are freed when not used
- Move SpanToRef into Iterator class
2 years ago
copygirl
619e2b24c6
More IdentifierRef.Pair variants
2 years ago
copygirl
230d1abfe3
Rename Identifier to Id
2 years ago
copygirl
26b9ad3a6a
Add IdentifierRef.Count to get count in-use
2 years ago
copygirl
1c844f00fd
Add IdentifierRef.Pair<TRelation> method
2 years ago
copygirl
f9fa808d68
Add support for iterator variables
...
- Add Iterator.Variable
- Add Iterator.GetVar and .SetVar methods
- Add ThisVar to Filter, Query and Rule
- Add Rule.Variables, shows all its variables
- Remove Iterator.SetThis
2 years ago
copygirl
1fa1fa4a3c
Minor cleanup, remove sealed modifier
2 years ago
copygirl
552022597f
Add World.New(parent, path) method
2 years ago
copygirl
ad9b3f6736
Add Entity.GetTargets which returns IEnumerable
...
Old GetTarget was removed / made private.
2 years ago
copygirl
c949257d1d
Fix incorrect EntityPath.Lookup exception message
2 years ago
copygirl
d2023961cc
Rename .Get to .GetOrThrow
2 years ago
copygirl
a58514d402
Add FlecsException and abort handling
2 years ago
copygirl
f77d4e999b
Small changes to README
2 years ago
copygirl
47090887ca
Add Iterator.IsField(int, Identifier) method
2 years ago
copygirl
9ab42afb0b
Add Identifier.AsEntity method
2 years ago
copygirl
7b380fd059
Rename Lookup functions for clarity
...
- EntityPath.Lookup can now optionally throw exception
2 years ago
copygirl
8097f233ff
Entity.None.ToString() returns "Entity.None"
2 years ago
copygirl
b6af74511f
Update example in README
2 years ago
copygirl
127e957c97
Initial commit
...
Split gaemstone.ECS into its own project
For older history, see copygirl/gaemstone@0c6d63af21d086f71d1c46acda5ee4c1d0220914
2 years ago