log components/__init__.py @ 175:94196a3e9c07

age author description
Sat, 01 Oct 2011 13:39:52 +0200 KarstenBock Renamed CharacterStatistics module to character_statistics
Tue, 27 Sep 2011 15:50:28 +0200 KarstenBock Added Graphics component.
Tue, 27 Sep 2011 15:23:43 +0200 KarstenBock Added Behaviour component.
Sat, 24 Sep 2011 16:48:06 +0200 KarstenBock Changed way of setting the possible components of the world.
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.