Commit graph

10 commits

Author SHA1 Message Date
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
02629d7b1a Remove unneeded Entity.h include 2013-01-18 19:13:24 +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
Alistair Riddoch
508a98bb49 Add an operation method to Property interface 2013-01-03 23:17:51 +00:00
Al Riddoch
c758eae450 2008-12-16 Al Riddoch <alriddoch@googlemail.com>
* rulesets/TransientProperty.cpp: Remove some debug output.
2008-12-16 01:58:13 +00:00
Al Riddoch
d346c1a2db 2008-12-15 Al Riddoch <alriddoch@googlemail.com>
* rulesets/TransientProperty.cpp: If the transient property has
	  a negative value, don't expire the object, just leave it is
	  ephemeral.
2008-12-15 16:49:53 +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