log world.py @ 157:79d6b17b80a3

age author description
Sat, 12 Nov 2011 16:27:39 +0100 KarstenBock Implemented simple script system.
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:48:01 +0200 KarstenBock Added equip to the usable components of the World class.
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.
Thu, 08 Sep 2011 15:18:39 +0200 KarstenBock Modifications to make talking with npcs possible again. Special actions won't work yet though.
Thu, 08 Sep 2011 14:30:01 +0200 KarstenBock Removed behaviour component. Behaviour is already stored in the fifeagent component.
Tue, 06 Sep 2011 14:37:54 +0200 KarstenBock Renamed dialog to dialogue
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.
Mon, 05 Sep 2011 14:46:43 +0200 KarstenBock Added components to the World class
Tue, 12 Jul 2011 12:31:53 +0200 KarstenBock Modifications to use the grease manager and modes
Tue, 12 Jul 2011 10:16:48 +0200 KarstenBock Added base files for grease