Mercurial > fife-parpg
graph
- Further split up the containers.py; bugfix.2009-03-26, by phoku
- widgets.py split up.2009-03-26, by phoku
- More documentation.2009-03-25, by phoku
- Documentation for the World2009-03-25, by phoku
- Fixed second camera in rio.2009-03-25, by phoku
- 'Fixed' segfault in rio de hola. Font system in FIFE is odd.2009-03-25, by phoku
- Switched to FreeSans for rio de hola.2009-03-25, by phoku
- Switched default font in the editor to FreeSans.2009-03-25, by phoku
- Made add/removeChildren also accept a single iterable as2009-03-25, by phoku
- Removed unused TimerListener.2009-03-24, by phoku
- Removed some weird stubs.2009-03-24, by phoku
- Removed HelpText from C++.2009-03-24, by phoku
- Fix error when no object namespaces were loaded2009-03-24, by cheesesucker
- Added removeAllChildren method. (untested)2009-03-24, by phoku
- Added the 'position_techinque' attr, so it can be used from XML.2009-03-24, by phoku
- Workaround for a crash on Win32 when trying to print an event.2009-03-23, by cheesesucker
- - small fix for the TextField widget - it's setText() method lacked utf8 conversion via _text2gui()2009-03-23, by chewie
- Memory leak fix for pychan2009-03-23, by cheesesucker
- Case-insensitive multi-word search2009-03-21, by cheesesucker
- Incremental search for object selector2009-03-21, by cheesesucker
- * Search functionality for object selector2009-03-21, by cheesesucker
- Merged unicode-support back into trunk.2009-03-21, by phoku
- * Happy birthday, LinuxDonald! *2009-03-20, by cheesesucker
- Removed stale pychan.manager import.2009-03-20, by phoku
- Implemented selection and hover highlighting for ObjectItems2009-03-20, by cheesesucker
- * First version of previewmode icons in ObjectSelector2009-03-19, by cheesesucker
- Forgot that manager.py was removed and replaced by internal.py2009-03-19, by phoku
- PyChan: Now Widgets may _in principle_ receive key events.2009-03-19, by phoku
- Free mouse from GUI if no widget is dragged.2009-03-19, by phoku
- Pass mouseWheelMovedUp and mouseWheelMovedDown events to pychan.2009-03-19, by phoku
- Moved the removal of deletelistener in instance.cpp to finalizeAction to assure that no duplicate addDeleteLstener2009-03-19, by phoku
- Added selection_color, and darkened the default for it a bit.2009-03-19, by phoku
- * More compact ObjectSelector dialog2009-03-19, by cheesesucker
- - changed autoselection once a layer is toggled invisible, now an exception is thrown because we also deselect the layer in the mapedit module2009-03-17, by chewie
- - added indicator for the active layer (no color indication, unfortunately pychan can't style widgets once they were stylized(), which is true for the editor application)2009-03-17, by chewie
- Added svn:eol-style on files that didn't already have that property.2009-03-17, by cheesesucker
- - yet another fix for the "funny typo" - of course it should be RGBA, not RBGA ...2009-03-16, by chewie
- - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)2009-03-16, by chewie
- - updated objectedit plugin, should work much better now2009-03-16, by chewie
- Remove mutable from m_deletelisteners2009-03-16, by icelus
- * Applying icelus' "leader is not around anymore" patch from #3502009-03-15, by mvbarracuda
- Rejoice. PyChan debug messages removed.2009-03-15, by phoku
- PyChan: Meaningful error if a font wasn't loaded.2009-03-15, by phoku
- Fix: pychan/compat.py should not depend on pythonize.2009-03-14, by phoku
- * PyChan event handling rework (part I)2009-03-14, by phoku
- Fix for broken unit test.2009-03-14, by phoku
- making header files self-sufficient so they can be compiled in isolation.2009-03-14, by vtchill
- fixed bug where the root directory path name was being added to the filename twice. It was initially added in the listFiles/listDirectories functions and then added again in the private function list. I modified the code so it is only added in the list function now.2009-03-13, by vtchill
- removed duplicate forward declaration for VFS in engine.h. Also added a forward declaration for SoundClipPool in engine.h because it has a pointer to a SoundClipPool.2009-03-13, by vtchill
- the function getAttached() in FIFE::Camera was returning a FIFE::Instance* but the function return value was a bool. Changed the function so now its prototype is correct.2009-03-13, by vtchill
- fixes based on the updated SDK from barra. These scripts were still trying to use swig 1.3.35 and in the new SDK swig was updated to 1.3.382009-03-13, by vtchill
- * Hopefully fixed the editor's objectselector to work with multiple namespaces again2009-03-12, by nihathrael
- * Updated win32 build scripts to work with the new compile SDK2009-03-11, by mvbarracuda
- * Correct path splitting patch by Beliar :-)2009-03-01, by mvbarracuda
- * Fixed a minor bug with the preview picture in the ObjectSelector2009-03-01, by nihathrael
- * Object selector can now be toggled to use either the old list format or show preview images.2009-03-01, by nihathrael
- * Fixed the ImageButton. Messed it up in last commit2009-03-01, by nihathrael
- * Redid the editor's ObjectSelector to display previews for all objects instead of only 1 preview + paths/filenames2009-02-28, by nihathrael
- * Full optimization for release builds; did not correctly implement it in my last commit.2009-02-28, by mvbarracuda
- Allow routepather to re-plan when the plan becomes invalid:2009-02-28, by icelus