Download Latest Version fife_0.3.5.tar.gz (1.4 MB)
Email in envelope

Get an email when there's a new version of Flexible Isometric Free Engine

Home / active / src
Name Modified Size InfoDownloads / Week
Parent folder
fife_0.3.5.tar.gz 2013-08-21 1.4 MB
fife_0.3.5.zip 2013-08-21 2.2 MB
README 2013-03-01 6.8 kB
fife_0.3.4.zip 2013-02-28 2.1 MB
fife_0.3.4.tar.gz 2013-02-28 1.4 MB
fife_0.3.4rc1.tar.gz 2013-02-15 1.4 MB
fife_0.3.4rc1.zip 2013-02-15 2.1 MB
fife_0.3.3r3.tar.gz 2012-04-17 4.9 MB
fife_0.3.3r3.zip 2012-04-17 5.7 MB
fife-0.3.3r2.tar.gz 2011-12-29 5.5 MB
fife-0.3.3r2.zip 2011-11-02 6.3 MB
fife-0.3.3r2.tar.gz.old 2011-11-02 5.5 MB
fife-0.3.3.tar.gz 2011-10-06 5.5 MB
fife-0.3.3.zip 2011-10-06 6.2 MB
fife-0.3.2r2.zip 2010-12-06 5.6 MB
fife-0.3.2r2.tar.gz 2010-12-06 5.0 MB
fife-0.3.2.tar.gz 2010-11-16 5.0 MB
fife-0.3.2.zip 2010-11-16 5.6 MB
fife-0.3.1.tar.gz 2010-03-19 5.7 MB
fife-0.3.1.zip 2010-03-19 6.5 MB
fife-0.3.0.tar.gz 2010-01-20 5.7 MB
fife-0.3.0.zip 2010-01-20 6.5 MB
Totals: 22 Items   95.6 MB 0
__/\\\\\\\\\\\\\\\___/\\\\\\\\\\\___/\\\\\\\\\\\\\\\___/\\\\\\\\\\\\\\\_        
 _\/\\\///////////___\/////\\\///___\/\\\///////////___\/\\\///////////__       
  _\/\\\__________________\/\\\______\/\\\______________\/\\\_____________      
   _\/\\\\\\\\\\\__________\/\\\______\/\\\\\\\\\\\______\/\\\\\\\\\\\_____     
    _\/\\\///////___________\/\\\______\/\\\///////_______\/\\\///////______    
     _\/\\\__________________\/\\\______\/\\\______________\/\\\_____________   
      _\/\\\__________________\/\\\______\/\\\______________\/\\\_____________  
       _\/\\\_______________/\\\\\\\\\\\__\/\\\______________\/\\\\\\\\\\\\\\\_ 
        _\///_______________\///////////___\///_______________\///////////////__
        
== Introduction ==
Welcome to the FIFE v0.3.4 README. This is based on SVN revision 4103

== Table of contents ==
1 Features
2 License
3 FIFE Clients
4 Known Issues
5 Troubleshooting
6 Feedback
7 Closing Notes


== 1) Features ==
A complete list of the features that FIFE offers can be found at the project 
wiki:
 * http://wiki.fifengine.net/index.php?title=Engine_features


== 2) License ==
The source code (*.cpp, *.h & *.py) is licensed under LGPL 2.1 or newer:
 * http://www.gnu.org/licenses/lgpl-2.1.html

Content was taken from a lot a lot of different 3rd party sources. Therefore 
each client directory comes with a separate LICENSE file that states the origin
of the content, the author and the actual license it was published under.


== 3) FIFE Clients ==

=== 3.1) Editor ===
The editor tool can be found within the <FIFE>/tools/editor directory. You can 
launch it by running 'run.py'.  It is used to edit map files for the tech demo 
(rio do hola).  Other clients extend it and use it to edit their maps.

=== 3.2) Rio De Hola ===
Rio de hola is a technology demo showing off many of the FIFE features.  It is 
located in the <FIFE>/demos/rio_de_hola directory and can be launched by 
running run.py.  It was at one time meant to be an example game but we have 
moved away from that idea and it is now more of a technology demo and a 
playground for developers to test their code.  It does serve as a good starting
point for people wishing to play around with FIFE or base your game off of.

=== 3.3) Shooter Demo ===
The Shooter demo was an attempt to show the versatility and flexibility of FIFE.
It is a simple side scrolling shooter that has a main menu, one level and an
end boss.  Try your luck and see if you can defeat the boss!

=== 3.4) PyChan Demo ===
Last but not least there is an example client residing in 
<FIFE>\demos\pychan_demo that shows how the pychan GUI library works. Start the
GUI demo application by running pychan_test.py.

=== 3.5) Configuring the Editor and Demos ===
The engine utilizes special settings files for configuring FIFE. This file is 
called settings.xml and resides in the ~/.fife directory (in 
<User>/Application Data/fife for Windows users).  The Shooter Demo and the
PyChan demo are exceptions.  They both store their settings.xml file in their
root directories.

NOTE that the settings.xml file is auto generated and wont be there until you
run the demos for the first time.  FIFE automatically fills the settings file
with default values.  For more information on FIFE settings please see the wiki
page here: http://wiki.fifengine.net/Engine_Extensions#Engine_Settings

== 4) Known issues ==
Documentation
 * Bug in dep_analyzer.py which prevents graphs from being generated (#554)
 * Atlas Creator needs to be documented (#559)

Engine
 * No fallback solution for special characters (#302)
 * Cameras must be attached to layers (#305)
 * Loaders have a circular import (#478)
 * Unit-tests are broken (#423)
 * Mouse gets stuck in top left corner after alt+tab in fullscreen modes (#593)

Guichan/Pychan
 * No UTF8 support using vanilla guichan source (#432)
 * Pychan dropdown menus crash FIFE-based client on win32 (#508)
 * Button doesn't react to click when drawn below mouse pointer (#387)
 * Pychan dropdowns refuse to open if there is no space below (#445)
 * Borders are not rendered on edges of widgets that touch their parent 
   container's edge. (#522)
 * GuiImage unable to find loader for JPEG in ImagePool (#548)
 * Some strings are cut short in some widgets (#585)
 * applyOnlySuitable fails on functools.partial (#638)
 * Default style will sometimes override custom style (#656)
 * adjustSize() sometimes sets width to invalid values (#666)
 * Guichan adds hardcoded value to user setting of base_color attribute (#678)

Build
 * Uninstaller Doesn't Remove fife Module (#526)
 * Improve build system shared library support on linux (#575)
 * Cannot build a usable debug version of _fife_d.pyd with mingw
 * _fife.so linked with absurd rpath (#620)
 * Unable to make distclean (#622)

Editor
 * Editor code does not match coding standards (#371)
 * Map editor clobbers custom attributes (#379)
 * History bugs (#452)
 * Placing an instance on top of another then undoing resets the original 
   instances properties (#459)
 * Should be able to set the default zoom level for a camera (#467)
 * Misc FIFE Editor crashes (user input validation/exception handling missing) 
   (#537)
 * Editor file dialog uses botched relative paths (#616)

== 5) Troubleshooting ==

=== Video Card/Driver Issues ===
There are some known driver/card combinations that exhibit the some problems
with FIFE.  Users have reported seeing blank screens or fuzzy images.  If this 
is happening to you please report it on our forums in the Help and 
troubleshooting section here: http://forums.fifengine.net/index.php?board=4.0
Please include your Card/Driver/OS information in your post.  Currently the fix
is to modify your settings.xml file and set both GLUseFramebuffer and GLUseNPOT
to False (they are True by default).

=== Audio ===
Win32 users tend to suffer from problems with the OpenAL drivers. If you don't 
hear sound while running a FIFE client, run oalinst.exe that ships with the
Win32 FIFE Development Kit.  This is the latest OpenAL driver for Win32.

== 6) Feedback ==
We appreciate every kind of feedback concerning the release, the project in 
general and the bundled techdemo. Feedback is a great way to help us to improve 
FIFE. If you would like to get in contact with us and provide feedback you can 
either visit our IRC channel or our forums:
 * http://wiki.fifengine.net/index.php?title=IRC
 * http://forums.fifengine.net/index.php?board=5.0


== 7) Closing Notes ==
Have fun with the release and let us know what you think about it!
-- The FIFE team.

http://www.fifengine.net/

2013/02/28
Source: README, updated 2013-03-01