.. |
Attributes
|
rename pending to immediate
|
2019-12-23 19:04:26 -08:00 |
Collections
|
fix unmerged bitset updates
|
2019-12-23 18:51:15 -08:00 |
Engines
|
message JIT preload
|
2019-12-16 19:55:27 -08:00 |
Exceptions
|
rename pending to immediate
|
2019-12-23 19:04:26 -08:00 |
Interfaces
|
replace IDrawComponent with IDrawableComponent and remove SetDrawComponent
|
2019-11-20 19:16:44 -08:00 |
Renderers
|
replace IDrawComponent with IDrawableComponent and remove SetDrawComponent
|
2019-11-20 19:16:44 -08:00 |
.gitignore
|
rearrange project
|
2019-06-19 11:19:18 -07:00 |
ComponentManager.cs
|
rename pending to immediate
|
2019-12-23 19:04:26 -08:00 |
ComponentUpdateManager.cs
|
changes to component update handling
|
2019-12-26 20:18:46 -08:00 |
DrawLayerManager.cs
|
internal storage using int ID instead of entity to avoid hash lookups
|
2019-12-23 18:45:49 -08:00 |
Engine.cs
|
changes to component update handling
|
2019-12-26 20:18:46 -08:00 |
Entity.cs
|
integer IDs and entity capacity
|
2019-12-20 12:52:38 -08:00 |
EntityManager.cs
|
internal storage using int ID instead of entity to avoid hash lookups
|
2019-12-23 18:45:49 -08:00 |
EntitySetQuery.cs
|
rename pending to immediate
|
2019-12-23 19:04:26 -08:00 |
IComponent.cs
|
adds some convenience methods and doc comments
|
2019-10-24 12:48:36 -07:00 |
IDManager.cs
|
integer IDs and entity capacity
|
2019-12-20 12:52:38 -08:00 |
IMessage.cs
|
adds some convenience methods and doc comments
|
2019-10-24 12:48:36 -07:00 |
MessageManager.cs
|
optimize away boxing for messages
|
2019-12-06 12:01:56 -08:00 |
RenderManager.cs
|
internal storage using int ID instead of entity to avoid hash lookups
|
2019-12-23 18:45:49 -08:00 |
Renderer.cs
|
internal storage using int ID instead of entity to avoid hash lookups
|
2019-12-23 18:45:49 -08:00 |
TimeDilationData.cs
|
fix emitters not being generated for certain component types +rename component message manager
|
2019-12-05 22:32:09 -08:00 |
TimeManager.cs
|
optimized away some LINQ
|
2019-12-16 20:40:15 -08:00 |
UberEngine.cs
|
tightening up component write logic
|
2019-12-23 20:15:01 -08:00 |
UberRenderer.cs
|
internal storage using int ID instead of entity to avoid hash lookups
|
2019-12-23 18:45:49 -08:00 |
World.cs
|
fix emitters not being generated for certain component types +rename component message manager
|
2019-12-05 22:32:09 -08:00 |
WorldBuilder.cs
|
rename pending to immediate
|
2019-12-23 19:04:26 -08:00 |
encompass-cs.csproj
|
beginning query syntax system
|
2019-12-21 17:58:07 -08:00 |