2009-03-15 |
phoku |
Rejoice. PyChan debug messages removed.
|
2009-03-15 |
phoku |
PyChan: Meaningful error if a font wasn't loaded.
|
2009-03-14 |
phoku |
Fix: pychan/compat.py should not depend on pythonize.
|
2009-03-14 |
phoku |
* PyChan event handling rework (part I)
|
2009-03-14 |
phoku |
Fix for broken unit test.
|
2009-03-14 |
vtchill |
making header files self-sufficient so they can be compiled in isolation.
|
2009-03-13 |
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 |
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 |
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 |
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.38
|
2009-03-12 |
nihathrael |
* Hopefully fixed the editor's objectselector to work with multiple namespaces again
|
2009-03-11 |
mvbarracuda |
* Updated win32 build scripts to work with the new compile SDK
|
2009-03-01 |
mvbarracuda |
* Correct path splitting patch by Beliar :-)
|
2009-03-01 |
nihathrael |
* Fixed a minor bug with the preview picture in the ObjectSelector
|
2009-03-01 |
nihathrael |
* Object selector can now be toggled to use either the old list format or show preview images.
|
2009-03-01 |
nihathrael |
* Fixed the ImageButton. Messed it up in last commit
|
2009-02-28 |
nihathrael |
* Redid the editor's ObjectSelector to display previews for all objects instead of only 1 preview + paths/filenames
|
2009-02-28 |
mvbarracuda |
* Full optimization for release builds; did not correctly implement it in my last commit.
|
2009-02-28 |
icelus |
Allow routepather to re-plan when the plan becomes invalid:
|
2009-02-26 |
nihathrael |
* Applied two patches from icelus
|
2009-02-26 |
nihathrael |
* Fixed some space and tab mixing
|
2009-02-25 |
phoku |
Fixed unit test.
|
2009-02-25 |
mvbarracuda |
* Full optimization for release builds; really improves the performance on my system and also runs stable
|
2009-02-25 |
mvbarracuda |
* Removing deprecated ZIP build parameter as the engine gets built with with ZIP support by default now
|
2009-02-25 |
vtchill |
fixes problems with name clashes which cause the engine to throw NameClash exceptions
|
2009-02-19 |
chewie |
- fixed small but silly bug for the objectedit plugin (forgot to complete renaming)
|
2009-02-11 |
chewie |
- added new plugin to FIFedit (Layertool)
|
2009-01-31 |
spq |
fixed time handling in fife:
|
2009-01-30 |
cheesesucker |
* Updated font definition file
|
2009-01-30 |
cheesesucker |
Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
|
2009-01-30 |
cheesesucker |
Small cleanup in editor directory:
|
2009-01-25 |
cheesesucker |
* Added ToggleButton widget
|
2009-01-25 |
nihathrael |
* To small fixes for the last commit
|
2009-01-25 |
nihathrael |
* Buildscripts have been modified to work with different python versions.
|
2009-01-25 |
nihathrael |
* Fixed a small typo: soundemitter:setRoleoff -> soundemitter:setRolloff
|
2009-01-24 |
nihathrael |
* Added a setRoleoff() function to the SoundEmitter class
|
2009-01-22 |
mvbarracuda |
* Fixing funny typo. Chewie works on the RGB Zero-Projekt.
|
2009-01-21 |
chewie |
- small fix for pychan documentation (colors can also be quadruples)
|
2009-01-21 |
chewie |
- minor change to filebrowser - you now can specify the directory and the filename (!) of the xml file for the filebrowser
|
2009-01-14 |
cheesesucker |
* Update pkgconfig files
|
2009-01-14 |
cheesesucker |
* Fixed pre-build events for Visual Studio projects
|
2009-01-14 |
cheesesucker |
* Fixed a few thousand warnings made by swigwrapper in MSVC.
|
2008-10-18 |
phoku |
Fixes for event handling.
|
2008-10-15 |
phoku |
(Convenient) Timers.
|
2008-10-15 |
spq |
typo fix
|
2008-10-15 |
phoku |
Backported the attrSetCallback from pychan_rework.
|
2008-10-14 |
phoku |
Sorry. Last fix/bug was brought to you by pure unadulterated stupitity.
|
2008-10-14 |
phoku |
Fixed a tiny off-by-one in the getBixel
|
2008-10-14 |
phoku |
Now textwrapping handles newlines correctly in trunk, too.
|
2008-10-14 |
phoku |
Fix for scrollarea bug.
|
2008-10-14 |
phoku |
* More documentation for layout system.
|
2008-10-14 |
phoku |
input_rework merged!
|
2008-10-12 |
phoku |
Fixed a horrendous misconeception in the pool.
|
2008-10-12 |
spq |
fix searching for instances in a rect - old code had false positives
|
2008-10-11 |
chewie |
- modified clicklabel to provide a mouse listener for hover events
|
2008-10-11 |
phoku |
Fix for pychan - it used getIndex.
|
2008-10-11 |
phoku |
Deprecation: getIndex is now thrown out.
|
2008-10-11 |
phoku |
Backwards compatibility module fife_compat.
|
2008-10-11 |
phoku |
Lazy loading for animations.
|
2008-10-11 |
phoku |
Removed the pool listener interface as purpose
|