Commit graph

4 commits

Author SHA1 Message Date
Erik Ogenvik
79e0b75af2 Improve memory handling. 2021-05-16 15:55:45 +02:00
Erik Ogenvik
69d9aa152c Initial work on making properties templated to entities.
The idea is to provide props which are templated to either LocatedEntity or Entity
depending on their usage.
2020-07-15 00:20:56 +02:00
Erik Ogenvik
c04ffe2f98 Allow for modifiable properties.
By appending the "!" character it's possible to modify a value. The possible modifications
are "append", "prepend", "subtract", "add-fraction" and "default". If nothing is specified "default"
is used.
An example would be "foo!append".
2020-03-07 20:27:58 +01:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/PropertyFactoryTest.cpp (Browse further)