log

age author description
2009-10-18 mvbarracuda Patch by amo-ej1 (Elie de Brauwer):
2009-10-07 mvbarracuda * Editor command line map arg support patch by or1andov / superfluid
2009-10-02 prock Added SoundEmitter::setCallback(). The callback will be
2009-09-26 cheesesucker * Some cleanups for Editor class to match new coding standards
2009-09-26 cheesesucker * Cleaned up LayerTool so it follows the new python coding standards
2009-09-25 prock Fixes the scroll areas in the pychan demo. fixes[t:363]
2009-09-24 prock Added or1andov's code with a few adjustments to fix instance transparencies fixed[t:378]
2009-09-22 cheesesucker Started cleaning up the editor source code:
2009-09-21 cheesesucker * Removed shebang and svn:executable for python files which are not meant to be executed directly
2009-09-20 cheesesucker Win32 installer:
2009-09-20 cheesesucker Added a basic win32 installer script (Inno Setup Script)
2009-09-08 mvbarracuda * Replaced old with new FIFE SVN URL
2009-09-04 phoku Allow objects with an __call__ attribute used as event callbacks.
2009-09-03 prock Fixed a problem with Camera::render() involving the way it calculates the animation frame number.
2009-09-03 prock Added Instance::setActionRuntime() as requested in Ticket #373
2009-09-02 prock Test commit from Prock
2009-08-25 phoku Removed some leftover print statement.
2009-08-25 cheesesucker Forgot to add CameraDialog... oops!
2009-08-25 cheesesucker Made CameraDialog a little prettier
2009-08-25 cheesesucker Several changes to layer, camera and map dialogs:
2009-08-25 cheesesucker Made LayerEditor prettier
2009-08-25 cheesesucker Fixed string representation for pychan.Spacer.
2009-08-24 cheesesucker * Added setId to Layer, Map, Object and Camera
2009-08-24 phoku Fixes.
2009-08-24 phoku Bug fix.
2009-08-24 phoku VFS:
2009-08-24 phoku PyChan fixes:
2009-08-24 phoku PyChan fixes:
2009-08-24 phoku PyChan fixes:
2009-08-24 phoku * GuiImage now acts as Dummy Image if created without an argument.
2009-08-24 phoku Working on the XXX_image attributes to force consistent
2009-08-24 phoku Added Licence header to all pypthon modules in extension/
2009-08-24 phoku * Added a new method Widget.getNamedChildren
2009-08-24 phoku Added fast path for Widget.findChild(name=name). Roughly 10x faster.
2009-08-24 phoku PyChan: adaptLayout performance fix.
2009-08-21 cheesesucker Fixed docstring for Model::deleteMaps() (Really fixes #343)
2009-08-21 cheesesucker Replaced dataset with Model in documentation for Object. Closes #343
2009-08-21 cheesesucker * ObjectSelector will now select and scroll to selected object automatically
2009-08-21 cheesesucker * Split EventListener into several internal subclasses. This fixes issue with multiple inheritance where each BaseClass.__init__() call would overwrite the previous one. This meant that you could only add EventListener to one type of event managers.
2009-08-18 cheesesucker LayerTool:
2009-08-17 chewie - small changes to code layout to make it more readable
2009-08-16 cheesesucker Fixed a crash when removing the layer which the editor camera uses
2009-08-16 cheesesucker Forgot to add layereditor.xml ...
2009-08-16 cheesesucker * Improved layertool: Ability to add, remove and edit layers
2009-08-15 cheesesucker * Added tooltips and hotkey information for some buttons
2009-08-15 cheesesucker Fixes crashes when attempting to draw/move when no layers are active
2009-08-15 cheesesucker Disabled recursing for some adaptLayout calls. This will make the editor more responsive
2009-08-14 cheesesucker Made panels only try to dock when the window has moved
2009-08-14 cheesesucker * Modified status bar to use a simpler and more efficient way of displaying tool tips
2009-08-14 wenlin_fife clean up the code
2009-08-14 wenlin_fife updated
2009-08-14 wenlin_fife fixed the test due to removing linearpather
2009-08-14 wenlin_fife merged the pathfinding branch to trunk
2009-08-12 mvbarracuda * TEST file for svn testing purposes
2009-08-11 chewie - added a workaround for the rotation issue of groundtiles in rio de hola maps
2009-08-11 chewie - added LightEdit editor plugin (needs light branch to work; deactivated if lighting renderer is not available)
2009-08-08 chewie - added new method to object class: getActionIds()
2009-08-07 fife * Mac build script patch by Prock
2009-07-20 chewie - fixed silly bug in object serializer; missing int cast broke setBlocking / setStatic functionality
2009-07-11 chewie - eliminated magic number