Sun, 08 Apr 2012 20:30:43 +0200 |
Beliar |
Fixed incompatibility with latest changes to bgrease.
default tip
|
Tue, 27 Mar 2012 13:41:20 +0200 |
Beliar |
Removed bGrease, which is in a seperate repository, here: https://github.com/Beliaar/bGrease
|
Sat, 24 Mar 2012 09:59:46 +0100 |
Beliar |
Added help, moveObject, deleteObject, putItemIntoContainer, equipItem, createItemByID and createItemByType functions to the GameEnvironment.
|
Tue, 06 Mar 2012 15:15:18 +0100 |
Beliar |
Fixed showing the console.
|
Mon, 20 Feb 2012 16:50:10 +0100 |
Beliar |
Using fife settings module again instead of our own.
|
Thu, 17 Nov 2011 20:36:08 +0100 |
KarstenBock |
Implemented loading scripts from files.
|
Sun, 13 Nov 2011 17:19:14 +0100 |
KarstenBock |
Further work on the scripting system.
|
Sat, 12 Nov 2011 20:54:25 +0100 |
KarstenBock |
The approach method of MovingAgentBehaviour now accepts a locatior or another instance, and uses the follow method to move to the instance position.
|
Sun, 09 Oct 2011 21:02:48 +0200 |
KarstenBock |
Moved the action module into the entities package.
|
Fri, 07 Oct 2011 14:52:09 +0200 |
KarstenBock |
When dragging an item while changing the map, the mouse cursor will now not reset.
|
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.
|
Mon, 03 Oct 2011 14:12:17 +0200 |
KarstenBock |
"Open" will now not be shown in the context menu when the lockable is locked.
|
Fri, 30 Sep 2011 16:05:26 +0200 |
KarstenBock |
Fixed bug where the objects of a map where not correctly restored when changing between maps.
|
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.
|
Wed, 28 Sep 2011 15:01:04 +0200 |
KarstenBock |
updateObjectDB now saves equipment and inventory too.
|
Mon, 26 Sep 2011 15:44:42 +0200 |
KarstenBock |
Fixed moving between maps.
|
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 14:24:22 +0200 |
KarstenBock |
The Examine action in the context menu will now only be shown when the Entity actually has a description text.
|
Fri, 23 Sep 2011 14:18:42 +0200 |
KarstenBock |
Fixed bug in "getItemActions" when the Entity has a change_map component.
|
Fri, 09 Sep 2011 15:30:23 +0200 |
KarstenBock |
Removed the pos value from the fifeagent component. getItemActions of Gamescenecontroller gets the position by calling a method of the behaviour.
|
Thu, 08 Sep 2011 18:36:40 +0200 |
KarstenBock |
Added code that checks if the object is the player so certain actions (talk, attack) will not appear in the menu.
|