Commit graph

16 commits

Author SHA1 Message Date
Alistair Riddoch
63330b34d4 Initialise Inheritance::noClass properly
Code that ends up with a reference to this object
need to check with isValid, so it's vital that it
is initialised to a null ptr.
2012-09-18 08:49:50 +01:00
Alistair Riddoch
03d012e149 Clean up reloading a bit
Add notes so we can ensure a failed reload is not disruptive
2011-12-16 19:28:45 +00:00
Alistair Riddoch
b09c73179c Fix linking and stubbing in a few tests 2011-12-16 08:33:58 +00:00
Alistair Riddoch
3d7ce6fde1 Fix tests for refectored PythonClass 2011-12-15 11:28:36 +00:00
Alistair Riddoch
f81bdde2db Replace specitic task script factory with template 2011-12-15 01:53:52 +00:00
Alistair Riddoch
0e8f9ccc95 Replace abstract script factories with common template 2011-12-14 14:26:01 +00:00
Alistair Riddoch
325d9265f3 Remove updateChildren to updateProperties
This name makes more sense, and now the interface is more consistent.
2011-12-13 00:40:43 +00:00
Alistair Riddoch
a59c17f109 Remove now empty method 2011-12-13 00:39:08 +00:00
Alistair Riddoch
e299d887d5 Implement parsing of type and property in task activation 2011-12-08 01:11:47 +00: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
a8fb1c8c89 Fix up some tests 2011-11-08 20:32:35 +00:00
Alistair Riddoch
a516f55197 Remove TaskScript subclass
This class really wasn't used. Task had pure virtual methods, and TaskScript
was the only subclass
2011-11-03 22:57:46 +00:00
Alistair Riddoch
e0c92ebf39 Remove reference to BaseWorld in EntityBuilder 2011-09-21 12:45:18 +01:00
Alistair Riddoch
d10f667693 Finish stubbing out 3 rule handler tests 2011-09-21 11:18:55 +01:00
Alistair Riddoch
0317cd95c7 Add stubbed out start for TaskRuleHandler test 2011-09-21 09:24:15 +01:00