bubel-ecs/source/ecs
2019-08-14 11:00:21 +02: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 -fixed events thread safety 2019-08-14 11:00:21 +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 -fixed events thread safety 2019-08-14 11:00:21 +02: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 -block allocator now track allocated blocks and is able to free memory 2019-06-18 16:45:38 +02: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