log components/container.py @ 66:58d58bf2e567

age author description
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
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.