log

age author description
Sat, 26 Sep 2009 10:38:24 +0000 cheesesucker * Some cleanups for Editor class to match new coding standards
Sat, 26 Sep 2009 09:51:11 +0000 cheesesucker * Cleaned up LayerTool so it follows the new python coding standards
Fri, 25 Sep 2009 19:48:07 +0000 prock Fixes the scroll areas in the pychan demo. fixes[t:363]
Thu, 24 Sep 2009 18:24:47 +0000 prock Added or1andov's code with a few adjustments to fix instance transparencies fixed[t:378]
Tue, 22 Sep 2009 19:03:53 +0000 cheesesucker Started cleaning up the editor source code:
Mon, 21 Sep 2009 19:48:00 +0000 cheesesucker * Removed shebang and svn:executable for python files which are not meant to be executed directly
Sun, 20 Sep 2009 14:18:59 +0000 cheesesucker Win32 installer:
Sun, 20 Sep 2009 11:45:27 +0000 cheesesucker Added a basic win32 installer script (Inno Setup Script)
Tue, 08 Sep 2009 16:22:59 +0000 mvbarracuda * Replaced old with new FIFE SVN URL
Fri, 04 Sep 2009 06:40:50 +0000 phoku Allow objects with an __call__ attribute used as event callbacks.
Thu, 03 Sep 2009 23:22:28 +0000 prock Fixed a problem with Camera::render() involving the way it calculates the animation frame number.
Thu, 03 Sep 2009 23:09:57 +0000 prock Added Instance::setActionRuntime() as requested in Ticket #373
Wed, 02 Sep 2009 16:06:27 +0000 prock Test commit from Prock
Tue, 25 Aug 2009 14:45:14 +0000 phoku Removed some leftover print statement.