log src/parpg/components/container.py @ 116:9b5498e3bda0

age author description
Fri, 23 Sep 2011 13:30:17 +0200 KarstenBock Fixed bugs in the container functions.
Wed, 21 Sep 2011 16:11:06 +0200 KarstenBock Fixed syntax error in container.py.
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.
Fri, 02 Sep 2011 12:54:43 +0200 KarstenBock get_free_slot no raises an exception instead of appending a slot to the container.
Thu, 01 Sep 2011 23:26:50 +0200 KarstenBock Added functions for container components