[fife] 02/25: Merge tag 'upstream/0.3.5+git160920'

Markus Koschany apo at moszumanska.debian.org
Mon Nov 7 20:31:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository fife.

commit ec16aadbd475e17fc98ebc0a63987aa8eb310432
Merge: c4655ee d2d7314
Author: Markus Koschany <apo at debian.org>
Date:   Wed Sep 21 19:55:18 2016 +0200

    Merge tag 'upstream/0.3.5+git160920'
    
    Upstream version 0.3.5+git160920
    
    # gpg: Signature made Wed 21 Sep 2016 19:55:17 CEST
    # gpg:                using RSA key D9AD14B9513B51E4
    # gpg: Good signature from "Markus Koschany <apo at gambaru.de>" [ultimate]
    # gpg:                 aka "Markus Koschany <markus at koschany.net>" [ultimate]
    # gpg:                 aka "Markus Koschany <apo at debian.org>" [ultimate]

 AUTHORS                                            |     3 +
 CHANGELOG.md                                       |  1007 +
 CHANGES                                            |  1003 -
 CMakeLists.txt                                     |   854 +
 INSTALL                                            |    88 -
 INSTALL.md                                         |    87 +
 COPYING => LICENSE.md                              |     0
 README                                             |   151 -
 README.md                                          |   114 +
 SConstruct                                         |   113 +-
 appveyor.yml                                       |   145 +
 build/appveyor/copy-boost-to-includes.bat          |    23 +
 build/darwin-config.py                             |    93 +-
 build/freebsd8-config.py                           |    34 -
 build/freebsd9-config.py                           |    34 -
 build/gnu0-config.py                               |   101 -
 build/gnukfreebsd8-config.py                       |   101 -
 build/gnukfreebsd9-config.py                       |   101 -
 build/linux2-config.py                             |    52 +-
 build/mac/README                                   |    24 +-
 build/openbsd4-config.py                           |    69 -
 build/openbsd5-config.py                           |    92 +
 build/win32-config.py                              |    68 +-
 build/win32/README.txt                             |    11 +-
 .../build_environments/scons/build_engine.bat      |    14 +-
 .../scons/build_engine_debug.bat                   |    16 +-
 .../scons/build_engine_nolog.bat                   |    16 +-
 .../win32/build_environments/scons/build_tests.bat |    16 +-
 .../build_environments/scons/cleanup_engine.bat    |     8 +-
 .../build_environments/scons/list_scons_args.bat   |     8 +-
 .../build_environments/scons/logbuild_engine.bat   |    14 +-
 .../scons/logbuild_engine_debug.bat                |    14 +-
 .../scons/logbuild_engine_nolog.bat                |    14 +-
 .../build_environments/scons/logbuild_tests.bat    |    14 +-
 build/win32/clear_python_cache.bat                 |     4 +-
 build/win32/create_documentation.bat               |    36 +-
 build/win32/delete_sdk.bat                         |     2 +-
 build/win32/installer/Devkit_installer.txt         |     6 +-
 build/win32/installer/README.txt                   |    30 +-
 build/win32/installer/README_DevKit_Apr2012.txt    |   122 +-
 build/win32/installer/fife.iss                     |    12 +-
 build/win32/installer/license.rtf                  |   446 +-
 cmake/FindCEGUI.cmake                              |   636 +
 cmake/FindOgg.cmake                                |    21 +
 cmake/FindSDL2.cmake                               |   169 +
 cmake/FindSDL2_image.cmake                         |   100 +
 cmake/FindSDL2_ttf.cmake                           |    98 +
 cmake/FindTinyXML.cmake                            |   104 +
 cmake/get-fifechan.cmake                           |    71 +
 cmake/get-libogg.cmake                             |    28 +
 cmake/get-libpng.cmake                             |    45 +
 cmake/get-libvorbis.cmake                          |    37 +
 cmake/get-openal.cmake                             |    61 +
 cmake/get-sdl2.cmake                               |    68 +
 cmake/get-sdl2_image.cmake                         |    60 +
 cmake/get-sdl2_ttf.cmake                           |    70 +
 cmake/get-swig.cmake                               |    40 +
 cmake/get-tinyxml.cmake                            |    32 +
 cmake/get-zlib.cmake                               |    28 +
 cmake/patches/libogg/CMakeLists.txt                |    43 +
 cmake/patches/libvorbis/CMakeLists.txt             |   113 +
 cmake/patches/tinyxml/CMakeLists.txt               |    32 +
 dependencies/CMakeLists.txt                        |   126 +
 doc/dependencies/README                            |     3 +
 doc/diagrams/classes_eventchannel.dia              |   Bin 0 -> 3665 bytes
 doc/diagrams/classes_model.dia                     |   Bin 0 -> 3814 bytes
 doc/diagrams/classes_video.dia                     |   Bin 0 -> 3569 bytes
 doc/diagrams/concepts_cam_correction_1.dia         |   Bin 0 -> 2487 bytes
 doc/diagrams/concepts_cam_correction_2.dia         |   Bin 0 -> 3129 bytes
 doc/diagrams/concepts_engine_high_level.odp        |   Bin 0 -> 65189 bytes
 doc/diagrams/concepts_grids.odp                    |   Bin 0 -> 14003 bytes
 doc/diagrams/concepts_pather.ods                   |   Bin 0 -> 14027 bytes
 doc/diagrams/proposal_memory_manager.dia           |   Bin 0 -> 6438 bytes
 doc/diagrams/xml_format.dia                        |   Bin 0 -> 5792 bytes
 doc/doxygen/doxyfile                               |  1667 ++
 doc/editor_mockups/geometry_tool.ui                |   684 +
 doc/logo/FIFE_large.png                            |   Bin 0 -> 199834 bytes
 doc/logo/FIFE_small_a1.png                         |   Bin 0 -> 12783 bytes
 doc/logo/FIFE_small_a2.png                         |   Bin 0 -> 32899 bytes
 doc/logo/FIFE_small_a3.png                         |   Bin 0 -> 28623 bytes
 doc/logo/FIFE_small_b1.png                         |   Bin 0 -> 7725 bytes
 doc/logo/FIFE_small_b2.png                         |   Bin 0 -> 37690 bytes
 doc/logo/FIFE_small_b3.png                         |   Bin 0 -> 35893 bytes
 doc/logo/FIFE_small_c1.png                         |   Bin 0 -> 14647 bytes
 doc/logo/FIFE_small_c2.png                         |   Bin 0 -> 36960 bytes
 doc/logo/FIFE_small_c3.png                         |   Bin 0 -> 32957 bytes
 doc/logo/FIFE_small_d1.png                         |   Bin 0 -> 14337 bytes
 doc/logo/FIFE_small_d2.png                         |   Bin 0 -> 42799 bytes
 doc/logo/FIFE_small_d3.png                         |   Bin 0 -> 40344 bytes
 doc/logo/LICENSE                                   |    14 +
 doc/logo/fife_icon.svg                             |   497 +
 doc/logo/fife_logo.ai                              |  1584 ++
 doc/logo/fife_logo.jpg                             |   Bin 0 -> 356889 bytes
 doc/logo/fife_logo.pdf                             |  2657 +++
 doc/logo/fife_logo.png                             |   Bin 0 -> 554434 bytes
 doc/logo/fife_logo.svg                             |  2267 ++
 doc/templatefiles/sample_unit_test.cpp             |    40 +
 doc/templatefiles/samplecpp.cpp                    |    37 +
 doc/templatefiles/sampleheader.h                   |    87 +
 engine/SConscript                                  |   184 +-
 engine/core/audio/fife_openal.h                    |     4 +-
 engine/core/audio/soundclip.i                      |     2 +-
 engine/core/audio/soundclipmanager.h               |    10 +-
 engine/core/audio/soundclipmanager.i               |     2 +-
 engine/core/audio/soundemitter.i                   |     2 +-
 engine/core/audio/soundmanager.i                   |     2 +-
 engine/core/controller/engine.cpp                  |    54 +-
 engine/core/controller/engine.h                    |     2 +-
 engine/core/controller/engine.i                    |    21 +-
 engine/core/controller/enginesettings.cpp          |    50 +-
 engine/core/controller/enginesettings.h            |   113 +-
 engine/core/eventchannel/command/ec_commandids.h   |    17 +-
 .../eventchannel/command/ec_icommandlistener.h     |     2 +-
 engine/core/eventchannel/drop/ec_dropevent.h       |    80 +
 engine/core/eventchannel/drop/ec_idropcontroller.h |    69 +
 engine/core/eventchannel/drop/ec_idroplistener.h   |    56 +
 engine/core/eventchannel/eventchannel.i            |    72 +-
 engine/core/eventchannel/eventmanager.cpp          |   339 +-
 engine/core/eventchannel/eventmanager.h            |    60 +-
 engine/core/eventchannel/key/ec_key.h              |   507 +-
 engine/core/eventchannel/mouse/ec_imousefilter.h   |    55 +
 engine/core/eventchannel/mouse/ec_mouseevent.h     |     4 +-
 engine/core/eventchannel/text/ec_itextcontroller.h |    69 +
 engine/core/eventchannel/text/ec_itextlistener.h   |    61 +
 engine/core/eventchannel/text/ec_text.h            |    93 +
 engine/core/eventchannel/text/ec_textevent.h       |    92 +
 engine/core/ext/glee/GLee.cpp                      | 23421 ++++++++++++-------
 engine/core/ext/glee/GLee.h                        | 11699 +++++++--
 engine/core/ext/tinyxml/changes.txt                |   269 -
 engine/core/ext/tinyxml/fife_tinyxml.h             |    40 -
 engine/core/ext/tinyxml/readme.txt                 |   530 -
 engine/core/ext/tinyxml/tinystr.cpp                |   116 -
 engine/core/ext/tinyxml/tinystr.h                  |   319 -
 engine/core/ext/tinyxml/tinyxml.cpp                |  1888 --
 engine/core/ext/tinyxml/tinyxml.h                  |  1802 --
 engine/core/ext/tinyxml/tinyxmlerror.cpp           |    53 -
 engine/core/ext/tinyxml/tinyxmlparser.cpp          |  1638 --
 engine/core/gui/cegui/base/ceguiinputprocessor.cpp |   283 +
 engine/core/gui/cegui/base/ceguiinputprocessor.h   |    83 +
 engine/core/gui/cegui/ceguimanager.cpp             |    89 +
 engine/core/gui/cegui/ceguimanager.h               |   102 +
 engine/core/gui/cegui/ceguimanager.i               |    17 +
 engine/core/gui/fifechan/base/gui_font.cpp         |   149 +
 engine/core/gui/fifechan/base/gui_font.h           |    71 +
 engine/core/gui/fifechan/base/gui_font.i           |    66 +
 engine/core/gui/fifechan/base/gui_image.cpp        |    78 +
 engine/core/gui/fifechan/base/gui_image.h          |    58 +
 engine/core/gui/fifechan/base/gui_image.i          |    50 +
 engine/core/gui/fifechan/base/gui_imageloader.cpp  |    89 +
 engine/core/gui/fifechan/base/gui_imageloader.h    |    54 +
 .../fifechan/base/opengl/opengl_gui_graphics.cpp   |   168 +
 .../gui/fifechan/base/opengl/opengl_gui_graphics.h |    65 +
 .../gui/fifechan/base/sdl/sdl_gui_graphics.cpp     |   158 +
 .../core/gui/fifechan/base/sdl/sdl_gui_graphics.h  |    65 +
 engine/core/gui/fifechan/console/commandline.cpp   |   153 +
 engine/core/gui/fifechan/console/commandline.h     |    84 +
 engine/core/gui/fifechan/console/console.cpp       |   305 +
 engine/core/gui/fifechan/console/console.h         |   171 +
 engine/core/gui/fifechan/console/console.i         |    46 +
 engine/core/gui/fifechan/fifechanmanager.cpp       |   520 +
 engine/core/gui/fifechan/fifechanmanager.h         |   191 +
 engine/core/gui/fifechan/fifechanmanager.i         |    61 +
 engine/core/gui/fifechan/lib/fifechanlistener.i    |    87 +
 engine/core/gui/fifechan/lib/widgets.i             |   392 +
 .../gui/fifechan/util/utf8/utf8stringeditor.cpp    |   120 +
 .../core/gui/fifechan/util/utf8/utf8stringeditor.h |   108 +
 engine/core/gui/fifechan/widgets/clicklabel.cpp    |   195 +
 engine/core/gui/fifechan/widgets/clicklabel.h      |    98 +
 engine/core/gui/fifechan/widgets/icon2.cpp         |   176 +
 engine/core/gui/fifechan/widgets/icon2.h           |   137 +
 engine/core/gui/fifechan/widgets/percentagebar.cpp |   108 +
 engine/core/gui/fifechan/widgets/percentagebar.h   |   120 +
 engine/core/gui/fifechan/widgets/togglebutton.cpp  |   269 +
 engine/core/gui/fifechan/widgets/togglebutton.h    |   215 +
 engine/core/gui/fifechan/widgets/twobutton.cpp     |   148 +
 engine/core/gui/fifechan/widgets/twobutton.h       |    69 +
 engine/core/gui/fifechan/widgets/widgets.i         |   131 +
 engine/core/gui/guichan/base/gui_font.cpp          |   149 -
 engine/core/gui/guichan/base/gui_font.h            |    71 -
 engine/core/gui/guichan/base/gui_font.i            |    66 -
 engine/core/gui/guichan/base/gui_image.cpp         |    78 -
 engine/core/gui/guichan/base/gui_image.h           |    58 -
 engine/core/gui/guichan/base/gui_image.i           |    50 -
 engine/core/gui/guichan/base/gui_imageloader.cpp   |    89 -
 engine/core/gui/guichan/base/gui_imageloader.h     |    54 -
 .../guichan/base/opengl/opengl_gui_graphics.cpp    |   173 -
 .../gui/guichan/base/opengl/opengl_gui_graphics.h  |    65 -
 .../guichan/base/opengle/opengle_gui_graphics.cpp  |   173 -
 .../guichan/base/opengle/opengle_gui_graphics.h    |    65 -
 .../core/gui/guichan/base/sdl/sdl_gui_graphics.cpp |    53 -
 .../core/gui/guichan/base/sdl/sdl_gui_graphics.h   |    46 -
 engine/core/gui/guichan/console/commandline.cpp    |   153 -
 engine/core/gui/guichan/console/commandline.h      |    85 -
 engine/core/gui/guichan/console/console.cpp        |   306 -
 engine/core/gui/guichan/console/console.h          |   171 -
 engine/core/gui/guichan/console/console.i          |    46 -
 engine/core/gui/guichan/guichanlistener.i          |    69 -
 engine/core/gui/guichan/guichanmanager.cpp         |   540 -
 engine/core/gui/guichan/guichanmanager.h           |   192 -
 engine/core/gui/guichan/guichanmanager.i           |    61 -
 engine/core/gui/guichan/widgets/clicklabel.cpp     |   195 -
 engine/core/gui/guichan/widgets/clicklabel.h       |    98 -
 engine/core/gui/guichan/widgets/icon2.cpp          |   143 -
 engine/core/gui/guichan/widgets/icon2.h            |   126 -
 engine/core/gui/guichan/widgets/percentagebar.cpp  |   108 -
 engine/core/gui/guichan/widgets/percentagebar.h    |   121 -
 engine/core/gui/guichan/widgets/togglebutton.cpp   |   269 -
 engine/core/gui/guichan/widgets/togglebutton.h     |   215 -
 engine/core/gui/guichan/widgets/twobutton.cpp      |   142 -
 engine/core/gui/guichan/widgets/twobutton.h        |    66 -
 engine/core/gui/guichan/widgets/utf8textbox.cpp    |   224 -
 engine/core/gui/guichan/widgets/utf8textbox.h      |   121 -
 engine/core/gui/guichan/widgets/utf8textfield.cpp  |   102 -
 engine/core/gui/guichan/widgets/utf8textfield.h    |    84 -
 engine/core/gui/guichan/widgets/widgets.i          |   447 -
 engine/core/gui/guimanager.i                       |     2 +-
 engine/core/gui/hybrid/hybridguimanager.cpp        |   109 +
 engine/core/gui/hybrid/hybridguimanager.h          |    90 +
 engine/core/gui/hybrid/hybridguimanager.i          |    21 +
 .../gui/librocket/base/librocketinputprocessor.cpp |   316 +
 .../gui/librocket/base/librocketinputprocessor.h   |   124 +
 .../librocket/base/librocketrenderinterface.cpp    |   205 +
 .../gui/librocket/base/librocketrenderinterface.h  |   145 +
 engine/core/gui/librocket/librocketmanager.cpp     |   186 +
 engine/core/gui/librocket/librocketmanager.h       |   162 +
 engine/core/gui/librocket/librocketmanager.i       |    24 +
 .../core/loaders/native/audio/sounddecoder_ogg.h   |     2 +-
 engine/core/loaders/native/map/animationloader.cpp |     2 +-
 engine/core/loaders/native/map/atlasloader.cpp     |     2 +-
 engine/core/loaders/native/map/ianimationloader.i  |    66 +-
 engine/core/loaders/native/map/iatlasloader.i      |     2 +-
 engine/core/loaders/native/map/imaploader.i        |    62 +-
 engine/core/loaders/native/map/iobjectloader.i     |    66 +-
 engine/core/loaders/native/map/maploader.cpp       |    73 +-
 engine/core/loaders/native/map/maploader.i         |    52 +-
 engine/core/loaders/native/map/objectloader.cpp    |     8 +-
 .../core/loaders/native/map/percentdonelistener.i  |    64 +-
 engine/core/loaders/native/video/imageloader.cpp   |     2 +-
 engine/core/model/metamodel/action.i               |     2 +-
 engine/core/model/metamodel/grids/cellgrid.h       |     7 +
 engine/core/model/metamodel/grids/cellgrids.i      |     7 +-
 engine/core/model/metamodel/grids/hexgrid.cpp      |   137 +
 engine/core/model/metamodel/grids/hexgrid.h        |     1 +
 engine/core/model/metamodel/grids/squaregrid.cpp   |    37 +
 engine/core/model/metamodel/grids/squaregrid.h     |     1 +
 engine/core/model/metamodel/ipather.i              |     2 +-
 engine/core/model/metamodel/ivisual.i              |     2 +-
 engine/core/model/metamodel/modelcoords.i          |     4 +-
 engine/core/model/metamodel/object.cpp             |   514 +-
 engine/core/model/metamodel/object.h               |   166 +-
 engine/core/model/metamodel/object.i               |     4 +-
 engine/core/model/metamodel/timeprovider.i         |     4 +-
 engine/core/model/model.cpp                        |     9 +
 engine/core/model/model.h                          |     4 +
 engine/core/model/structures/cell.cpp              |    19 +
 engine/core/model/structures/cell.h                |     4 +-
 engine/core/model/structures/cell.i                |    14 +-
 engine/core/model/structures/cellcache.cpp         |    80 +-
 engine/core/model/structures/cellcache.h           |     9 +
 engine/core/model/structures/cellcache.i           |     3 +-
 engine/core/model/structures/instance.cpp          |   334 +-
 engine/core/model/structures/instance.h            |   141 +-
 engine/core/model/structures/instance.i            |    54 +-
 engine/core/model/structures/instancetree.cpp      |     1 +
 engine/core/model/structures/layer.cpp             |   127 +-
 engine/core/model/structures/layer.h               |    44 +-
 engine/core/model/structures/layer.i               |     8 +-
 engine/core/model/structures/location.cpp          |     2 +-
 engine/core/model/structures/location.h            |     2 +-
 engine/core/model/structures/location.i            |     4 +-
 engine/core/model/structures/map.cpp               |    29 +-
 engine/core/model/structures/map.h                 |    18 +-
 engine/core/model/structures/map.i                 |     7 +-
 engine/core/model/structures/renderernode.cpp      |   636 +-
 engine/core/model/structures/renderernode.h        |   194 +-
 engine/core/model/structures/renderernode.i        |   150 +-
 engine/core/model/structures/trigger.cpp           |   346 +
 engine/core/model/structures/trigger.h             |   284 +
 engine/core/model/structures/trigger.i             |   126 +
 engine/core/model/structures/triggercontroller.cpp |   251 +
 engine/core/model/structures/triggercontroller.h   |   237 +
 engine/core/pathfinder/route.cpp                   |    23 +
 engine/core/pathfinder/route.h                     |    19 +
 engine/core/pathfinder/route.i                     |     2 +-
 .../pathfinder/routepather/multilayersearch.cpp    |    34 +-
 engine/core/pathfinder/routepather/routepather.i   |     2 +-
 .../pathfinder/routepather/routepathersearch.cpp   |     2 +-
 .../pathfinder/routepather/routepathersearch.h     |     3 +
 .../pathfinder/routepather/singlelayersearch.cpp   |    31 +-
 engine/core/savers/native/map/ianimationsaver.i    |     2 +-
 engine/core/savers/native/map/iatlassaver.i        |     2 +-
 engine/core/savers/native/map/imapsaver.i          |     2 +-
 engine/core/savers/native/map/iobjectsaver.i       |     2 +-
 engine/core/savers/native/map/mapsaver.cpp         |   946 +-
 engine/core/savers/native/map/mapsaver.h           |   152 +-
 engine/core/savers/native/map/mapsaver.i           |    54 +-
 engine/core/util/base/exception.cpp                |    10 +-
 engine/core/util/base/exception.h                  |     6 +-
 engine/core/util/base/stringutils.cpp              |   162 +-
 engine/core/util/base/stringutils.h                |    68 +-
 engine/core/util/base/utilbase.i                   |     4 +-
 engine/core/util/log/logger.i                      |     4 +-
 engine/core/util/math/angles.cpp                   |     8 +-
 engine/core/util/math/fife_math.h                  |     7 +-
 engine/core/util/math/math.i                       |     2 +-
 engine/core/util/resource/resource.i               |     2 +-
 engine/core/util/structures/utilstructures.i       |     2 +-
 engine/core/util/time/timeevent.i                  |     4 +-
 engine/core/util/time/timemanager.i                |     4 +-
 engine/core/util/time/timer.cpp                    |     2 +-
 engine/core/util/utf8/utf8/checked.h               |   183 +-
 engine/core/util/utf8/utf8/core.h                  |   290 +-
 engine/core/util/utf8/utf8/unchecked.h             |    55 +-
 engine/core/util/utf8/utf8stringeditor.cpp         |   116 -
 engine/core/util/utf8/utf8stringeditor.h           |   108 -
 engine/core/version.h                              |    85 +-
 engine/core/version.h.in                           |   123 +
 engine/core/version.i                              |     6 +-
 engine/core/vfs/directoryprovider.cpp              |    26 +-
 engine/core/vfs/directoryprovider.h                |    17 +-
 engine/core/vfs/raw/rawdata.i                      |     4 +-
 engine/core/vfs/vfs.cpp                            |    42 +-
 engine/core/vfs/vfs.h                              |    19 +-
 engine/core/vfs/vfs.i                              |     4 +-
 engine/core/vfs/vfssourceprovider.h                |    16 +-
 engine/core/vfs/zip/zipprovider.cpp                |    26 +-
 engine/core/vfs/zip/zipprovider.h                  |     7 +-
 engine/core/video/atlasbook.cpp                    |   448 +-
 engine/core/video/atlasbook.h                      |   293 +-
 engine/core/video/color.cpp                        |    87 +
 engine/core/video/color.h                          |   139 +
 engine/core/video/cursor.cpp                       |   176 +-
 engine/core/video/cursor.h                         |    31 +-
 engine/core/video/devicecaps.cpp                   |   396 +-
 engine/core/video/devicecaps.h                     |   148 +-
 engine/core/video/fonts/fontbase.cpp               |     8 +-
 engine/core/video/fonts/fonts.i                    |     2 +-
 engine/core/video/fonts/imagefontbase.cpp          |     6 +-
 engine/core/video/fonts/imagefontbase.h            |     7 +-
 engine/core/video/fonts/subimagefont.cpp           |    19 +-
 engine/core/video/fonts/subimagefont.h             |     2 +-
 engine/core/video/fonts/textrenderpool.cpp         |   282 +-
 engine/core/video/fonts/textrenderpool.h           |   202 +-
 engine/core/video/fonts/truetypefont.cpp           |    13 +-
 engine/core/video/fonts/truetypefont.h             |     7 -
 engine/core/video/image.cpp                        |    40 +-
 engine/core/video/image.h                          |     7 +-
 engine/core/video/imagemanager.cpp                 |     2 +-
 engine/core/video/opengl/glimage.cpp               |   184 +-
 engine/core/video/opengl/glimage.h                 |     5 +
 engine/core/video/opengl/renderbackendopengl.cpp   |  1686 +-
 engine/core/video/opengl/renderbackendopengl.h     |   132 +-
 engine/core/video/opengle/gleimage.cpp             |   437 -
 engine/core/video/opengle/gleimage.h               |   132 -
 engine/core/video/opengle/renderbackendopengle.cpp |  1532 --
 engine/core/video/opengle/renderbackendopengle.h   |   206 -
 engine/core/video/renderbackend.cpp                |    66 +-
 engine/core/video/renderbackend.h                  |   137 +-
 engine/core/video/sdl/renderbackendsdl.cpp         |   297 +-
 engine/core/video/sdl/renderbackendsdl.h           |    11 +-
 engine/core/video/sdl/sdlimage.cpp                 |   648 +-
 engine/core/video/sdl/sdlimage.h                   |    27 +-
 engine/core/video/video.i                          |   105 +-
 engine/core/view/camera.cpp                        |   199 +-
 engine/core/view/camera.h                          |    25 +-
 engine/core/view/camera.i                          |     4 +-
 engine/core/view/layercache.cpp                    |   248 +-
 engine/core/view/layercache.h                      |     4 +-
 engine/core/view/rendererbase.i                    |     4 +-
 engine/core/view/renderers/blockinginforenderer.i  |     4 +-
 engine/core/view/renderers/cellrenderer.cpp        |   771 +-
 engine/core/view/renderers/cellrenderer.h          |   481 +-
 engine/core/view/renderers/cellrenderer.i          |   118 +-
 engine/core/view/renderers/cellselectionrenderer.i |     4 +-
 engine/core/view/renderers/coordinaterenderer.i    |     4 +-
 .../core/view/renderers/floatingtextrenderer.cpp   |    38 +-
 engine/core/view/renderers/floatingtextrenderer.h  |     2 +-
 engine/core/view/renderers/floatingtextrenderer.i  |     4 +-
 engine/core/view/renderers/genericrenderer.cpp     |    24 +-
 engine/core/view/renderers/genericrenderer.i       |     4 +-
 engine/core/view/renderers/gridrenderer.i          |     4 +-
 engine/core/view/renderers/instancerenderer.cpp    |   712 +-
 engine/core/view/renderers/instancerenderer.h      |     7 +-
 engine/core/view/renderers/instancerenderer.i      |     4 +-
 engine/core/view/renderers/lightrenderer.cpp       |    25 +-
 engine/core/view/renderers/lightrenderer.i         |     4 +-
 engine/core/view/renderers/offrenderer.i           |     4 +-
 engine/core/view/renderers/targetrenderer.cpp      |     4 +-
 engine/core/view/renderers/targetrenderer.i        |     2 +-
 engine/core/view/renderitem.cpp                    |    83 +-
 engine/core/view/renderitem.h                      |    50 +-
 engine/core/view/visual.cpp                        |   212 +-
 engine/core/view/visual.h                          |   115 +-
 engine/core/view/visual.i                          |    34 +-
 engine/python/fife/extensions/__init__.py          |     1 -
 engine/python/fife/extensions/basicapplication.py  |    32 +-
 engine/python/fife/extensions/cegui/__init__.py    |     1 +
 .../fife/extensions/cegui/ceguibasicapplication.py |   146 +
 engine/python/fife/extensions/fife_settings.py     |   365 +-
 engine/python/fife/extensions/filebrowser.py       |   168 -
 .../python/fife/extensions/librocket}/__init__.py  |     0
 .../extensions/librocket/rocketbasicapplication.py |   111 +
 engine/python/fife/extensions/pychan/__init__.py   |     4 +-
 engine/python/fife/extensions/pychan/attrs.py      |    14 +-
 .../python/fife/extensions/pychan/autoposition.py  |     4 +-
 engine/python/fife/extensions/pychan/compat.py     |    62 +-
 .../fife/extensions/pychan/dialog}/__init__.py     |     0
 .../fife/extensions/pychan/dialog/filebrowser.py   |   196 +
 engine/python/fife/extensions/pychan/dialogs.py    |    18 +-
 engine/python/fife/extensions/pychan/events.py     |    34 +-
 .../fife/extensions/pychan/fife_pychansettings.py  |   280 +
 engine/python/fife/extensions/pychan/fonts.py      |     2 +-
 engine/python/fife/extensions/pychan/internal.py   |    97 +-
 engine/python/fife/extensions/pychan/properties.py |    10 +-
 .../extensions/pychan/pychanbasicapplication.py    |    75 +
 engine/python/fife/extensions/pychan/tools.py      |     2 +-
 .../fife/extensions/pychan/widgets/__init__.py     |     4 +
 .../extensions/pychan/widgets/basictextwidget.py   |     5 +-
 .../fife/extensions/pychan/widgets/buttons.py      |    17 +-
 .../fife/extensions/pychan/widgets/checkbox.py     |     8 +-
 .../fife/extensions/pychan/widgets/common.py       |    12 +-
 .../fife/extensions/pychan/widgets/containers.py   |   167 +-
 .../fife/extensions/pychan/widgets/dropdown.py     |     8 +-
 .../python/fife/extensions/pychan/widgets/icon.py  |    52 +-
 .../extensions/pychan/widgets/iconprogressbar.py   |   160 +
 .../python/fife/extensions/pychan/widgets/label.py |    12 +-
 .../fife/extensions/pychan/widgets/layout.py       |     6 +-
 .../fife/extensions/pychan/widgets/listbox.py      |     8 +-
 .../extensions/pychan/widgets/passwordfield.py     |   129 +
 .../extensions/pychan/widgets/percentagebar.py     |    65 +-
 .../fife/extensions/pychan/widgets/radiobutton.py  |    66 +-
 .../fife/extensions/pychan/widgets/scrollarea.py   |    14 +-
 .../fife/extensions/pychan/widgets/slider.py       |    83 +-
 .../fife/extensions/pychan/widgets/textbox.py      |    55 +-
 .../fife/extensions/pychan/widgets/textfield.py    |    59 +-
 .../fife/extensions/pychan/widgets/widget.py       |   136 +-
 engine/python/fife/extensions/pythonize.py         |     5 +-
 .../fife/extensions/serializers/simplexml.py       |   111 +-
 .../extensions/serializers/xml_loader_tools.py     |    58 +-
 .../python/fife/extensions/serializers/xmlmap.py   |  1556 +-
 .../fife/extensions/serializers/xmlobject.py       |    33 +-
 engine/python/fife/extensions/soundmanager.py      |   699 +-
 engine/swigwrappers/python/fife.i.templ            |    29 +-
 engine/swigwrappers/python/fife.i.templ.cm         |   164 +
 engine/swigwrappers/python/fifechan.i.templ        |    59 +
 engine/swigwrappers/python/fifechan.i.templ.cm     |    58 +
 engine/swigwrappers/python/librocket.i.templ       |    38 +
 ext/SConscript                                     |    25 -
 ext/guichan-0.8.2/AUTHORS                          |     2 -
 ext/guichan-0.8.2/COPYING                          |    35 -
 ext/guichan-0.8.2/ChangeLog                        |   318 -
 ext/guichan-0.8.2/INSTALL                          |    20 -
 ext/guichan-0.8.2/Makefile.am                      |     8 -
 ext/guichan-0.8.2/Makefile.in                      |   774 -
 ext/guichan-0.8.2/NEWS                             |    89 -
 ext/guichan-0.8.2/README                           |    59 -
 ext/guichan-0.8.2/TODO                             |     4 -
 ext/guichan-0.8.2/aclocal.m4                       |  8909 -------
 ext/guichan-0.8.2/config.guess                     |  1561 --
 ext/guichan-0.8.2/config.sub                       |  1686 --
 ext/guichan-0.8.2/configure                        | 17889 --------------
 ext/guichan-0.8.2/configure.in                     |   316 -
 ext/guichan-0.8.2/depcomp                          |   630 -
 ext/guichan-0.8.2/examples/Makefile.am             |    30 -
 ext/guichan-0.8.2/examples/Makefile.examples       |    41 -
 ext/guichan-0.8.2/examples/Makefile.in             |   403 -
 ext/guichan-0.8.2/examples/action.hpp              |   130 -
 ext/guichan-0.8.2/examples/allegro.hpp             |   116 -
 ext/guichan-0.8.2/examples/allegroaction.cpp       |    65 -
 ext/guichan-0.8.2/examples/allegrohelloworld.cpp   |    65 -
 ext/guichan-0.8.2/examples/allegrowidgets.cpp      |    65 -
 .../examples/darkbitslogo_by_haiko.bmp             |   Bin 70522 -> 0 bytes
 ext/guichan-0.8.2/examples/fixedfont.bmp           |   Bin 17318 -> 0 bytes
 ext/guichan-0.8.2/examples/gui-chan.bmp            |   Bin 79554 -> 0 bytes
 ext/guichan-0.8.2/examples/helloworld.hpp          |    51 -
 ext/guichan-0.8.2/examples/hge.hpp                 |   112 -
 ext/guichan-0.8.2/examples/hgeaction.cpp           |    68 -
 ext/guichan-0.8.2/examples/hgehelloworld.cpp       |    68 -
 ext/guichan-0.8.2/examples/hgewidgets.cpp          |    68 -
 ext/guichan-0.8.2/examples/openglallegro.hpp       |   111 -
 ext/guichan-0.8.2/examples/openglallegroaction.cpp |    66 -
 .../examples/openglallegrohelloworld.cpp           |    66 -
 .../examples/openglallegrowidgets.cpp              |    66 -
 ext/guichan-0.8.2/examples/openglsdl.hpp           |   133 -
 ext/guichan-0.8.2/examples/openglsdlaction.cpp     |    59 -
 ext/guichan-0.8.2/examples/openglsdlhelloworld.cpp |    59 -
 ext/guichan-0.8.2/examples/openglsdlwidgets.cpp    |    59 -
 ext/guichan-0.8.2/examples/openlayer.hpp           |    90 -
 ext/guichan-0.8.2/examples/openlayerwidgets.cpp    |    58 -
 ext/guichan-0.8.2/examples/sdl.hpp                 |   120 -
 ext/guichan-0.8.2/examples/sdlaction.cpp           |    58 -
 ext/guichan-0.8.2/examples/sdlhelloworld.cpp       |    58 -
 ext/guichan-0.8.2/examples/sdlwidgets.cpp          |    58 -
 ext/guichan-0.8.2/examples/widgets.hpp             |   182 -
 ext/guichan-0.8.2/guichan-0.8.pc.in                |    12 -
 ext/guichan-0.8.2/include/Makefile.am              |     6 -
 ext/guichan-0.8.2/include/Makefile.in              |   646 -
 ext/guichan-0.8.2/include/config.hpp.in            |    74 -
 ext/guichan-0.8.2/include/guichan.hpp              |   111 -
 ext/guichan-0.8.2/include/guichan/Makefile.am      |    47 -
 ext/guichan-0.8.2/include/guichan/Makefile.in      |   669 -
 ext/guichan-0.8.2/include/guichan/actionevent.hpp  |   114 -
 .../include/guichan/actionlistener.hpp             |    93 -
 ext/guichan-0.8.2/include/guichan/allegro.hpp      |    63 -
 .../include/guichan/allegro/Makefile.am            |     8 -
 .../include/guichan/allegro/Makefile.in            |   478 -
 .../include/guichan/allegro/allegrofont.hpp        |    96 -
 .../include/guichan/allegro/allegrographics.hpp    |   156 -
 .../include/guichan/allegro/allegroimage.hpp       |   106 -
 .../include/guichan/allegro/allegroimageloader.hpp |    72 -
 .../include/guichan/allegro/allegroinput.hpp       |   123 -
 .../include/guichan/basiccontainer.hpp             |   180 -
 .../include/guichan/cliprectangle.hpp              |   109 -
 ext/guichan-0.8.2/include/guichan/color.hpp        |   173 -
 .../include/guichan/contrib/Makefile.am            |     1 -
 .../include/guichan/contrib/Makefile.in            |   575 -
 .../include/guichan/contrib/allegro/Makefile.am    |     1 -
 .../include/guichan/contrib/allegro/Makefile.in    |   373 -
 .../contrib/allegro/allegroglyphkeeperfont.hpp     |   115 -
 .../include/guichan/contrib/opengl/Makefile.am     |     1 -
 .../include/guichan/contrib/opengl/Makefile.in     |   373 -
 .../include/guichan/contrib/opengl/oglftfont.hpp   |   130 -
 .../include/guichan/contrib/sdl/Makefile.am        |     1 -
 .../include/guichan/contrib/sdl/Makefile.in        |   373 -
 .../guichan/contrib/sdl/sdltruetypefont.hpp        |   156 -
 .../include/guichan/contrib/widgets/Makefile.am    |     1 -
 .../include/guichan/contrib/widgets/Makefile.in    |   373 -
 .../guichan/contrib/widgets/adjustingcontainer.hpp |   237 -
 .../include/guichan/deathlistener.hpp              |    90 -
 ext/guichan-0.8.2/include/guichan/defaultfont.hpp  |    95 -
 ext/guichan-0.8.2/include/guichan/event.hpp        |    94 -
 ext/guichan-0.8.2/include/guichan/exception.hpp    |   177 -
 ext/guichan-0.8.2/include/guichan/focushandler.hpp |   398 -
 .../include/guichan/focuslistener.hpp              |    95 -
 ext/guichan-0.8.2/include/guichan/font.hpp         |   111 -
 ext/guichan-0.8.2/include/guichan/genericinput.hpp |   163 -
 ext/guichan-0.8.2/include/guichan/glut.hpp         |    59 -
 ext/guichan-0.8.2/include/guichan/graphics.hpp     |   291 -
 ext/guichan-0.8.2/include/guichan/gui.hpp          |   504 -
 ext/guichan-0.8.2/include/guichan/hge.hpp          |    53 -
 ext/guichan-0.8.2/include/guichan/hge/Makefile.am  |     5 -
 ext/guichan-0.8.2/include/guichan/hge/Makefile.in  |   378 -
 .../include/guichan/hge/hgegraphics.hpp            |   117 -
 ext/guichan-0.8.2/include/guichan/hge/hgeimage.hpp |   116 -
 .../include/guichan/hge/hgeimagefont.hpp           |   110 -
 .../include/guichan/hge/hgeimageloader.hpp         |    86 -
 ext/guichan-0.8.2/include/guichan/hge/hgeinput.hpp |   140 -
 ext/guichan-0.8.2/include/guichan/image.hpp        |   190 -
 ext/guichan-0.8.2/include/guichan/imagefont.hpp    |   257 -
 ext/guichan-0.8.2/include/guichan/imageloader.hpp  |    98 -
 ext/guichan-0.8.2/include/guichan/input.hpp        |   115 -
 ext/guichan-0.8.2/include/guichan/inputevent.hpp   |   159 -
 ext/guichan-0.8.2/include/guichan/key.hpp          |   182 -
 ext/guichan-0.8.2/include/guichan/keyevent.hpp     |   138 -
 ext/guichan-0.8.2/include/guichan/keyinput.hpp     |   263 -
 ext/guichan-0.8.2/include/guichan/keylistener.hpp  |    95 -
 ext/guichan-0.8.2/include/guichan/listmodel.hpp    |    86 -
 ext/guichan-0.8.2/include/guichan/mouseevent.hpp   |   200 -
 ext/guichan-0.8.2/include/guichan/mouseinput.hpp   |   235 -
 .../include/guichan/mouselistener.hpp              |   183 -
 ext/guichan-0.8.2/include/guichan/opengl.hpp       |    60 -
 .../include/guichan/opengl/Makefile.am             |     7 -
 .../include/guichan/opengl/Makefile.in             |   477 -
 .../guichan/opengl/openglallegroimageloader.hpp    |   130 -
 .../include/guichan/opengl/openglgraphics.hpp      |   132 -
 .../include/guichan/opengl/openglimage.hpp         |   157 -
 .../guichan/opengl/openglsdlimageloader.hpp        |    96 -
 ext/guichan-0.8.2/include/guichan/openlayer.hpp    |    64 -
 .../include/guichan/openlayer/Makefile.am          |     5 -
 .../include/guichan/openlayer/Makefile.in          |   378 -
 .../include/guichan/openlayer/openlayerfont.hpp    |   100 -
 .../guichan/openlayer/openlayergraphics.hpp        |   139 -
 .../include/guichan/openlayer/openlayerimage.hpp   |   108 -
 .../guichan/openlayer/openlayerimageloader.hpp     |    67 -
 .../include/guichan/openlayer/openlayerinput.hpp   |   118 -
 ext/guichan-0.8.2/include/guichan/platform.hpp     |    79 -
 ext/guichan-0.8.2/include/guichan/rectangle.hpp    |   140 -
 ext/guichan-0.8.2/include/guichan/sdl.hpp          |    62 -
 ext/guichan-0.8.2/include/guichan/sdl/Makefile.am  |     8 -
 ext/guichan-0.8.2/include/guichan/sdl/Makefile.in  |   478 -
 .../include/guichan/sdl/sdlgraphics.hpp            |   156 -
 ext/guichan-0.8.2/include/guichan/sdl/sdlimage.hpp |   107 -
 .../include/guichan/sdl/sdlimageloader.hpp         |    73 -
 ext/guichan-0.8.2/include/guichan/sdl/sdlinput.hpp |   125 -
 ext/guichan-0.8.2/include/guichan/sdl/sdlpixel.hpp |   260 -
 .../include/guichan/selectionevent.hpp             |    78 -
 .../include/guichan/selectionlistener.hpp          |    95 -
 ext/guichan-0.8.2/include/guichan/widget.hpp       |  1194 -
 .../include/guichan/widgetlistener.hpp             |   118 -
 .../include/guichan/widgets/Makefile.am            |    19 -
 .../include/guichan/widgets/Makefile.in            |   489 -
 .../include/guichan/widgets/button.hpp             |   214 -
 .../include/guichan/widgets/checkbox.hpp           |   173 -
 .../include/guichan/widgets/container.hpp          |   162 -
 .../include/guichan/widgets/dropdown.hpp           |   318 -
 ext/guichan-0.8.2/include/guichan/widgets/icon.hpp |   118 -
 .../include/guichan/widgets/imagebutton.hpp        |   123 -
 .../include/guichan/widgets/label.hpp              |   133 -
 .../include/guichan/widgets/listbox.hpp            |   253 -
 .../include/guichan/widgets/radiobutton.hpp        |   211 -
 .../include/guichan/widgets/scrollarea.hpp         |   590 -
 .../include/guichan/widgets/slider.hpp             |   300 -
 ext/guichan-0.8.2/include/guichan/widgets/tab.hpp  |   151 -
 .../include/guichan/widgets/tabbedarea.hpp         |   280 -
 .../include/guichan/widgets/textbox.hpp            |   289 -
 .../include/guichan/widgets/textfield.hpp          |   177 -
 .../include/guichan/widgets/window.hpp             |   255 -
 ext/guichan-0.8.2/install-sh                       |   520 -
 ext/guichan-0.8.2/ltmain.sh                        |  8406 -------
 ext/guichan-0.8.2/missing                          |   376 -
 ext/guichan-0.8.2/src/Makefile.am                  |    39 -
 ext/guichan-0.8.2/src/Makefile.in                  |   753 -
 ext/guichan-0.8.2/src/actionevent.cpp              |    69 -
 ext/guichan-0.8.2/src/allegro/Makefile.am          |    13 -
 ext/guichan-0.8.2/src/allegro/Makefile.in          |   555 -
 ext/guichan-0.8.2/src/allegro/allegro.cpp          |    53 -
 ext/guichan-0.8.2/src/allegro/allegrofont.cpp      |   117 -
 ext/guichan-0.8.2/src/allegro/allegrographics.cpp  |   343 -
 ext/guichan-0.8.2/src/allegro/allegroimage.cpp     |   141 -
 .../src/allegro/allegroimageloader.cpp             |   102 -
 ext/guichan-0.8.2/src/allegro/allegroinput.cpp     |   514 -
 ext/guichan-0.8.2/src/basiccontainer.cpp           |   390 -
 ext/guichan-0.8.2/src/cliprectangle.cpp            |    76 -
 ext/guichan-0.8.2/src/color.cpp                    |   143 -
 ext/guichan-0.8.2/src/contrib/Makefile.am          |     1 -
 ext/guichan-0.8.2/src/contrib/Makefile.in          |   575 -
 ext/guichan-0.8.2/src/contrib/allegro/Makefile.am  |     1 -
 ext/guichan-0.8.2/src/contrib/allegro/Makefile.in  |   373 -
 .../src/contrib/allegro/allegroglyphkeeperfont.cpp |   165 -
 ext/guichan-0.8.2/src/contrib/opengl/Makefile.am   |     1 -
 ext/guichan-0.8.2/src/contrib/opengl/Makefile.in   |   373 -
 ext/guichan-0.8.2/src/contrib/opengl/oglftfont.cpp |   146 -
 ext/guichan-0.8.2/src/contrib/sdl/Makefile.am      |     1 -
 ext/guichan-0.8.2/src/contrib/sdl/Makefile.in      |   373 -
 .../src/contrib/sdl/sdltruetypefont.cpp            |   171 -
 ext/guichan-0.8.2/src/contrib/widgets/Makefile.am  |     1 -
 ext/guichan-0.8.2/src/contrib/widgets/Makefile.in  |   373 -
 .../src/contrib/widgets/adjustingcontainer.cpp     |   279 -
 ext/guichan-0.8.2/src/defaultfont.cpp              |    94 -
 ext/guichan-0.8.2/src/event.cpp                    |    68 -
 ext/guichan-0.8.2/src/exception.cpp                |   101 -
 ext/guichan-0.8.2/src/focushandler.cpp             |   587 -
 ext/guichan-0.8.2/src/font.cpp                     |    71 -
 ext/guichan-0.8.2/src/genericinput.cpp             |   165 -
 ext/guichan-0.8.2/src/graphics.cpp                 |   187 -
 ext/guichan-0.8.2/src/gui.cpp                      |   995 -
 ext/guichan-0.8.2/src/guichan.cpp                  |    54 -
 ext/guichan-0.8.2/src/hge/Makefile.am              |     5 -
 ext/guichan-0.8.2/src/hge/Makefile.in              |   378 -
 ext/guichan-0.8.2/src/hge/hgegraphics.cpp          |   343 -
 ext/guichan-0.8.2/src/hge/hgeimage.cpp             |   166 -
 ext/guichan-0.8.2/src/hge/hgeimagefont.cpp         |   119 -
 ext/guichan-0.8.2/src/hge/hgeimageloader.cpp       |    84 -
 ext/guichan-0.8.2/src/hge/hgeinput.cpp             |   433 -
 ext/guichan-0.8.2/src/image.cpp                    |    85 -
 ext/guichan-0.8.2/src/imagefont.cpp                |   375 -
 ext/guichan-0.8.2/src/inputevent.cpp               |    96 -
 ext/guichan-0.8.2/src/key.cpp                      |    91 -
 ext/guichan-0.8.2/src/keyevent.cpp                 |    91 -
 ext/guichan-0.8.2/src/keyinput.cpp                 |   134 -
 ext/guichan-0.8.2/src/mouseevent.cpp               |   100 -
 ext/guichan-0.8.2/src/mouseinput.cpp               |   114 -
 ext/guichan-0.8.2/src/opengl/Makefile.am           |    15 -
 ext/guichan-0.8.2/src/opengl/Makefile.in           |   577 -
 .../src/opengl/guichan_opengl-0.8.pc.in            |    12 -
 ext/guichan-0.8.2/src/opengl/opengl.cpp            |    53 -
 ext/guichan-0.8.2/src/opengl/openglgraphics.cpp    |   365 -
 ext/guichan-0.8.2/src/opengl/openglimage.cpp       |   288 -
 ext/guichan-0.8.2/src/openlayer/Makefile.am        |     6 -
 ext/guichan-0.8.2/src/openlayer/Makefile.in        |   379 -
 ext/guichan-0.8.2/src/openlayer/openlayer.cpp      |    53 -
 ext/guichan-0.8.2/src/openlayer/openlayerfont.cpp  |    99 -
 .../src/openlayer/openlayergraphics.cpp            |   217 -
 ext/guichan-0.8.2/src/openlayer/openlayerimage.cpp |   176 -
 .../src/openlayer/openlayerimageloader.cpp         |    97 -
 ext/guichan-0.8.2/src/openlayer/openlayerinput.cpp |   470 -
 ext/guichan-0.8.2/src/rectangle.cpp                |   133 -
 ext/guichan-0.8.2/src/sdl/Makefile.am              |    19 -
 ext/guichan-0.8.2/src/sdl/Makefile.in              |   583 -
 ext/guichan-0.8.2/src/sdl/guichan_sdl-0.8.pc.in    |    12 -
 ext/guichan-0.8.2/src/sdl/sdl.cpp                  |    53 -
 ext/guichan-0.8.2/src/sdl/sdlgraphics.cpp          |   694 -
 ext/guichan-0.8.2/src/sdl/sdlimage.cpp             |   185 -
 ext/guichan-0.8.2/src/sdl/sdlimageloader.cpp       |   122 -
 ext/guichan-0.8.2/src/sdl/sdlinput.cpp             |   441 -
 ext/guichan-0.8.2/src/selectionevent.cpp           |    63 -
 ext/guichan-0.8.2/src/widget.cpp                   |   735 -
 ext/guichan-0.8.2/src/widgets/Makefile.am          |    23 -
 ext/guichan-0.8.2/src/widgets/Makefile.in          |   526 -
 ext/guichan-0.8.2/src/widgets/button.cpp           |   284 -
 ext/guichan-0.8.2/src/widgets/checkbox.cpp         |   189 -
 ext/guichan-0.8.2/src/widgets/container.cpp        |   112 -
 ext/guichan-0.8.2/src/widgets/dropdown.cpp         |   635 -
 ext/guichan-0.8.2/src/widgets/icon.cpp             |   116 -
 ext/guichan-0.8.2/src/widgets/imagebutton.cpp      |   166 -
 ext/guichan-0.8.2/src/widgets/label.cpp            |   120 -
 ext/guichan-0.8.2/src/widgets/listbox.cpp          |   350 -
 ext/guichan-0.8.2/src/widgets/radiobutton.cpp      |   298 -
 ext/guichan-0.8.2/src/widgets/scrollarea.cpp       |  1246 -
 ext/guichan-0.8.2/src/widgets/slider.cpp           |   369 -
 ext/guichan-0.8.2/src/widgets/tab.cpp              |   181 -
 ext/guichan-0.8.2/src/widgets/tabbedarea.cpp       |   482 -
 ext/guichan-0.8.2/src/widgets/textbox.cpp          |   517 -
 ext/guichan-0.8.2/src/widgets/textfield.cpp        |   281 -
 ext/guichan-0.8.2/src/widgets/window.cpp           |   308 -
 setup.py                                           |    30 +-
 test_fife.py                                       |    29 +-
 tests/analyzers/dep_analyzer.py                    |   248 -
 tests/core_tests/test_dat2.cpp                     |     2 +-
 tests/core_tests/test_gui.cpp                      |    20 +-
 tests/data/FreeMono.ttf                            |   Bin 0 -> 293572 bytes
 tests/data/LICENSE                                 |     1 +
 tests/data/MUSIC.README                            |    19 +
 tests/data/alpha_fidgit.png                        |   Bin 0 -> 4538 bytes
 tests/data/audiotest1.ogg                          |   Bin 0 -> 223554 bytes
 tests/data/audiotest2.acm                          |   Bin 0 -> 1322138 bytes
 tests/data/beach_e1.png                            |   Bin 0 -> 15191 bytes
 tests/data/crate/LICENSE                           |     4 +
 tests/data/crate/full_s_000.png                    |   Bin 0 -> 4296 bytes
 tests/data/crate/full_s_0001.png                   |   Bin 0 -> 4345 bytes
 tests/data/crate/full_s_0002.png                   |   Bin 0 -> 4254 bytes
 tests/data/crate/full_s_0003.png                   |   Bin 0 -> 4071 bytes
 tests/data/crate/full_s_0004.png                   |   Bin 0 -> 4052 bytes
 tests/data/crate/full_s_0005.png                   |   Bin 0 -> 4397 bytes
 tests/data/crate/full_s_0006.png                   |   Bin 0 -> 4783 bytes
 tests/data/crate/full_s_0007.png                   |   Bin 0 -> 5060 bytes
 tests/data/crate/full_s_0008.png                   |   Bin 0 -> 5345 bytes
 tests/data/crate_full_001.xml                      |    18 +
 tests/data/dat1vfstest.dat                         |   Bin 0 -> 156331 bytes
 tests/data/dat2vfstest.dat                         |   Bin 0 -> 87101 bytes
 tests/data/earth_1.png                             |   Bin 0 -> 19093 bytes
 tests/data/left_right_test.ogg                     |   Bin 0 -> 394943 bytes
 tests/data/mushroom_007.png                        |   Bin 0 -> 2785 bytes
 tests/data/rpg_tiles_01.png                        |   Bin 0 -> 504535 bytes
 tests/data/rpgfont.png                             |   Bin 0 -> 1768 bytes
 tests/data/test.map                                |   Bin 0 -> 718060 bytes
 tests/data/testmap.zip                             |   Bin 0 -> 178928 bytes
 tests/data/wolf_walk/gfx/LICENSE                   |     4 +
 tests/data/wolf_walk/gfx/fidgit_e_1.png            |   Bin 0 -> 2790 bytes
 tests/data/wolf_walk/gfx/fidgit_e_2.png            |   Bin 0 -> 2823 bytes
 tests/data/wolf_walk/gfx/fidgit_e_3.png            |   Bin 0 -> 2777 bytes
 tests/data/wolf_walk/gfx/fidgit_e_4.png            |   Bin 0 -> 2695 bytes
 tests/data/wolf_walk/gfx/fidgit_n_1.png            |   Bin 0 -> 1667 bytes
 tests/data/wolf_walk/gfx/fidgit_n_2.png            |   Bin 0 -> 1704 bytes
 tests/data/wolf_walk/gfx/fidgit_n_3.png            |   Bin 0 -> 1713 bytes
 tests/data/wolf_walk/gfx/fidgit_n_4.png            |   Bin 0 -> 1642 bytes
 tests/data/wolf_walk/gfx/fidgit_ne_1.png           |   Bin 0 -> 2217 bytes
 tests/data/wolf_walk/gfx/fidgit_ne_2.png           |   Bin 0 -> 2248 bytes
 tests/data/wolf_walk/gfx/fidgit_ne_3.png           |   Bin 0 -> 2203 bytes
 tests/data/wolf_walk/gfx/fidgit_ne_4.png           |   Bin 0 -> 2261 bytes
 tests/data/wolf_walk/gfx/fidgit_nw_1.png           |   Bin 0 -> 2250 bytes
 tests/data/wolf_walk/gfx/fidgit_nw_2.png           |   Bin 0 -> 2230 bytes
 tests/data/wolf_walk/gfx/fidgit_nw_3.png           |   Bin 0 -> 2230 bytes
 tests/data/wolf_walk/gfx/fidgit_nw_4.png           |   Bin 0 -> 2252 bytes
 tests/data/wolf_walk/gfx/fidgit_s_1.png            |   Bin 0 -> 1714 bytes
 tests/data/wolf_walk/gfx/fidgit_s_2.png            |   Bin 0 -> 1624 bytes
 tests/data/wolf_walk/gfx/fidgit_s_3.png            |   Bin 0 -> 1634 bytes
 tests/data/wolf_walk/gfx/fidgit_s_4.png            |   Bin 0 -> 1659 bytes
 tests/data/wolf_walk/gfx/fidgit_se_1.png           |   Bin 0 -> 2285 bytes
 tests/data/wolf_walk/gfx/fidgit_se_2.png           |   Bin 0 -> 2306 bytes
 tests/data/wolf_walk/gfx/fidgit_se_3.png           |   Bin 0 -> 2291 bytes
 tests/data/wolf_walk/gfx/fidgit_se_4.png           |   Bin 0 -> 2322 bytes
 tests/data/wolf_walk/gfx/fidgit_sw_1.png           |   Bin 0 -> 2249 bytes
 tests/data/wolf_walk/gfx/fidgit_sw_2.png           |   Bin 0 -> 2285 bytes
 tests/data/wolf_walk/gfx/fidgit_sw_3.png           |   Bin 0 -> 2279 bytes
 tests/data/wolf_walk/gfx/fidgit_sw_4.png           |   Bin 0 -> 2279 bytes
 tests/data/wolf_walk/gfx/fidgit_w_1.png            |   Bin 0 -> 2787 bytes
 tests/data/wolf_walk/gfx/fidgit_w_2.png            |   Bin 0 -> 2776 bytes
 tests/data/wolf_walk/gfx/fidgit_w_3.png            |   Bin 0 -> 2778 bytes
 tests/data/wolf_walk/gfx/fidgit_w_4.png            |   Bin 0 -> 2708 bytes
 tests/data/wolf_walk/gfx/run_e_1.png               |   Bin 0 -> 2591 bytes
 tests/data/wolf_walk/gfx/run_e_2.png               |   Bin 0 -> 2751 bytes
 tests/data/wolf_walk/gfx/run_e_3.png               |   Bin 0 -> 2590 bytes
 tests/data/wolf_walk/gfx/run_e_4.png               |   Bin 0 -> 2595 bytes
 tests/data/wolf_walk/gfx/run_e_5.png               |   Bin 0 -> 2626 bytes
 tests/data/wolf_walk/gfx/run_n_1.png               |   Bin 0 -> 1695 bytes
 tests/data/wolf_walk/gfx/run_n_2.png               |   Bin 0 -> 1807 bytes
 tests/data/wolf_walk/gfx/run_n_3.png               |   Bin 0 -> 1656 bytes
 tests/data/wolf_walk/gfx/run_n_4.png               |   Bin 0 -> 1651 bytes
 tests/data/wolf_walk/gfx/run_n_5.png               |   Bin 0 -> 1697 bytes
 tests/data/wolf_walk/gfx/run_ne_1.png              |   Bin 0 -> 2485 bytes
 tests/data/wolf_walk/gfx/run_ne_2.png              |   Bin 0 -> 2677 bytes
 tests/data/wolf_walk/gfx/run_ne_3.png              |   Bin 0 -> 2439 bytes
 tests/data/wolf_walk/gfx/run_ne_4.png              |   Bin 0 -> 2385 bytes
 tests/data/wolf_walk/gfx/run_ne_5.png              |   Bin 0 -> 2349 bytes
 tests/data/wolf_walk/gfx/run_nw_1.png              |   Bin 0 -> 2464 bytes
 tests/data/wolf_walk/gfx/run_nw_2.png              |   Bin 0 -> 2691 bytes
 tests/data/wolf_walk/gfx/run_nw_3.png              |   Bin 0 -> 2445 bytes
 tests/data/wolf_walk/gfx/run_nw_4.png              |   Bin 0 -> 2455 bytes
 tests/data/wolf_walk/gfx/run_nw_5.png              |   Bin 0 -> 2404 bytes
 tests/data/wolf_walk/gfx/run_s_1.png               |   Bin 0 -> 1622 bytes
 tests/data/wolf_walk/gfx/run_s_2.png               |   Bin 0 -> 1724 bytes
 tests/data/wolf_walk/gfx/run_s_3.png               |   Bin 0 -> 1771 bytes
 tests/data/wolf_walk/gfx/run_s_4.png               |   Bin 0 -> 1652 bytes
 tests/data/wolf_walk/gfx/run_s_5.png               |   Bin 0 -> 1541 bytes
 tests/data/wolf_walk/gfx/run_se_1.png              |   Bin 0 -> 2402 bytes
 tests/data/wolf_walk/gfx/run_se_2.png              |   Bin 0 -> 2646 bytes
 tests/data/wolf_walk/gfx/run_se_3.png              |   Bin 0 -> 2512 bytes
 tests/data/wolf_walk/gfx/run_se_4.png              |   Bin 0 -> 2431 bytes
 tests/data/wolf_walk/gfx/run_se_5.png              |   Bin 0 -> 2284 bytes
 tests/data/wolf_walk/gfx/run_sw_1.png              |   Bin 0 -> 2349 bytes
 tests/data/wolf_walk/gfx/run_sw_2.png              |   Bin 0 -> 2575 bytes
 tests/data/wolf_walk/gfx/run_sw_3.png              |   Bin 0 -> 2479 bytes
 tests/data/wolf_walk/gfx/run_sw_4.png              |   Bin 0 -> 2395 bytes
 tests/data/wolf_walk/gfx/run_sw_5.png              |   Bin 0 -> 2306 bytes
 tests/data/wolf_walk/gfx/run_w_1.png               |   Bin 0 -> 2649 bytes
 tests/data/wolf_walk/gfx/run_w_2.png               |   Bin 0 -> 2721 bytes
 tests/data/wolf_walk/gfx/run_w_3.png               |   Bin 0 -> 2619 bytes
 tests/data/wolf_walk/gfx/run_w_4.png               |   Bin 0 -> 2606 bytes
 tests/data/wolf_walk/gfx/run_w_5.png               |   Bin 0 -> 2618 bytes
 tests/data/wolf_walk/gfx/standing_e_1.png          |   Bin 0 -> 2812 bytes
 tests/data/wolf_walk/gfx/walk_e_1.png              |   Bin 0 -> 2804 bytes
 tests/data/wolf_walk/gfx/walk_e_2.png              |   Bin 0 -> 2667 bytes
 tests/data/wolf_walk/gfx/walk_e_3.png              |   Bin 0 -> 2646 bytes
 tests/data/wolf_walk/gfx/walk_e_4.png              |   Bin 0 -> 2864 bytes
 tests/data/wolf_walk/gfx/walk_e_5.png              |   Bin 0 -> 2760 bytes
 tests/data/wolf_walk/gfx/walk_e_6.png              |   Bin 0 -> 2575 bytes
 tests/data/wolf_walk/gfx/walk_e_7.png              |   Bin 0 -> 2731 bytes
 tests/data/wolf_walk/gfx/walk_e_8.png              |   Bin 0 -> 2775 bytes
 tests/data/wolf_walk/gfx/walk_n_1.png              |   Bin 0 -> 1599 bytes
 tests/data/wolf_walk/gfx/walk_n_2.png              |   Bin 0 -> 1618 bytes
 tests/data/wolf_walk/gfx/walk_n_3.png              |   Bin 0 -> 1635 bytes
 tests/data/wolf_walk/gfx/walk_n_4.png              |   Bin 0 -> 1637 bytes
 tests/data/wolf_walk/gfx/walk_n_5.png              |   Bin 0 -> 1651 bytes
 tests/data/wolf_walk/gfx/walk_n_6.png              |   Bin 0 -> 1630 bytes
 tests/data/wolf_walk/gfx/walk_n_7.png              |   Bin 0 -> 1746 bytes
 tests/data/wolf_walk/gfx/walk_n_8.png              |   Bin 0 -> 1712 bytes
 tests/data/wolf_walk/gfx/walk_ne_1.png             |   Bin 0 -> 2514 bytes
 tests/data/wolf_walk/gfx/walk_ne_2.png             |   Bin 0 -> 2513 bytes
 tests/data/wolf_walk/gfx/walk_ne_3.png             |   Bin 0 -> 2497 bytes
 tests/data/wolf_walk/gfx/walk_ne_4.png             |   Bin 0 -> 2517 bytes
 tests/data/wolf_walk/gfx/walk_ne_5.png             |   Bin 0 -> 2427 bytes
 tests/data/wolf_walk/gfx/walk_ne_6.png             |   Bin 0 -> 2481 bytes
 tests/data/wolf_walk/gfx/walk_ne_7.png             |   Bin 0 -> 2483 bytes
 tests/data/wolf_walk/gfx/walk_ne_8.png             |   Bin 0 -> 2477 bytes
 tests/data/wolf_walk/gfx/walk_nw_1.png             |   Bin 0 -> 2575 bytes
 tests/data/wolf_walk/gfx/walk_nw_2.png             |   Bin 0 -> 2532 bytes
 tests/data/wolf_walk/gfx/walk_nw_3.png             |   Bin 0 -> 2575 bytes
 tests/data/wolf_walk/gfx/walk_nw_4.png             |   Bin 0 -> 2506 bytes
 tests/data/wolf_walk/gfx/walk_nw_5.png             |   Bin 0 -> 2523 bytes
 tests/data/wolf_walk/gfx/walk_nw_6.png             |   Bin 0 -> 2533 bytes
 tests/data/wolf_walk/gfx/walk_nw_7.png             |   Bin 0 -> 2563 bytes
 tests/data/wolf_walk/gfx/walk_nw_8.png             |   Bin 0 -> 2524 bytes
 tests/data/wolf_walk/gfx/walk_s_1.png              |   Bin 0 -> 1708 bytes
 tests/data/wolf_walk/gfx/walk_s_2.png              |   Bin 0 -> 1722 bytes
 tests/data/wolf_walk/gfx/walk_s_3.png              |   Bin 0 -> 1747 bytes
 tests/data/wolf_walk/gfx/walk_s_4.png              |   Bin 0 -> 1669 bytes
 tests/data/wolf_walk/gfx/walk_s_5.png              |   Bin 0 -> 1681 bytes
 tests/data/wolf_walk/gfx/walk_s_6.png              |   Bin 0 -> 1695 bytes
 tests/data/wolf_walk/gfx/walk_s_7.png              |   Bin 0 -> 1707 bytes
 tests/data/wolf_walk/gfx/walk_s_8.png              |   Bin 0 -> 1679 bytes
 tests/data/wolf_walk/gfx/walk_se_1.png             |   Bin 0 -> 2524 bytes
 tests/data/wolf_walk/gfx/walk_se_2.png             |   Bin 0 -> 2476 bytes
 tests/data/wolf_walk/gfx/walk_se_3.png             |   Bin 0 -> 2449 bytes
 tests/data/wolf_walk/gfx/walk_se_4.png             |   Bin 0 -> 2398 bytes
 tests/data/wolf_walk/gfx/walk_se_5.png             |   Bin 0 -> 2386 bytes
 tests/data/wolf_walk/gfx/walk_se_6.png             |   Bin 0 -> 2382 bytes
 tests/data/wolf_walk/gfx/walk_se_7.png             |   Bin 0 -> 2436 bytes
 tests/data/wolf_walk/gfx/walk_se_8.png             |   Bin 0 -> 2436 bytes
 tests/data/wolf_walk/gfx/walk_sw_1.png             |   Bin 0 -> 2498 bytes
 tests/data/wolf_walk/gfx/walk_sw_2.png             |   Bin 0 -> 2475 bytes
 tests/data/wolf_walk/gfx/walk_sw_3.png             |   Bin 0 -> 2438 bytes
 tests/data/wolf_walk/gfx/walk_sw_4.png             |   Bin 0 -> 2389 bytes
 tests/data/wolf_walk/gfx/walk_sw_5.png             |   Bin 0 -> 2308 bytes
 tests/data/wolf_walk/gfx/walk_sw_6.png             |   Bin 0 -> 2355 bytes
 tests/data/wolf_walk/gfx/walk_sw_7.png             |   Bin 0 -> 2396 bytes
 tests/data/wolf_walk/gfx/walk_sw_8.png             |   Bin 0 -> 2413 bytes
 tests/data/wolf_walk/gfx/walk_w_1.png              |   Bin 0 -> 2819 bytes
 tests/data/wolf_walk/gfx/walk_w_2.png              |   Bin 0 -> 2663 bytes
 tests/data/wolf_walk/gfx/walk_w_3.png              |   Bin 0 -> 2678 bytes
 tests/data/wolf_walk/gfx/walk_w_4.png              |   Bin 0 -> 2888 bytes
 tests/data/wolf_walk/gfx/walk_w_5.png              |   Bin 0 -> 2711 bytes
 tests/data/wolf_walk/gfx/walk_w_6.png              |   Bin 0 -> 2539 bytes
 tests/data/wolf_walk/gfx/walk_w_7.png              |   Bin 0 -> 2713 bytes
 tests/data/wolf_walk/gfx/walk_w_8.png              |   Bin 0 -> 2761 bytes
 tests/data/wolf_walk/wolf_walk_e.xml               |    10 +
 tests/data/wolf_walk/wolf_walk_n.xml               |    10 +
 tests/data/wolf_walk/wolf_walk_ne.xml              |    10 +
 tests/data/wolf_walk/wolf_walk_nw.xml              |    10 +
 tests/data/wolf_walk/wolf_walk_s.xml               |    10 +
 tests/data/wolf_walk/wolf_walk_se.xml              |    10 +
 tests/data/wolf_walk/wolf_walk_sw.xml              |    10 +
 tests/data/wolf_walk/wolf_walk_w.xml               |    10 +
 tests/fife_test/LICENSE                            |    77 +
 tests/fife_test/data/backgrounds/background.png    |   Bin 0 -> 10414 bytes
 tests/fife_test/data/backgrounds/stripe.png        |   Bin 0 -> 12850 bytes
 tests/fife_test/data/fonts/FreeMono.ttf            |   Bin 0 -> 293572 bytes
 tests/fife_test/data/fonts/FreeSans.ttf            |   Bin 0 -> 568896 bytes
 tests/fife_test/data/fonts/freefont.fontdef        |    20 +
 tests/fife_test/data/fonts/rpgfont.png             |   Bin 0 -> 1768 bytes
 tests/fife_test/data/fonts/samanata.fontdef        |    40 +
 tests/fife_test/data/fonts/samanata.ttf            |   Bin 0 -> 155116 bytes
 tests/fife_test/data/gui/absolute.xml              |    10 +
 tests/fife_test/data/gui/all_widgets.xml           |    49 +
 tests/fife_test/data/gui/colortester.xml           |   115 +
 tests/fife_test/data/gui/credits.xml               |    10 +
 tests/fife_test/data/gui/demoapp.xml               |    22 +
 tests/fife_test/data/gui/dynamic.xml               |    13 +
 tests/fife_test/data/gui/poc_guianimation.xml      |    55 +
 tests/fife_test/data/gui/scrollarea.xml            |    36 +
 tests/fife_test/data/gui/showhide.xml              |    18 +
 tests/fife_test/data/gui/slider.xml                |    14 +
 tests/fife_test/data/gui/styling.xml               |    11 +
 .../fife_test/data/gui/widget_events_controls.xml  |     8 +
 tests/fife_test/data/gui/widget_events_window.xml  |     5 +
 tests/fife_test/data/help/HeightTest.txt           |     4 +
 tests/fife_test/data/help/MapLoadTest.txt          |     6 +
 tests/fife_test/data/help/MultiPathfinderTest.txt  |     5 +
 tests/fife_test/data/help/OverlayTest.txt          |     5 +
 tests/fife_test/data/help/PathfinderTest.txt       |     5 +
 tests/fife_test/data/help/PychanTest.txt           |    16 +
 tests/fife_test/data/help/SelectionTest.txt        |     3 +
 tests/fife_test/data/help/TriggerTest.txt          |     5 +
 tests/fife_test/data/help/fife_test.txt            |    21 +
 tests/fife_test/data/icons/pychan_logo.png         |   Bin 0 -> 16278 bytes
 tests/fife_test/data/maps/benchmark.xml            | 10220 ++++++++
 tests/fife_test/data/maps/grassland.xml            |   275 +
 tests/fife_test/data/maps/heightmap.xml            |   170 +
 .../data/maps/multipathfinder_grassland.xml        |  1749 ++
 tests/fife_test/data/maps/overlay_grassland.xml    |   351 +
 tests/fife_test/data/maps/pathfinder_grassland.xml |  2093 ++
 tests/fife_test/data/maps/tileset_test.xml         |    61 +
 .../objects/actors/player/frigate/back_object.xml  |    51 +
 .../data/objects/actors/player/frigate/dummy/0.png |   Bin 0 -> 91 bytes
 .../actors/player/frigate/dummy/animation.xml      |     4 +
 .../objects/actors/player/frigate/front_object.xml |    51 +
 .../objects/actors/player/frigate/move/0/0.png     |   Bin 0 -> 32813 bytes
 .../actors/player/frigate/move/0/animation.xml     |     4 +
 .../objects/actors/player/frigate/move/135/0.png   |   Bin 0 -> 39795 bytes
 .../actors/player/frigate/move/135/animation.xml   |     4 +
 .../objects/actors/player/frigate/move/180/0.png   |   Bin 0 -> 35475 bytes
 .../actors/player/frigate/move/180/animation.xml   |     4 +
 .../objects/actors/player/frigate/move/225/0.png   |   Bin 0 -> 31760 bytes
 .../actors/player/frigate/move/225/animation.xml   |     4 +
 .../objects/actors/player/frigate/move/270/0.png   |   Bin 0 -> 21609 bytes
 .../actors/player/frigate/move/270/animation.xml   |     4 +
 .../objects/actors/player/frigate/move/315/0.png   |   Bin 0 -> 36153 bytes
 .../actors/player/frigate/move/315/animation.xml   |     4 +
 .../objects/actors/player/frigate/move/45/0.png    |   Bin 0 -> 35860 bytes
 .../actors/player/frigate/move/45/animation.xml    |     4 +
 .../objects/actors/player/frigate/move/90/0.png    |   Bin 0 -> 24386 bytes
 .../actors/player/frigate/move/90/animation.xml    |     4 +
 .../data/objects/actors/player/frigate/object.xml  |    25 +
 .../data/objects/actors/player/hero/buckler.png    |   Bin 0 -> 332175 bytes
 .../objects/actors/player/hero/buckler_atlas.xml   |   115 +
 .../data/objects/actors/player/hero/clothes.png    |   Bin 0 -> 910775 bytes
 .../objects/actors/player/hero/clothes_atlas.xml   |   115 +
 .../data/objects/actors/player/hero/dagger.png     |   Bin 0 -> 103362 bytes
 .../objects/actors/player/hero/dagger_atlas.xml    |   115 +
 .../data/objects/actors/player/hero/greatbow.png   |   Bin 0 -> 595677 bytes
 .../objects/actors/player/hero/greatbow_atlas.xml  |   115 +
 .../data/objects/actors/player/hero/greatstaff.png |   Bin 0 -> 468271 bytes
 .../actors/player/hero/greatstaff_atlas.xml        |   115 +
 .../data/objects/actors/player/hero/greatsword.png |   Bin 0 -> 400393 bytes
 .../actors/player/hero/greatsword_atlas.xml        |   115 +
 .../objects/actors/player/hero/leather_armor.png   |   Bin 0 -> 893590 bytes
 .../actors/player/hero/leather_armor_atlas.xml     |   115 +
 .../data/objects/actors/player/hero/longbow.png    |   Bin 0 -> 415671 bytes
 .../objects/actors/player/hero/longbow_atlas.xml   |   115 +
 .../data/objects/actors/player/hero/longsword.png  |   Bin 0 -> 250198 bytes
 .../objects/actors/player/hero/longsword_atlas.xml |   115 +
 .../data/objects/actors/player/hero/male_head1.png |   Bin 0 -> 160629 bytes
 .../actors/player/hero/male_head1_atlas.xml        |   115 +
 .../data/objects/actors/player/hero/male_head2.png |   Bin 0 -> 168056 bytes
 .../actors/player/hero/male_head2_atlas.xml        |   115 +
 .../data/objects/actors/player/hero/male_head3.png |   Bin 0 -> 214585 bytes
 .../actors/player/hero/male_head3_atlas.xml        |   115 +
 .../data/objects/actors/player/hero/object.xml     |     7 +
 .../data/objects/actors/player/hero/rod.png        |   Bin 0 -> 151226 bytes
 .../data/objects/actors/player/hero/rod_atlas.xml  |   115 +
 .../data/objects/actors/player/hero/shield.png     |   Bin 0 -> 258891 bytes
 .../objects/actors/player/hero/shield_atlas.xml    |   115 +
 .../data/objects/actors/player/hero/shortbow.png   |   Bin 0 -> 244703 bytes
 .../objects/actors/player/hero/shortbow_atlas.xml  |   115 +
 .../data/objects/actors/player/hero/shortsword.png |   Bin 0 -> 97587 bytes
 .../actors/player/hero/shortsword_atlas.xml        |   115 +
 .../data/objects/actors/player/hero/slingshot.png  |   Bin 0 -> 129147 bytes
 .../objects/actors/player/hero/slingshot_atlas.xml |   115 +
 .../data/objects/actors/player/hero/staff.png      |   Bin 0 -> 324639 bytes
 .../objects/actors/player/hero/staff_atlas.xml     |   115 +
 .../objects/actors/player/hero/steel_armor.png     |   Bin 0 -> 960804 bytes
 .../actors/player/hero/steel_armor_atlas.xml       |   115 +
 .../data/objects/actors/player/hero/wand.png       |   Bin 0 -> 104342 bytes
 .../data/objects/actors/player/hero/wand_atlas.xml |   115 +
 .../data/objects/actors/player/skel/object.xml     |    27 +
 .../data/objects/actors/player/skel/stand.png      |   Bin 0 -> 154631 bytes
 .../data/objects/actors/player/skel/walk.png       |   Bin 0 -> 281369 bytes
 tests/fife_test/data/tilesets/grassland_tiles.png  |   Bin 0 -> 1290805 bytes
 tests/fife_test/data/tilesets/grassland_tiles.xml  |   846 +
 tests/fife_test/data/tilesets/rpg_tiles.png        |   Bin 0 -> 562844 bytes
 tests/fife_test/data/tilesets/rpg_tiles.xml        |   192 +
 .../fife_test/data/tilesets/skel_overlay_tiles.xml |    42 +
 .../fife_test/data/tilesets/skel_stand_overlay.png |   Bin 0 -> 3123 bytes
 tests/fife_test/data/tilesets/terrain1.png         |   Bin 0 -> 169885 bytes
 tests/fife_test/data/tilesets/terrain1.xml         |   246 +
 tests/fife_test/data/tilesets/toilett.png          |   Bin 0 -> 5208 bytes
 tests/fife_test/data/tilesets/toilett.xml          |    11 +
 .../data/tilesets/toilett_multicolor_overlay.png   |   Bin 0 -> 435 bytes
 .../data/tilesets/toilett_singecolor_overlay.png   |   Bin 0 -> 369 bytes
 tests/fife_test/run.py                             |    73 +
 tests/{analyzers => fife_test/scripts}/__init__.py |     0
 tests/fife_test/scripts/fife_test.py               |   259 +
 tests/fife_test/scripts/test.py                    |   140 +
 tests/fife_test/settings-dist.xml                  |    45 +
 tests/fife_test/tests/BenchmarkTest.py             |   268 +
 tests/fife_test/tests/HeightTest.py                |   219 +
 tests/fife_test/tests/MapLoadTest.py               |   210 +
 tests/fife_test/tests/MultiPathfinderTest.py       |   269 +
 tests/fife_test/tests/OverlayTest.py               |   409 +
 tests/fife_test/tests/PathfinderTest.py            |   242 +
 tests/fife_test/tests/PychanTest.py                |   736 +
 tests/fife_test/tests/PychanWidgetEventsTest.py    |   114 +
 tests/fife_test/tests/SelectionTest.py             |   288 +
 tests/fife_test/tests/TriggerTest.py               |   242 +
 tests/{analyzers => fife_test/tests}/__init__.py   |     0
 tests/swig_tests/animation_tests.py                |   246 +-
 tools/README.md                                    |    22 +
 tools/analyzers/README.md                          |    33 +
 {tests => tools}/analyzers/__init__.py             |     0
 .../analyzers/_allowed_dependencies.py             |     0
 tools/analyzers/dep_analyzer.py                    |   248 +
 tools/geometry_twister.py                          |   217 +
 utils/scons/scons_utils.py                         |   118 +-
 1023 files changed, 85279 insertions(+), 123187 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fife.git



More information about the Pkg-games-commits mailing list