Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core6/src/libraries/core/object

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9637   11 years landauf removed constructor arguments from ClassFactories. use the …
(edit) @9635   11 years landauf added Factory for classes that don't require a Context as constructor …
(edit) @9633   11 years landauf forgot one line in the previous commit
(edit) @9632   11 years landauf Factory::fabricate() returns an Identifiable
(edit) @9629   11 years landauf BaseObject now requires a Context instead of a creator (BaseObject*) …
(edit) @9628   11 years landauf object list should not delete its elements - they will be deleted by …
(edit) @9627   11 years landauf fixed bug: Listable::setContext didn't work properly with sub-contexts …
(edit) @9610   11 years landauf context is now a Listable itself as well
(edit) @9609   11 years landauf context should delete its object lists
(edit) @9608   11 years landauf implemented method to change the context of a Listable. the object …
(edit) @9606   11 years landauf object lists are now stored in a Context object instead of Identifiers
(edit) @9604   11 years landauf added some checks and a size() function to object list
(edit) @9602   11 years landauf delete factory before setting a new one (mostly for unit tests)
(edit) @9599   11 years landauf added proper interface (ObjectListElementRemovalListener) to notify …
(edit) @9598   11 years landauf added common base template for Iterator and ObjectListIterator in …
(edit) @9597   11 years landauf removed MetaObjectList. replaced it by std::vector because object list …
(edit) @9596   11 years landauf ObjectListBaseElement now stores a pointer to the object list it …
(edit) @9593   11 years landauf moved logic to remove an element from an ObjectListBase from …
(edit) @9591   11 years landauf removed ContextObject again
(edit) @9573   11 years landauf using Listable instead of OrxonoxClass as base class in object lists
(edit) @9572   11 years landauf moved meta-object-list from Identifiable to Listable, a new base class …
(edit) @9571   11 years landauf using Destroyable instead of OrxonoxClass now wherever the …
(edit) @9570   11 years landauf moved functions and attributes needed to safely destroy objects from …
(edit) @9563   11 years landauf moved files used for class management to core/class/
(edit) @9562   11 years landauf it's probably better to store the context in a seaprate interface …
(edit) @9561   11 years landauf OrxonoxClass now takes a 'Context' object as constructor argument. Not …
(add) @9557   11 years landauf moved all files in core which are used for object management to a new …
Note: See TracRevisionLog for help on using the revision log.