Commit graph

5 commits

Author SHA1 Message Date
Alistair Riddoch
25f37aa2cd Add copy to DecaysProperty and check 2013-02-14 19:32:24 +00:00
Alistair Riddoch
ef83a475cb Finalise converting the delegate method
Now that the dispatch is handled in the property class, it can
be non-virtual, and completely removes the need for a lookup to get the
property instance.
2013-02-13 10:04:58 +00:00
Alistair Riddoch
3d6f39cdee Modify Property install method to take name
This change also switches DecaysProperty to using delegates as a proof of
concept.
2013-02-13 00:45:36 +00:00
Alistair Riddoch
4a9c7078f7 Refactor to use LocatedEntity as base class
All IG code should use the interface of LocatedEntity when dealing
with any entity, rather than sometimes requiring Entity. Add virtual
functions to the interface where required, and modify all other interfaces
to stop them using Entity. This makes the code way cleaner, and much better
de-coupled.
2013-01-17 10:17:07 +00:00
Alistair Riddoch
51b5c50215 Move DecaysProperty handler into class 2013-01-10 10:07:44 +00:00