Alistair Riddoch
5eceba40cf
Remove unused handler mechanism
2013-02-14 10:01:20 +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
4e66987bad
Consolidate flags into one place
2013-01-14 09:59:54 +00:00
Alistair Riddoch
71cbcdcfc1
Modify externalOperation to include Link
...
The Link reference provided is the object allowing direct communication
back to the external source of the operation. This allows us to handle
things more cleanly in some cases.
2012-12-04 20:39:35 +00:00
Alistair Riddoch
e7d238e91f
Move ExternalMind into rulesets
2012-11-23 16:11:21 +00:00
Alistair Riddoch
23ebd9d6f5
Add externalOperation to the Router interface
2012-11-19 13:42:02 +00:00
Alistair Riddoch
928e48a2e7
Weaken the coupling between ExternalMind and Connection
2012-08-13 22:08:22 +01:00
Alistair Riddoch
8463f2b382
Re-add test send stub, which records sent
2012-08-02 15:29:49 +01:00
Alistair Riddoch
96a59a83fc
Fix up a few more tests
2012-08-01 21:13:14 +01:00
Alistair Riddoch
bc001bfe76
Add Get/Info to the IG op dispatch
2012-06-30 01:06:14 -07:00
Alistair Riddoch
68bd0c6e25
Refactor TaskFactory for more flexible activation matching
...
We can now match the target based on different critea by configuring the
factory to do different checks
2011-12-06 10:07:25 +00:00
Alistair Riddoch
eb9c58c153
Refactor the task setup interface to use LocatedEntity
2011-12-02 23:42:24 +00:00
Alistair Riddoch
31bfb426af
Fix up tests for modified interface
2011-10-31 12:47:56 +01:00
Alistair Riddoch
85eebbb5b1
Clean out noScript from the tests
2011-10-13 15:19:18 +01:00
Alistair Riddoch
ac37383d8a
Convery all the property get functions
2011-09-29 17:36:26 +01:00
Alistair Riddoch
72ea3c70e1
Fix up tests
2011-02-28 00:28:25 +00:00
Alistair Riddoch
5cb0ac6ae5
Force asserts on in all tests.
2011-02-15 09:30:46 +00:00
Alistair Riddoch
7876bb8f10
Fix ExternalMind test
2010-11-26 16:20:28 +00:00
Alistair Riddoch
45c5e4f151
Initialise Location.loc in all tests
2010-09-16 05:14:35 +01:00
Alistair Riddoch
2d94ee3507
Add full coverage test for ExternalMind
2010-07-31 01:20:53 +01:00