log src/parpg/objects/action.py @ 157:db6403c1a7a1

age author description
Fri, 07 Oct 2011 14:36:36 +0200 KarstenBock Fixed that dropped items cannot be picked up.
Fri, 07 Oct 2011 14:15:06 +0200 KarstenBock Fixed that items in the player characters inventory could not be dropped.
Mon, 03 Oct 2011 18:25:31 +0200 KarstenBock Fixed dropping items on the map.
Fri, 30 Sep 2011 15:31:53 +0200 KarstenBock Added ExamineContentsAction.
Fri, 30 Sep 2011 14:05:16 +0200 KarstenBock Added actions for lockable components (Open, Close, Lock and Unlock).
Thu, 29 Sep 2011 18:09:56 +0200 KarstenBock Fixed Saving and Loading.
Sat, 24 Sep 2011 15:48:24 +0200 KarstenBock Move the identifier field from the FifeAgent component to the new General component.
Fri, 23 Sep 2011 15:09:02 +0200 KarstenBock Fixed PickUpAction. Items can be picked up again.
Thu, 08 Sep 2011 18:56:10 +0200 KarstenBock Fixed bug in the text splitting code of ExamineAction.
Thu, 08 Sep 2011 15:18:39 +0200 KarstenBock Modifications to make talking with npcs possible again. Special actions won't work yet though.
Tue, 06 Sep 2011 15:22:51 +0200 KarstenBock Changes to make PARPG "runable" with grease. (With the correct modified assets)
Wed, 03 Aug 2011 22:57:52 +0200 KarstenBock FifeManager no longer subclasses ApplicationBase
Tue, 12 Jul 2011 12:31:53 +0200 KarstenBock Modifications to use the grease manager and modes
Mon, 06 Jun 2011 15:56:14 -1000 M. George Hansen Fixed resource path dependencies issue that caused PARPG to crash on start.
Sat, 14 May 2011 01:12:35 -0700 M. George Hansen Initial commit of parpg-core.