graph
- Editor:2009-11-21, by cheesesucker
- Editor:2009-11-20, by cheesesucker
- Changed some of the adaptLayout calls in object selector.2009-11-20, by cheesesucker
- Editor:2009-11-20, by cheesesucker
- * Updated win32 build files for the new November 2009 Win32 DevKit2009-11-16, by mvbarracuda
- Added devkit installer script for win32 devkit2009-11-14, by cheesesucker
- Fixed the doc string for the CameraEdit plugin.2009-11-02, by prock
- * Initial support for closing maps:2009-10-29, by cheesesucker
- Filebrowser:2009-10-29, by cheesesucker
- Updated to have the correct header.2009-10-21, by prock
- Forgot to comment a few lines which caused the Camera Editor to not be shown.2009-10-21, by prock
- Adding the CameraEdit plugin to the editor. You must enable it in your settings.xml file. Still not fully tested.2009-10-21, by prock
- Patch by amo-ej1 (Elie de Brauwer):2009-10-18, by mvbarracuda
- * Editor command line map arg support patch by or1andov / superfluid2009-10-07, by mvbarracuda
- Added SoundEmitter::setCallback(). The callback will be2009-10-02, by prock
- * Some cleanups for Editor class to match new coding standards2009-09-26, by cheesesucker
- * Cleaned up LayerTool so it follows the new python coding standards2009-09-26, by cheesesucker
- Fixes the scroll areas in the pychan demo. fixes[t:363]2009-09-25, by prock
- Added or1andov's code with a few adjustments to fix instance transparencies fixed[t:378]2009-09-24, by prock
- Started cleaning up the editor source code:2009-09-22, by cheesesucker
- * Removed shebang and svn:executable for python files which are not meant to be executed directly2009-09-21, by cheesesucker
- Win32 installer:2009-09-20, by cheesesucker
- Added a basic win32 installer script (Inno Setup Script)2009-09-20, by cheesesucker
- * Replaced old with new FIFE SVN URL2009-09-08, by mvbarracuda
- Allow objects with an __call__ attribute used as event callbacks.2009-09-04, by phoku
- Fixed a problem with Camera::render() involving the way it calculates the animation frame number.2009-09-03, by prock
- Added Instance::setActionRuntime() as requested in Ticket #3732009-09-03, by prock
- Test commit from Prock2009-09-02, by prock
- Removed some leftover print statement.2009-08-25, by phoku
- Forgot to add CameraDialog... oops!2009-08-25, by cheesesucker
- Made CameraDialog a little prettier2009-08-25, by cheesesucker
- Several changes to layer, camera and map dialogs:2009-08-25, by cheesesucker
- Made LayerEditor prettier2009-08-25, by cheesesucker
- Fixed string representation for pychan.Spacer.2009-08-25, by cheesesucker
- * Added setId to Layer, Map, Object and Camera2009-08-24, by cheesesucker
- Fixes.2009-08-24, by phoku
- Bug fix.2009-08-24, by phoku
- VFS:2009-08-24, by phoku
- PyChan fixes:2009-08-24, by phoku
- PyChan fixes:2009-08-24, by phoku
- PyChan fixes:2009-08-24, by phoku
- * GuiImage now acts as Dummy Image if created without an argument.2009-08-24, by phoku
- Working on the XXX_image attributes to force consistent2009-08-24, by phoku
- Added Licence header to all pypthon modules in extension/2009-08-24, by phoku
- * Added a new method Widget.getNamedChildren2009-08-24, by phoku
- Added fast path for Widget.findChild(name=name). Roughly 10x faster.2009-08-24, by phoku
- PyChan: adaptLayout performance fix.2009-08-24, by phoku
- Fixed docstring for Model::deleteMaps() (Really fixes #343)2009-08-21, by cheesesucker
- Replaced dataset with Model in documentation for Object. Closes #3432009-08-21, by cheesesucker
- * ObjectSelector will now select and scroll to selected object automatically2009-08-21, by 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-21, by cheesesucker
- LayerTool:2009-08-18, by cheesesucker
- - small changes to code layout to make it more readable2009-08-17, by chewie
- Fixed a crash when removing the layer which the editor camera uses2009-08-16, by cheesesucker
- Forgot to add layereditor.xml ...2009-08-16, by cheesesucker
- * Improved layertool: Ability to add, remove and edit layers2009-08-16, by cheesesucker
- * Added tooltips and hotkey information for some buttons2009-08-15, by cheesesucker
- Fixes crashes when attempting to draw/move when no layers are active2009-08-15, by cheesesucker
- Disabled recursing for some adaptLayout calls. This will make the editor more responsive2009-08-15, by cheesesucker
- Made panels only try to dock when the window has moved2009-08-14, by cheesesucker