log

age author description
Tue, 17 Mar 2009 23:47:56 +0000 chewie - changed autoselection once a layer is toggled invisible, now an exception is thrown because we also deselect the layer in the mapedit module
Tue, 17 Mar 2009 23:18:11 +0000 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)
Tue, 17 Mar 2009 21:24:54 +0000 cheesesucker Added svn:eol-style on files that didn't already have that property.
Mon, 16 Mar 2009 15:54:14 +0000 chewie - yet another fix for the "funny typo" - of course it should be RGBA, not RBGA ...
Mon, 16 Mar 2009 14:43:08 +0000 chewie - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
Mon, 16 Mar 2009 14:40:36 +0000 chewie - updated objectedit plugin, should work much better now
Mon, 16 Mar 2009 01:23:03 +0000 icelus Remove mutable from m_deletelisteners
Sun, 15 Mar 2009 22:20:20 +0000 mvbarracuda * Applying icelus' "leader is not around anymore" patch from #350
Sun, 15 Mar 2009 18:59:49 +0000 phoku Rejoice. PyChan debug messages removed.
Sun, 15 Mar 2009 18:34:49 +0000 phoku PyChan: Meaningful error if a font wasn't loaded.
Sat, 14 Mar 2009 12:32:11 +0000 phoku Fix: pychan/compat.py should not depend on pythonize.
Sat, 14 Mar 2009 12:13:29 +0000 phoku * PyChan event handling rework (part I)
Sat, 14 Mar 2009 12:03:56 +0000 phoku Fix for broken unit test.
Sat, 14 Mar 2009 02:42:49 +0000 vtchill making header files self-sufficient so they can be compiled in isolation.
Fri, 13 Mar 2009 03:05:14 +0000 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.
Fri, 13 Mar 2009 02:47:03 +0000 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.
Fri, 13 Mar 2009 02:27:14 +0000 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.
Fri, 13 Mar 2009 01:58:04 +0000 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
Thu, 12 Mar 2009 17:43:59 +0000 nihathrael * Hopefully fixed the editor's objectselector to work with multiple namespaces again
Wed, 11 Mar 2009 21:09:39 +0000 mvbarracuda * Updated win32 build scripts to work with the new compile SDK
Sun, 01 Mar 2009 13:46:45 +0000 mvbarracuda * Correct path splitting patch by Beliar :-)
Sun, 01 Mar 2009 11:22:04 +0000 nihathrael * Fixed a minor bug with the preview picture in the ObjectSelector
Sun, 01 Mar 2009 10:59:17 +0000 nihathrael * Object selector can now be toggled to use either the old list format or show preview images.
Sun, 01 Mar 2009 00:04:58 +0000 nihathrael * Fixed the ImageButton. Messed it up in last commit
Sat, 28 Feb 2009 22:33:21 +0000 nihathrael * Redid the editor's ObjectSelector to display previews for all objects instead of only 1 preview + paths/filenames
Sat, 28 Feb 2009 12:39:59 +0000 mvbarracuda * Full optimization for release builds; did not correctly implement it in my last commit.
Sat, 28 Feb 2009 12:15:04 +0000 icelus Allow routepather to re-plan when the plan becomes invalid:
Thu, 26 Feb 2009 23:33:25 +0000 nihathrael * Applied two patches from icelus
Thu, 26 Feb 2009 11:26:01 +0000 nihathrael * Fixed some space and tab mixing
Wed, 25 Feb 2009 20:58:09 +0000 phoku Fixed unit test.
Wed, 25 Feb 2009 16:44:00 +0000 mvbarracuda * Full optimization for release builds; really improves the performance on my system and also runs stable
Wed, 25 Feb 2009 12:38:25 +0000 mvbarracuda * Removing deprecated ZIP build parameter as the engine gets built with with ZIP support by default now
Wed, 25 Feb 2009 00:35:47 +0000 vtchill fixes problems with name clashes which cause the engine to throw NameClash exceptions
Thu, 19 Feb 2009 06:24:58 +0000 chewie - fixed small but silly bug for the objectedit plugin (forgot to complete renaming)
Wed, 11 Feb 2009 19:27:18 +0000 chewie - added new plugin to FIFedit (Layertool)
Sat, 31 Jan 2009 04:15:43 +0000 spq fixed time handling in fife:
Fri, 30 Jan 2009 00:58:43 +0000 cheesesucker * Updated font definition file
Fri, 30 Jan 2009 00:54:07 +0000 cheesesucker Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
Fri, 30 Jan 2009 00:24:50 +0000 cheesesucker Small cleanup in editor directory:
Sun, 25 Jan 2009 20:17:41 +0000 cheesesucker * Added ToggleButton widget
Sun, 25 Jan 2009 19:48:41 +0000 nihathrael * To small fixes for the last commit
Sun, 25 Jan 2009 19:07:57 +0000 nihathrael * Buildscripts have been modified to work with different python versions.
Sun, 25 Jan 2009 12:49:27 +0000 nihathrael * Fixed a small typo: soundemitter:setRoleoff -> soundemitter:setRolloff
Sat, 24 Jan 2009 22:26:46 +0000 nihathrael * Added a setRoleoff() function to the SoundEmitter class
Thu, 22 Jan 2009 15:35:22 +0000 mvbarracuda * Fixing funny typo. Chewie works on the RGB Zero-Projekt.
Wed, 21 Jan 2009 17:07:16 +0000 chewie - small fix for pychan documentation (colors can also be quadruples)
Wed, 21 Jan 2009 15:35:44 +0000 chewie - minor change to filebrowser - you now can specify the directory and the filename (!) of the xml file for the filebrowser
Wed, 14 Jan 2009 16:58:51 +0000 cheesesucker * Update pkgconfig files
Wed, 14 Jan 2009 15:25:53 +0000 cheesesucker * Fixed pre-build events for Visual Studio projects
Wed, 14 Jan 2009 12:52:04 +0000 cheesesucker * Fixed a few thousand warnings made by swigwrapper in MSVC.
Sat, 18 Oct 2008 06:46:21 +0000 phoku Fixes for event handling.
Wed, 15 Oct 2008 18:04:52 +0000 phoku (Convenient) Timers.
Wed, 15 Oct 2008 14:57:04 +0000 spq typo fix
Wed, 15 Oct 2008 09:13:59 +0000 phoku Backported the attrSetCallback from pychan_rework.
Tue, 14 Oct 2008 20:40:02 +0000 phoku Sorry. Last fix/bug was brought to you by pure unadulterated stupitity.
Tue, 14 Oct 2008 20:20:29 +0000 phoku Fixed a tiny off-by-one in the getBixel
Tue, 14 Oct 2008 17:29:56 +0000 phoku Now textwrapping handles newlines correctly in trunk, too.
Tue, 14 Oct 2008 08:30:20 +0000 phoku Fix for scrollarea bug.
Tue, 14 Oct 2008 07:53:05 +0000 phoku * More documentation for layout system.
Tue, 14 Oct 2008 07:41:48 +0000 phoku input_rework merged!
Sun, 12 Oct 2008 20:30:09 +0000 phoku Fixed a horrendous misconeception in the pool.
Sun, 12 Oct 2008 19:23:10 +0000 spq fix searching for instances in a rect - old code had false positives
Sat, 11 Oct 2008 14:13:56 +0000 chewie - modified clicklabel to provide a mouse listener for hover events
Sat, 11 Oct 2008 14:03:01 +0000 phoku Fix for pychan - it used getIndex.
Sat, 11 Oct 2008 12:55:41 +0000 phoku Deprecation: getIndex is now thrown out.
Sat, 11 Oct 2008 12:25:53 +0000 phoku Backwards compatibility module fife_compat.
Sat, 11 Oct 2008 12:03:59 +0000 phoku Lazy loading for animations.
Sat, 11 Oct 2008 06:23:45 +0000 phoku Removed the pool listener interface as purpose
Sat, 11 Oct 2008 06:05:11 +0000 phoku For your convenience pools now have a function
Thu, 09 Oct 2008 13:36:13 +0000 phoku Added just some docs and a sanityCheck against the
Thu, 09 Oct 2008 12:36:21 +0000 phoku The getIndex function was a hack that shadowed another bug
Thu, 09 Oct 2008 08:23:13 +0000 phoku Cleaned the basic model up. Code is cleaner now and a bit faster.
Thu, 09 Oct 2008 06:18:36 +0000 phoku * Fixed a scons issue, where libraries checked for C instead of C++
Tue, 07 Oct 2008 02:12:57 +0000 chewie - added guichan slider widget to pychan gui wrapper
Sun, 05 Oct 2008 15:27:31 +0000 chewie - small fix for editor maploader plugin - it passed a (never used) param to loadMapFile()
Fri, 03 Oct 2008 12:14:39 +0000 chewie - some modification to loaders and serializers/xmlmap, now you can set a callback which informs you about finished parts of the maploading process
Sun, 28 Sep 2008 11:12:36 +0000 thebastion edited the loaders, images are now loaded only once into memory
Sat, 27 Sep 2008 23:33:17 +0000 thebastion Minor Changes to SWIG-Interface
Sat, 27 Sep 2008 20:33:30 +0000 helios2000 Ok, now the Authors ;)
Sat, 27 Sep 2008 20:28:49 +0000 helios2000 Delete Test file
Sat, 27 Sep 2008 20:27:16 +0000 helios2000 Test Commit
Fri, 26 Sep 2008 17:13:51 +0000 chewie - applied layer visibility patch from abeyer (ticket #335)
Sat, 13 Sep 2008 23:28:52 +0000 chewie - added object editor plugin
Sat, 30 Aug 2008 12:58:20 +0000 mvbarracuda * New updated rendering setup for rio de hola by Lamoot
Sat, 23 Aug 2008 22:03:54 +0000 mvbarracuda * Reverted moduledeps graph to old version
Sat, 23 Aug 2008 21:43:21 +0000 m64 Compatibility patch for boost 1.36.0
Mon, 18 Aug 2008 23:11:32 +0000 mvbarracuda * Workaround for Segfault_in_cxa_allocate_exception: http://wiki.fifengine.de/Segfault_in_cxa_allocate_exception
Thu, 07 Aug 2008 15:46:46 +0000 mvbarracuda * Indentation patch by GreyGhost
Wed, 06 Aug 2008 22:35:27 +0000 chewie - deleted old content folder
Wed, 06 Aug 2008 22:32:54 +0000 chewie - pychan demo now should work again :)
Wed, 06 Aug 2008 22:28:01 +0000 chewie - moved old directories to new locations
Wed, 06 Aug 2008 22:24:57 +0000 chewie - prepared files for new dir structure
Wed, 06 Aug 2008 01:03:00 +0000 jwt Added scrolling support the the editor client.
Tue, 05 Aug 2008 17:37:49 +0000 chewie - modified pychan to accept r,g,b,a colors - default of a = 255, so you also just can use r, g, b
Tue, 05 Aug 2008 14:56:54 +0000 mvbarracuda * Small fixes (window icon, additional resolutions, svn:ignore)
Tue, 05 Aug 2008 14:44:15 +0000 mvbarracuda * Applying settings patch by greyghost
Mon, 04 Aug 2008 15:45:07 +0000 mvbarracuda * Boy icon for rio de hola
Thu, 31 Jul 2008 17:53:21 +0000 jasoka logger now ignores non-existing log modules (warns to prompt)
Thu, 31 Jul 2008 17:43:40 +0000 jasoka workaround for editor save -> map disappears bug. Not sure why the original method failed
Tue, 29 Jul 2008 05:20:42 +0000 jasoka fix for profiling crash
Tue, 29 Jul 2008 00:30:17 +0000 mvbarracuda * Profiling support for Rio de hola by jasoka
Mon, 28 Jul 2008 23:53:03 +0000 mvbarracuda * Key event fix for map editor by chewie
Mon, 28 Jul 2008 05:12:13 +0000 kaelisebonrai updated LICENSE with the new life_belt files.
Mon, 28 Jul 2008 02:18:40 +0000 kaelisebonrai Added new life_belts. (Blue Green Red) as well as sources.
Sun, 27 Jul 2008 13:36:03 +0000 spq * add some std types to swig wrapper (fife.i.templ)
Sat, 26 Jul 2008 17:35:02 +0000 spq fix key event, patch by yonibear
Sat, 26 Jul 2008 17:33:44 +0000 spq fix removeActionListener not being exported but used in pychan
Sat, 26 Jul 2008 12:29:55 +0000 mvbarracuda * OpenAL-soft patch for OSS support by Yonibear (OpenAnno)
Sat, 26 Jul 2008 03:04:03 +0000 jwt Added an undo feature to the map editor. Just press u to undo insert placement/removals.
Fri, 25 Jul 2008 17:14:13 +0000 chewie - prepared basicapplication to use WindowTitle / WindowIcon from clients settings.py
Fri, 25 Jul 2008 00:59:08 +0000 jwt Omission of a camera viewport in xml map files now indicates that the camera should use the full window.
Thu, 24 Jul 2008 13:20:39 +0000 spq use strings as grouping in generic renderer, easier for the clients...
Thu, 24 Jul 2008 10:18:44 +0000 mvbarracuda * Removing old testmaps as they're not needed for the 2008.2 release
Wed, 23 Jul 2008 09:36:45 +0000 spq combine events (currently only mouse motion events), that helps reducing lag in clients
Wed, 23 Jul 2008 02:28:46 +0000 kaelisebonrai test of rotation steps + facing location renders, for barra.
Tue, 22 Jul 2008 20:55:13 +0000 spq fixed rotating instances when moving them
Tue, 22 Jul 2008 13:07:51 +0000 jasoka added hashing to pool to improve techdemo loading time
Tue, 22 Jul 2008 10:04:16 +0000 spq - added possibility to change instance ids
Mon, 21 Jul 2008 13:46:15 +0000 jasoka better structure for techdemo scripts + svn:ignore fixes
Sun, 20 Jul 2008 20:08:11 +0000 mvbarracuda * Added OA developers who contributed patches from the Dusmania game developer conference to the list of AUTHORS