bubel-ecs/source/ecs
Mergul 1be08eb534 -added pure annotation for some functions
-addEntity now returns pointer instead of reference (it's has more sense)
-added function addEntityCopy(EntityID) which adds copy of entity with it's whole data
2019-08-10 16:20:50 +00:00
..
attributes.d -fixed issue with ExcludedComponents as enum or alias 2019-04-06 20:27:28 +00:00
block_allocator.d -block allocator now track allocated blocks and is able to free memory 2019-06-18 16:45:38 +02:00
core.d -block allocator now track allocated blocks and is able to free memory 2019-06-18 16:45:38 +02:00
ecs.d -changed README 2018-09-07 20:54:29 +02:00
entity.d -dmd bug workaround 2019-06-17 18:04:54 +00:00
events.d -block allocator now track allocated blocks and is able to free memory 2019-06-18 16:45:38 +02:00
hash_map.d -removed some unittest and unused code 2018-11-07 19:53:33 +01:00
id_manager.d -block allocator now track allocated blocks and is able to free memory 2019-06-18 16:45:38 +02:00
manager.d -added pure annotation for some functions 2019-08-10 16:20:50 +00:00
package.d -Systems, Components and Events now must have proper mixin. Mixins are located in ecs.core module. (i.e. mixin ECS.Component) 2018-10-14 17:00:53 +02:00
simple_vector.d -added SimpleVector (vector with only ubyte data) 2019-06-18 20:12:18 +02:00
system.d -system name getter 2019-08-10 15:35:36 +00:00
traits.d -added first mmcommando commit 2019-04-06 14:24:31 +00:00
vector.d -added export attribute 2019-05-15 08:47:30 +00:00