William Moberg
|
36b84f7cc3
|
Fixed so calculating absolute positions, etc. works. Sets the field of all children to dirty if a transform field is altered. Will also set Position to dirty if Scale or Orientation is altered.
Moved some methods in ComponentWrapper to a .cpp.
|
2016-03-12 17:51:03 +01:00 |
|
Jace
|
b7d93058b1
|
Added base work for dity bits in components
|
2016-03-08 21:11:59 +01:00 |
|
Jace
|
ecc8d998cf
|
Added ComponentInfo::Field_t::Index
|
2016-03-08 15:46:14 +01:00 |
|
Jace
|
97499f1c28
|
Made ComponentPool copyable by making sure string fields are handled properly
|
2016-02-18 11:37:03 +01:00 |
|
verysecrethero
|
8189e3c00c
|
Logic in CapturePointSystem is working again. Need to update all Tests!
|
2016-01-20 14:59:18 +01:00 |
|
Jace
|
9ec32464bc
|
Added enum support to entity file format, see "Team" component for an example. Use ComponentInfo::Enum to convert enum string keys to its corresponding integer representation at runtime.
|
2016-01-16 23:12:24 +01:00 |
|
William Moberg
|
99b76d7ae1
|
Fixed returning address to temporary in functions. AABB also constructible from glm::vec4s.
|
2015-12-16 12:19:43 +01:00 |
|
Jace
|
2018ba27ae
|
Added KnowsEntity function to ComponentPool to query whether an entity has a component attached
|
2015-12-14 13:57:52 +01:00 |
|
sippeangelo
|
d3d2e594fe
|
Basic and working entity system with a really ugly test case
|
2015-12-03 15:07:35 +01:00 |
|
sippeangelo
|
b3e68c6c34
|
Implemented ComponentPool and initial tests for it
|
2015-12-02 15:07:48 +01:00 |
|
sippeangelo
|
a5affd2dc2
|
Added barebones ECS prototype
|
2015-12-01 17:04:03 +01:00 |
|