bubel-ecs/source/ecs
Mergul 01ff3962b5 -added SimpleVector (vector with only ubyte data)
-components adding and removing now use SimpleVector (optimalization)
2019-06-18 20:12:18 +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 -fixed small issue, now Template.getComponent should return null if component doesn't exist in template 2019-04-04 17:54:39 +02: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 SimpleVector (vector with only ubyte data) 2019-06-18 20:12:18 +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