Sebastiano Mandalà
b624a6929f
Merge pull request #7 from sebas77/alpha
Alpha
7 years ago
sebas77
345392dff5
- Added new features to be able to handle nodes as pure structs
- FasterList Clear has been renamed to FastClear. The standard Clear will clean the array like the normal List does
- An engine can now receive callback for when nodes are disabled and enabled
-
7 years ago
sebas77
b24be7d266
local commit
7 years ago
sebas77
a2f1f384fa
working on something new
7 years ago
sebas77
01d015a770
remove file
7 years ago
sebas77
d023d2fe46
ignore meta files
7 years ago
sebas77
00566256ce
stupid meta files
7 years ago
sebas77
d17bcb6b36
update FastConcat
7 years ago
sebas77
b29472eafc
- added a new Engine callback function called when the engine has been added to be sure that the nodeDB reference has been filled
- improve NETFX_CORE compatibility
- implementors can now be added after the descriptor is created
- SingleNodeEngine is now abstract
7 years ago
sebas77
12ca06416a
FIX UWP (.net) compatibility
8 years ago
sebas77
4c3c3fcf36
enable fundamental code that was disabled by mistake, this will break the UWP .Net compilation again
8 years ago
sebas77
b8c9cd0163
Svelto.ECS is now UWP compatible
8 years ago
sebas77
2ef75046cc
revert some profiler code
8 years ago
sebas77
cc783d2195
Remove not used class
8 years ago
sebas77
9c9f2171fb
remove legacy code
8 years ago
sebas77
58b9d16d48
remove useless code
8 years ago
sebas77
228a1ec7bd
Merge branch 'master' of https://github.com/sebas77/Svelto-ECS
8 years ago
sebas77
2307e8fc22
Fix a serious bug
8 years ago
sebas77
cc3ed9c30a
Revert "delete engine profiler because was relying on the Tickable system, now only the TaskRunner profiler must be used"
This reverts commit 4089cd7309
.
8 years ago
sebas77
ff7174f151
Merge branch 'master' of https://github.com/sebas77/Svelto-ECS
8 years ago
sebas77
4089cd7309
delete engine profiler because was relying on the Tickable system, now only the TaskRunner profiler must be used
8 years ago
Sebastiano Mandalà
4180eef16b
Merge pull request #4 from sebas77/alpha
Alpha
8 years ago
sebas77
384abc94f8
Fix a bug in DispatchOnSet
8 years ago
sebas77
759dd522d3
Merge branch 'master' of https://github.com/sebas77/Svelto-ECS
# Conflicts:
# ECS/EnginesRoot.cs
8 years ago
sebas77
0686664e8a
First Sequencer draft
8 years ago
sebas77
393733853b
Dispatcher.cs is now deprecated, a legacy copy will be found in the example
DispatcherOnChange and DispatcherOnSet now hold weakreferences of the actions
Ticker is now deprecated, a legacy copy will be found in the example
Added Engines Profiler Tool
Added the concept of Entity Group (more will follow on the subject in an article)
Handling the creation of entities inside the Add Methods
fixed some bugs
renamed namespace to Svelto.ECS
add the concept of ExtraImplementors for the EntityDescriptor
8 years ago
SEB-NEW-PC\SEB-NEW
a8cdc786b1
using added by mistake
8 years ago
Sebastiano Mandalà
4ba4d4f07e
Update README.md
8 years ago
SEB-NEW-PC\SEB-NEW
e9929be9ee
fix function name
8 years ago
sebas77
e12cb0f933
Merge branch 'master' of https://github.com/sebas77/Svelto-ECS
8 years ago
sebas77
f8150a2c3c
add isValid property in WeakReference.cs
the removal of the nodes will happen at the end of the frame and not immediately
8 years ago
Sebastiano Mandalà
c6526cb3cc
Update README.md
8 years ago
Sebastiano Mandalà
e24f875493
Update README.md
8 years ago
Sebastiano Mandalà
9c13fb069c
Update README.md
8 years ago
sebas77
bf5678569a
- Add Dispatcher without extra parameters
8 years ago
sebas77
12678816a7
improve code
8 years ago
sebas77
d0132bffe7
Svelto-ECS 1.0 Production Ready (Warning Breaking Changes)
Updated Context and Ticker Framework
Added Datastructures
8 years ago
SEB-NEW-PC\SEB-NEW
39555624c3
EntitySystem folder renamed to ECS
Ticker and Observer become part of the ECS framework
Add support for Unity 4
9 years ago
Sebastiano Mandalà
b6422c2147
Update README.md
9 years ago
Sebastiano Mandalà
ffebfbb144
Update README.md
9 years ago
Sebastiano Mandalà
8e0263a0f1
Update README.md
9 years ago
Sebastiano Mandalà
f51affc206
Update README.md
9 years ago
Sebastiano Mandalà
4d589d971f
Update README.md
9 years ago
Sebastiano Mandalà
60efaf9d5a
Update README.md
9 years ago
Sebastiano Mandalà
ba0b3429b4
Update README.md
9 years ago
Sebastiano Mandalà
ba61748d16
Update README.md
9 years ago
sebas77
fc7b5b7335
Added missing dependencies
9 years ago
sebas77
91031c094a
First commit
9 years ago
Sebastiano Mandalà
afa0a61929
Initial commit
9 years ago