sebas77
07448d2e62
fix compiler error
6 years ago
Sebastiano Mandalà
cdd58ea2cc
Update README.md
6 years ago
sebas77
3f08d19845
Better loggin reports
6 years ago
sebas77
336d854866
implicit operators are super dangerous
6 years ago
sebas77
fe9f5649c4
Fixed some bugs related to the previous commit
6 years ago
sebas77
36341f86c9
Added SwapEntityGroup that allows to change the ID of the entity too (useful to keep tracking changes of IDs from servers)
improve logs
6 years ago
sebas77
1c07bb824a
improve logging and debug info
6 years ago
sebas77
37c15fa8ae
Improve debug info
6 years ago
sebas77
c7aae7fdf7
better debug infos and some minor code improvements
6 years ago
sebas77
c6faa51edf
better code
6 years ago
sebas77
78d54f0702
Rename DynamicEntityDescriptorInfoRef in something that makes more sense (ExtendibleEntityDescriptor)
Egid doesn't need to expose the long value anymore
Added a lot more debug informations
Added a new SwapEntityGroup that declare explcitly (by contract) which group the entity must be before the swap
6 years ago
sebas77
449e50feae
Merge branch 'master' of https://github.com/sebas77/Svelto.ECS
6 years ago
sebas77
df48933496
Better DynamicEntityDescriptorInfo, going to write how to use it properly on the Svelto.ECS wiki
fixed use of PlatformProfiler
I decided to support empty EntityViewStruct
6 years ago
Sebastiano Mandalà
17614992ab
Update README.md
6 years ago
sebas77
392aaa022d
update submodule
6 years ago
sebas77
df18cce5dd
fix sequencer bug
make EnginesRoot dispose itself
6 years ago
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