sebas77
5702525dba
Update sequencer
6 years ago
sebas77
741995f7da
Improved the sequencer to be more readable, added comments and use example
int cannot be used anymore to change a group, only ExclusiveGroups from now on
6 years ago
sebas77
90f2a9952e
disabling code when not needed
6 years ago
sebas77
75550701a8
improve EntitySubmissionScheduler code
fix code for entity operation submission
clarify variable names
6 years ago
sebas77
525e93fbd5
revert dispatchonset not wise change
6 years ago
sebas77
e5814b6b3d
improve EGID structure
6 years ago
sebas77
fa4087bfa3
fix bugs that may have caused leaks
improve throwing of exceptions
6 years ago
sebas77
f4fb5ee18e
improve errro reporting
6 years ago
sebas77
397f286a53
add the possibility to dispose engines (IDisposable engines are recognized)
improved tracking of entity groups (maybe fixed some bugs)
6 years ago
sebas77
d56e18df93
update submodule
6 years ago
sebas77
df921b47eb
Fix DynamicEntityDescriptor based entities, now they can be removed and swapped again
improve code
add more debug checks
6 years ago
sebas77
6dec99a46c
update submodule
6 years ago
sebas77
5292a55a9f
update submodule
6 years ago
sebas77
d059a24aec
Remove SwapFirstEntityGroup, it may have created misunderstanding and it's not strictly needed.
6 years ago
sebas77
389458a3d4
update submodules
6 years ago
sebas77
ed99cbd820
Fix bug with entities created during the Add callback
6 years ago
Sebastiano Mandalà
4f5fc603ab
Update README.md
6 years ago
Sebastiano Mandalà
b0c0e17373
Update README.md
6 years ago
Sebastiano Mandalà
342e50357e
Update README.md
6 years ago
Sebastiano Mandalà
f5d1408480
Update README.md
6 years ago
sebas77
3126f53b46
Merge branch 'master' of https://github.com/sebas77/Svelto.ECS
6 years ago
sebas77
1d11777a8a
remove wrong signatures
6 years ago
Sebastiano Mandalà
9d4175808d
Update README.md
6 years ago
Sebastiano Mandalà
3d3e9f28a8
Update README.md
6 years ago
Sebastiano Mandalà
216990bde2
Update README.md
6 years ago
Sebastiano Mandalà
74569b9d2f
Update README.md
6 years ago
sebas77
eb73f4a53a
Merge branch 'master' of https://github.com/sebas77/Svelto.ECS
6 years ago
sebas77
c547e73364
re-added Svelto.Common that was deleted by mistake
6 years ago
sebas77
9938e565ee
re add submodule
6 years ago
Sebastiano Mandalà
22434ab767
Update README.md
6 years ago
sebas77
124c4d0e80
introduced deffered actions for Remove and Swap entity, they now happen during the submission and not right away. This imply a radical change of the current application made with Svelto
6 years ago
sebas77
4de6463f35
introduced deffered actions for Remove and Swap entity, they now happen during the submission and not right away. This imply a radical change of the current application made with Svelto
6 years ago
Sebastiano Mandalà
ded171d505
Update README.md
6 years ago
Sebastiano Mandalà
78e8c7b451
Update README.md
6 years ago
sebas77
f828e266b9
Now it's mandatory to specify the group in all the functions, I will write an article about why this makes the code much better
renamed UnityEntiySubmissionScheduler
6 years ago
Sebastiano Mandalà
b888514c7a
Update README.md
6 years ago
sebas77
d2f2c76ca2
Fix bug
6 years ago
sebas77
928ebc991d
fix bug
6 years ago
sebas77
a2281628a0
There were some references to EntityInfoView still in place, they are all removed now
Split ExecuteOnEntities functions to another class
Added the index element in ExecuteOnEntities so that is possible to know the current index of the iteration
6 years ago
sebas77
60525639d6
add more safety checks
tinkering around the concept of QueryMappedEntities
6 years ago
Sebastiano Mandalà
a2e210eb0c
Update README.md
6 years ago
Sebastiano Mandalà
beb4cd29c4
Update README.md
6 years ago
Sebastiano Mandalà
695a0e4528
Update README.md
6 years ago
Sebastiano Mandalà
4bbb318dd0
Update README.md
6 years ago
Sebastiano Mandalà
8edd7153bf
Update README.md
6 years ago
Sebastiano Mandalà
0a55d70cd7
Update README.md
6 years ago
Sebastiano Mandalà
c3705c0c23
Update README.md
6 years ago
Sebastiano Mandalà
421cbd32cb
Update README.md
6 years ago
sebas77
d456dcbfff
Experiment with safe ExecuteOnEntities (it protects from fatal mistakes and database misues) and ExecuteOnEntities with multiple entity views
6 years ago
sebas77
0a9fae5cb2
better sequencer and more improvements
6 years ago