encompass-cs/encompass-cs
Evan Hemsley d4c6b9416d 0.18.0-preview3 2019-12-05 17:50:40 -08:00
..
Attributes remove time dilation priority system in favor of averaging 2019-11-22 13:14:36 -08:00
Collections adding default capacities to avoid lots of initial runtime resizing 2019-12-05 17:07:06 -08:00
Engines removed all component ID stuff 2019-12-05 14:59:55 -08:00
Exceptions remove time dilation priority system in favor of averaging 2019-11-22 13:14:36 -08:00
Interfaces replace IDrawComponent with IDrawableComponent and remove SetDrawComponent 2019-11-20 19:16:44 -08:00
Messages start removing component ID system 2019-12-05 12:10:33 -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 remove Collections.Pooled 2019-12-05 16:23:39 -08:00
ComponentMessageManager.cs fix issue where components would not be readable by renderers if they were not updated the previous frame 2019-12-05 17:50:05 -08:00
DrawLayerManager.cs adding default capacities to avoid lots of initial runtime resizing 2019-12-05 17:07:06 -08:00
Engine.cs fix component updates 2019-12-05 15:14:28 -08:00
Entity.cs adds some convenience methods and doc comments 2019-10-24 12:48:36 -07:00
EntityManager.cs hashsets cant set capacity lol 2019-12-05 17:07:54 -08:00
IComponent.cs adds some convenience methods and doc comments 2019-10-24 12:48:36 -07:00
IMessage.cs adds some convenience methods and doc comments 2019-10-24 12:48:36 -07:00
MessageManager.cs started rewriting managers to not reference interfaces 2019-12-04 20:50:08 -08:00
RenderManager.cs fix issue where components would not be readable by renderers if they were not updated the previous frame 2019-12-05 17:50:05 -08:00
Renderer.cs removed all component ID stuff 2019-12-05 14:59:55 -08:00
TimeDilationData.cs implementation of time dilation system for engines 2019-11-21 13:53:33 -08:00
TimeManager.cs started rewriting managers to not reference interfaces 2019-12-04 20:50:08 -08:00
World.cs removed all component ID stuff 2019-12-05 14:59:55 -08:00
WorldBuilder.cs fixed world initialization and draw component removal issues 2019-12-05 16:00:00 -08:00
encompass-cs.csproj 0.18.0-preview3 2019-12-05 17:50:40 -08:00