Commit graph

8 commits

Author SHA1 Message Date
Erik Ogenvik
664988645e Make all properties define type and optional name. 2018-04-27 23:12:15 +02:00
Olek Wojnar
7f9ff2246d Remove CVS $Id tags
The legacy tags are causing build issues in Debian.
2013-07-15 20:31:59 +02: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
1bbb936555 Fill in copy methods on remaining properties 2013-01-08 00:19:23 +00:00
Al Riddoch
86d73b6369 2008-09-27 Al Riddoch <alriddoch@googlemail.com>
* rulesets/TransientProperty.h, rulesets/MultiHandlerProperty.h,
	  rulesets/MultiHandlerProperty.cpp, rulesets/MindProperty.h,
	  rulesets/InternalProperties.h, rulesets/HandlerProperty.h,
	  rulesets/HandlerProperty.cpp: Switch a bunch of pretty simple
	  property classes over to using Propery<> rather than
	  DynamicProperty<>.
2008-09-27 16:00:21 +00:00
Al Riddoch
5f78f643c1 2008-09-10 Al Riddoch <alriddoch@googlemail.com>
* rulesets/TransientProperty.cpp, rulesets/TransientProperty.h:
	  Re-work so an explicit handler is no longer required, and
	  the timed operation to delete the entity is scheduled directly
	  when the property is applied.
2008-09-10 11:08:30 +00:00
Al Riddoch
c4afb3e9d7 2008-09-09 Al Riddoch <alriddoch@googlemail.com>
* rulesets/Makefile.am, rulesets/TransientProperty.cpp,
	  rulesets/TransientProperty.h: New more encapsulated way to handle
	  transient.
2008-09-09 18:06:28 +00:00