log components/containable.py @ 89:939984cff702

age author description
Tue, 27 Sep 2011 14:58:03 +0200 KarstenBock Added Base component, which has a saveable_fields property. It is supposed to be derived from, thus it is not in the components list.
Wed, 21 Sep 2011 16:10:14 +0200 KarstenBock Changed "import bGrease" to "import parpg.bGrease".
Wed, 21 Sep 2011 15:05:12 +0200 KarstenBock Added item_type attribute to the containable component.
Mon, 05 Sep 2011 15:00:34 +0200 KarstenBock Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease.
Thu, 01 Sep 2011 23:26:02 +0200 KarstenBock Fixed bug in components
Wed, 10 Aug 2011 21:08:14 +0200 KarstenBock Backed out changeset: 799fc37fec6d
Sun, 31 Jul 2011 23:48:54 +0200 KarstenBock Changes for the container system
Wed, 27 Jul 2011 12:16:30 -1000 M. George Hansen Refactored components and began defining basic Entities and Systems.