Commit graph

38 commits

Author SHA1 Message Date
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
ec03a3b546 Remove Thing_parent typedef 2012-12-04 23:48:40 +00:00
Alistair Riddoch
73b81a6ff7 Remove Character_parent typedef 2012-12-04 23:39:22 +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
fdeab1eda6 Complete remove unused, obolste connectAvatar() 2012-11-27 18:31:03 +00:00
Alistair Riddoch
1eea99fdf2 Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
Alistair Riddoch
9d0852f47f Move virtual functions out of the headers 2012-11-19 13:42:02 +00:00
Alistair Riddoch
23ebd9d6f5 Add externalOperation to the Router interface 2012-11-19 13:42:02 +00:00
Alistair Riddoch
6d8bb9ccd8 Merge pull request #12 from anthonypesce/salt_shaker
Salt shaker
2012-11-15 15:33:15 -08:00
Alistair Riddoch
6998d59ecd Rename ConnectedRouter to ConnectableRouter
Objects using this base class are all long lived, so while they are
often associated with a connection, they most commonly will outlive
that connection, and be unconnected.
2012-11-13 00:09:05 +00:00
anthonypesce
0072c549dc Added Shaker stub. 2012-10-25 10:42:04 -04:00
Alistair Riddoch
ce3dd76020 Ensure the authenticator is set up 2012-09-15 00:07:46 +01:00
Alistair Riddoch
29bd1332b8 Cover the posses case 2012-09-15 00:01:13 +01:00
Alistair Riddoch
72e95ca4d3 Cover createObject and addNewEntity 2012-09-14 21:04:53 +01:00
Alistair Riddoch
0d7f022450 Start work on coverage 2012-09-14 00:40:14 +01:00
Alistair Riddoch
cf98f9e204 Cover most of LookOp 2012-09-13 00:02:41 +01:00
Alistair Riddoch
677544e399 Correct the pointer type 2012-09-12 15:10:11 +01:00
Alistair Riddoch
881d2ab286 Replace ServerAccount test 2012-09-12 15:03:18 +01:00
Alistair Riddoch
d9fb87d2e0 Cover SetOperation 2012-09-11 22:53:15 +01:00
Alistair Riddoch
6537e5da79 Break out the TestWorld::addNewEntity method
This allows tests to cover the case where an Entity is created by this
function if necessary
2012-09-06 13:48:40 +01:00
Alistair Riddoch
a122db8b51 Fix up a bunch of tests to use CommClient template 2012-08-01 19:42:36 +01:00
Alistair Riddoch
68494ba520 Use the ruleset global less often, making code more isolated 2012-01-19 19:34:20 +00:00
Alistair Riddoch
e944b6c999 Update tests for modified interface 2011-10-31 13:04:55 +00:00
Alistair Riddoch
31bfb426af Fix up tests for modified interface 2011-10-31 12:47:56 +01:00
Alistair Riddoch
8a4fcc6ff6 Fix up the tests 2011-10-30 01:04:54 +02:00
Alistair Riddoch
3e5ae06704 Fix test crash 2011-05-05 18:00:14 +01:00
Alistair Riddoch
5cb0ac6ae5 Force asserts on in all tests. 2011-02-15 09:30:46 +00:00
Alistair Riddoch
004678592b Fix tests for modified characterError signature 2010-12-03 22:01:22 +00:00
Alistair Riddoch
964d668627 Fix ServerAccount test 2010-11-26 16:21:57 +00:00
Manohar Vanga
6f6786cd59 Fixed ServerAccounttest. Everything works! 2010-08-17 11:58:23 +05:30
Manohar Vanga
1be380dd96 Added stubs to TeleportAuthenticatortest. Fixed functionality 2010-08-17 11:58:21 +05:30
Manohar Vanga
1bb7d3c23d Made some more changes based on feedback 2010-08-17 11:58:20 +05:30
Manohar Vanga
3614e6bf83 Fixed ambiguous operator errors in ServerAccounttest.cpp 2010-08-17 11:58:20 +05:30
Manohar Vanga
b620e8cb7f Fixed issues based on feedback 2010-08-17 11:56:10 +05:30
Manohar Vanga
527eed9e89 Added entity injection test with all types of attributes 2010-08-17 11:56:10 +05:30
Manohar Vanga
cfec5f9bb8 Wrote test for ServerAccount class 2010-08-17 11:56:09 +05:30