Commit graph

27 commits

Author SHA1 Message Date
Alistair Riddoch
5eceba40cf Remove unused handler mechanism 2013-02-14 10:01:20 +00: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
f15e945b62 Convert ExternalMind to use the base class 2013-01-18 19:21:46 +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
72c956d4b4 First pass at copy method for all property classes 2013-01-07 23:03:25 +00:00
Alistair Riddoch
508a98bb49 Add an operation method to Property interface 2013-01-03 23:17:51 +00:00
Alistair Riddoch
0f627d4e71 Rename methods to be more generic. 2012-12-05 09:45:16 +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
492c11fa19 Remove the unused variable 2012-12-04 22:44:10 +00:00
Alistair Riddoch
1508b2f9e1 Merge remote-tracking branch 'anthony/shaker_integration2' 2012-12-04 22:42:42 +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
Anthony Pesce
3f57dd6284 Changed ASSERT_TRUE to ASSERT_EQUAL to compare two values. 2012-12-04 12:35:56 -05:00
Anthony Pesce
3721f7b6b2 Added salt_length to record the value of salt length in hash_password. 2012-11-27 12:43:40 -05:00
Alistair Riddoch
6057d60ff7 Add a return code to (un)linkExternalMind calls 2012-11-27 10:15:45 +00:00
Alistair Riddoch
ef9210c222 Switch to using the new method 2012-11-26 21:27:25 +00:00
Alistair Riddoch
17afad911d Switch connectAvatar to new method
Character::linkExternalMind aims to replace Connection::connectAvatar.
This causes the former to simple call the latter.
2012-11-26 00:30:07 +00:00
Alistair Riddoch
bf1881b211 Update test stubs 2012-11-24 16:51:49 +00:00
Alistair Riddoch
4c1b0c9c3a Move ExternalProperty class into rulesets 2012-11-23 23:58:56 +00:00
Alistair Riddoch
e7d238e91f Move ExternalMind into rulesets 2012-11-23 16:11:21 +00:00
Alistair Riddoch
1eea99fdf2 Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
Alistair Riddoch
2c5a4f71e0 Fix up the tests 2012-11-21 21:43:38 +00:00
Alistair Riddoch
38be00bf2a Fix up stubs for shaker test 2012-11-19 13:52:41 +00:00
Alistair Riddoch
9dc32bd8d3 Fix up ConnectionShaker integration test 2012-11-16 22:23:35 +00:00
Alistair Riddoch
2679503519 Fix up test for changed class name 2012-11-15 23:39:01 +00:00
anthonypesce
2d15e10410 Added test for Shaker and Connection. 2012-11-12 20:25:19 -05:00