log

age author description
Sun, 08 Apr 2012 20:30:43 +0200 Beliar Fixed incompatibility with latest changes to bgrease. default tip
Tue, 27 Mar 2012 13:42:35 +0200 Beliar Changes required by the removal of bGrease.
Sat, 24 Mar 2012 09:59:46 +0100 Beliar Added help, moveObject, deleteObject, putItemIntoContainer, equipItem, createItemByID and createItemByType functions to the GameEnvironment.
Tue, 20 Mar 2012 14:31:02 +0100 Beliar Fixing an error with the path of the font and window icon.
Tue, 20 Mar 2012 14:00:34 +0100 Beliar Moved parpg.py and settings-dist.xml from parpg-app to the bin directory.
Fri, 16 Mar 2012 15:55:10 +0100 Beliar Updated .hgsubstate.
Thu, 15 Mar 2012 16:25:54 +0100 Beliar Updated .hgsubstate.
Thu, 15 Mar 2012 14:57:51 +0100 Beliar Updated .hgsubstate
Thu, 12 Jan 2012 19:24:32 +0100 KarstenBock Removed data subrepository.
Thu, 12 Jan 2012 19:13:29 +0100 KarstenBock Added parpg-source subrepo in parpg directory,
Thu, 12 Jan 2012 18:01:28 +0100 KarstenBock Removed waf scripts
Thu, 15 Dec 2011 21:14:13 +0100 KarstenBock Added "Say" action.
Mon, 12 Dec 2011 22:09:20 +0100 KarstenBock Changed id of ALL agents to make them usable in scripts
Mon, 12 Dec 2011 22:03:53 +0100 KarstenBock Changed id of agents to make them usable in scripts.
Sat, 19 Nov 2011 19:34:15 +0100 KarstenBock Reverted falsely committed changes.
Sat, 19 Nov 2011 19:28:38 +0100 KarstenBock Small fixes.
Sat, 19 Nov 2011 16:12:56 +0100 KarstenBock Added "None" to the action dict which calls an "no-op" action.
Sat, 19 Nov 2011 16:00:32 +0100 KarstenBock Added RunScriptAction class.
Thu, 17 Nov 2011 21:21:22 +0100 KarstenBock Added basic script file for the "Mall" map.
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.
Sun, 13 Nov 2011 13:37:24 +0100 KarstenBock script commands are stored in the System now instead of the the script object.
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.
Sat, 12 Nov 2011 16:27:39 +0100 KarstenBock Implemented simple script system.
Sat, 05 Nov 2011 16:08:16 +0100 KarstenBock Activaed loading of character statistic scripts.
Sat, 05 Nov 2011 16:04:59 +0100 KarstenBock Statistics are being saved and loaded.
Sat, 05 Nov 2011 14:53:12 +0100 KarstenBock Moved code from CharacterCreationController to GameModel
Sat, 05 Nov 2011 14:42:12 +0100 KarstenBock Changed CharacterStatistic classes to work with components.
Wed, 26 Oct 2011 13:01:49 +0200 KarstenBock Updated settings to use the MouseSensitivity, MouseAcceleration, GLUseNPOT and GLUseFramebuffer options.
Fri, 21 Oct 2011 13:39:40 +0200 KarstenBock Added onInstanceActionFrame to BaseBehaviour. This fixes the "blinking Objects" problem.