Concord/fluid
Josh Perry de35fdc450 Fixed removed list not being cleared
After an entity has a component removed from it, the apply function wasn't removing it from the removed list.
This had weird side-effects like the inability to readd components after they were removed.

For example:

    entity:give(Foo):apply()
    entity:remove(Foo):apply()
    entity:give(Foo):apply() -- This line would fail to add the Foo component again.
2018-03-13 17:44:05 +00:00
..
component.lua Holy shit I just wrote documentation 2018-03-07 11:05:30 +01:00
entity.lua Fixed removed list not being cleared 2018-03-13 17:44:05 +00:00
init.lua Holy shit I just wrote documentation 2018-03-07 11:05:30 +01:00
instance.lua proper capitalization is important 2018-03-09 15:40:43 +01:00
list.lua Cleaned up lists 2018-03-09 15:39:02 +01:00
pool.lua Holy shit I just wrote documentation 2018-03-07 11:05:30 +01:00
system.lua Reverted a small whoopsie with Entity removal 2018-03-07 11:08:00 +01:00