Commit graph

24 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
508a98bb49 Add an operation method to Property interface 2013-01-03 23:17:51 +00:00
Alistair Riddoch
f593dd13e7 Refactor tasks property to have generic op handling 2012-07-02 23:35:55 -07:00
Alistair Riddoch
f27f4e509e Simplify the Task interface to take any op 2012-07-02 23:19:59 -07:00
Alistair Riddoch
7025431b94 Clean up startup logic, and fix error
The code was not previously sending out the Sight(Action) op, as it was
returning after task startup
2011-12-02 03:25:42 +00:00
Alistair Riddoch
66f9a77302 TasksProperty now has it's own unique Task* 2011-12-02 01:55:50 +00:00
Alistair Riddoch
46c166c44d Fix logic error checking if task is initialized 2011-11-25 23:39:27 +00:00
Alistair Riddoch
490d812683 Move task stopping into TasksProperty 2011-11-21 11:42:47 +00:00
Alistair Riddoch
8c52d6a1f3 Move tick processing into TasksProperty 2011-11-19 23:19:45 +00:00
Alistair Riddoch
c38a8945dd Move clearTask into TasksProperty 2011-11-18 16:26:24 +00:00
Alistair Riddoch
ce90ee4d68 Actually return the Update op 2011-11-17 16:47:16 +00:00
Alistair Riddoch
0a37a97e26 Move startTask functionality into TasksProperty 2011-11-17 10:41:47 +00:00
Alistair Riddoch
00a0f687cd Move some of the task functionality into property 2011-11-15 15:36:33 +00:00
Alistair Riddoch
ac37383d8a Convery all the property get functions 2011-09-29 17:36:26 +01:00
Alistair Riddoch
739e7eea42 Remove some debug output. 2009-07-28 19:36:33 +01:00
Alistair Riddoch
459de71220 Ensure property data gets retrieved even if no task is active. 2009-07-28 19:02:38 +01:00
Alistair Riddoch
8baf0eb721 Clarify some error messages. 2009-07-28 16:51:20 +01:00
Alexey Torkhov
92ecc799e4 Add better error handling and logging. 2009-06-30 18:09:38 +04:00
Alexey Torkhov
4befd2aef7 Implement set function for task property. 2009-06-30 18:08:21 +04:00
Alistair Riddoch
43cc3537db Check task pointer is non-null. 2009-06-18 18:42:37 +01:00
Alistair Riddoch
bc14d4f378 Fill out the property functionality a bit. 2009-06-18 01:14:57 +01:00
Alistair Riddoch
3817623aa1 Add a new property for tasks, to allow them to be manipulated from the client. 2009-06-17 19:32:57 +01:00