Commit graph

9 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
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
72c956d4b4 First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
Alistair Riddoch
ac37383d8a Convery all the property get functions 2011-09-29 17:36:26 +01:00
Alistair Riddoch
d4995dd10c Use scripts/check_header_guards.sh to correct the header guards on many files. 2009-03-22 19:23:13 +00:00
Al Riddoch
76281c1d9e 2009-01-12 Al Riddoch <alriddoch@googlemail.com>
* physics/BBox.cpp, rulesets/BBoxProperty.h, rulesets/Py_BBox.h:
	  Include more wfmath headers as it makes better use of forward
	  declarations.
2009-01-12 16:15:21 +00:00
Al Riddoch
6b9737032d 2009-01-12 Al Riddoch <alriddoch@googlemail.com>
* physics/BBox.h: Use wfmath forward declarations.

	* modules/Location.h, physics/BBox.cpp, rulesets/BBoxProperty.h,
	  rulesets/Py_BBox.h: Include axisbox.h definition where required.
2009-01-12 07:09:59 +00:00
Al Riddoch
d42f1001c6 2008-09-26 Al Riddoch <alriddoch@googlemail.com>
* rulesets/BBoxProperty.h: Add data accessor.
2008-09-26 21:06:28 +00:00
Al Riddoch
c48ad6c854 2008-09-08 Al Riddoch <alriddoch@googlemail.com>
* rulesets/BBoxProperty.cpp, rulesets/BBoxProperty.h: A new property
	  to make BBOX optional and more dynamic.

	* rulesets/MultiHandlerProperty.cpp, rulesets/MultiHandlerProperty.h,
	  rulesets/MultiHandlerProperty_impl.h: A new property for those
	  generic properties that need many handlers.
2008-09-07 23:49:56 +00:00