View | Details | Raw Unified | Return to bug 217328 | Differences between
and this patch

Collapse All | Expand All

(-)py-fife/Makefile (-33 / +47 lines)
Lines 2-54 Link Here
2
# $FreeBSD: head/games/py-fife/Makefile 430692 2017-01-06 08:45:03Z jbeich $
2
# $FreeBSD: head/games/py-fife/Makefile 430692 2017-01-06 08:45:03Z jbeich $
3
3
4
PORTNAME=		fife
4
PORTNAME=		fife
5
PORTVERSION=		0.3.5
5
PORTVERSION=		0.4.1
6
PORTREVISION=		7
7
CATEGORIES=		games
6
CATEGORIES=		games
8
MASTER_SITES=		http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \
7
MASTER_SITES=		https://github.com/fifengine/fifengine/archive/
9
			http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo \
10
			http://sourceforge.net/projects/${PORTNAME}/files/active/tools/:tools
11
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
12
DISTNAME=		${PORTNAME}_${PORTVERSION}
9
DISTFILES=		${PORTVERSION}.tar.gz
13
DISTFILES+=		${DISTNAME}.tar.gz:source \
14
			${DISTNAME}_demos.tar.gz:demo \
15
			${DISTNAME}_tools.tar.gz:tools
16
10
17
MAINTAINER=		fiziologus@gmail.com
11
MAINTAINER=		fiziologus@gmail.com
18
COMMENT=		Flexible Isometric Free Engine
12
COMMENT=		Flexible Isometric Free Engine
19
13
20
LICENSE=		LGPL21
14
LICENSE=		LGPL21
21
15
22
BUILD_DEPENDS=		${LOCALBASE}/bin/swig2.0:devel/swig20
23
LIB_DEPENDS=		libvorbisfile.so:audio/libvorbis \
16
LIB_DEPENDS=		libvorbisfile.so:audio/libvorbis \
24
			libguichan.so:devel/guichan \
17
			libtinyxml.so:textproc/tinyxml \
25
			libboost_filesystem.so:devel/boost-libs \
18
			libboost_filesystem.so:devel/boost-libs \
26
			libpng.so:graphics/png
19
			libpng.so:graphics/png
27
20
28
USES=			openal:al pkgconfig python:2 scons
21
USES=			openal:al pkgconfig cmake:outsource
29
USE_GL=			gl
22
USE_GL=			gl
30
USE_SDL=		sdl ttf image
23
USE_SDL=		sdl2 ttf2 image2
31
USE_XORG=		xcursor
24
USE_XORG=		xcursor
32
25
33
ALL_TARGET=		fife-python
26
WRKSRC=			${WRKDIR}/fifengine-${PORTVERSION}
34
INSTALL_TARGET=		install-python
27
35
MAKE_ENV+=		SWIG=${LOCALBASE}/bin/swig2.0
28
OPTIONS_DEFINE=		ZIP LOGGING
36
29
37
OPTIONS_DEFINE=		DOCS
30
OPTIONS_MULTI=		GUISS COMP
38
31
39
post-patch:
32
OPTIONS_SUB=		yes
40
	${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/ligpng15/g' ${WRKSRC}/build/openbsd4-config.py && \
33
41
		${MV} ${WRKSRC}/build/openbsd4-config.py ${WRKSRC}/build/${PYTHON_PLATFORM}-config.py
34
OPTIONS_MULTI_GUISS=	FIFECHAN CEGUI
42
35
GUISS_DESC=		GUI subsystem
43
OPTIONS_DEFINE=	DOCS
36
FIFECHAN_DESC=		Fifechan GUI subsystem
44
37
CEGUI_DESC=		Crazy Eddi's GUI subsystem (must be build with OpenGL)
45
post-install:
38
46
	${MKDIR} ${STAGEDIR}${DATADIR}
39
ZIP_DESC=		ZIP archive support
47
	${MV} ${WRKDIR}/tools ${STAGEDIR}${DATADIR}
40
LOGGING_DESC=		Logging
48
	${MV} ${WRKDIR}/demos ${STAGEDIR}${DATADIR}
41
49
	${MKDIR} ${STAGEDIR}${DOCSDIR}
42
OPTIONS_MULTI_COMP=	PYTHON LIBRARY
50
.for FILE in README AUTHORS CHANGES COPYING
43
COMP_DESC=		Building components
51
	${MV} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
44
PYTHON_DESC=		Build python extension module (need for unknown-horizons)
52
.endfor
45
LIBRARY_DESC=		Build and install files for directly develop with C++ 
46
47
OPTIONS_DEFAULT=	FIFECHAN ZIP LOGGING PYTHON
48
49
FIFECHAN_CMAKE_BOOL=	fifechan
50
FIFECHAN_LIB_DEPENDS=	libfifechan_sdl.so:devel/fifechan
51
52
CEGUI_CMAKE_BOOL=	cegui
53
CEGUI_LIB_DEPENDS=	libCEGUIBase-0.so:graphics/cegui
54
CEGUI_USE=		gl=glew
55
56
ZIP_CMAKE_BOOL=		zip
57
LOGGING_CMAKE_BOOL=	logging
58
59
PYTHON_CMAKE_BOOL=	build-python
60
PYTHON_USES=		python:2
61
PYTHON_BUILD_DEPENDS=	${LOCALBASE}/bin/swig3.0:devel/swig30
62
63
LIBRARY_CMAKE_BOOL=	build-library
64
# For static library build
65
# LIBRARY_CMAKE_ON=	-Dbuild-library=ON -DBUILD_SHARED_LIBS=OFF
66
# LIBRARY_CMAKE_OFF=	-Dbuild-library=OFF
53
67
54
.include <bsd.port.mk>
68
.include <bsd.port.mk>
(-)py-fife/distinfo (-6 / +3 lines)
Lines 1-6 Link Here
1
SHA256 (fife_0.3.5.tar.gz) = 1d3c7a19d05ae426af6ccd50a8ba79a71eb6e6f18f0226d1abdaeae7fcf9d3a8
1
TIMESTAMP = 1487860054
2
SIZE (fife_0.3.5.tar.gz) = 1383813
2
SHA256 (0.4.1.tar.gz) = bae3fc591cc2891f7d1b3a656a5d8ad700ecc2e297ad453bf4f1bcbbf82e8cb2
3
SHA256 (fife_0.3.5_demos.tar.gz) = 3e4ae747da68c9a9a014b09312c7e62cd2fa1928aeda72200fec15bf9bbb4fe0
3
SIZE (0.4.1.tar.gz) = 15972607
4
SIZE (fife_0.3.5_demos.tar.gz) = 23347311
5
SHA256 (fife_0.3.5_tools.tar.gz) = 47b6fe045c734813f14e71279cd0d999ae1485f928714950d90a2a20cd7b4fc1
6
SIZE (fife_0.3.5_tools.tar.gz) = 502981
(-)py-fife/files/patch-CMakeLists.txt (+74 lines)
Line 0 Link Here
1
--- CMakeLists.txt.orig	2017-02-07 21:39:46.000000000 +0300
2
+++ CMakeLists.txt	2017-02-24 02:07:19.734433000 +0300
3
@@ -33,7 +33,6 @@
4
 option(logging          "Enable logging"                                        ON)
5
 option(rend-camzone     "Enable camera zone renderer"                           OFF)
6
 option(rend-grid        "Enable camera grid renderer"                           OFF)
7
-option(use-githash      "Try to determine the git hash for the current commit"  ON)
8
 option(build-python     "Build the python extension module"                     ON)
9
 option(build-library    "Build and install files to directly develop with c++"  OFF)
10
 
11
@@ -690,6 +689,20 @@
12
 
13
   find_package(GLEW REQUIRED)
14
   include_directories(${GLEW_INCLUDE_DIRS})
15
+  add_definitions(-DHAVE_OPENGL)
16
+  if(zip)
17
+    set(FIFE_CORE_SRC ${FIFE_CORE_SRC} ${FIFE_ZIP_SRC})
18
+    add_definitions(-DHAVE_ZIP)
19
+  endif(zip)
20
+  if(logging)
21
+    add_definitions(-DLOG_ENABLED)
22
+  endif(logging)
23
+  if(rend-camzone)
24
+    add_definitions(-DRENDER_CAMZONES)
25
+  endif(rend-camzone)
26
+  if(rend-grid)
27
+    add_definitions(-DRENDER_GRID)
28
+  endif(rend-grid)
29
 endif(cegui)
30
 
31
 if(build-python)
32
@@ -710,6 +723,8 @@
33
 
34
   find_package(FifeChan COMPONENTS sdl REQUIRED)
35
  
36
+  message("Using FifeChan")
37
+  set(FIFE_CORE_SRC ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC})
38
   if(build-python)
39
     set(SWIG_MODULE_fifechan_EXTRA_DEPS)
40
     foreach(filename ${FIFE_FCHAN_SWIG_LIB})
41
@@ -742,15 +757,6 @@
42
   if(rend-grid)
43
     add_definitions(-DRENDER_GRID)
44
   endif(rend-grid)
45
-  if(use-githash)
46
-    execute_process(
47
-      COMMAND git rev-parse --short=8 HEAD
48
-      WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
49
-      OUTPUT_VARIABLE GIT_COMMIT_HASH
50
-      OUTPUT_STRIP_TRAILING_WHITESPACE
51
-    )
52
-    add_definitions(-DFIFE_GIT_HASH=${GIT_COMMIT_HASH})
53
-  endif(use-githash)
54
   include_directories(${FIFECHAN_INCLUDE_DIR})
55
   link_directories(${FIFECHAN_LIBRARIES})
56
   if(build-python)
57
@@ -846,7 +852,7 @@
58
 
59
   set_source_files_properties("${PROJECT_BINARY_DIR}/fife.i" PROPERTIES CPLUSPLUS ON)
60
 
61
-  swig_add_module(fife python "${PROJECT_BINARY_DIR}/fife.i"  ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC})
62
+  swig_add_module(fife python "${PROJECT_BINARY_DIR}/fife.i"  ${FIFE_CORE_SRC})
63
   swig_link_libraries(fife ${PYTHON_LIBRARIES})
64
   swig_link_libraries(fife ${SDL2_LIBRARY}
65
                            ${SDL2_IMAGE_LIBRARIES}
66
@@ -904,7 +910,7 @@
67
 #------------------------------------------------------------------------------
68
 
69
 if(build-library)
70
-  add_library(fife ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC})
71
+  add_library(fife ${FIFE_CORE_SRC})
72
   set_target_properties(fife PROPERTIES SOVERSION ${FIFE_VERSION})
73
 
74
   target_link_libraries(fife ${SDL2_LIBRARY}
(-)py-fife/files/patch-engine__SConscript (-14 lines)
Lines 1-14 Link Here
1
# Add in -Iengine/core to includes can be found
2
# Backport https://github.com/fifengine/fifengine/issues/792
3
4
--- ./engine/SConscript.orig	2014-01-11 21:05:39.567308621 +1100
5
+++ ./engine/SConscript	2014-01-11 21:06:18.367282812 +1100
6
@@ -161,7 +161,7 @@
7
                                            os.path.join('swigwrappers', 'python' ,'fife_wrap.h'),
8
                                            os.path.join('python', 'fife', 'fife.py')],
9
 							  source = os.path.join('swigwrappers', 'python' ,'fife.i'),
10
-							  SWIGFLAGS=['-python','-c++','-w511'],
11
+							  SWIGFLAGS=['-python','-c++','-w511','-w473', '-w404','-Iengine/core','-outdir','engine/python/fife'],
12
 							  SWIGPATH='core',
13
 							  SWIGOUTDIR=Dir('#/engine/python/fife').srcnode().path)
14
 							  
(-)py-fife/pkg-plist (-482 / +248 lines)
Lines 1-482 Link Here
1
%%PYTHON_SITELIBDIR%%/fife/extensions/basicapplication.py
1
%%LIBRARY%%include/fife/core/audio/fife_openal.h
2
%%PYTHON_SITELIBDIR%%/fife/extensions/fifelog.py
2
%%LIBRARY%%include/fife/core/audio/soundclip.h
3
%%PYTHON_SITELIBDIR%%/fife/extensions/fife_compat.py
3
%%LIBRARY%%include/fife/core/audio/soundclipmanager.h
4
%%PYTHON_SITELIBDIR%%/fife/extensions/fife_settings.py
4
%%LIBRARY%%include/fife/core/audio/soundconfig.h
5
%%PYTHON_SITELIBDIR%%/fife/extensions/fife_timer.py
5
%%LIBRARY%%include/fife/core/audio/sounddecoder.h
6
%%PYTHON_SITELIBDIR%%/fife/extensions/fife_utils.py
6
%%LIBRARY%%include/fife/core/audio/soundemitter.h
7
%%PYTHON_SITELIBDIR%%/fife/extensions/filebrowser.py
7
%%LIBRARY%%include/fife/core/audio/soundmanager.h
8
%%PYTHON_SITELIBDIR%%/fife/extensions/loaders.py
8
%%LIBRARY%%include/fife/core/controller/engine.h
9
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/attrs.py
9
%%LIBRARY%%include/fife/core/controller/enginesettings.h
10
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/autoposition.py
10
%%LIBRARY%%include/fife/core/eventchannel/base/ec_event.h
11
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/compat.py
11
%%LIBRARY%%include/fife/core/eventchannel/base/ec_inputevent.h
12
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialogs.py
12
%%LIBRARY%%include/fife/core/eventchannel/command/ec_command.h
13
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/events.py
13
%%LIBRARY%%include/fife/core/eventchannel/command/ec_commandids.h
14
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/exceptions.py
14
%%LIBRARY%%include/fife/core/eventchannel/command/ec_icommandcontroller.h
15
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fonts.py
15
%%LIBRARY%%include/fife/core/eventchannel/command/ec_icommandlistener.h
16
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/internal.py
16
%%LIBRARY%%include/fife/core/eventchannel/drop/ec_dropevent.h
17
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/properties.py
17
%%LIBRARY%%include/fife/core/eventchannel/drop/ec_idropcontroller.h
18
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/tools.py
18
%%LIBRARY%%include/fife/core/eventchannel/drop/ec_idroplistener.h
19
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/basictextwidget.py
19
%%LIBRARY%%include/fife/core/eventchannel/eventmanager.h
20
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/buttons.py
20
%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeycontroller.h
21
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/checkbox.py
21
%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeyfilter.h
22
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/common.py
22
%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeylistener.h
23
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/containers.py
23
%%LIBRARY%%include/fife/core/eventchannel/key/ec_key.h
24
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/dropdown.py
24
%%LIBRARY%%include/fife/core/eventchannel/key/ec_keyevent.h
25
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/ext/__init__.py
25
%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imousecontroller.h
26
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/icon.py
26
%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imousefilter.h
27
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/label.py
27
%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imouselistener.h
28
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/layout.py
28
%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_mouseevent.h
29
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/listbox.py
29
%%LIBRARY%%include/fife/core/eventchannel/sdl/ec_isdleventcontroller.h
30
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/percentagebar.py
30
%%LIBRARY%%include/fife/core/eventchannel/sdl/ec_isdleventlistener.h
31
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/radiobutton.py
31
%%LIBRARY%%include/fife/core/eventchannel/source/ec_eventsourcetypes.h
32
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/scrollarea.py
32
%%LIBRARY%%include/fife/core/eventchannel/source/ec_ieventsource.h
33
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/slider.py
33
%%LIBRARY%%include/fife/core/eventchannel/text/ec_itextcontroller.h
34
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textbox.py
34
%%LIBRARY%%include/fife/core/eventchannel/text/ec_itextlistener.h
35
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textfield.py
35
%%LIBRARY%%include/fife/core/eventchannel/text/ec_text.h
36
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/widget.py
36
%%LIBRARY%%include/fife/core/eventchannel/text/ec_textevent.h
37
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/__init__.py
37
%%LIBRARY%%include/fife/core/export.h
38
%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/__init__.py
38
%%LIBRARY%%include/fife/core/ext/glee/GLee.h
39
%%PYTHON_SITELIBDIR%%/fife/extensions/pythonize.py
39
%%LIBRARY%%%%CEGUI%%include/fife/core/gui/cegui/base/ceguiinputprocessor.h
40
%%PYTHON_SITELIBDIR%%/fife/extensions/savers.py
40
%%LIBRARY%%%%CEGUI%%include/fife/core/gui/cegui/ceguimanager.h
41
%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/simplexml.py
41
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_font.h
42
%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlanimation.py
42
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_image.h
43
%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmap.py
43
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_imageloader.h
44
%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmapsaver.py
44
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/opengl/opengl_gui_graphics.h
45
%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlobject.py
45
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/sdl/sdl_gui_graphics.h
46
%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xml_loader_tools.py
46
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/console/commandline.h
47
%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/__init__.py
47
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/console/console.h
48
%%PYTHON_SITELIBDIR%%/fife/extensions/soundmanager.py
48
%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/fifechanmanager.h
49
%%PYTHON_SITELIBDIR%%/fife/extensions/__init__.py
49
%%LIBRARY%%include/fife/core/gui/fifechan/util/utf8/utf8stringeditor.h
50
%%PYTHON_SITELIBDIR%%/fife/fife.py
50
%%LIBRARY%%include/fife/core/gui/fifechan/widgets/clicklabel.h
51
%%PYTHON_SITELIBDIR%%/fife/_fife.so
51
%%LIBRARY%%include/fife/core/gui/fifechan/widgets/icon2.h
52
%%PYTHON_SITELIBDIR%%/fife/__init__.py
52
%%LIBRARY%%include/fife/core/gui/fifechan/widgets/percentagebar.h
53
%%DATADIR%%/demos/pychan_demo/colortester.py
53
%%LIBRARY%%include/fife/core/gui/fifechan/widgets/togglebutton.h
54
%%DATADIR%%/demos/pychan_demo/dynamic.py
54
%%LIBRARY%%include/fife/core/gui/fifechan/widgets/twobutton.h
55
%%DATADIR%%/demos/pychan_demo/fonts/freefont.fontdef
55
%%LIBRARY%%include/fife/core/gui/guimanager.h
56
%%DATADIR%%/demos/pychan_demo/fonts/freefont/AUTHORS
56
%%LIBRARY%%include/fife/core/gui/hybrid/hybridguimanager.h
57
%%DATADIR%%/demos/pychan_demo/fonts/freefont/ChangeLog
57
%%LIBRARY%%include/fife/core/loaders/native/audio/ogg_loader.h
58
%%DATADIR%%/demos/pychan_demo/fonts/freefont/COPYING
58
%%LIBRARY%%include/fife/core/loaders/native/audio/sounddecoder_ogg.h
59
%%DATADIR%%/demos/pychan_demo/fonts/freefont/CREDITS
59
%%LIBRARY%%include/fife/core/loaders/native/map/animationloader.h
60
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMono.ttf
60
%%LIBRARY%%include/fife/core/loaders/native/map/atlasloader.h
61
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoBold.ttf
61
%%LIBRARY%%include/fife/core/loaders/native/map/ianimationloader.h
62
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoBoldOblique.ttf
62
%%LIBRARY%%include/fife/core/loaders/native/map/iatlasloader.h
63
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoOblique.ttf
63
%%LIBRARY%%include/fife/core/loaders/native/map/imaploader.h
64
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSans.ttf
64
%%LIBRARY%%include/fife/core/loaders/native/map/iobjectloader.h
65
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansBold.ttf
65
%%LIBRARY%%include/fife/core/loaders/native/map/maploader.h
66
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansBoldOblique.ttf
66
%%LIBRARY%%include/fife/core/loaders/native/map/objectloader.h
67
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansOblique.ttf
67
%%LIBRARY%%include/fife/core/loaders/native/map/percentdonelistener.h
68
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerif.ttf
68
%%LIBRARY%%include/fife/core/loaders/native/video/imageloader.h
69
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifBold.ttf
69
%%LIBRARY%%include/fife/core/loaders/native/video/resourceanimationloader.h
70
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifBoldItalic.ttf
70
%%LIBRARY%%include/fife/core/model/metamodel/action.h
71
%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifItalic.ttf
71
%%LIBRARY%%include/fife/core/model/metamodel/grids/cellgrid.h
72
%%DATADIR%%/demos/pychan_demo/fonts/freefont/INSTALL
72
%%LIBRARY%%include/fife/core/model/metamodel/grids/hexgrid.h
73
%%DATADIR%%/demos/pychan_demo/fonts/freefont/README
73
%%LIBRARY%%include/fife/core/model/metamodel/grids/squaregrid.h
74
%%DATADIR%%/demos/pychan_demo/fonts/samanata.fontdef
74
%%LIBRARY%%include/fife/core/model/metamodel/ipather.h
75
%%DATADIR%%/demos/pychan_demo/fonts/samanata.ttf
75
%%LIBRARY%%include/fife/core/model/metamodel/ivisual.h
76
%%DATADIR%%/demos/pychan_demo/gui/absolute.xml
76
%%LIBRARY%%include/fife/core/model/metamodel/modelcoords.h
77
%%DATADIR%%/demos/pychan_demo/gui/all_widgets.xml
77
%%LIBRARY%%include/fife/core/model/metamodel/object.h
78
%%DATADIR%%/demos/pychan_demo/gui/backgrounds/background.png
78
%%LIBRARY%%include/fife/core/model/metamodel/timeprovider.h
79
%%DATADIR%%/demos/pychan_demo/gui/backgrounds/stripe.png
79
%%LIBRARY%%include/fife/core/model/model.h
80
%%DATADIR%%/demos/pychan_demo/gui/colortester.xml
80
%%LIBRARY%%include/fife/core/model/structures/cell.h
81
%%DATADIR%%/demos/pychan_demo/gui/credits.xml
81
%%LIBRARY%%include/fife/core/model/structures/cellcache.h
82
%%DATADIR%%/demos/pychan_demo/gui/demoapp.xml
82
%%LIBRARY%%include/fife/core/model/structures/instance.h
83
%%DATADIR%%/demos/pychan_demo/gui/dynamic.xml
83
%%LIBRARY%%include/fife/core/model/structures/instancetree.h
84
%%DATADIR%%/demos/pychan_demo/gui/icons/pychan_logo.png
84
%%LIBRARY%%include/fife/core/model/structures/layer.h
85
%%DATADIR%%/demos/pychan_demo/gui/loadmap.xml
85
%%LIBRARY%%include/fife/core/model/structures/location.h
86
%%DATADIR%%/demos/pychan_demo/gui/poc_guianimation.xml
86
%%LIBRARY%%include/fife/core/model/structures/map.h
87
%%DATADIR%%/demos/pychan_demo/gui/scrollarea.xml
87
%%LIBRARY%%include/fife/core/model/structures/renderernode.h
88
%%DATADIR%%/demos/pychan_demo/gui/slider.xml
88
%%LIBRARY%%include/fife/core/model/structures/trigger.h
89
%%DATADIR%%/demos/pychan_demo/gui/stretching.xml
89
%%LIBRARY%%include/fife/core/model/structures/triggercontroller.h
90
%%DATADIR%%/demos/pychan_demo/gui/styling.xml
90
%%LIBRARY%%include/fife/core/modules.h
91
%%DATADIR%%/demos/pychan_demo/poc_gui_animation.py
91
%%LIBRARY%%include/fife/core/pathfinder/route.h
92
%%DATADIR%%/demos/pychan_demo/pychan_demo.py
92
%%LIBRARY%%include/fife/core/pathfinder/routepather/multilayersearch.h
93
%%DATADIR%%/demos/pychan_demo/settings-dist.xml
93
%%LIBRARY%%include/fife/core/pathfinder/routepather/routepather.h
94
%%DATADIR%%/demos/pychan_demo/sliders.py
94
%%LIBRARY%%include/fife/core/pathfinder/routepather/routepathersearch.h
95
%%DATADIR%%/demos/pychan_demo/stretching.py
95
%%LIBRARY%%include/fife/core/pathfinder/routepather/singlelayersearch.h
96
%%DATADIR%%/demos/pychan_demo/styling.py
96
%%LIBRARY%%include/fife/core/savers/native/map/ianimationsaver.h
97
%%DATADIR%%/demos/rio_de_hola/fonts/FreeSans.ttf
97
%%LIBRARY%%include/fife/core/savers/native/map/iatlassaver.h
98
%%DATADIR%%/demos/rio_de_hola/fonts/rpgfont.png
98
%%LIBRARY%%include/fife/core/savers/native/map/imapsaver.h
99
%%DATADIR%%/demos/rio_de_hola/gui/help.xml
99
%%LIBRARY%%include/fife/core/savers/native/map/iobjectsaver.h
100
%%DATADIR%%/demos/rio_de_hola/gui/icons/boy.png
100
%%LIBRARY%%include/fife/core/savers/native/map/mapsaver.h
101
%%DATADIR%%/demos/rio_de_hola/gui/instancemenu.xml
101
%%LIBRARY%%include/fife/core/util/base/exception.h
102
%%DATADIR%%/demos/rio_de_hola/gui/rootpanel.xml
102
%%LIBRARY%%include/fife/core/util/base/fife_stdint.h
103
%%DATADIR%%/demos/rio_de_hola/LICENSE
103
%%LIBRARY%%include/fife/core/util/base/fifeclass.h
104
%%DATADIR%%/demos/rio_de_hola/maps/shrine.xml
104
%%LIBRARY%%include/fife/core/util/base/sharedptr.h
105
%%DATADIR%%/demos/rio_de_hola/maps/tourist_beach.xml
105
%%LIBRARY%%include/fife/core/util/base/singleton.h
106
%%DATADIR%%/demos/rio_de_hola/maps/tourist_beach_test.xml
106
%%LIBRARY%%include/fife/core/util/base/stringutils.h
107
%%DATADIR%%/demos/rio_de_hola/misc/black_cell.png
107
%%LIBRARY%%include/fife/core/util/log/logger.h
108
%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/LICENSE
108
%%LIBRARY%%include/fife/core/util/math/angles.h
109
%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/non-animated_object_rendersetup.blend
109
%%LIBRARY%%include/fife/core/util/math/fife_math.h
110
%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/rendering_setup.blend
110
%%LIBRARY%%include/fife/core/util/math/matrix.h
111
%%DATADIR%%/demos/rio_de_hola/misc/diamond_160x96_template_v01.blend
111
%%LIBRARY%%include/fife/core/util/resource/resource.h
112
%%DATADIR%%/demos/rio_de_hola/misc/infotext.txt
112
%%LIBRARY%%include/fife/core/util/resource/resourcemanager.h
113
%%DATADIR%%/demos/rio_de_hola/misc/mask_cell.png
113
%%LIBRARY%%include/fife/core/util/structures/point.h
114
%%DATADIR%%/demos/rio_de_hola/misc/mask_diamond_126_96.png
114
%%LIBRARY%%include/fife/core/util/structures/priorityqueue.h
115
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/045r.png
115
%%LIBRARY%%include/fife/core/util/structures/purge.h
116
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/135r.png
116
%%LIBRARY%%include/fife/core/util/structures/quadtree.h
117
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/225r.png
117
%%LIBRARY%%include/fife/core/util/structures/rect.h
118
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/315r.png
118
%%LIBRARY%%include/fife/core/util/time/timeevent.h
119
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/045r.png
119
%%LIBRARY%%include/fife/core/util/time/timemanager.h
120
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/135r.png
120
%%LIBRARY%%include/fife/core/util/time/timer.h
121
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/225r.png
121
%%LIBRARY%%include/fife/core/util/utf8/utf8.h
122
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/315r.png
122
%%LIBRARY%%include/fife/core/util/utf8/utf8/checked.h
123
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/045r.png
123
%%LIBRARY%%include/fife/core/util/utf8/utf8/core.h
124
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/135r.png
124
%%LIBRARY%%include/fife/core/util/utf8/utf8/unchecked.h
125
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/225r.png
125
%%LIBRARY%%include/fife/core/version.h
126
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/315r.png
126
%%LIBRARY%%include/fife/core/vfs/dat/dat1.h
127
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/045r.png
127
%%LIBRARY%%include/fife/core/vfs/dat/dat2.h
128
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/135r.png
128
%%LIBRARY%%include/fife/core/vfs/dat/lzssdecoder.h
129
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/225r.png
129
%%LIBRARY%%include/fife/core/vfs/dat/rawdatadat1.h
130
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/315r.png
130
%%LIBRARY%%include/fife/core/vfs/dat/rawdatadat2.h
131
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/045r.png
131
%%LIBRARY%%include/fife/core/vfs/directoryprovider.h
132
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/135r.png
132
%%LIBRARY%%include/fife/core/vfs/fife_boost_filesystem.h
133
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/225r.png
133
%%LIBRARY%%include/fife/core/vfs/raw/rawdata.h
134
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/315r.png
134
%%LIBRARY%%include/fife/core/vfs/raw/rawdatafile.h
135
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/045r.png
135
%%LIBRARY%%include/fife/core/vfs/raw/rawdatamemsource.h
136
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/135r.png
136
%%LIBRARY%%include/fife/core/vfs/raw/rawdatasource.h
137
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/225r.png
137
%%LIBRARY%%include/fife/core/vfs/vfs.h
138
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/315r.png
138
%%LIBRARY%%include/fife/core/vfs/vfsdirectory.h
139
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/045r.png
139
%%LIBRARY%%include/fife/core/vfs/vfssource.h
140
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/135r.png
140
%%LIBRARY%%include/fife/core/vfs/vfssourceprovider.h
141
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/225r.png
141
%%LIBRARY%%include/fife/core/vfs/zip/zipfilesource.h
142
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/315r.png
142
%%LIBRARY%%include/fife/core/vfs/zip/zipnode.h
143
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/045r.png
143
%%LIBRARY%%include/fife/core/vfs/zip/zipprovider.h
144
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/135r.png
144
%%LIBRARY%%include/fife/core/vfs/zip/zipsource.h
145
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/225r.png
145
%%LIBRARY%%include/fife/core/vfs/zip/ziptree.h
146
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/315r.png
146
%%LIBRARY%%include/fife/core/video/animation.h
147
%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/source/deckchair-blue.blend
147
%%LIBRARY%%include/fife/core/video/animationmanager.h
148
%%DATADIR%%/demos/rio_de_hola/music/bees.ogg
148
%%LIBRARY%%include/fife/core/video/atlasbook.h
149
%%DATADIR%%/demos/rio_de_hola/music/chat.ogg
149
%%LIBRARY%%include/fife/core/video/color.h
150
%%DATADIR%%/demos/rio_de_hola/music/game_over.ogg
150
%%LIBRARY%%include/fife/core/video/cursor.h
151
%%DATADIR%%/demos/rio_de_hola/music/matches.ogg
151
%%LIBRARY%%include/fife/core/video/devicecaps.h
152
%%DATADIR%%/demos/rio_de_hola/music/menu.ogg
152
%%LIBRARY%%include/fife/core/video/fonts/fontbase.h
153
%%DATADIR%%/demos/rio_de_hola/music/rio_de_hola.ogg
153
%%LIBRARY%%include/fife/core/video/fonts/ifont.h
154
%%DATADIR%%/demos/rio_de_hola/music/victory.ogg
154
%%LIBRARY%%include/fife/core/video/fonts/imagefontbase.h
155
%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/attack.png
155
%%LIBRARY%%include/fife/core/video/fonts/subimagefont.h
156
%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/fall.png
156
%%LIBRARY%%include/fife/core/video/fonts/textrenderpool.h
157
%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/fly.png
157
%%LIBRARY%%include/fife/core/video/fonts/truetypefont.h
158
%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/get_hit.png
158
%%LIBRARY%%include/fife/core/video/image.h
159
%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/object.xml
159
%%LIBRARY%%include/fife/core/video/imagemanager.h
160
%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/stand.png
160
%%LIBRARY%%include/fife/core/video/opengl/fife_opengl.h
161
%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/object.xml
161
%%LIBRARY%%include/fife/core/video/opengl/glimage.h
162
%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/stand.png
162
%%LIBRARY%%include/fife/core/video/opengl/renderbackendopengl.h
163
%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/talk.png
163
%%LIBRARY%%include/fife/core/video/renderbackend.h
164
%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/walk.png
164
%%LIBRARY%%include/fife/core/video/sdl/renderbackendsdl.h
165
%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/cheer.png
165
%%LIBRARY%%include/fife/core/video/sdl/sdlblendingfunctions.h
166
%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/kick.png
166
%%LIBRARY%%include/fife/core/video/sdl/sdlimage.h
167
%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/object.xml
167
%%LIBRARY%%include/fife/core/view/camera.h
168
%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/run.png
168
%%LIBRARY%%include/fife/core/view/layercache.h
169
%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/stand.png
169
%%LIBRARY%%include/fife/core/view/rendererbase.h
170
%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/talk.png
170
%%LIBRARY%%include/fife/core/view/renderers/blockinginforenderer.h
171
%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/walk.png
171
%%LIBRARY%%include/fife/core/view/renderers/cellrenderer.h
172
%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/experiment.png
172
%%LIBRARY%%include/fife/core/view/renderers/cellselectionrenderer.h
173
%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/object.xml
173
%%LIBRARY%%include/fife/core/view/renderers/coordinaterenderer.h
174
%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/read.png
174
%%LIBRARY%%include/fife/core/view/renderers/floatingtextrenderer.h
175
%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/repair.png
175
%%LIBRARY%%include/fife/core/view/renderers/genericrenderer.h
176
%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/stand.png
176
%%LIBRARY%%include/fife/core/view/renderers/gridrenderer.h
177
%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/talk.png
177
%%LIBRARY%%include/fife/core/view/renderers/instancerenderer.h
178
%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/walk.png
178
%%LIBRARY%%include/fife/core/view/renderers/lightrenderer.h
179
%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/object.xml
179
%%LIBRARY%%include/fife/core/view/renderers/offrenderer.h
180
%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/run.png
180
%%LIBRARY%%include/fife/core/view/renderers/quadtreerenderer.h
181
%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/stand.png
181
%%LIBRARY%%include/fife/core/view/renderers/targetrenderer.h
182
%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/talk.png
182
%%LIBRARY%%include/fife/core/view/renderitem.h
183
%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/walk.png
183
%%LIBRARY%%include/fife/core/view/visual.h
184
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/attack.png
184
%%LIBRARY%%lib/libfife.so
185
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/cast_spell.png
185
%%LIBRARY%%lib/libfife.so.0.4.1
186
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/fall.png
186
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/__init__.py
187
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/get_hit.png
187
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/_fife.so
188
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/object.xml
188
%%PYTHON%%%%FIFECHAN%%%%PYTHON_SITELIBDIR%%/fife/_fifechan.so
189
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/read.png
189
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/__init__.py
190
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/run.png
190
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/basicapplication.py
191
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/stand.png
191
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/cegui/__init__.py
192
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/talk.png
192
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/cegui/ceguibasicapplication.py
193
%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/walk.png
193
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_compat.py
194
%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/object.xml
194
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_settings.py
195
%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/pray.png
195
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_timer.py
196
%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/run.png
196
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_utils.py
197
%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/stand.png
197
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fifelog.py
198
%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/talk.png
198
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/librocket/__init__.py
199
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/object.xml
199
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/librocket/rocketbasicapplication.py
200
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/stand.png
200
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/loaders.py
201
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/talk.png
201
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/__init__.py
202
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/walk.png
202
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/attrs.py
203
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/object.xml
203
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/autoposition.py
204
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/stand.png
204
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/compat.py
205
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/talk.png
205
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialog/__init__.py
206
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/walk.png
206
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialog/filebrowser.py
207
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/bend_down.png
207
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialogs.py
208
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/object.xml
208
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/events.py
209
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/stand.png
209
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/exceptions.py
210
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/talk.png
210
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fife_pychansettings.py
211
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/walk.png
211
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fonts.py
212
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/object.xml
212
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/internal.py
213
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/run.png
213
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/properties.py
214
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/stand.png
214
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/pychanbasicapplication.py
215
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/talk.png
215
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/tools.py
216
%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/walk.png
216
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/__init__.py
217
%%DATADIR%%/demos/rio_de_hola/objects/buildings.png
217
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/basictextwidget.py
218
%%DATADIR%%/demos/rio_de_hola/objects/buildings.xml
218
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/buttons.py
219
%%DATADIR%%/demos/rio_de_hola/objects/clouds/disappear.png
219
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/checkbox.py
220
%%DATADIR%%/demos/rio_de_hola/objects/clouds/object.xml
220
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/common.py
221
%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/045.png
221
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/containers.py
222
%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/090.png
222
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/dropdown.py
223
%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/135.png
223
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/ext/__init__.py
224
%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/object.xml
224
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/icon.py
225
%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/open.png
225
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/iconprogressbar.py
226
%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/045.png
226
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/label.py
227
%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/090.png
227
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/layout.py
228
%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/135.png
228
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/listbox.py
229
%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/object.xml
229
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/passwordfield.py
230
%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/open.png
230
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/percentagebar.py
231
%%DATADIR%%/demos/rio_de_hola/objects/ground1.png
231
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/radiobutton.py
232
%%DATADIR%%/demos/rio_de_hola/objects/ground1.xml
232
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/scrollarea.py
233
%%DATADIR%%/demos/rio_de_hola/objects/ground2.png
233
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/slider.py
234
%%DATADIR%%/demos/rio_de_hola/objects/ground2.xml
234
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textbox.py
235
%%DATADIR%%/demos/rio_de_hola/objects/items1.png
235
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textfield.py
236
%%DATADIR%%/demos/rio_de_hola/objects/items1.xml
236
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/widget.py
237
%%DATADIR%%/demos/rio_de_hola/objects/items2.png
237
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pythonize.py
238
%%DATADIR%%/demos/rio_de_hola/objects/items2.xml
238
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/savers.py
239
%%DATADIR%%/demos/rio_de_hola/objects/nature.png
239
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/__init__.py
240
%%DATADIR%%/demos/rio_de_hola/objects/nature.xml
240
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/simplexml.py
241
%%DATADIR%%/demos/rio_de_hola/package.xml
241
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xml_loader_tools.py
242
%%DATADIR%%/demos/rio_de_hola/run.py
242
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlanimation.py
243
%%DATADIR%%/demos/rio_de_hola/scripts/agents/agent.py
243
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmap.py
244
%%DATADIR%%/demos/rio_de_hola/scripts/agents/beekeeper.py
244
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmapsaver.py
245
%%DATADIR%%/demos/rio_de_hola/scripts/agents/cloud.py
245
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlobject.py
246
%%DATADIR%%/demos/rio_de_hola/scripts/agents/girl.py
246
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/soundmanager.py
247
%%DATADIR%%/demos/rio_de_hola/scripts/agents/hero.py
247
%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/fife.py
248
%%DATADIR%%/demos/rio_de_hola/scripts/agents/__init__.py
248
%%PYTHON%%%%FIFECHAN%%%%PYTHON_SITELIBDIR%%/fife/fifechan.py
249
%%DATADIR%%/demos/rio_de_hola/scripts/common/common.py
250
%%DATADIR%%/demos/rio_de_hola/scripts/common/eventlistenerbase.py
251
%%DATADIR%%/demos/rio_de_hola/scripts/common/__init__.py
252
%%DATADIR%%/demos/rio_de_hola/scripts/world.py
253
%%DATADIR%%/demos/rio_de_hola/scripts/__init__.py
254
%%DATADIR%%/demos/rio_de_hola/settings-dist.xml
255
%%DATADIR%%/demos/rio_de_hola/sounds/explosion.ogg
256
%%DATADIR%%/demos/rio_de_hola/sounds/footstep.ogg
257
%%DATADIR%%/demos/rio_de_hola/sounds/waves.ogg
258
%%DATADIR%%/demos/shooter/fonts/FreeSans.ttf
259
%%DATADIR%%/demos/shooter/gui/credits.txt
260
%%DATADIR%%/demos/shooter/gui/credits.xml
261
%%DATADIR%%/demos/shooter/gui/gameover.xml
262
%%DATADIR%%/demos/shooter/gui/highscoredialog.xml
263
%%DATADIR%%/demos/shooter/gui/hstemplate.xml
264
%%DATADIR%%/demos/shooter/gui/hud.xml
265
%%DATADIR%%/demos/shooter/gui/mainmenu.xml
266
%%DATADIR%%/demos/shooter/gui/winner.xml
267
%%DATADIR%%/demos/shooter/LICENSE
268
%%DATADIR%%/demos/shooter/maps/shooter_map1.xml
269
%%DATADIR%%/demos/shooter/music/waynesmind2.ogg
270
%%DATADIR%%/demos/shooter/objects/backgrounds/starfield/object.xml
271
%%DATADIR%%/demos/shooter/objects/backgrounds/starfield/starfield.png
272
%%DATADIR%%/demos/shooter/objects/powerups/cannonspread5/cannon_spread.png
273
%%DATADIR%%/demos/shooter/objects/powerups/cannonspread5/object.xml
274
%%DATADIR%%/demos/shooter/objects/powerups/extralife/extralife.png
275
%%DATADIR%%/demos/shooter/objects/powerups/extralife/object.xml
276
%%DATADIR%%/demos/shooter/objects/projectiles/bullet1/bullet1.png
277
%%DATADIR%%/demos/shooter/objects/projectiles/bullet1/object.xml
278
%%DATADIR%%/demos/shooter/objects/projectiles/fireball/fire_ball.png
279
%%DATADIR%%/demos/shooter/objects/projectiles/fireball/object.xml
280
%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/animation.xml
281
%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_0.png
282
%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_1.png
283
%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_2.png
284
%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_3.png
285
%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_4.png
286
%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_5.png
287
%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/animation.xml
288
%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/boss_0.png
289
%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/boss_1.png
290
%%DATADIR%%/demos/shooter/objects/ships/boss1/fly/animation.xml
291
%%DATADIR%%/demos/shooter/objects/ships/boss1/fly/boss.png
292
%%DATADIR%%/demos/shooter/objects/ships/boss1/object.xml
293
%%DATADIR%%/demos/shooter/objects/ships/player/explode/animation.xml
294
%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_0.png
295
%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_1.png
296
%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_2.png
297
%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_3.png
298
%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_4.png
299
%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_5.png
300
%%DATADIR%%/demos/shooter/objects/ships/player/flash/animation.xml
301
%%DATADIR%%/demos/shooter/objects/ships/player/flash/ship1_0.png
302
%%DATADIR%%/demos/shooter/objects/ships/player/flash/ship1_1.png
303
%%DATADIR%%/demos/shooter/objects/ships/player/fly/animation.xml
304
%%DATADIR%%/demos/shooter/objects/ships/player/fly/ship1.png
305
%%DATADIR%%/demos/shooter/objects/ships/player/object.xml
306
%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/animation.xml
307
%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_0.png
308
%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_1.png
309
%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_2.png
310
%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_3.png
311
%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_4.png
312
%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_5.png
313
%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/animation.xml
314
%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/saucer1_0.png
315
%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/saucer1_1.png
316
%%DATADIR%%/demos/shooter/objects/ships/saucer1/fly/animation.xml
317
%%DATADIR%%/demos/shooter/objects/ships/saucer1/fly/saucer1.png
318
%%DATADIR%%/demos/shooter/objects/ships/saucer1/object.xml
319
%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/animation.xml
320
%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_0.png
321
%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_1.png
322
%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_2.png
323
%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_3.png
324
%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_4.png
325
%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_5.png
326
%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/animation.xml
327
%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/saucer2_0.png
328
%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/saucer2_1.png
329
%%DATADIR%%/demos/shooter/objects/ships/saucer2/fly/animation.xml
330
%%DATADIR%%/demos/shooter/objects/ships/saucer2/fly/saucer2.png
331
%%DATADIR%%/demos/shooter/objects/ships/saucer2/object.xml
332
%%DATADIR%%/demos/shooter/run.py
333
%%DATADIR%%/demos/shooter/scripts/common/baseobject.py
334
%%DATADIR%%/demos/shooter/scripts/common/eventlistenerbase.py
335
%%DATADIR%%/demos/shooter/scripts/common/__init__.py
336
%%DATADIR%%/demos/shooter/scripts/gui/guis.py
337
%%DATADIR%%/demos/shooter/scripts/gui/__init__.py
338
%%DATADIR%%/demos/shooter/scripts/powerups.py
339
%%DATADIR%%/demos/shooter/scripts/scene.py
340
%%DATADIR%%/demos/shooter/scripts/ships/enemies.py
341
%%DATADIR%%/demos/shooter/scripts/ships/player.py
342
%%DATADIR%%/demos/shooter/scripts/ships/shipbase.py
343
%%DATADIR%%/demos/shooter/scripts/ships/__init__.py
344
%%DATADIR%%/demos/shooter/scripts/weapons.py
345
%%DATADIR%%/demos/shooter/scripts/world.py
346
%%DATADIR%%/demos/shooter/scripts/__init__.py
347
%%DATADIR%%/demos/shooter/settings-dist.xml
348
%%DATADIR%%/demos/shooter/sounds/bossexplode.ogg
349
%%DATADIR%%/demos/shooter/sounds/cannon.ogg
350
%%DATADIR%%/demos/shooter/sounds/explode.ogg
351
%%DATADIR%%/demos/shooter/sounds/fireball.ogg
352
%%DATADIR%%/demos/shooter/sounds/hit.ogg
353
%%DATADIR%%/demos/shooter/sounds/pickup.ogg
354
%%DATADIR%%/tools/animation_generator.py
355
%%DATADIR%%/tools/animpacker.py
356
%%DATADIR%%/tools/atlas/atlas.h
357
%%DATADIR%%/tools/atlas/atlascreator.pro
358
%%DATADIR%%/tools/atlas/glwidget.cpp
359
%%DATADIR%%/tools/atlas/glwidget.h
360
%%DATADIR%%/tools/atlas/LICENSE
361
%%DATADIR%%/tools/atlas/main.cpp
362
%%DATADIR%%/tools/atlas/mainwindow.cpp
363
%%DATADIR%%/tools/atlas/mainwindow.h
364
%%DATADIR%%/tools/atlas/mainwindow.ui
365
%%DATADIR%%/tools/atlas/objectcreator.cpp
366
%%DATADIR%%/tools/atlas/objectcreator.h
367
%%DATADIR%%/tools/atlas/objectcreator.ui
368
%%DATADIR%%/tools/atlas/rapidxml/license.txt
369
%%DATADIR%%/tools/atlas/rapidxml/manual.html
370
%%DATADIR%%/tools/atlas/rapidxml/rapidxml.hpp
371
%%DATADIR%%/tools/atlas/rapidxml/rapidxml_iterators.hpp
372
%%DATADIR%%/tools/atlas/rapidxml/rapidxml_print.hpp
373
%%DATADIR%%/tools/atlas/rapidxml/rapidxml_utils.hpp
374
%%DATADIR%%/tools/atlas/resources.qrc
375
%%DATADIR%%/tools/atlas/resources/add.png
376
%%DATADIR%%/tools/atlas/resources/remove.png
377
%%DATADIR%%/tools/atlas/resources/save.png
378
%%DATADIR%%/tools/atlas/stable.h
379
%%DATADIR%%/tools/editor/fonts/FreeSans.ttf
380
%%DATADIR%%/tools/editor/gui/cameradialog.xml
381
%%DATADIR%%/tools/editor/gui/cellview.xml
382
%%DATADIR%%/tools/editor/gui/eleveditor.xml
383
%%DATADIR%%/tools/editor/gui/error.xml
384
%%DATADIR%%/tools/editor/gui/filebrowser.xml
385
%%DATADIR%%/tools/editor/gui/help.xml
386
%%DATADIR%%/tools/editor/gui/icons/add_instance.png
387
%%DATADIR%%/tools/editor/gui/icons/add_layer.png
388
%%DATADIR%%/tools/editor/gui/icons/close_map.png
389
%%DATADIR%%/tools/editor/gui/icons/cycle_styles.png
390
%%DATADIR%%/tools/editor/gui/icons/delete_layer.png
391
%%DATADIR%%/tools/editor/gui/icons/edit.png
392
%%DATADIR%%/tools/editor/gui/icons/erase_instance.png
393
%%DATADIR%%/tools/editor/gui/icons/help.png
394
%%DATADIR%%/tools/editor/gui/icons/import_dir.png
395
%%DATADIR%%/tools/editor/gui/icons/import_file.png
396
%%DATADIR%%/tools/editor/gui/icons/is_visible.png
397
%%DATADIR%%/tools/editor/gui/icons/load_map.png
398
%%DATADIR%%/tools/editor/gui/icons/map_wizard.png
399
%%DATADIR%%/tools/editor/gui/icons/move_instance.png
400
%%DATADIR%%/tools/editor/gui/icons/new_map.png
401
%%DATADIR%%/tools/editor/gui/icons/next_branch.png
402
%%DATADIR%%/tools/editor/gui/icons/objectpicker.png
403
%%DATADIR%%/tools/editor/gui/icons/previous_branch.png
404
%%DATADIR%%/tools/editor/gui/icons/quit.png
405
%%DATADIR%%/tools/editor/gui/icons/redo.png
406
%%DATADIR%%/tools/editor/gui/icons/rotate_clockwise.png
407
%%DATADIR%%/tools/editor/gui/icons/rotate_countercw.png
408
%%DATADIR%%/tools/editor/gui/icons/save_allmaps.png
409
%%DATADIR%%/tools/editor/gui/icons/save_map.png
410
%%DATADIR%%/tools/editor/gui/icons/save_mapas.png
411
%%DATADIR%%/tools/editor/gui/icons/select_instance.png
412
%%DATADIR%%/tools/editor/gui/icons/take_screenshot.png
413
%%DATADIR%%/tools/editor/gui/icons/undo.png
414
%%DATADIR%%/tools/editor/gui/icons/zoom_default.png
415
%%DATADIR%%/tools/editor/gui/icons/zoom_in.png
416
%%DATADIR%%/tools/editor/gui/icons/zoom_out.png
417
%%DATADIR%%/tools/editor/gui/input.xml
418
%%DATADIR%%/tools/editor/gui/layerdialog.xml
419
%%DATADIR%%/tools/editor/gui/layertool.xml
420
%%DATADIR%%/tools/editor/gui/lightedit.xml
421
%%DATADIR%%/tools/editor/gui/objectedit.xml
422
%%DATADIR%%/tools/editor/gui/objectselector.xml
423
%%DATADIR%%/tools/editor/gui/rootpanel.xml
424
%%DATADIR%%/tools/editor/gui/selection.xml
425
%%DATADIR%%/tools/editor/gui/statuspanel.xml
426
%%DATADIR%%/tools/editor/gui/tools.xml
427
%%DATADIR%%/tools/editor/lang/help_cellview.txt
428
%%DATADIR%%/tools/editor/lang/help_object_edit.txt
429
%%DATADIR%%/tools/editor/lang/infotext.txt
430
%%DATADIR%%/tools/editor/LICENSE
431
%%DATADIR%%/tools/editor/plugins/CameraEdit.py
432
%%DATADIR%%/tools/editor/plugins/CellView.py
433
%%DATADIR%%/tools/editor/plugins/HistoryManager.py
434
%%DATADIR%%/tools/editor/plugins/InstanceHighlighter.py
435
%%DATADIR%%/tools/editor/plugins/LayerTool.py
436
%%DATADIR%%/tools/editor/plugins/LightEdit.py
437
%%DATADIR%%/tools/editor/plugins/MapFileHistory.py
438
%%DATADIR%%/tools/editor/plugins/ObjectEdit.py
439
%%DATADIR%%/tools/editor/plugins/ObjectSelector.py
440
%%DATADIR%%/tools/editor/plugins/__init__.py
441
%%DATADIR%%/tools/editor/run.py
442
%%DATADIR%%/tools/editor/scripts/editor.py
443
%%DATADIR%%/tools/editor/scripts/events/events.py
444
%%DATADIR%%/tools/editor/scripts/events/saferef.py
445
%%DATADIR%%/tools/editor/scripts/events/signal.py
446
%%DATADIR%%/tools/editor/scripts/events/__init__.py
447
%%DATADIR%%/tools/editor/scripts/gui/action.py
448
%%DATADIR%%/tools/editor/scripts/gui/cameradialog.py
449
%%DATADIR%%/tools/editor/scripts/gui/dockarea.py
450
%%DATADIR%%/tools/editor/scripts/gui/error.py
451
%%DATADIR%%/tools/editor/scripts/gui/faketabwidget.py
452
%%DATADIR%%/tools/editor/scripts/gui/filemanager.py
453
%%DATADIR%%/tools/editor/scripts/gui/input.py
454
%%DATADIR%%/tools/editor/scripts/gui/layerdialog.py
455
%%DATADIR%%/tools/editor/scripts/gui/mainwindow.py
456
%%DATADIR%%/tools/editor/scripts/gui/mapeditor.py
457
%%DATADIR%%/tools/editor/scripts/gui/menubar.py
458
%%DATADIR%%/tools/editor/scripts/gui/panel.py
459
%%DATADIR%%/tools/editor/scripts/gui/resizablebase.py
460
%%DATADIR%%/tools/editor/scripts/gui/selection.py
461
%%DATADIR%%/tools/editor/scripts/gui/statusbar.py
462
%%DATADIR%%/tools/editor/scripts/gui/toolbar.py
463
%%DATADIR%%/tools/editor/scripts/gui/__init__.py
464
%%DATADIR%%/tools/editor/scripts/mapcontroller.py
465
%%DATADIR%%/tools/editor/scripts/mapview.py
466
%%DATADIR%%/tools/editor/scripts/plugin.py
467
%%DATADIR%%/tools/editor/scripts/tests/undotest.py
468
%%DATADIR%%/tools/editor/scripts/tests/__init__.py
469
%%DATADIR%%/tools/editor/scripts/undomanager.py
470
%%DATADIR%%/tools/editor/scripts/__init__.py
471
%%DATADIR%%/tools/editor/settings-dist.xml
472
%%DATADIR%%/tools/editor/__init__.py
473
%%DATADIR%%/tools/geometry_twister.py
474
%%DATADIR%%/tools/object_editor.py
475
%%DATADIR%%/tools/object_generator.py
476
%%DATADIR%%/tools/object_header.sh
477
%%DATADIR%%/tools/pack_anim.py
478
%%DATADIR%%/tools/ruleset_tester.py
479
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
480
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
481
%%PORTDOCS%%%%DOCSDIR%%/COPYING
482
%%PORTDOCS%%%%DOCSDIR%%/README

Return to bug 217328