Menu

Here comes the delivery!

We've made it! The release is on the server and we're all happy that we could ship it in time.

Download:
* Source package (Linux, Macintosh): http://downloads.sourceforge.net/fife/FIFE_2007.2_src.tar.bz2
* Win32 binaries: http://downloads.sourceforge.net/fife/FIFE_2007.2_win32.exe

Important changes since the 2007.1 release:
* Removed the rather difficult to maintain lunar.h bindings in favour of SWIG (http://www.swig.org).
* Replaced the Lua scripting support with Python. Now the main loop runs in the scripting language. For the 2007.1 release the main loop still ran in the engine side and the Lua library was embedded into the engine. By utilizing SWIG game creators can add Lua support back to the engine again if they have the need for it.
* Metamodel refactoring. This resulted in a better engine structure and a decreased number of dependencies between the engine modules. Furthermore bi-directional dependencies were removed completely.
* Improved engine modularity. Our aim is that you can cherry-pick specific engine modules of FIFE and just use the ones you really need for your game.
* Pathfinding integration. Exchangable backends so you can already replace the currently rather simple linear pather with a more sophisticated system.
* New 3d geometry system. Camera supports now tilt, rotation and zoom. Geometries are affected by camera adjustments, but in addition to that, layers can contain separate scale and rotation.
* New event channel module. Scripts have full access to mouse, keyboard & widget input.
* New MVC architecture pattern. The whole engine has been refactored to follow a model - view - controller pattern. This leads to a cleaner engine module hierarchy compared to the engine design that was used before.
* Improved action-based animation system.
* A techdemo to give game creators a starting point. This is a common undertaking of the Zero-Projekt team (http://www.zero-projekt.net) and FIFE.

Read the full release news update here:
http://mirror1.cvsdude.com/trac/fife/engine/wiki/2007/10/10/16.23

Posted by mvBarracuda 2007-10-12

Log in to post a comment.