log

age author description
2009-03-19 phoku PyChan: Now Widgets may _in principle_ receive key events.
2009-03-19 phoku Free mouse from GUI if no widget is dragged.
2009-03-19 phoku Pass mouseWheelMovedUp and mouseWheelMovedDown events to pychan.
2009-03-19 phoku Moved the removal of deletelistener in instance.cpp to finalizeAction to assure that no duplicate addDeleteLstener
2009-03-19 phoku Added selection_color, and darkened the default for it a bit.
2009-03-19 cheesesucker * More compact ObjectSelector dialog
2009-03-17 chewie - changed autoselection once a layer is toggled invisible, now an exception is thrown because we also deselect the layer in the mapedit module
2009-03-17 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 cheesesucker Added svn:eol-style on files that didn't already have that property.
2009-03-16 chewie - yet another fix for the "funny typo" - of course it should be RGBA, not RBGA ...
2009-03-16 chewie - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
2009-03-16 chewie - updated objectedit plugin, should work much better now
2009-03-16 icelus Remove mutable from m_deletelisteners
2009-03-15 mvbarracuda * Applying icelus' "leader is not around anymore" patch from #350
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
2008-10-11 phoku For your convenience pools now have a function
2008-10-09 phoku Added just some docs and a sanityCheck against the
2008-10-09 phoku The getIndex function was a hack that shadowed another bug
2008-10-09 phoku Cleaned the basic model up. Code is cleaner now and a bit faster.
2008-10-09 phoku * Fixed a scons issue, where libraries checked for C instead of C++
2008-10-07 chewie - added guichan slider widget to pychan gui wrapper
2008-10-05 chewie - small fix for editor maploader plugin - it passed a (never used) param to loadMapFile()
2008-10-03 chewie - some modification to loaders and serializers/xmlmap, now you can set a callback which informs you about finished parts of the maploading process
2008-09-28 thebastion edited the loaders, images are now loaded only once into memory
2008-09-27 thebastion Minor Changes to SWIG-Interface
2008-09-27 helios2000 Ok, now the Authors ;)
2008-09-27 helios2000 Delete Test file
2008-09-27 helios2000 Test Commit
2008-09-26 chewie - applied layer visibility patch from abeyer (ticket #335)
2008-09-13 chewie - added object editor plugin
2008-08-30 mvbarracuda * New updated rendering setup for rio de hola by Lamoot
2008-08-23 mvbarracuda * Reverted moduledeps graph to old version
2008-08-23 m64 Compatibility patch for boost 1.36.0
2008-08-18 mvbarracuda * Workaround for Segfault_in_cxa_allocate_exception: http://wiki.fifengine.de/Segfault_in_cxa_allocate_exception
2008-08-07 mvbarracuda * Indentation patch by GreyGhost
2008-08-06 chewie - deleted old content folder
2008-08-06 chewie - pychan demo now should work again :)
2008-08-06 chewie - moved old directories to new locations
2008-08-06 chewie - prepared files for new dir structure
2008-08-06 jwt Added scrolling support the the editor client.
2008-08-05 chewie - modified pychan to accept r,g,b,a colors - default of a = 255, so you also just can use r, g, b
2008-08-05 mvbarracuda * Small fixes (window icon, additional resolutions, svn:ignore)
2008-08-05 mvbarracuda * Applying settings patch by greyghost
2008-08-04 mvbarracuda * Boy icon for rio de hola
2008-07-31 jasoka logger now ignores non-existing log modules (warns to prompt)
2008-07-31 jasoka workaround for editor save -> map disappears bug. Not sure why the original method failed
2008-07-29 jasoka fix for profiling crash
2008-07-29 mvbarracuda * Profiling support for Rio de hola by jasoka
2008-07-28 mvbarracuda * Key event fix for map editor by chewie
2008-07-28 kaelisebonrai updated LICENSE with the new life_belt files.
2008-07-28 kaelisebonrai Added new life_belts. (Blue Green Red) as well as sources.
2008-07-27 spq * add some std types to swig wrapper (fife.i.templ)
2008-07-26 spq fix key event, patch by yonibear
2008-07-26 spq fix removeActionListener not being exported but used in pychan
2008-07-26 mvbarracuda * OpenAL-soft patch for OSS support by Yonibear (OpenAnno)
2008-07-26 jwt Added an undo feature to the map editor. Just press u to undo insert placement/removals.
2008-07-25 chewie - prepared basicapplication to use WindowTitle / WindowIcon from clients settings.py
2008-07-25 jwt Omission of a camera viewport in xml map files now indicates that the camera should use the full window.
2008-07-24 spq use strings as grouping in generic renderer, easier for the clients...
2008-07-24 mvbarracuda * Removing old testmaps as they're not needed for the 2008.2 release
2008-07-23 spq combine events (currently only mouse motion events), that helps reducing lag in clients
2008-07-23 kaelisebonrai test of rotation steps + facing location renders, for barra.
2008-07-22 spq fixed rotating instances when moving them
2008-07-22 jasoka added hashing to pool to improve techdemo loading time
2008-07-22 spq - added possibility to change instance ids
2008-07-21 jasoka better structure for techdemo scripts + svn:ignore fixes
2008-07-20 mvbarracuda * Added OA developers who contributed patches from the Dusmania game developer conference to the list of AUTHORS
2008-07-20 spq Add input and app focus events (e.g. iconify) (patch by phiker)
2008-07-20 spq speedup instance renderer; now instances can change their layer, old optimisation made wrong asumption... (fix by yonibear)
2008-07-20 kaelisebonrai actually delete the old name of the rendersetup...
2008-07-19 kaelisebonrai renamed the rendersetup to reflect its status.
2008-07-19 mvbarracuda * Fix by Sleek & GreyGhost
2008-07-19 Sleek Corrected Layer::addInstance() to return appropriate bool. Added the function to layer.i for swig
2008-07-19 Sleek Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings.
2008-07-19 mvbarracuda * Reverting back to 2543 as requested by sleek
2008-07-19 kaelisebonrai separated the source files for the matchbox, the flask, and the coins.
2008-07-19 Sleek Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings
2008-07-19 Sleek Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings
2008-07-19 vtchill Fixed the unit tests so they will now compile and link with msvc2005. There are still a couple more changes needed to run them correctly.
2008-07-18 wulax Added 'wulax' to the AUTHORS file.
2008-07-18 spq increased felt responsiveness by first processing events and then drawing the screen
2008-07-18 spq drop box overwrites the set*Color virtuals...
2008-07-18 spq add selection color to widget class
2008-07-18 kaelisebonrai updated LICENSE with data on the deckchairs...
2008-07-18 kaelisebonrai Added newly modelled blue deckchair. And source. That's the last of the deckchairs, yay.
2008-07-18 kaelisebonrai Added newly modelled green deckchair. And source.
2008-07-18 kaelisebonrai Added newly modelled Red Deckchair, and source for it.
2008-07-18 kaelisebonrai updated LICENSE to reflect that the skull_pole's source is now a .7z, to avoid confusion.
2008-07-18 kaelisebonrai Enlarged and rotated the feathers on the skull_pole, this should be good, I hope.
2008-07-18 kaelisebonrai Enlarged and updated the skull_pole. Added feathers, as well.
2008-07-18 kaelisebonrai Enlarged the beachballs (blue, green, red).
2008-07-17 mvbarracuda * Easy batch files for building debug versions of FIFE on win32
2008-07-17 mvbarracuda * Increased width of object selector tool for easier browsing
2008-07-17 kaelisebonrai updated LICENSE, for rio_de_hola, with my latest commits.
2008-07-17 kaelisebonrai new updated (red) beachball graphics, including source.
2008-07-17 kaelisebonrai new updated (green) beachball graphics, including source.
2008-07-17 kaelisebonrai new updated (blue) beachball graphics, including source.
2008-07-17 kaelisebonrai arrgh, issues with commits, fixed now, I hope, this is the source for the skull_pole model.
2008-07-17 kaelisebonrai updating skull_pole graphics to new rendered version.
2008-07-17 kaelisebonrai fixes error with camera naming in rio_de_hola/misc/current_rendersetup/blendersetupnew_v3.blend -- Oops =/
2008-07-17 kaelisebonrai Adding Current Rendersetup for rio_de_hola techdemo, under the terms of the GNU GPL version 3.0 or Later.
2008-07-17 kaelisebonrai Added kaelisebonrai to AUTHORS, test commit.
2008-07-16 spq allow clients to set a custom window title and icon
2008-07-15 chewie fixed hover images for editor toolbar
2008-07-15 spq fix initialization of opengl, SDL_GL_DOUBLEBUFFER was accidently used as flag for SDL_SetVideoMode, instead it has to be used with SDL_GL_SetAttribute, thanks to austin_, who reported that.
2008-07-14 spq reworked matrix vector multiplication, patch by yonibear
2008-07-14 spq add possibility to hide instances/instance visuals; initialize instance visuals properly
2008-07-13 mvbarracuda * Eol-style fixes
2008-07-13 mvbarracuda * Last minute adjustments: we should tell the users at least that it's the 2008.1 release :-)
2008-07-13 mvbarracuda * Last minute README corrections, ready for tagging
2008-07-13 mvbarracuda * Release README (list of changes by jasoka)
2008-07-13 mvbarracuda * Fixing code::blocks support for win32 (thanks to jasoka)
2008-07-13 mvbarracuda * Fixed code::blocks unittest support; thanks to alexv for reporting
2008-07-13 jasoka fix for editor, gui event consumption was not checked properly
2008-07-13 jasoka fixed sample_unit_test.cpp
2008-07-13 jasoka fixed talk functionality in techdemo
2008-07-13 mvbarracuda * Applying code::blocks for linux support patch by amo-ej1
2008-07-13 mvbarracuda * Final LGPL switch step by adjusting the file headers
2008-07-13 mvbarracuda * Renamed removed ++ suffix as the old unittests are gone
2008-07-13 jasoka renamed unittest++ based tests as they were with boost
2008-07-13 jasoka removed old boost based unit tests
2008-07-13 jasoka switched scons tests=1 to build unittest++ tests instead of boost ones. Tests kept in separate executables to make it work in the same way as with old tests (integrated part of test_fife unit testing script). Audio tests shortened.
2008-07-12 jasoka hooked unittest++ into scons ext building
2008-07-12 aldart Fixed typo.
2008-07-12 spq fix some pixels wrongly highlighted in outlines
2008-07-12 aldart Updated tests (loadResource instead of load). Added static fife-project to Unittest-Solution for VS9.
2008-07-12 jasoka added unittest++ files into ext. Not hooked into build scripts yet
2008-07-12 aldart Fixed and's and or's.
2008-07-12 jwt Added methods for removing Objects from the Model.
2008-07-12 spq fix getPixelRGBA - it should return r g b and not r b g...
2008-07-11 jasoka moved grid ownership to model in similar way as with pathers
2008-07-11 spq * remove geometric renderer, its not replaced by the more functional generic renderern
2008-07-11 spq add animation renderer