sebas77
36cae3be95
refactoring complete (minus some improvements)
- introduced the concept of global ID, as a combination of groupID and entityID
- only 256 groups and 2^24 entities can be created
- all the entities are now built always in group, when the group is not specified, the "standard" groups is used
- the groupID can be retrieved from the EGID
-
7 years ago
sebas77
4703f4ee6b
refactoring in progress
7 years ago
Sebastiano Mandalà
27892aa361
Set theme jekyll-theme-minimal
7 years ago
sebas77
089859a3f4
update submodule
7 years ago
sebas77
23580f381d
fixed a serious bug that sneaked in because I trust too much the refactoring tools that this time failed miserably
7 years ago
Sebastiano Mandalà
1bfeb963b9
Update README.md
7 years ago
sebas77
e876b3e531
better generics constraints
7 years ago
sebas77
d825dbd373
fixed wrong behaviour
7 years ago
Sebastiano Mandalà
f14b07e21d
Update README.md
7 years ago
sebas77
260b7f5ef3
add setter
7 years ago
sebas77
f70f3a88f3
cleanup code
7 years ago
sebas77
ff5816b6b0
fixed wrong code behaviour
7 years ago
sebas77
f7f97732eb
clean up and fix more bugs
7 years ago
sebas77
769f1d7bd3
update submodule
7 years ago
sebas77
b816f2aaba
Merge branch 'master' of https://github.com/sebas77/Svelto.ECS
7 years ago
sebas77
ac656a776a
refactored the RemoveEntity logic, made simpler, made it working
7 years ago
Sebastiano Mandalà
20ee84504d
Update README.md
7 years ago
Sebastiano Mandalà
2a33b0d795
Update README.md
7 years ago
Sebastiano Mandalà
fdc62eec2a
Update README.md
7 years ago
Sebastiano Mandalà
cfce87a0be
Update README.md
7 years ago
Sebastiano Mandalà
d381c9a23b
Update README.md
7 years ago
Sebastiano Mandalà
11ad8165eb
Merge pull request #16 from sebas77/add-license-1
Create LICENSE
7 years ago
Sebastiano Mandalà
2cf59e23c7
Create LICENSE
7 years ago
sebas77
79ceb181be
Update Svelto.Common
7 years ago
sebas77
2fc6c9e19f
Merge branch 'master' of https://github.com/sebas77/Svelto.ECS
7 years ago
sebas77
227a43c517
fix project
7 years ago
sebas77
32b86d9fc8
rename RemoveEntitiesGroup into DeleteEntityGroup
add SimpleSubmissionEntityViewScheduler for testing purposes
7 years ago
Sebastiano Mandalà
67b12d772a
Update README.md
7 years ago
Sebastiano Mandalà
aa606675d2
Update README.md
7 years ago
Sebastiano Mandalà
fc62c470d9
Update README.md
7 years ago
Sebastiano Mandalà
c387313016
Update README.md
7 years ago
Sebastiano Mandalà
5f5b40305f
Update README.md
7 years ago
Sebastiano Mandalà
536b4511b4
Update README.md
7 years ago
Sebastiano Mandalà
d16dddb722
Update README.md
7 years ago
Sebastiano Mandalà
8e93eb2380
Update README.md
7 years ago
Sebastiano Mandalà
550db46a0a
Update README.md
7 years ago
Sebastiano Mandalà
2d118d5e1a
Update README.md
7 years ago
Sebastiano Mandalà
1d677e81e9
Update README.md
7 years ago
Sebastiano Mandalà
3e670b4c74
Update README.md
7 years ago
sebas77
292e5e51d3
it's possible to add a list of TO engines in the sequencer without condition
7 years ago
sebas77
d6fe686096
DispatchOnChange and DispatchOnSet must hold only value types
fix QueryGroupedEntityViews
7 years ago
sebas77
d37c91eb99
Rename DispatchOnSet file, add constructors without senderID
7 years ago
sebas77
101a80901f
rename Preallocate to PreallocateEntitySlots
7 years ago
Sebastiano Mandalà
df236e70c0
Update README.md
7 years ago
sebas77
55852fbba7
clean up code and add ISequencer interface
7 years ago
sebas77
92143d906e
Remove Svelto.Context and Svelto.Factories
7 years ago
sebas77
21dcf2d39d
Breaking change: the Sequencer now accept int and not enum to avoid boxing
improve sequencer code
add comments
7 years ago
Sebastiano Mandalà
d93c12e032
Update README.md
7 years ago
Sebastiano Mandalà
f8bf63eb07
Update README.md
7 years ago
Sebastiano Mandalà
2f478ec73e
Update README.md
7 years ago