log components/__init__.py @ 86:a9cc5559ec2a

age author description
Sat, 24 Sep 2011 15:48:24 +0200 KarstenBock Move the identifier field from the FifeAgent component to the new General component.
Wed, 21 Sep 2011 16:46:36 +0200 KarstenBock Added the Equip component to the __init__.py of the components package.
Wed, 21 Sep 2011 16:10:14 +0200 KarstenBock Changed "import bGrease" to "import parpg.bGrease".
Wed, 21 Sep 2011 15:25:32 +0200 KarstenBock Added equipable component.
Sun, 18 Sep 2011 16:07:07 +0200 KarstenBock Added ChangeMap component.
Tue, 06 Sep 2011 14:37:54 +0200 KarstenBock Renamed dialog to dialogue
Mon, 05 Sep 2011 14:49:45 +0200 KarstenBock Made the component classes available in the __ini__.py file of the components package
Wed, 27 Jul 2011 12:16:30 -1000 M. George Hansen Refactored components and began defining basic Entities and Systems.