pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/naev



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Fri Jun 14 13:26:24 UTC 2024

Modified Files:
        pkgsrc/games/naev: Makefile PLIST distinfo
Added Files:
        pkgsrc/games/naev/patches: patch-docs_meson.build

Log Message:
naev: update to 0.11.5

Many new features and bugs fixes since version 0.7.0.

To see what has been updated:
https://github.com/naev/naev/releases


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/games/naev/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/naev/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/naev/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/naev/patches/patch-docs_meson.build

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/naev/Makefile
diff -u pkgsrc/games/naev/Makefile:1.28 pkgsrc/games/naev/Makefile:1.29
--- pkgsrc/games/naev/Makefile:1.28     Wed May 29 16:32:42 2024
+++ pkgsrc/games/naev/Makefile  Fri Jun 14 13:26:23 2024
@@ -1,47 +1,61 @@
-# $NetBSD: Makefile,v 1.28 2024/05/29 16:32:42 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/06/14 13:26:23 ktnb Exp $
 
-DISTNAME=      naev-0.7.0
-PKGREVISION=   27
-CATEGORIES=    games
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=naev/}
-GITHUB_TAG=    naev-${PKGVERSION_NOREV}
+DISTNAME=              naev-0.11.5
+CATEGORIES=            games
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=naev/}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
+GITHUB_SUBMODULES=     naev naev-artwork-production e2d2edab2317d296eb14a830505b1dc41d02dec1 artwork
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/naev/naev
 COMMENT=       2D space trading and combat game
 LICENSE=       gnu-gpl-v3
 
-USE_TOOLS+=    autoreconf autoconf automake
-USE_TOOLS+=    pkg-config
-GNU_CONFIGURE= yes
-
-TOOL_DEPENDS+= zip-[0-9]*:../../archivers/zip
-
-BUILD_TARGET=  all ndata.zip
-INSTALL_TARGET=        install install-ndata
-
-CONFIGURE_ARGS+=       --enable-debug=no
-CONFIGURE_ARGS+=       --enable-lua=shared
-CONFIGURE_ARGS+=       --disable-sdltest
-
-SUBST_CLASSES+=                ndata
-SUBST_STAGE.ndata=     pre-configure
-SUBST_FILES.ndata=     src/ndata.c
-SUBST_SED.ndata=       -e "s,@DATADIR@,${PREFIX}/share/naev,"
+TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
+DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-pre-configure:
-       cd ${WRKSRC} && ${SH} autogen.sh
+USE_TOOLS+=    bash:run pkg-config
+
+REPLACE_BASH+= artwork/gfx/outfit/check.sh
+REPLACE_BASH+= artwork/gfx/spob/check.sh
+REPLACE_BASH+= artwork/gfx/ship/update.sh
+REPLACE_BASH+= artwork/snd/music/checkgain.sh
+
+GAME_DIR=      ${PREFIX}/share/naev/
+
+INSTALL_TARGET=        install install-data-local ${GAME_DIR}
+
+MESON_ARGS+=           -Dndata_path="${GAME_DIR}"
+
+SUBST_CLASSES+=                alloca
+SUBST_FILES.alloca+=   meson.build
+SUBST_FILES.alloca+=   src/utf8.c
+SUBST_SED.alloca+=     -e "s,HAVE_ALLOCA_H,NAEV_HAVE_ALLOCA_H,"
+SUBST_STAGE.alloca=    post-extract
+SUBST_MESSAGE.alloca=  Avoid symbol conflict with SDL2.
 
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/meson/build.mk"
+.include "../../devel/physfs/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../lang/lua51/buildlink3.mk"
+.include "../../lang/LuaJIT2/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../math/glpk/buildlink3.mk"
+.include "../../math/openblas/buildlink3.mk"
+.include "../../net/enet/buildlink3.mk"
+.include "../../parallel/openmp/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libunibreak/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/suitesparse/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/naev/PLIST
diff -u pkgsrc/games/naev/PLIST:1.1 pkgsrc/games/naev/PLIST:1.2
--- pkgsrc/games/naev/PLIST:1.1 Tue Oct  1 12:25:37 2019
+++ pkgsrc/games/naev/PLIST     Fri Jun 14 13:26:23 2024
@@ -1,12 +1,8577 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/01 12:25:37 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/06/14 13:26:23 ktnb Exp $
 bin/naev
 man/man6/naev.6
-share/appdata/naev.appdata.xml
-share/applications/naev.desktop
-share/doc/naev/AUTHORS
+share/applications/org.naev.Naev.desktop
 share/doc/naev/LICENSE
-share/doc/naev/README
-share/doc/naev/TODO
-share/naev/naev-confupdate.sh
-share/naev/ndata
-share/pixmaps/naev.png
+share/doc/naev/Readme.md
+share/doc/naev/c/SDL__keynames_8h_source.html
+share/doc/naev/c/ai_8c.html
+share/doc/naev/c/ai_8c__incl.map
+share/doc/naev/c/ai_8c__incl.md5
+share/doc/naev/c/ai_8c__incl.png
+share/doc/naev/c/ai_8c_source.html
+share/doc/naev/c/ai_8h_source.html
+share/doc/naev/c/annotated.html
+share/doc/naev/c/array_8c_source.html
+share/doc/naev/c/array_8h.html
+share/doc/naev/c/array_8h__dep__incl.map
+share/doc/naev/c/array_8h__dep__incl.md5
+share/doc/naev/c/array_8h__dep__incl.png
+share/doc/naev/c/array_8h__incl.map
+share/doc/naev/c/array_8h__incl.md5
+share/doc/naev/c/array_8h__incl.png
+share/doc/naev/c/array_8h_source.html
+share/doc/naev/c/asteroid_8c.html
+share/doc/naev/c/asteroid_8c__incl.map
+share/doc/naev/c/asteroid_8c__incl.md5
+share/doc/naev/c/asteroid_8c__incl.png
+share/doc/naev/c/asteroid_8c_source.html
+share/doc/naev/c/asteroid_8h_source.html
+share/doc/naev/c/attributes_8h_source.html
+share/doc/naev/c/background_8c.html
+share/doc/naev/c/background_8c__incl.map
+share/doc/naev/c/background_8c__incl.md5
+share/doc/naev/c/background_8c__incl.png
+share/doc/naev/c/background_8c_source.html
+share/doc/naev/c/background_8h_source.html
+share/doc/naev/c/base64_8c_source.html
+share/doc/naev/c/base64_8h_source.html
+share/doc/naev/c/bc_s.png
+share/doc/naev/c/bc_sd.png
+share/doc/naev/c/board_8c.html
+share/doc/naev/c/board_8c__incl.map
+share/doc/naev/c/board_8c__incl.md5
+share/doc/naev/c/board_8c__incl.png
+share/doc/naev/c/board_8c_source.html
+share/doc/naev/c/board_8h_source.html
+share/doc/naev/c/camera_8c.html
+share/doc/naev/c/camera_8c__incl.map
+share/doc/naev/c/camera_8c__incl.md5
+share/doc/naev/c/camera_8c__incl.png
+share/doc/naev/c/camera_8c_source.html
+share/doc/naev/c/camera_8h_source.html
+share/doc/naev/c/cgltf_8h_source.html
+share/doc/naev/c/claim_8c.html
+share/doc/naev/c/claim_8c__incl.map
+share/doc/naev/c/claim_8c__incl.md5
+share/doc/naev/c/claim_8c__incl.png
+share/doc/naev/c/claim_8c_source.html
+share/doc/naev/c/claim_8h_source.html
+share/doc/naev/c/classcolours__c__gen_1_1Colour.html
+share/doc/naev/c/classes.html
+share/doc/naev/c/classshaders__c__gen_1_1Shader.html
+share/doc/naev/c/classshaders__c__gen_1_1Shader__inherit__graph.map
+share/doc/naev/c/classshaders__c__gen_1_1Shader__inherit__graph.md5
+share/doc/naev/c/classshaders__c__gen_1_1Shader__inherit__graph.png
+share/doc/naev/c/classshaders__c__gen_1_1SimpleShader.html
+share/doc/naev/c/classshaders__c__gen_1_1SimpleShader__coll__graph.map
+share/doc/naev/c/classshaders__c__gen_1_1SimpleShader__coll__graph.md5
+share/doc/naev/c/classshaders__c__gen_1_1SimpleShader__coll__graph.png
+share/doc/naev/c/classshaders__c__gen_1_1SimpleShader__inherit__graph.map
+share/doc/naev/c/classshaders__c__gen_1_1SimpleShader__inherit__graph.md5
+share/doc/naev/c/classshaders__c__gen_1_1SimpleShader__inherit__graph.png
+share/doc/naev/c/clipboard.js
+share/doc/naev/c/closed.png
+share/doc/naev/c/collision_8c.html
+share/doc/naev/c/collision_8c__incl.map
+share/doc/naev/c/collision_8c__incl.md5
+share/doc/naev/c/collision_8c__incl.png
+share/doc/naev/c/collision_8c_source.html
+share/doc/naev/c/collision_8h_source.html
+share/doc/naev/c/colour_8c.html
+share/doc/naev/c/colour_8c__incl.map
+share/doc/naev/c/colour_8c__incl.md5
+share/doc/naev/c/colour_8c__incl.png
+share/doc/naev/c/colour_8c_source.html
+share/doc/naev/c/colour_8h_source.html
+share/doc/naev/c/colours__c__gen_8py_source.html
+share/doc/naev/c/comm_8c.html
+share/doc/naev/c/comm_8c__incl.map
+share/doc/naev/c/comm_8c__incl.md5
+share/doc/naev/c/comm_8c__incl.png
+share/doc/naev/c/comm_8c_source.html
+share/doc/naev/c/comm_8h_source.html
+share/doc/naev/c/commodity_8c.html
+share/doc/naev/c/commodity_8c__incl.map
+share/doc/naev/c/commodity_8c__incl.md5
+share/doc/naev/c/commodity_8c__incl.png
+share/doc/naev/c/commodity_8c_source.html
+share/doc/naev/c/commodity_8h_source.html
+share/doc/naev/c/cond_8c.html
+share/doc/naev/c/cond_8c__incl.map
+share/doc/naev/c/cond_8c__incl.md5
+share/doc/naev/c/cond_8c__incl.png
+share/doc/naev/c/cond_8c_source.html
+share/doc/naev/c/cond_8h_source.html
+share/doc/naev/c/conf_8c_source.html
+share/doc/naev/c/conf_8h_source.html
+share/doc/naev/c/console_8c.html
+share/doc/naev/c/console_8c__incl.map
+share/doc/naev/c/console_8c__incl.md5
+share/doc/naev/c/console_8c__incl.png
+share/doc/naev/c/console_8c_source.html
+share/doc/naev/c/console_8h_source.html
+share/doc/naev/c/damagetype_8c.html
+share/doc/naev/c/damagetype_8c__incl.map
+share/doc/naev/c/damagetype_8c__incl.md5
+share/doc/naev/c/damagetype_8c__incl.png
+share/doc/naev/c/damagetype_8c_source.html
+share/doc/naev/c/damagetype_8h_source.html
+share/doc/naev/c/debris_8c.html
+share/doc/naev/c/debris_8c__incl.map
+share/doc/naev/c/debris_8c__incl.md5
+share/doc/naev/c/debris_8c__incl.png
+share/doc/naev/c/debris_8c_source.html
+share/doc/naev/c/debris_8h_source.html
+share/doc/naev/c/debug_8c.html
+share/doc/naev/c/debug_8c__incl.map
+share/doc/naev/c/debug_8c__incl.md5
+share/doc/naev/c/debug_8c__incl.png
+share/doc/naev/c/debug_8c_source.html
+share/doc/naev/c/debug_8h_source.html
+share/doc/naev/c/debug__fpu_8c.html
+share/doc/naev/c/debug__fpu_8c__incl.map
+share/doc/naev/c/debug__fpu_8c__incl.md5
+share/doc/naev/c/debug__fpu_8c__incl.png
+share/doc/naev/c/debug__fpu_8c_source.html
+share/doc/naev/c/dev__mapedit_8c.html
+share/doc/naev/c/dev__mapedit_8c__incl.map
+share/doc/naev/c/dev__mapedit_8c__incl.md5
+share/doc/naev/c/dev__mapedit_8c__incl.png
+share/doc/naev/c/dev__mapedit_8c_source.html
+share/doc/naev/c/dev__mapedit_8h_source.html
+share/doc/naev/c/dev__spob_8c.html
+share/doc/naev/c/dev__spob_8c__incl.map
+share/doc/naev/c/dev__spob_8c__incl.md5
+share/doc/naev/c/dev__spob_8c__incl.png
+share/doc/naev/c/dev__spob_8c_source.html
+share/doc/naev/c/dev__spob_8h_source.html
+share/doc/naev/c/dev__sysedit_8c.html
+share/doc/naev/c/dev__sysedit_8c__incl.map
+share/doc/naev/c/dev__sysedit_8c__incl.md5
+share/doc/naev/c/dev__sysedit_8c__incl.png
+share/doc/naev/c/dev__sysedit_8c_source.html
+share/doc/naev/c/dev__sysedit_8h_source.html
+share/doc/naev/c/dev__system_8c.html
+share/doc/naev/c/dev__system_8c__incl.map
+share/doc/naev/c/dev__system_8c__incl.md5
+share/doc/naev/c/dev__system_8c__incl.png
+share/doc/naev/c/dev__system_8c_source.html
+share/doc/naev/c/dev__system_8h_source.html
+share/doc/naev/c/dev__uniedit_8c.html
+share/doc/naev/c/dev__uniedit_8c__incl.map
+share/doc/naev/c/dev__uniedit_8c__incl.md5
+share/doc/naev/c/dev__uniedit_8c__incl.png
+share/doc/naev/c/dev__uniedit_8c_source.html
+share/doc/naev/c/dev__uniedit_8h_source.html
+share/doc/naev/c/dialogue_8c.html
+share/doc/naev/c/dialogue_8c__incl.map
+share/doc/naev/c/dialogue_8c__incl.md5
+share/doc/naev/c/dialogue_8c__incl.png
+share/doc/naev/c/dialogue_8c_source.html
+share/doc/naev/c/dialogue_8h_source.html
+share/doc/naev/c/difficulty_8c_source.html
+share/doc/naev/c/difficulty_8h_source.html
+share/doc/naev/c/dir_25d902c24283ab8cfbac54dfa101ad31.html
+share/doc/naev/c/distance__field_8c.html
+share/doc/naev/c/distance__field_8c__incl.map
+share/doc/naev/c/distance__field_8c__incl.md5
+share/doc/naev/c/distance__field_8c__incl.png
+share/doc/naev/c/distance__field_8c_source.html
+share/doc/naev/c/distance__field_8h_source.html
+share/doc/naev/c/doc.svg
+share/doc/naev/c/docd.svg
+share/doc/naev/c/doxygen.css
+share/doc/naev/c/doxygen.svg
+share/doc/naev/c/doxygen_crawl.html
+share/doc/naev/c/dynsections.js
+share/doc/naev/c/economy_8c.html
+share/doc/naev/c/economy_8c__incl.map
+share/doc/naev/c/economy_8c__incl.md5
+share/doc/naev/c/economy_8c__incl.png
+share/doc/naev/c/economy_8c_source.html
+share/doc/naev/c/economy_8h_source.html
+share/doc/naev/c/edtaa3func_8c_source.html
+share/doc/naev/c/edtaa3func_8h_source.html
+share/doc/naev/c/effect_8c.html
+share/doc/naev/c/effect_8c__incl.map
+share/doc/naev/c/effect_8c__incl.md5
+share/doc/naev/c/effect_8c__incl.png
+share/doc/naev/c/effect_8c_source.html
+share/doc/naev/c/effect_8h_source.html
+share/doc/naev/c/env_8c_source.html
+share/doc/naev/c/env_8h_source.html
+share/doc/naev/c/equipment_8c.html
+share/doc/naev/c/equipment_8c__incl.map
+share/doc/naev/c/equipment_8c__incl.md5
+share/doc/naev/c/equipment_8c__incl.png
+share/doc/naev/c/equipment_8c_source.html
+share/doc/naev/c/equipment_8h_source.html
+share/doc/naev/c/escort_8c.html
+share/doc/naev/c/escort_8c__incl.map
+share/doc/naev/c/escort_8c__incl.md5
+share/doc/naev/c/escort_8c__incl.png
+share/doc/naev/c/escort_8c_source.html
+share/doc/naev/c/escort_8h_source.html
+share/doc/naev/c/event_8c.html
+share/doc/naev/c/event_8c__incl.map
+share/doc/naev/c/event_8c__incl.md5
+share/doc/naev/c/event_8c__incl.png
+share/doc/naev/c/event_8c_source.html
+share/doc/naev/c/event_8h_source.html
+share/doc/naev/c/explosion_8c.html
+share/doc/naev/c/explosion_8c__incl.map
+share/doc/naev/c/explosion_8c__incl.md5
+share/doc/naev/c/explosion_8c__incl.png
+share/doc/naev/c/explosion_8c_source.html
+share/doc/naev/c/explosion_8h_source.html
+share/doc/naev/c/faction_8c.html
+share/doc/naev/c/faction_8c__incl.map
+share/doc/naev/c/faction_8c__incl.md5
+share/doc/naev/c/faction_8c__incl.png
+share/doc/naev/c/faction_8c_source.html
+share/doc/naev/c/faction_8h_source.html
+share/doc/naev/c/files.html
+share/doc/naev/c/folderclosed.svg
+share/doc/naev/c/folderclosedd.svg
+share/doc/naev/c/folderopen.svg
+share/doc/naev/c/folderopend.svg
+share/doc/naev/c/font_8c.html
+share/doc/naev/c/font_8c__incl.map
+share/doc/naev/c/font_8c__incl.md5
+share/doc/naev/c/font_8c__incl.png
+share/doc/naev/c/font_8c_source.html
+share/doc/naev/c/font_8h_source.html
+share/doc/naev/c/functions.html
+share/doc/naev/c/functions_a.html
+share/doc/naev/c/functions_b.html
+share/doc/naev/c/functions_c.html
+share/doc/naev/c/functions_d.html
+share/doc/naev/c/functions_e.html
+share/doc/naev/c/functions_f.html
+share/doc/naev/c/functions_g.html
+share/doc/naev/c/functions_h.html
+share/doc/naev/c/functions_i.html
+share/doc/naev/c/functions_j.html
+share/doc/naev/c/functions_k.html
+share/doc/naev/c/functions_l.html
+share/doc/naev/c/functions_m.html
+share/doc/naev/c/functions_n.html
+share/doc/naev/c/functions_o.html
+share/doc/naev/c/functions_p.html
+share/doc/naev/c/functions_q.html
+share/doc/naev/c/functions_r.html
+share/doc/naev/c/functions_s.html
+share/doc/naev/c/functions_t.html
+share/doc/naev/c/functions_u.html
+share/doc/naev/c/functions_v.html
+share/doc/naev/c/functions_vars.html
+share/doc/naev/c/functions_vars_a.html
+share/doc/naev/c/functions_vars_b.html
+share/doc/naev/c/functions_vars_c.html
+share/doc/naev/c/functions_vars_d.html
+share/doc/naev/c/functions_vars_e.html
+share/doc/naev/c/functions_vars_f.html
+share/doc/naev/c/functions_vars_g.html
+share/doc/naev/c/functions_vars_h.html
+share/doc/naev/c/functions_vars_i.html
+share/doc/naev/c/functions_vars_j.html
+share/doc/naev/c/functions_vars_k.html
+share/doc/naev/c/functions_vars_l.html
+share/doc/naev/c/functions_vars_m.html
+share/doc/naev/c/functions_vars_n.html
+share/doc/naev/c/functions_vars_o.html
+share/doc/naev/c/functions_vars_p.html
+share/doc/naev/c/functions_vars_q.html
+share/doc/naev/c/functions_vars_r.html
+share/doc/naev/c/functions_vars_s.html
+share/doc/naev/c/functions_vars_t.html
+share/doc/naev/c/functions_vars_u.html
+share/doc/naev/c/functions_vars_v.html
+share/doc/naev/c/functions_vars_w.html
+share/doc/naev/c/functions_vars_x.html
+share/doc/naev/c/functions_vars_y.html
+share/doc/naev/c/functions_vars_z.html
+share/doc/naev/c/functions_w.html
+share/doc/naev/c/functions_x.html
+share/doc/naev/c/functions_y.html
+share/doc/naev/c/functions_z.html
+share/doc/naev/c/gatherable_8c.html
+share/doc/naev/c/gatherable_8c__incl.map
+share/doc/naev/c/gatherable_8c__incl.md5
+share/doc/naev/c/gatherable_8c__incl.png
+share/doc/naev/c/gatherable_8c_source.html
+share/doc/naev/c/gatherable_8h_source.html
+share/doc/naev/c/gettext_8c.html
+share/doc/naev/c/gettext_8c__incl.map
+share/doc/naev/c/gettext_8c__incl.md5
+share/doc/naev/c/gettext_8c__incl.png
+share/doc/naev/c/gettext_8c_source.html
+share/doc/naev/c/gettext_8h_source.html
+share/doc/naev/c/glad_8c_source.html
+share/doc/naev/c/glad_8h_source.html
+share/doc/naev/c/globals.html
+share/doc/naev/c/globals_a.html
+share/doc/naev/c/globals_b.html
+share/doc/naev/c/globals_c.html
+share/doc/naev/c/globals_d.html
+share/doc/naev/c/globals_defs.html
+share/doc/naev/c/globals_defs_b.html
+share/doc/naev/c/globals_defs_c.html
+share/doc/naev/c/globals_defs_d.html
+share/doc/naev/c/globals_defs_e.html
+share/doc/naev/c/globals_defs_f.html
+share/doc/naev/c/globals_defs_g.html
+share/doc/naev/c/globals_defs_h.html
+share/doc/naev/c/globals_defs_i.html
+share/doc/naev/c/globals_defs_k.html
+share/doc/naev/c/globals_defs_l.html
+share/doc/naev/c/globals_defs_m.html
+share/doc/naev/c/globals_defs_n.html
+share/doc/naev/c/globals_defs_o.html
+share/doc/naev/c/globals_defs_p.html
+share/doc/naev/c/globals_defs_r.html
+share/doc/naev/c/globals_defs_s.html
+share/doc/naev/c/globals_defs_t.html
+share/doc/naev/c/globals_defs_u.html
+share/doc/naev/c/globals_defs_v.html
+share/doc/naev/c/globals_defs_x.html
+share/doc/naev/c/globals_e.html
+share/doc/naev/c/globals_enum.html
+share/doc/naev/c/globals_eval.html
+share/doc/naev/c/globals_f.html
+share/doc/naev/c/globals_func.html
+share/doc/naev/c/globals_func_a.html
+share/doc/naev/c/globals_func_b.html
+share/doc/naev/c/globals_func_c.html
+share/doc/naev/c/globals_func_d.html
+share/doc/naev/c/globals_func_e.html
+share/doc/naev/c/globals_func_f.html
+share/doc/naev/c/globals_func_g.html
+share/doc/naev/c/globals_func_h.html
+share/doc/naev/c/globals_func_i.html
+share/doc/naev/c/globals_func_j.html
+share/doc/naev/c/globals_func_l.html
+share/doc/naev/c/globals_func_m.html
+share/doc/naev/c/globals_func_n.html
+share/doc/naev/c/globals_func_o.html
+share/doc/naev/c/globals_func_p.html
+share/doc/naev/c/globals_func_q.html
+share/doc/naev/c/globals_func_r.html
+share/doc/naev/c/globals_func_s.html
+share/doc/naev/c/globals_func_t.html
+share/doc/naev/c/globals_func_u.html
+share/doc/naev/c/globals_func_v.html
+share/doc/naev/c/globals_func_w.html
+share/doc/naev/c/globals_func_x.html
+share/doc/naev/c/globals_g.html
+share/doc/naev/c/globals_h.html
+share/doc/naev/c/globals_i.html
+share/doc/naev/c/globals_j.html
+share/doc/naev/c/globals_k.html
+share/doc/naev/c/globals_l.html
+share/doc/naev/c/globals_m.html
+share/doc/naev/c/globals_n.html
+share/doc/naev/c/globals_o.html
+share/doc/naev/c/globals_p.html
+share/doc/naev/c/globals_q.html
+share/doc/naev/c/globals_r.html
+share/doc/naev/c/globals_s.html
+share/doc/naev/c/globals_t.html
+share/doc/naev/c/globals_type.html
+share/doc/naev/c/globals_u.html
+share/doc/naev/c/globals_v.html
+share/doc/naev/c/globals_vars.html
+share/doc/naev/c/globals_vars_b.html
+share/doc/naev/c/globals_vars_c.html
+share/doc/naev/c/globals_vars_d.html
+share/doc/naev/c/globals_vars_e.html
+share/doc/naev/c/globals_vars_f.html
+share/doc/naev/c/globals_vars_g.html
+share/doc/naev/c/globals_vars_h.html
+share/doc/naev/c/globals_vars_i.html
+share/doc/naev/c/globals_vars_j.html
+share/doc/naev/c/globals_vars_k.html
+share/doc/naev/c/globals_vars_l.html
+share/doc/naev/c/globals_vars_m.html
+share/doc/naev/c/globals_vars_n.html
+share/doc/naev/c/globals_vars_o.html
+share/doc/naev/c/globals_vars_p.html
+share/doc/naev/c/globals_vars_q.html
+share/doc/naev/c/globals_vars_r.html
+share/doc/naev/c/globals_vars_s.html
+share/doc/naev/c/globals_vars_t.html
+share/doc/naev/c/globals_vars_u.html
+share/doc/naev/c/globals_vars_v.html
+share/doc/naev/c/globals_vars_w.html
+share/doc/naev/c/globals_vars_z.html
+share/doc/naev/c/globals_w.html
+share/doc/naev/c/globals_x.html
+share/doc/naev/c/globals_z.html
+share/doc/naev/c/glue__macos_8h_source.html
+share/doc/naev/c/glue__macos_8m.html
+share/doc/naev/c/glue__macos_8m__incl.map
+share/doc/naev/c/glue__macos_8m__incl.md5
+share/doc/naev/c/glue__macos_8m__incl.png
+share/doc/naev/c/glue__macos_8m_source.html
+share/doc/naev/c/graph_legend.html
+share/doc/naev/c/graph_legend.md5
+share/doc/naev/c/graph_legend.png
+share/doc/naev/c/group__AI.html
+share/doc/naev/c/gui_8c.html
+share/doc/naev/c/gui_8c__incl.map
+share/doc/naev/c/gui_8c__incl.md5
+share/doc/naev/c/gui_8c__incl.png
+share/doc/naev/c/gui_8c_source.html
+share/doc/naev/c/gui_8h_source.html
+share/doc/naev/c/gui__omsg_8c_source.html
+share/doc/naev/c/gui__omsg_8h_source.html
+share/doc/naev/c/gui__osd_8c_source.html
+share/doc/naev/c/gui__osd_8h_source.html
+share/doc/naev/c/hierarchy.html
+share/doc/naev/c/hook_8c.html
+share/doc/naev/c/hook_8c__incl.map
+share/doc/naev/c/hook_8c__incl.md5
+share/doc/naev/c/hook_8c__incl.png
+share/doc/naev/c/hook_8c_source.html
+share/doc/naev/c/hook_8h_source.html
+share/doc/naev/c/index.html
+share/doc/naev/c/info_8c_source.html
+share/doc/naev/c/info_8h.html
+share/doc/naev/c/info_8h__dep__incl.map
+share/doc/naev/c/info_8h__dep__incl.md5
+share/doc/naev/c/info_8h__dep__incl.png
+share/doc/naev/c/info_8h__incl.map
+share/doc/naev/c/info_8h__incl.md5
+share/doc/naev/c/info_8h__incl.png
+share/doc/naev/c/info_8h_source.html
+share/doc/naev/c/inherit_graph_0.map
+share/doc/naev/c/inherit_graph_0.md5
+share/doc/naev/c/inherit_graph_0.png
+share/doc/naev/c/inherit_graph_1.map
+share/doc/naev/c/inherit_graph_1.md5
+share/doc/naev/c/inherit_graph_1.png
+share/doc/naev/c/inherit_graph_10.map
+share/doc/naev/c/inherit_graph_10.md5
+share/doc/naev/c/inherit_graph_10.png
+share/doc/naev/c/inherit_graph_100.map
+share/doc/naev/c/inherit_graph_100.md5
+share/doc/naev/c/inherit_graph_100.png
+share/doc/naev/c/inherit_graph_101.map
+share/doc/naev/c/inherit_graph_101.md5
+share/doc/naev/c/inherit_graph_101.png
+share/doc/naev/c/inherit_graph_102.map
+share/doc/naev/c/inherit_graph_102.md5
+share/doc/naev/c/inherit_graph_102.png
+share/doc/naev/c/inherit_graph_103.map
+share/doc/naev/c/inherit_graph_103.md5
+share/doc/naev/c/inherit_graph_103.png
+share/doc/naev/c/inherit_graph_104.map
+share/doc/naev/c/inherit_graph_104.md5
+share/doc/naev/c/inherit_graph_104.png
+share/doc/naev/c/inherit_graph_105.map
+share/doc/naev/c/inherit_graph_105.md5
+share/doc/naev/c/inherit_graph_105.png
+share/doc/naev/c/inherit_graph_106.map
+share/doc/naev/c/inherit_graph_106.md5
+share/doc/naev/c/inherit_graph_106.png
+share/doc/naev/c/inherit_graph_107.map
+share/doc/naev/c/inherit_graph_107.md5
+share/doc/naev/c/inherit_graph_107.png
+share/doc/naev/c/inherit_graph_108.map
+share/doc/naev/c/inherit_graph_108.md5
+share/doc/naev/c/inherit_graph_108.png
+share/doc/naev/c/inherit_graph_109.map
+share/doc/naev/c/inherit_graph_109.md5
+share/doc/naev/c/inherit_graph_109.png
+share/doc/naev/c/inherit_graph_11.map
+share/doc/naev/c/inherit_graph_11.md5
+share/doc/naev/c/inherit_graph_11.png
+share/doc/naev/c/inherit_graph_110.map
+share/doc/naev/c/inherit_graph_110.md5
+share/doc/naev/c/inherit_graph_110.png
+share/doc/naev/c/inherit_graph_111.map
+share/doc/naev/c/inherit_graph_111.md5
+share/doc/naev/c/inherit_graph_111.png
+share/doc/naev/c/inherit_graph_112.map
+share/doc/naev/c/inherit_graph_112.md5
+share/doc/naev/c/inherit_graph_112.png
+share/doc/naev/c/inherit_graph_113.map
+share/doc/naev/c/inherit_graph_113.md5
+share/doc/naev/c/inherit_graph_113.png
+share/doc/naev/c/inherit_graph_114.map
+share/doc/naev/c/inherit_graph_114.md5
+share/doc/naev/c/inherit_graph_114.png
+share/doc/naev/c/inherit_graph_115.map
+share/doc/naev/c/inherit_graph_115.md5
+share/doc/naev/c/inherit_graph_115.png
+share/doc/naev/c/inherit_graph_116.map
+share/doc/naev/c/inherit_graph_116.md5
+share/doc/naev/c/inherit_graph_116.png
+share/doc/naev/c/inherit_graph_117.map
+share/doc/naev/c/inherit_graph_117.md5
+share/doc/naev/c/inherit_graph_117.png
+share/doc/naev/c/inherit_graph_118.map
+share/doc/naev/c/inherit_graph_118.md5
+share/doc/naev/c/inherit_graph_118.png
+share/doc/naev/c/inherit_graph_119.map
+share/doc/naev/c/inherit_graph_119.md5
+share/doc/naev/c/inherit_graph_119.png
+share/doc/naev/c/inherit_graph_12.map
+share/doc/naev/c/inherit_graph_12.md5
+share/doc/naev/c/inherit_graph_12.png
+share/doc/naev/c/inherit_graph_120.map
+share/doc/naev/c/inherit_graph_120.md5
+share/doc/naev/c/inherit_graph_120.png
+share/doc/naev/c/inherit_graph_121.map
+share/doc/naev/c/inherit_graph_121.md5
+share/doc/naev/c/inherit_graph_121.png
+share/doc/naev/c/inherit_graph_122.map
+share/doc/naev/c/inherit_graph_122.md5
+share/doc/naev/c/inherit_graph_122.png
+share/doc/naev/c/inherit_graph_123.map
+share/doc/naev/c/inherit_graph_123.md5
+share/doc/naev/c/inherit_graph_123.png
+share/doc/naev/c/inherit_graph_124.map
+share/doc/naev/c/inherit_graph_124.md5
+share/doc/naev/c/inherit_graph_124.png
+share/doc/naev/c/inherit_graph_125.map
+share/doc/naev/c/inherit_graph_125.md5
+share/doc/naev/c/inherit_graph_125.png
+share/doc/naev/c/inherit_graph_126.map
+share/doc/naev/c/inherit_graph_126.md5
+share/doc/naev/c/inherit_graph_126.png
+share/doc/naev/c/inherit_graph_127.map
+share/doc/naev/c/inherit_graph_127.md5
+share/doc/naev/c/inherit_graph_127.png
+share/doc/naev/c/inherit_graph_128.map
+share/doc/naev/c/inherit_graph_128.md5
+share/doc/naev/c/inherit_graph_128.png
+share/doc/naev/c/inherit_graph_129.map
+share/doc/naev/c/inherit_graph_129.md5
+share/doc/naev/c/inherit_graph_129.png
+share/doc/naev/c/inherit_graph_13.map
+share/doc/naev/c/inherit_graph_13.md5
+share/doc/naev/c/inherit_graph_13.png
+share/doc/naev/c/inherit_graph_130.map
+share/doc/naev/c/inherit_graph_130.md5
+share/doc/naev/c/inherit_graph_130.png
+share/doc/naev/c/inherit_graph_131.map
+share/doc/naev/c/inherit_graph_131.md5
+share/doc/naev/c/inherit_graph_131.png
+share/doc/naev/c/inherit_graph_132.map
+share/doc/naev/c/inherit_graph_132.md5
+share/doc/naev/c/inherit_graph_132.png
+share/doc/naev/c/inherit_graph_133.map
+share/doc/naev/c/inherit_graph_133.md5
+share/doc/naev/c/inherit_graph_133.png
+share/doc/naev/c/inherit_graph_134.map
+share/doc/naev/c/inherit_graph_134.md5
+share/doc/naev/c/inherit_graph_134.png
+share/doc/naev/c/inherit_graph_135.map
+share/doc/naev/c/inherit_graph_135.md5
+share/doc/naev/c/inherit_graph_135.png
+share/doc/naev/c/inherit_graph_136.map
+share/doc/naev/c/inherit_graph_136.md5
+share/doc/naev/c/inherit_graph_136.png
+share/doc/naev/c/inherit_graph_137.map
+share/doc/naev/c/inherit_graph_137.md5
+share/doc/naev/c/inherit_graph_137.png
+share/doc/naev/c/inherit_graph_138.map
+share/doc/naev/c/inherit_graph_138.md5
+share/doc/naev/c/inherit_graph_138.png
+share/doc/naev/c/inherit_graph_139.map
+share/doc/naev/c/inherit_graph_139.md5
+share/doc/naev/c/inherit_graph_139.png
+share/doc/naev/c/inherit_graph_14.map
+share/doc/naev/c/inherit_graph_14.md5
+share/doc/naev/c/inherit_graph_14.png
+share/doc/naev/c/inherit_graph_140.map
+share/doc/naev/c/inherit_graph_140.md5
+share/doc/naev/c/inherit_graph_140.png
+share/doc/naev/c/inherit_graph_141.map
+share/doc/naev/c/inherit_graph_141.md5
+share/doc/naev/c/inherit_graph_141.png
+share/doc/naev/c/inherit_graph_142.map
+share/doc/naev/c/inherit_graph_142.md5
+share/doc/naev/c/inherit_graph_142.png
+share/doc/naev/c/inherit_graph_143.map
+share/doc/naev/c/inherit_graph_143.md5
+share/doc/naev/c/inherit_graph_143.png
+share/doc/naev/c/inherit_graph_144.map
+share/doc/naev/c/inherit_graph_144.md5
+share/doc/naev/c/inherit_graph_144.png
+share/doc/naev/c/inherit_graph_145.map
+share/doc/naev/c/inherit_graph_145.md5
+share/doc/naev/c/inherit_graph_145.png
+share/doc/naev/c/inherit_graph_146.map
+share/doc/naev/c/inherit_graph_146.md5
+share/doc/naev/c/inherit_graph_146.png
+share/doc/naev/c/inherit_graph_147.map
+share/doc/naev/c/inherit_graph_147.md5
+share/doc/naev/c/inherit_graph_147.png
+share/doc/naev/c/inherit_graph_148.map
+share/doc/naev/c/inherit_graph_148.md5
+share/doc/naev/c/inherit_graph_148.png
+share/doc/naev/c/inherit_graph_149.map
+share/doc/naev/c/inherit_graph_149.md5
+share/doc/naev/c/inherit_graph_149.png
+share/doc/naev/c/inherit_graph_15.map
+share/doc/naev/c/inherit_graph_15.md5
+share/doc/naev/c/inherit_graph_15.png
+share/doc/naev/c/inherit_graph_150.map
+share/doc/naev/c/inherit_graph_150.md5
+share/doc/naev/c/inherit_graph_150.png
+share/doc/naev/c/inherit_graph_151.map
+share/doc/naev/c/inherit_graph_151.md5
+share/doc/naev/c/inherit_graph_151.png
+share/doc/naev/c/inherit_graph_152.map
+share/doc/naev/c/inherit_graph_152.md5
+share/doc/naev/c/inherit_graph_152.png
+share/doc/naev/c/inherit_graph_153.map
+share/doc/naev/c/inherit_graph_153.md5
+share/doc/naev/c/inherit_graph_153.png
+share/doc/naev/c/inherit_graph_154.map
+share/doc/naev/c/inherit_graph_154.md5
+share/doc/naev/c/inherit_graph_154.png
+share/doc/naev/c/inherit_graph_155.map
+share/doc/naev/c/inherit_graph_155.md5
+share/doc/naev/c/inherit_graph_155.png
+share/doc/naev/c/inherit_graph_156.map
+share/doc/naev/c/inherit_graph_156.md5
+share/doc/naev/c/inherit_graph_156.png
+share/doc/naev/c/inherit_graph_157.map
+share/doc/naev/c/inherit_graph_157.md5
+share/doc/naev/c/inherit_graph_157.png
+share/doc/naev/c/inherit_graph_158.map
+share/doc/naev/c/inherit_graph_158.md5
+share/doc/naev/c/inherit_graph_158.png
+share/doc/naev/c/inherit_graph_159.map
+share/doc/naev/c/inherit_graph_159.md5
+share/doc/naev/c/inherit_graph_159.png
+share/doc/naev/c/inherit_graph_16.map
+share/doc/naev/c/inherit_graph_16.md5
+share/doc/naev/c/inherit_graph_16.png
+share/doc/naev/c/inherit_graph_160.map
+share/doc/naev/c/inherit_graph_160.md5
+share/doc/naev/c/inherit_graph_160.png
+share/doc/naev/c/inherit_graph_161.map
+share/doc/naev/c/inherit_graph_161.md5
+share/doc/naev/c/inherit_graph_161.png
+share/doc/naev/c/inherit_graph_162.map
+share/doc/naev/c/inherit_graph_162.md5
+share/doc/naev/c/inherit_graph_162.png
+share/doc/naev/c/inherit_graph_163.map
+share/doc/naev/c/inherit_graph_163.md5
+share/doc/naev/c/inherit_graph_163.png
+share/doc/naev/c/inherit_graph_164.map
+share/doc/naev/c/inherit_graph_164.md5
+share/doc/naev/c/inherit_graph_164.png
+share/doc/naev/c/inherit_graph_165.map
+share/doc/naev/c/inherit_graph_165.md5
+share/doc/naev/c/inherit_graph_165.png
+share/doc/naev/c/inherit_graph_166.map
+share/doc/naev/c/inherit_graph_166.md5
+share/doc/naev/c/inherit_graph_166.png
+share/doc/naev/c/inherit_graph_167.map
+share/doc/naev/c/inherit_graph_167.md5
+share/doc/naev/c/inherit_graph_167.png
+share/doc/naev/c/inherit_graph_168.map
+share/doc/naev/c/inherit_graph_168.md5
+share/doc/naev/c/inherit_graph_168.png
+share/doc/naev/c/inherit_graph_169.map
+share/doc/naev/c/inherit_graph_169.md5
+share/doc/naev/c/inherit_graph_169.png
+share/doc/naev/c/inherit_graph_17.map
+share/doc/naev/c/inherit_graph_17.md5
+share/doc/naev/c/inherit_graph_17.png
+share/doc/naev/c/inherit_graph_170.map
+share/doc/naev/c/inherit_graph_170.md5
+share/doc/naev/c/inherit_graph_170.png
+share/doc/naev/c/inherit_graph_171.map
+share/doc/naev/c/inherit_graph_171.md5
+share/doc/naev/c/inherit_graph_171.png
+share/doc/naev/c/inherit_graph_172.map
+share/doc/naev/c/inherit_graph_172.md5
+share/doc/naev/c/inherit_graph_172.png
+share/doc/naev/c/inherit_graph_173.map
+share/doc/naev/c/inherit_graph_173.md5
+share/doc/naev/c/inherit_graph_173.png
+share/doc/naev/c/inherit_graph_174.map
+share/doc/naev/c/inherit_graph_174.md5
+share/doc/naev/c/inherit_graph_174.png
+share/doc/naev/c/inherit_graph_175.map
+share/doc/naev/c/inherit_graph_175.md5
+share/doc/naev/c/inherit_graph_175.png
+share/doc/naev/c/inherit_graph_176.map
+share/doc/naev/c/inherit_graph_176.md5
+share/doc/naev/c/inherit_graph_176.png
+share/doc/naev/c/inherit_graph_177.map
+share/doc/naev/c/inherit_graph_177.md5
+share/doc/naev/c/inherit_graph_177.png
+share/doc/naev/c/inherit_graph_178.map
+share/doc/naev/c/inherit_graph_178.md5
+share/doc/naev/c/inherit_graph_178.png
+share/doc/naev/c/inherit_graph_179.map
+share/doc/naev/c/inherit_graph_179.md5
+share/doc/naev/c/inherit_graph_179.png
+share/doc/naev/c/inherit_graph_18.map
+share/doc/naev/c/inherit_graph_18.md5
+share/doc/naev/c/inherit_graph_18.png
+share/doc/naev/c/inherit_graph_180.map
+share/doc/naev/c/inherit_graph_180.md5
+share/doc/naev/c/inherit_graph_180.png
+share/doc/naev/c/inherit_graph_181.map
+share/doc/naev/c/inherit_graph_181.md5
+share/doc/naev/c/inherit_graph_181.png
+share/doc/naev/c/inherit_graph_182.map
+share/doc/naev/c/inherit_graph_182.md5
+share/doc/naev/c/inherit_graph_182.png
+share/doc/naev/c/inherit_graph_183.map
+share/doc/naev/c/inherit_graph_183.md5
+share/doc/naev/c/inherit_graph_183.png
+share/doc/naev/c/inherit_graph_184.map
+share/doc/naev/c/inherit_graph_184.md5
+share/doc/naev/c/inherit_graph_184.png
+share/doc/naev/c/inherit_graph_185.map
+share/doc/naev/c/inherit_graph_185.md5
+share/doc/naev/c/inherit_graph_185.png
+share/doc/naev/c/inherit_graph_186.map
+share/doc/naev/c/inherit_graph_186.md5
+share/doc/naev/c/inherit_graph_186.png
+share/doc/naev/c/inherit_graph_187.map
+share/doc/naev/c/inherit_graph_187.md5
+share/doc/naev/c/inherit_graph_187.png
+share/doc/naev/c/inherit_graph_188.map
+share/doc/naev/c/inherit_graph_188.md5
+share/doc/naev/c/inherit_graph_188.png
+share/doc/naev/c/inherit_graph_189.map
+share/doc/naev/c/inherit_graph_189.md5
+share/doc/naev/c/inherit_graph_189.png
+share/doc/naev/c/inherit_graph_19.map
+share/doc/naev/c/inherit_graph_19.md5
+share/doc/naev/c/inherit_graph_19.png
+share/doc/naev/c/inherit_graph_190.map
+share/doc/naev/c/inherit_graph_190.md5
+share/doc/naev/c/inherit_graph_190.png
+share/doc/naev/c/inherit_graph_191.map
+share/doc/naev/c/inherit_graph_191.md5
+share/doc/naev/c/inherit_graph_191.png
+share/doc/naev/c/inherit_graph_192.map
+share/doc/naev/c/inherit_graph_192.md5
+share/doc/naev/c/inherit_graph_192.png
+share/doc/naev/c/inherit_graph_193.map
+share/doc/naev/c/inherit_graph_193.md5
+share/doc/naev/c/inherit_graph_193.png
+share/doc/naev/c/inherit_graph_194.map
+share/doc/naev/c/inherit_graph_194.md5
+share/doc/naev/c/inherit_graph_194.png
+share/doc/naev/c/inherit_graph_195.map
+share/doc/naev/c/inherit_graph_195.md5
+share/doc/naev/c/inherit_graph_195.png
+share/doc/naev/c/inherit_graph_196.map
+share/doc/naev/c/inherit_graph_196.md5
+share/doc/naev/c/inherit_graph_196.png
+share/doc/naev/c/inherit_graph_197.map
+share/doc/naev/c/inherit_graph_197.md5
+share/doc/naev/c/inherit_graph_197.png
+share/doc/naev/c/inherit_graph_198.map
+share/doc/naev/c/inherit_graph_198.md5
+share/doc/naev/c/inherit_graph_198.png
+share/doc/naev/c/inherit_graph_199.map
+share/doc/naev/c/inherit_graph_199.md5
+share/doc/naev/c/inherit_graph_199.png
+share/doc/naev/c/inherit_graph_2.map
+share/doc/naev/c/inherit_graph_2.md5
+share/doc/naev/c/inherit_graph_2.png
+share/doc/naev/c/inherit_graph_20.map
+share/doc/naev/c/inherit_graph_20.md5
+share/doc/naev/c/inherit_graph_20.png
+share/doc/naev/c/inherit_graph_200.map
+share/doc/naev/c/inherit_graph_200.md5
+share/doc/naev/c/inherit_graph_200.png
+share/doc/naev/c/inherit_graph_201.map
+share/doc/naev/c/inherit_graph_201.md5
+share/doc/naev/c/inherit_graph_201.png
+share/doc/naev/c/inherit_graph_202.map
+share/doc/naev/c/inherit_graph_202.md5
+share/doc/naev/c/inherit_graph_202.png
+share/doc/naev/c/inherit_graph_203.map
+share/doc/naev/c/inherit_graph_203.md5
+share/doc/naev/c/inherit_graph_203.png
+share/doc/naev/c/inherit_graph_204.map
+share/doc/naev/c/inherit_graph_204.md5
+share/doc/naev/c/inherit_graph_204.png
+share/doc/naev/c/inherit_graph_205.map
+share/doc/naev/c/inherit_graph_205.md5
+share/doc/naev/c/inherit_graph_205.png
+share/doc/naev/c/inherit_graph_206.map
+share/doc/naev/c/inherit_graph_206.md5
+share/doc/naev/c/inherit_graph_206.png
+share/doc/naev/c/inherit_graph_207.map
+share/doc/naev/c/inherit_graph_207.md5
+share/doc/naev/c/inherit_graph_207.png
+share/doc/naev/c/inherit_graph_208.map
+share/doc/naev/c/inherit_graph_208.md5
+share/doc/naev/c/inherit_graph_208.png
+share/doc/naev/c/inherit_graph_209.map
+share/doc/naev/c/inherit_graph_209.md5
+share/doc/naev/c/inherit_graph_209.png
+share/doc/naev/c/inherit_graph_21.map
+share/doc/naev/c/inherit_graph_21.md5
+share/doc/naev/c/inherit_graph_21.png
+share/doc/naev/c/inherit_graph_210.map
+share/doc/naev/c/inherit_graph_210.md5
+share/doc/naev/c/inherit_graph_210.png
+share/doc/naev/c/inherit_graph_211.map
+share/doc/naev/c/inherit_graph_211.md5
+share/doc/naev/c/inherit_graph_211.png
+share/doc/naev/c/inherit_graph_212.map
+share/doc/naev/c/inherit_graph_212.md5
+share/doc/naev/c/inherit_graph_212.png
+share/doc/naev/c/inherit_graph_213.map
+share/doc/naev/c/inherit_graph_213.md5
+share/doc/naev/c/inherit_graph_213.png
+share/doc/naev/c/inherit_graph_214.map
+share/doc/naev/c/inherit_graph_214.md5
+share/doc/naev/c/inherit_graph_214.png
+share/doc/naev/c/inherit_graph_215.map
+share/doc/naev/c/inherit_graph_215.md5
+share/doc/naev/c/inherit_graph_215.png
+share/doc/naev/c/inherit_graph_216.map
+share/doc/naev/c/inherit_graph_216.md5
+share/doc/naev/c/inherit_graph_216.png
+share/doc/naev/c/inherit_graph_217.map
+share/doc/naev/c/inherit_graph_217.md5
+share/doc/naev/c/inherit_graph_217.png
+share/doc/naev/c/inherit_graph_218.map
+share/doc/naev/c/inherit_graph_218.md5
+share/doc/naev/c/inherit_graph_218.png
+share/doc/naev/c/inherit_graph_219.map
+share/doc/naev/c/inherit_graph_219.md5
+share/doc/naev/c/inherit_graph_219.png
+share/doc/naev/c/inherit_graph_22.map
+share/doc/naev/c/inherit_graph_22.md5
+share/doc/naev/c/inherit_graph_22.png
+share/doc/naev/c/inherit_graph_220.map
+share/doc/naev/c/inherit_graph_220.md5
+share/doc/naev/c/inherit_graph_220.png
+share/doc/naev/c/inherit_graph_221.map
+share/doc/naev/c/inherit_graph_221.md5
+share/doc/naev/c/inherit_graph_221.png
+share/doc/naev/c/inherit_graph_222.map
+share/doc/naev/c/inherit_graph_222.md5
+share/doc/naev/c/inherit_graph_222.png
+share/doc/naev/c/inherit_graph_223.map
+share/doc/naev/c/inherit_graph_223.md5
+share/doc/naev/c/inherit_graph_223.png
+share/doc/naev/c/inherit_graph_224.map
+share/doc/naev/c/inherit_graph_224.md5
+share/doc/naev/c/inherit_graph_224.png
+share/doc/naev/c/inherit_graph_225.map
+share/doc/naev/c/inherit_graph_225.md5
+share/doc/naev/c/inherit_graph_225.png
+share/doc/naev/c/inherit_graph_226.map
+share/doc/naev/c/inherit_graph_226.md5
+share/doc/naev/c/inherit_graph_226.png
+share/doc/naev/c/inherit_graph_227.map
+share/doc/naev/c/inherit_graph_227.md5
+share/doc/naev/c/inherit_graph_227.png
+share/doc/naev/c/inherit_graph_228.map
+share/doc/naev/c/inherit_graph_228.md5
+share/doc/naev/c/inherit_graph_228.png
+share/doc/naev/c/inherit_graph_229.map
+share/doc/naev/c/inherit_graph_229.md5
+share/doc/naev/c/inherit_graph_229.png
+share/doc/naev/c/inherit_graph_23.map
+share/doc/naev/c/inherit_graph_23.md5
+share/doc/naev/c/inherit_graph_23.png
+share/doc/naev/c/inherit_graph_230.map
+share/doc/naev/c/inherit_graph_230.md5
+share/doc/naev/c/inherit_graph_230.png
+share/doc/naev/c/inherit_graph_231.map
+share/doc/naev/c/inherit_graph_231.md5
+share/doc/naev/c/inherit_graph_231.png
+share/doc/naev/c/inherit_graph_232.map
+share/doc/naev/c/inherit_graph_232.md5
+share/doc/naev/c/inherit_graph_232.png
+share/doc/naev/c/inherit_graph_233.map
+share/doc/naev/c/inherit_graph_233.md5
+share/doc/naev/c/inherit_graph_233.png
+share/doc/naev/c/inherit_graph_234.map
+share/doc/naev/c/inherit_graph_234.md5
+share/doc/naev/c/inherit_graph_234.png
+share/doc/naev/c/inherit_graph_235.map
+share/doc/naev/c/inherit_graph_235.md5
+share/doc/naev/c/inherit_graph_235.png
+share/doc/naev/c/inherit_graph_236.map
+share/doc/naev/c/inherit_graph_236.md5
+share/doc/naev/c/inherit_graph_236.png
+share/doc/naev/c/inherit_graph_237.map
+share/doc/naev/c/inherit_graph_237.md5
+share/doc/naev/c/inherit_graph_237.png
+share/doc/naev/c/inherit_graph_238.map
+share/doc/naev/c/inherit_graph_238.md5
+share/doc/naev/c/inherit_graph_238.png
+share/doc/naev/c/inherit_graph_239.map
+share/doc/naev/c/inherit_graph_239.md5
+share/doc/naev/c/inherit_graph_239.png
+share/doc/naev/c/inherit_graph_24.map
+share/doc/naev/c/inherit_graph_24.md5
+share/doc/naev/c/inherit_graph_24.png
+share/doc/naev/c/inherit_graph_240.map
+share/doc/naev/c/inherit_graph_240.md5
+share/doc/naev/c/inherit_graph_240.png
+share/doc/naev/c/inherit_graph_241.map
+share/doc/naev/c/inherit_graph_241.md5
+share/doc/naev/c/inherit_graph_241.png
+share/doc/naev/c/inherit_graph_242.map
+share/doc/naev/c/inherit_graph_242.md5
+share/doc/naev/c/inherit_graph_242.png
+share/doc/naev/c/inherit_graph_243.map
+share/doc/naev/c/inherit_graph_243.md5
+share/doc/naev/c/inherit_graph_243.png
+share/doc/naev/c/inherit_graph_244.map
+share/doc/naev/c/inherit_graph_244.md5
+share/doc/naev/c/inherit_graph_244.png
+share/doc/naev/c/inherit_graph_245.map
+share/doc/naev/c/inherit_graph_245.md5
+share/doc/naev/c/inherit_graph_245.png
+share/doc/naev/c/inherit_graph_246.map
+share/doc/naev/c/inherit_graph_246.md5
+share/doc/naev/c/inherit_graph_246.png
+share/doc/naev/c/inherit_graph_247.map
+share/doc/naev/c/inherit_graph_247.md5
+share/doc/naev/c/inherit_graph_247.png
+share/doc/naev/c/inherit_graph_248.map
+share/doc/naev/c/inherit_graph_248.md5
+share/doc/naev/c/inherit_graph_248.png
+share/doc/naev/c/inherit_graph_249.map
+share/doc/naev/c/inherit_graph_249.md5
+share/doc/naev/c/inherit_graph_249.png
+share/doc/naev/c/inherit_graph_25.map
+share/doc/naev/c/inherit_graph_25.md5
+share/doc/naev/c/inherit_graph_25.png
+share/doc/naev/c/inherit_graph_250.map
+share/doc/naev/c/inherit_graph_250.md5
+share/doc/naev/c/inherit_graph_250.png
+share/doc/naev/c/inherit_graph_251.map
+share/doc/naev/c/inherit_graph_251.md5
+share/doc/naev/c/inherit_graph_251.png
+share/doc/naev/c/inherit_graph_252.map
+share/doc/naev/c/inherit_graph_252.md5
+share/doc/naev/c/inherit_graph_252.png
+share/doc/naev/c/inherit_graph_253.map
+share/doc/naev/c/inherit_graph_253.md5
+share/doc/naev/c/inherit_graph_253.png
+share/doc/naev/c/inherit_graph_254.map
+share/doc/naev/c/inherit_graph_254.md5
+share/doc/naev/c/inherit_graph_254.png
+share/doc/naev/c/inherit_graph_26.map
+share/doc/naev/c/inherit_graph_26.md5
+share/doc/naev/c/inherit_graph_26.png
+share/doc/naev/c/inherit_graph_27.map
+share/doc/naev/c/inherit_graph_27.md5
+share/doc/naev/c/inherit_graph_27.png
+share/doc/naev/c/inherit_graph_28.map
+share/doc/naev/c/inherit_graph_28.md5
+share/doc/naev/c/inherit_graph_28.png
+share/doc/naev/c/inherit_graph_29.map
+share/doc/naev/c/inherit_graph_29.md5
+share/doc/naev/c/inherit_graph_29.png
+share/doc/naev/c/inherit_graph_3.map
+share/doc/naev/c/inherit_graph_3.md5
+share/doc/naev/c/inherit_graph_3.png
+share/doc/naev/c/inherit_graph_30.map
+share/doc/naev/c/inherit_graph_30.md5
+share/doc/naev/c/inherit_graph_30.png
+share/doc/naev/c/inherit_graph_31.map
+share/doc/naev/c/inherit_graph_31.md5
+share/doc/naev/c/inherit_graph_31.png
+share/doc/naev/c/inherit_graph_32.map
+share/doc/naev/c/inherit_graph_32.md5
+share/doc/naev/c/inherit_graph_32.png
+share/doc/naev/c/inherit_graph_33.map
+share/doc/naev/c/inherit_graph_33.md5
+share/doc/naev/c/inherit_graph_33.png
+share/doc/naev/c/inherit_graph_34.map
+share/doc/naev/c/inherit_graph_34.md5
+share/doc/naev/c/inherit_graph_34.png
+share/doc/naev/c/inherit_graph_35.map
+share/doc/naev/c/inherit_graph_35.md5
+share/doc/naev/c/inherit_graph_35.png
+share/doc/naev/c/inherit_graph_36.map
+share/doc/naev/c/inherit_graph_36.md5
+share/doc/naev/c/inherit_graph_36.png
+share/doc/naev/c/inherit_graph_37.map
+share/doc/naev/c/inherit_graph_37.md5
+share/doc/naev/c/inherit_graph_37.png
+share/doc/naev/c/inherit_graph_38.map
+share/doc/naev/c/inherit_graph_38.md5
+share/doc/naev/c/inherit_graph_38.png
+share/doc/naev/c/inherit_graph_39.map
+share/doc/naev/c/inherit_graph_39.md5
+share/doc/naev/c/inherit_graph_39.png
+share/doc/naev/c/inherit_graph_4.map
+share/doc/naev/c/inherit_graph_4.md5
+share/doc/naev/c/inherit_graph_4.png
+share/doc/naev/c/inherit_graph_40.map
+share/doc/naev/c/inherit_graph_40.md5
+share/doc/naev/c/inherit_graph_40.png
+share/doc/naev/c/inherit_graph_41.map
+share/doc/naev/c/inherit_graph_41.md5
+share/doc/naev/c/inherit_graph_41.png
+share/doc/naev/c/inherit_graph_42.map
+share/doc/naev/c/inherit_graph_42.md5
+share/doc/naev/c/inherit_graph_42.png
+share/doc/naev/c/inherit_graph_43.map
+share/doc/naev/c/inherit_graph_43.md5
+share/doc/naev/c/inherit_graph_43.png
+share/doc/naev/c/inherit_graph_44.map
+share/doc/naev/c/inherit_graph_44.md5
+share/doc/naev/c/inherit_graph_44.png
+share/doc/naev/c/inherit_graph_45.map
+share/doc/naev/c/inherit_graph_45.md5
+share/doc/naev/c/inherit_graph_45.png
+share/doc/naev/c/inherit_graph_46.map
+share/doc/naev/c/inherit_graph_46.md5
+share/doc/naev/c/inherit_graph_46.png
+share/doc/naev/c/inherit_graph_47.map
+share/doc/naev/c/inherit_graph_47.md5
+share/doc/naev/c/inherit_graph_47.png
+share/doc/naev/c/inherit_graph_48.map
+share/doc/naev/c/inherit_graph_48.md5
+share/doc/naev/c/inherit_graph_48.png
+share/doc/naev/c/inherit_graph_49.map
+share/doc/naev/c/inherit_graph_49.md5
+share/doc/naev/c/inherit_graph_49.png
+share/doc/naev/c/inherit_graph_5.map
+share/doc/naev/c/inherit_graph_5.md5
+share/doc/naev/c/inherit_graph_5.png
+share/doc/naev/c/inherit_graph_50.map
+share/doc/naev/c/inherit_graph_50.md5
+share/doc/naev/c/inherit_graph_50.png
+share/doc/naev/c/inherit_graph_51.map
+share/doc/naev/c/inherit_graph_51.md5
+share/doc/naev/c/inherit_graph_51.png
+share/doc/naev/c/inherit_graph_52.map
+share/doc/naev/c/inherit_graph_52.md5
+share/doc/naev/c/inherit_graph_52.png
+share/doc/naev/c/inherit_graph_53.map
+share/doc/naev/c/inherit_graph_53.md5
+share/doc/naev/c/inherit_graph_53.png
+share/doc/naev/c/inherit_graph_54.map
+share/doc/naev/c/inherit_graph_54.md5
+share/doc/naev/c/inherit_graph_54.png
+share/doc/naev/c/inherit_graph_55.map
+share/doc/naev/c/inherit_graph_55.md5
+share/doc/naev/c/inherit_graph_55.png
+share/doc/naev/c/inherit_graph_56.map
+share/doc/naev/c/inherit_graph_56.md5
+share/doc/naev/c/inherit_graph_56.png
+share/doc/naev/c/inherit_graph_57.map
+share/doc/naev/c/inherit_graph_57.md5
+share/doc/naev/c/inherit_graph_57.png
+share/doc/naev/c/inherit_graph_58.map
+share/doc/naev/c/inherit_graph_58.md5
+share/doc/naev/c/inherit_graph_58.png
+share/doc/naev/c/inherit_graph_59.map
+share/doc/naev/c/inherit_graph_59.md5
+share/doc/naev/c/inherit_graph_59.png
+share/doc/naev/c/inherit_graph_6.map
+share/doc/naev/c/inherit_graph_6.md5
+share/doc/naev/c/inherit_graph_6.png
+share/doc/naev/c/inherit_graph_60.map
+share/doc/naev/c/inherit_graph_60.md5
+share/doc/naev/c/inherit_graph_60.png
+share/doc/naev/c/inherit_graph_61.map
+share/doc/naev/c/inherit_graph_61.md5
+share/doc/naev/c/inherit_graph_61.png
+share/doc/naev/c/inherit_graph_62.map
+share/doc/naev/c/inherit_graph_62.md5
+share/doc/naev/c/inherit_graph_62.png
+share/doc/naev/c/inherit_graph_63.map
+share/doc/naev/c/inherit_graph_63.md5
+share/doc/naev/c/inherit_graph_63.png
+share/doc/naev/c/inherit_graph_64.map
+share/doc/naev/c/inherit_graph_64.md5
+share/doc/naev/c/inherit_graph_64.png
+share/doc/naev/c/inherit_graph_65.map
+share/doc/naev/c/inherit_graph_65.md5
+share/doc/naev/c/inherit_graph_65.png
+share/doc/naev/c/inherit_graph_66.map
+share/doc/naev/c/inherit_graph_66.md5
+share/doc/naev/c/inherit_graph_66.png
+share/doc/naev/c/inherit_graph_67.map
+share/doc/naev/c/inherit_graph_67.md5
+share/doc/naev/c/inherit_graph_67.png
+share/doc/naev/c/inherit_graph_68.map
+share/doc/naev/c/inherit_graph_68.md5
+share/doc/naev/c/inherit_graph_68.png
+share/doc/naev/c/inherit_graph_69.map
+share/doc/naev/c/inherit_graph_69.md5
+share/doc/naev/c/inherit_graph_69.png
+share/doc/naev/c/inherit_graph_7.map
+share/doc/naev/c/inherit_graph_7.md5
+share/doc/naev/c/inherit_graph_7.png
+share/doc/naev/c/inherit_graph_70.map
+share/doc/naev/c/inherit_graph_70.md5
+share/doc/naev/c/inherit_graph_70.png
+share/doc/naev/c/inherit_graph_71.map
+share/doc/naev/c/inherit_graph_71.md5
+share/doc/naev/c/inherit_graph_71.png
+share/doc/naev/c/inherit_graph_72.map
+share/doc/naev/c/inherit_graph_72.md5
+share/doc/naev/c/inherit_graph_72.png
+share/doc/naev/c/inherit_graph_73.map
+share/doc/naev/c/inherit_graph_73.md5
+share/doc/naev/c/inherit_graph_73.png
+share/doc/naev/c/inherit_graph_74.map
+share/doc/naev/c/inherit_graph_74.md5
+share/doc/naev/c/inherit_graph_74.png
+share/doc/naev/c/inherit_graph_75.map
+share/doc/naev/c/inherit_graph_75.md5
+share/doc/naev/c/inherit_graph_75.png
+share/doc/naev/c/inherit_graph_76.map
+share/doc/naev/c/inherit_graph_76.md5
+share/doc/naev/c/inherit_graph_76.png
+share/doc/naev/c/inherit_graph_77.map
+share/doc/naev/c/inherit_graph_77.md5
+share/doc/naev/c/inherit_graph_77.png
+share/doc/naev/c/inherit_graph_78.map
+share/doc/naev/c/inherit_graph_78.md5
+share/doc/naev/c/inherit_graph_78.png
+share/doc/naev/c/inherit_graph_79.map
+share/doc/naev/c/inherit_graph_79.md5
+share/doc/naev/c/inherit_graph_79.png
+share/doc/naev/c/inherit_graph_8.map
+share/doc/naev/c/inherit_graph_8.md5
+share/doc/naev/c/inherit_graph_8.png
+share/doc/naev/c/inherit_graph_80.map
+share/doc/naev/c/inherit_graph_80.md5
+share/doc/naev/c/inherit_graph_80.png
+share/doc/naev/c/inherit_graph_81.map
+share/doc/naev/c/inherit_graph_81.md5
+share/doc/naev/c/inherit_graph_81.png
+share/doc/naev/c/inherit_graph_82.map
+share/doc/naev/c/inherit_graph_82.md5
+share/doc/naev/c/inherit_graph_82.png
+share/doc/naev/c/inherit_graph_83.map
+share/doc/naev/c/inherit_graph_83.md5
+share/doc/naev/c/inherit_graph_83.png
+share/doc/naev/c/inherit_graph_84.map
+share/doc/naev/c/inherit_graph_84.md5
+share/doc/naev/c/inherit_graph_84.png
+share/doc/naev/c/inherit_graph_85.map
+share/doc/naev/c/inherit_graph_85.md5
+share/doc/naev/c/inherit_graph_85.png
+share/doc/naev/c/inherit_graph_86.map
+share/doc/naev/c/inherit_graph_86.md5
+share/doc/naev/c/inherit_graph_86.png
+share/doc/naev/c/inherit_graph_87.map
+share/doc/naev/c/inherit_graph_87.md5
+share/doc/naev/c/inherit_graph_87.png
+share/doc/naev/c/inherit_graph_88.map
+share/doc/naev/c/inherit_graph_88.md5
+share/doc/naev/c/inherit_graph_88.png
+share/doc/naev/c/inherit_graph_89.map
+share/doc/naev/c/inherit_graph_89.md5
+share/doc/naev/c/inherit_graph_89.png
+share/doc/naev/c/inherit_graph_9.map
+share/doc/naev/c/inherit_graph_9.md5
+share/doc/naev/c/inherit_graph_9.png
+share/doc/naev/c/inherit_graph_90.map
+share/doc/naev/c/inherit_graph_90.md5
+share/doc/naev/c/inherit_graph_90.png
+share/doc/naev/c/inherit_graph_91.map
+share/doc/naev/c/inherit_graph_91.md5
+share/doc/naev/c/inherit_graph_91.png
+share/doc/naev/c/inherit_graph_92.map
+share/doc/naev/c/inherit_graph_92.md5
+share/doc/naev/c/inherit_graph_92.png
+share/doc/naev/c/inherit_graph_93.map
+share/doc/naev/c/inherit_graph_93.md5
+share/doc/naev/c/inherit_graph_93.png
+share/doc/naev/c/inherit_graph_94.map
+share/doc/naev/c/inherit_graph_94.md5
+share/doc/naev/c/inherit_graph_94.png
+share/doc/naev/c/inherit_graph_95.map
+share/doc/naev/c/inherit_graph_95.md5
+share/doc/naev/c/inherit_graph_95.png
+share/doc/naev/c/inherit_graph_96.map
+share/doc/naev/c/inherit_graph_96.md5
+share/doc/naev/c/inherit_graph_96.png
+share/doc/naev/c/inherit_graph_97.map
+share/doc/naev/c/inherit_graph_97.md5
+share/doc/naev/c/inherit_graph_97.png
+share/doc/naev/c/inherit_graph_98.map
+share/doc/naev/c/inherit_graph_98.md5
+share/doc/naev/c/inherit_graph_98.png
+share/doc/naev/c/inherit_graph_99.map
+share/doc/naev/c/inherit_graph_99.md5
+share/doc/naev/c/inherit_graph_99.png
+share/doc/naev/c/inherits.html
+share/doc/naev/c/input_8c.html
+share/doc/naev/c/input_8c__incl.map
+share/doc/naev/c/input_8c__incl.md5
+share/doc/naev/c/input_8c__incl.png
+share/doc/naev/c/input_8c_source.html
+share/doc/naev/c/input_8h_source.html
+share/doc/naev/c/intlist_8c_source.html
+share/doc/naev/c/intlist_8h_source.html
+share/doc/naev/c/intro_8c.html
+share/doc/naev/c/intro_8c__incl.map
+share/doc/naev/c/intro_8c__incl.md5
+share/doc/naev/c/intro_8c__incl.png
+share/doc/naev/c/intro_8c_source.html
+share/doc/naev/c/intro_8h_source.html
+share/doc/naev/c/joystick_8c.html
+share/doc/naev/c/joystick_8c__incl.map
+share/doc/naev/c/joystick_8c__incl.md5
+share/doc/naev/c/joystick_8c__incl.png
+share/doc/naev/c/joystick_8c_source.html
+share/doc/naev/c/joystick_8h_source.html
+share/doc/naev/c/jquery.js
+share/doc/naev/c/khrplatform_8h_source.html
+share/doc/naev/c/land_8c.html
+share/doc/naev/c/land_8c__incl.map
+share/doc/naev/c/land_8c__incl.md5
+share/doc/naev/c/land_8c__incl.png
+share/doc/naev/c/land_8c_source.html
+share/doc/naev/c/land_8h_source.html
+share/doc/naev/c/land__outfits_8c.html
+share/doc/naev/c/land__outfits_8c__incl.map
+share/doc/naev/c/land__outfits_8c__incl.md5
+share/doc/naev/c/land__outfits_8c__incl.png
+share/doc/naev/c/land__outfits_8c_source.html
+share/doc/naev/c/land__outfits_8h_source.html
+share/doc/naev/c/land__shipyard_8c.html
+share/doc/naev/c/land__shipyard_8c__incl.map
+share/doc/naev/c/land__shipyard_8c__incl.md5
+share/doc/naev/c/land__shipyard_8c__incl.png
+share/doc/naev/c/land__shipyard_8c_source.html
+share/doc/naev/c/land__shipyard_8h_source.html
+share/doc/naev/c/land__trade_8c.html
+share/doc/naev/c/land__trade_8c__incl.map
+share/doc/naev/c/land__trade_8c__incl.md5
+share/doc/naev/c/land__trade_8c__incl.png
+share/doc/naev/c/land__trade_8c_source.html
+share/doc/naev/c/land__trade_8h_source.html
+share/doc/naev/c/load_8c.html
+share/doc/naev/c/load_8c__incl.map
+share/doc/naev/c/load_8c__incl.md5
+share/doc/naev/c/load_8c__incl.png
+share/doc/naev/c/load_8c_source.html
+share/doc/naev/c/load_8h_source.html
+share/doc/naev/c/log_8c.html
+share/doc/naev/c/log_8c__incl.map
+share/doc/naev/c/log_8c__incl.md5
+share/doc/naev/c/log_8c__incl.png
+share/doc/naev/c/log_8c_source.html
+share/doc/naev/c/log_8h_source.html
+share/doc/naev/c/logo32.png
+share/doc/naev/c/lua__enet_8c.html
+share/doc/naev/c/lua__enet_8c__incl.map
+share/doc/naev/c/lua__enet_8c__incl.md5
+share/doc/naev/c/lua__enet_8c__incl.png
+share/doc/naev/c/lua__enet_8c_source.html
+share/doc/naev/c/lua__enet_8h_source.html
+share/doc/naev/c/lutf8lib_8c_source.html
+share/doc/naev/c/lutf8lib_8h_source.html
+share/doc/naev/c/lvar_8c.html
+share/doc/naev/c/lvar_8c__incl.map
+share/doc/naev/c/lvar_8c__incl.md5
+share/doc/naev/c/lvar_8c__incl.png
+share/doc/naev/c/lvar_8c_source.html
+share/doc/naev/c/lvar_8h_source.html
+share/doc/naev/c/mapData_8h_source.html
+share/doc/naev/c/map_8c_source.html
+share/doc/naev/c/map_8h_source.html
+share/doc/naev/c/map__find_8c_source.html
+share/doc/naev/c/map__find_8h_source.html
+share/doc/naev/c/map__overlay_8c_source.html
+share/doc/naev/c/map__overlay_8h_source.html
+share/doc/naev/c/map__system_8c_source.html
+share/doc/naev/c/map__system_8h_source.html
+share/doc/naev/c/mat4_8c.html
+share/doc/naev/c/mat4_8c__incl.map
+share/doc/naev/c/mat4_8c__incl.md5
+share/doc/naev/c/mat4_8c__incl.png
+share/doc/naev/c/mat4_8c_source.html
+share/doc/naev/c/mat4_8h_source.html
+share/doc/naev/c/md5_8c_source.html
+share/doc/naev/c/md5_8h_source.html
+share/doc/naev/c/menu.js
+share/doc/naev/c/menu_8c_source.html
+share/doc/naev/c/menu_8h.html
+share/doc/naev/c/menu_8h__dep__incl.map
+share/doc/naev/c/menu_8h__dep__incl.md5
+share/doc/naev/c/menu_8h__dep__incl.png
+share/doc/naev/c/menu_8h_source.html
+share/doc/naev/c/menudata.js
+share/doc/naev/c/minus.svg
+share/doc/naev/c/minusd.svg
+share/doc/naev/c/mission_8c.html
+share/doc/naev/c/mission_8c__incl.map
+share/doc/naev/c/mission_8c__incl.md5
+share/doc/naev/c/mission_8c__incl.png
+share/doc/naev/c/mission_8c_source.html
+share/doc/naev/c/mission_8h_source.html
+share/doc/naev/c/mission__markers_8h_source.html
+share/doc/naev/c/msgcat_8c.html
+share/doc/naev/c/msgcat_8c__incl.map
+share/doc/naev/c/msgcat_8c__incl.md5
+share/doc/naev/c/msgcat_8c__incl.png
+share/doc/naev/c/msgcat_8c_source.html
+share/doc/naev/c/msgcat_8h_source.html
+share/doc/naev/c/music_8c.html
+share/doc/naev/c/music_8c__incl.map
+share/doc/naev/c/music_8c__incl.md5
+share/doc/naev/c/music_8c__incl.png
+share/doc/naev/c/music_8c_source.html
+share/doc/naev/c/music_8h_source.html
+share/doc/naev/c/naev_8c.html
+share/doc/naev/c/naev_8c__incl.map
+share/doc/naev/c/naev_8c__incl.md5
+share/doc/naev/c/naev_8c__incl.png
+share/doc/naev/c/naev_8c_source.html
+share/doc/naev/c/naev_8h.html
+share/doc/naev/c/naev_8h__dep__incl.map
+share/doc/naev/c/naev_8h__dep__incl.md5
+share/doc/naev/c/naev_8h__dep__incl.png
+share/doc/naev/c/naev_8h__incl.map
+share/doc/naev/c/naev_8h__incl.md5
+share/doc/naev/c/naev_8h__incl.png
+share/doc/naev/c/naev_8h_source.html
+share/doc/naev/c/naev__version_8c.html
+share/doc/naev/c/naev__version_8c__incl.map
+share/doc/naev/c/naev__version_8c__incl.md5
+share/doc/naev/c/naev__version_8c__incl.png
+share/doc/naev/c/naev__version_8c_source.html
+share/doc/naev/c/nav_f.png
+share/doc/naev/c/nav_fd.png
+share/doc/naev/c/nav_g.png
+share/doc/naev/c/nav_h.png
+share/doc/naev/c/nav_hd.png
+share/doc/naev/c/navtree.css
+share/doc/naev/c/ncompat_8h_source.html
+share/doc/naev/c/ndata_8c.html
+share/doc/naev/c/ndata_8c__incl.map
+share/doc/naev/c/ndata_8c__incl.md5
+share/doc/naev/c/ndata_8c__incl.png
+share/doc/naev/c/ndata_8c_source.html
+share/doc/naev/c/ndata_8h_source.html
+share/doc/naev/c/nebula_8c.html
+share/doc/naev/c/nebula_8c__incl.map
+share/doc/naev/c/nebula_8c__incl.md5
+share/doc/naev/c/nebula_8c__incl.png
+share/doc/naev/c/nebula_8c_source.html
+share/doc/naev/c/nebula_8h_source.html
+share/doc/naev/c/news_8c.html
+share/doc/naev/c/news_8c__incl.map
+share/doc/naev/c/news_8c__incl.md5
+share/doc/naev/c/news_8c__incl.png
+share/doc/naev/c/news_8c_source.html
+share/doc/naev/c/news_8h_source.html
+share/doc/naev/c/nfile_8c.html
+share/doc/naev/c/nfile_8c__incl.map
+share/doc/naev/c/nfile_8c__incl.md5
+share/doc/naev/c/nfile_8c__incl.png
+share/doc/naev/c/nfile_8c_source.html
+share/doc/naev/c/nfile_8h_source.html
+share/doc/naev/c/nlua_8c.html
+share/doc/naev/c/nlua_8c__incl.map
+share/doc/naev/c/nlua_8c__incl.md5
+share/doc/naev/c/nlua_8c__incl.png
+share/doc/naev/c/nlua_8c_source.html
+share/doc/naev/c/nlua_8h_source.html
+share/doc/naev/c/nlua__asteroid_8c.html
+share/doc/naev/c/nlua__asteroid_8c__incl.map
+share/doc/naev/c/nlua__asteroid_8c__incl.md5
+share/doc/naev/c/nlua__asteroid_8c__incl.png
+share/doc/naev/c/nlua__asteroid_8c_source.html
+share/doc/naev/c/nlua__asteroid_8h_source.html
+share/doc/naev/c/nlua__audio_8c.html
+share/doc/naev/c/nlua__audio_8c__incl.map
+share/doc/naev/c/nlua__audio_8c__incl.md5
+share/doc/naev/c/nlua__audio_8c__incl.png
+share/doc/naev/c/nlua__audio_8c_source.html
+share/doc/naev/c/nlua__audio_8h_source.html
+share/doc/naev/c/nlua__bkg_8c.html
+share/doc/naev/c/nlua__bkg_8c__incl.map
+share/doc/naev/c/nlua__bkg_8c__incl.md5
+share/doc/naev/c/nlua__bkg_8c__incl.png
+share/doc/naev/c/nlua__bkg_8c_source.html
+share/doc/naev/c/nlua__bkg_8h_source.html
+share/doc/naev/c/nlua__camera_8c.html
+share/doc/naev/c/nlua__camera_8c__incl.map
+share/doc/naev/c/nlua__camera_8c__incl.md5
+share/doc/naev/c/nlua__camera_8c__incl.png
+share/doc/naev/c/nlua__camera_8c_source.html
+share/doc/naev/c/nlua__camera_8h_source.html
+share/doc/naev/c/nlua__canvas_8c_source.html
+share/doc/naev/c/nlua__canvas_8h_source.html
+share/doc/naev/c/nlua__cli_8c.html
+share/doc/naev/c/nlua__cli_8c__incl.map
+share/doc/naev/c/nlua__cli_8c__incl.md5
+share/doc/naev/c/nlua__cli_8c__incl.png
+share/doc/naev/c/nlua__cli_8c_source.html
+share/doc/naev/c/nlua__cli_8h_source.html
+share/doc/naev/c/nlua__colour_8c.html
+share/doc/naev/c/nlua__colour_8c__incl.map
+share/doc/naev/c/nlua__colour_8c__incl.md5
+share/doc/naev/c/nlua__colour_8c__incl.png
+share/doc/naev/c/nlua__colour_8c_source.html
+share/doc/naev/c/nlua__colour_8h_source.html
+share/doc/naev/c/nlua__commodity_8c.html
+share/doc/naev/c/nlua__commodity_8c__incl.map
+share/doc/naev/c/nlua__commodity_8c__incl.md5
+share/doc/naev/c/nlua__commodity_8c__incl.png
+share/doc/naev/c/nlua__commodity_8c_source.html
+share/doc/naev/c/nlua__commodity_8h_source.html
+share/doc/naev/c/nlua__data_8c.html
+share/doc/naev/c/nlua__data_8c__incl.map
+share/doc/naev/c/nlua__data_8c__incl.md5
+share/doc/naev/c/nlua__data_8c__incl.png
+share/doc/naev/c/nlua__data_8c_source.html
+share/doc/naev/c/nlua__data_8h_source.html
+share/doc/naev/c/nlua__diff_8c.html
+share/doc/naev/c/nlua__diff_8c__incl.map
+share/doc/naev/c/nlua__diff_8c__incl.md5
+share/doc/naev/c/nlua__diff_8c__incl.png
+share/doc/naev/c/nlua__diff_8c_source.html
+share/doc/naev/c/nlua__diff_8h_source.html
+share/doc/naev/c/nlua__evt_8c.html
+share/doc/naev/c/nlua__evt_8c__incl.map
+share/doc/naev/c/nlua__evt_8c__incl.md5
+share/doc/naev/c/nlua__evt_8c__incl.png
+share/doc/naev/c/nlua__evt_8c_source.html
+share/doc/naev/c/nlua__evt_8h_source.html
+share/doc/naev/c/nlua__faction_8c.html
+share/doc/naev/c/nlua__faction_8c__incl.map
+share/doc/naev/c/nlua__faction_8c__incl.md5
+share/doc/naev/c/nlua__faction_8c__incl.png
+share/doc/naev/c/nlua__faction_8c_source.html
+share/doc/naev/c/nlua__faction_8h_source.html
+share/doc/naev/c/nlua__file_8c.html
+share/doc/naev/c/nlua__file_8c__incl.map
+share/doc/naev/c/nlua__file_8c__incl.md5
+share/doc/naev/c/nlua__file_8c__incl.png
+share/doc/naev/c/nlua__file_8c_source.html
+share/doc/naev/c/nlua__file_8h_source.html
+share/doc/naev/c/nlua__font_8c.html
+share/doc/naev/c/nlua__font_8c__incl.map
+share/doc/naev/c/nlua__font_8c__incl.md5
+share/doc/naev/c/nlua__font_8c__incl.png
+share/doc/naev/c/nlua__font_8c_source.html
+share/doc/naev/c/nlua__font_8h_source.html
+share/doc/naev/c/nlua__gfx_8c.html
+share/doc/naev/c/nlua__gfx_8c__incl.map
+share/doc/naev/c/nlua__gfx_8c__incl.md5
+share/doc/naev/c/nlua__gfx_8c__incl.png
+share/doc/naev/c/nlua__gfx_8c_source.html
+share/doc/naev/c/nlua__gfx_8h_source.html
+share/doc/naev/c/nlua__gui_8c.html
+share/doc/naev/c/nlua__gui_8c__incl.map
+share/doc/naev/c/nlua__gui_8c__incl.md5
+share/doc/naev/c/nlua__gui_8c__incl.png
+share/doc/naev/c/nlua__gui_8c_source.html
+share/doc/naev/c/nlua__gui_8h_source.html
+share/doc/naev/c/nlua__hook_8c.html
+share/doc/naev/c/nlua__hook_8c__incl.map
+share/doc/naev/c/nlua__hook_8c__incl.md5
+share/doc/naev/c/nlua__hook_8c__incl.png
+share/doc/naev/c/nlua__hook_8c_source.html
+share/doc/naev/c/nlua__hook_8h_source.html
+share/doc/naev/c/nlua__jump_8c.html
+share/doc/naev/c/nlua__jump_8c__incl.map
+share/doc/naev/c/nlua__jump_8c__incl.md5
+share/doc/naev/c/nlua__jump_8c__incl.png
+share/doc/naev/c/nlua__jump_8c_source.html
+share/doc/naev/c/nlua__jump_8h_source.html
+share/doc/naev/c/nlua__linopt_8c.html
+share/doc/naev/c/nlua__linopt_8c__incl.map
+share/doc/naev/c/nlua__linopt_8c__incl.md5
+share/doc/naev/c/nlua__linopt_8c__incl.png
+share/doc/naev/c/nlua__linopt_8c_source.html
+share/doc/naev/c/nlua__linopt_8h_source.html
+share/doc/naev/c/nlua__misn_8c.html
+share/doc/naev/c/nlua__misn_8c__incl.map
+share/doc/naev/c/nlua__misn_8c__incl.md5
+share/doc/naev/c/nlua__misn_8c__incl.png
+share/doc/naev/c/nlua__misn_8c_source.html
+share/doc/naev/c/nlua__misn_8h_source.html
+share/doc/naev/c/nlua__munition_8c.html
+share/doc/naev/c/nlua__munition_8c__incl.map
+share/doc/naev/c/nlua__munition_8c__incl.md5
+share/doc/naev/c/nlua__munition_8c__incl.png
+share/doc/naev/c/nlua__munition_8c_source.html
+share/doc/naev/c/nlua__munition_8h_source.html
+share/doc/naev/c/nlua__music_8c.html
+share/doc/naev/c/nlua__music_8c__incl.map
+share/doc/naev/c/nlua__music_8c__incl.md5
+share/doc/naev/c/nlua__music_8c__incl.png
+share/doc/naev/c/nlua__music_8c_source.html
+share/doc/naev/c/nlua__music_8h_source.html
+share/doc/naev/c/nlua__naev_8c.html
+share/doc/naev/c/nlua__naev_8c__incl.map
+share/doc/naev/c/nlua__naev_8c__incl.md5
+share/doc/naev/c/nlua__naev_8c__incl.png
+share/doc/naev/c/nlua__naev_8c_source.html
+share/doc/naev/c/nlua__naev_8h_source.html
+share/doc/naev/c/nlua__news_8c.html
+share/doc/naev/c/nlua__news_8c__incl.map
+share/doc/naev/c/nlua__news_8c__incl.md5
+share/doc/naev/c/nlua__news_8c__incl.png
+share/doc/naev/c/nlua__news_8c_source.html
+share/doc/naev/c/nlua__news_8h_source.html
+share/doc/naev/c/nlua__outfit_8c.html
+share/doc/naev/c/nlua__outfit_8c__incl.map
+share/doc/naev/c/nlua__outfit_8c__incl.md5
+share/doc/naev/c/nlua__outfit_8c__incl.png
+share/doc/naev/c/nlua__outfit_8c_source.html
+share/doc/naev/c/nlua__outfit_8h_source.html
+share/doc/naev/c/nlua__pilot_8c.html
+share/doc/naev/c/nlua__pilot_8c__incl.map
+share/doc/naev/c/nlua__pilot_8c__incl.md5
+share/doc/naev/c/nlua__pilot_8c__incl.png
+share/doc/naev/c/nlua__pilot_8c_source.html
+share/doc/naev/c/nlua__pilot_8h_source.html
+share/doc/naev/c/nlua__pilotoutfit_8c.html
+share/doc/naev/c/nlua__pilotoutfit_8c__incl.map
+share/doc/naev/c/nlua__pilotoutfit_8c__incl.md5
+share/doc/naev/c/nlua__pilotoutfit_8c__incl.png
+share/doc/naev/c/nlua__pilotoutfit_8c_source.html
+share/doc/naev/c/nlua__pilotoutfit_8h_source.html
+share/doc/naev/c/nlua__player_8c.html
+share/doc/naev/c/nlua__player_8c__incl.map
+share/doc/naev/c/nlua__player_8c__incl.md5
+share/doc/naev/c/nlua__player_8c__incl.png
+share/doc/naev/c/nlua__player_8c_source.html
+share/doc/naev/c/nlua__player_8h_source.html
+share/doc/naev/c/nlua__rnd_8c.html
+share/doc/naev/c/nlua__rnd_8c__incl.map
+share/doc/naev/c/nlua__rnd_8c__incl.md5
+share/doc/naev/c/nlua__rnd_8c__incl.png
+share/doc/naev/c/nlua__rnd_8c_source.html
+share/doc/naev/c/nlua__rnd_8h_source.html
+share/doc/naev/c/nlua__safelanes_8c.html
+share/doc/naev/c/nlua__safelanes_8c__incl.map
+share/doc/naev/c/nlua__safelanes_8c__incl.md5
+share/doc/naev/c/nlua__safelanes_8c__incl.png
+share/doc/naev/c/nlua__safelanes_8c_source.html
+share/doc/naev/c/nlua__safelanes_8h_source.html
+share/doc/naev/c/nlua__shader_8c.html
+share/doc/naev/c/nlua__shader_8c__incl.map
+share/doc/naev/c/nlua__shader_8c__incl.md5
+share/doc/naev/c/nlua__shader_8c__incl.png
+share/doc/naev/c/nlua__shader_8c_source.html
+share/doc/naev/c/nlua__shader_8h_source.html
+share/doc/naev/c/nlua__ship_8c.html
+share/doc/naev/c/nlua__ship_8c__incl.map
+share/doc/naev/c/nlua__ship_8c__incl.md5
+share/doc/naev/c/nlua__ship_8c__incl.png
+share/doc/naev/c/nlua__ship_8c_source.html
+share/doc/naev/c/nlua__ship_8h_source.html
+share/doc/naev/c/nlua__shiplog_8c.html
+share/doc/naev/c/nlua__shiplog_8c__incl.map
+share/doc/naev/c/nlua__shiplog_8c__incl.md5
+share/doc/naev/c/nlua__shiplog_8c__incl.png
+share/doc/naev/c/nlua__shiplog_8c_source.html
+share/doc/naev/c/nlua__shiplog_8h_source.html
+share/doc/naev/c/nlua__spfx_8c.html
+share/doc/naev/c/nlua__spfx_8c__incl.map
+share/doc/naev/c/nlua__spfx_8c__incl.md5
+share/doc/naev/c/nlua__spfx_8c__incl.png
+share/doc/naev/c/nlua__spfx_8c_source.html
+share/doc/naev/c/nlua__spfx_8h_source.html
+share/doc/naev/c/nlua__spob_8c.html
+share/doc/naev/c/nlua__spob_8c__incl.map
+share/doc/naev/c/nlua__spob_8c__incl.md5
+share/doc/naev/c/nlua__spob_8c__incl.png
+share/doc/naev/c/nlua__spob_8c_source.html
+share/doc/naev/c/nlua__spob_8h_source.html
+share/doc/naev/c/nlua__system_8c.html
+share/doc/naev/c/nlua__system_8c__incl.map
+share/doc/naev/c/nlua__system_8c__incl.md5
+share/doc/naev/c/nlua__system_8c__incl.png
+share/doc/naev/c/nlua__system_8c_source.html
+share/doc/naev/c/nlua__system_8h_source.html
+share/doc/naev/c/nlua__tex_8c.html
+share/doc/naev/c/nlua__tex_8c__incl.map
+share/doc/naev/c/nlua__tex_8c__incl.md5
+share/doc/naev/c/nlua__tex_8c__incl.png
+share/doc/naev/c/nlua__tex_8c_source.html
+share/doc/naev/c/nlua__tex_8h_source.html
+share/doc/naev/c/nlua__time_8c.html
+share/doc/naev/c/nlua__time_8c__incl.map
+share/doc/naev/c/nlua__time_8c__incl.md5
+share/doc/naev/c/nlua__time_8c__incl.png
+share/doc/naev/c/nlua__time_8c_source.html
+share/doc/naev/c/nlua__time_8h_source.html
+share/doc/naev/c/nlua__tk_8c.html
+share/doc/naev/c/nlua__tk_8c__incl.map
+share/doc/naev/c/nlua__tk_8c__incl.md5
+share/doc/naev/c/nlua__tk_8c__incl.png
+share/doc/naev/c/nlua__tk_8c_source.html
+share/doc/naev/c/nlua__tk_8h_source.html
+share/doc/naev/c/nlua__transform_8c.html
+share/doc/naev/c/nlua__transform_8c__incl.map
+share/doc/naev/c/nlua__transform_8c__incl.md5
+share/doc/naev/c/nlua__transform_8c__incl.png
+share/doc/naev/c/nlua__transform_8c_source.html
+share/doc/naev/c/nlua__transform_8h_source.html
+share/doc/naev/c/nlua__var_8c.html
+share/doc/naev/c/nlua__var_8c__incl.map
+share/doc/naev/c/nlua__var_8c__incl.md5
+share/doc/naev/c/nlua__var_8c__incl.png
+share/doc/naev/c/nlua__var_8c_source.html
+share/doc/naev/c/nlua__var_8h_source.html
+share/doc/naev/c/nlua__vec2_8c.html
+share/doc/naev/c/nlua__vec2_8c__incl.map
+share/doc/naev/c/nlua__vec2_8c__incl.md5
+share/doc/naev/c/nlua__vec2_8c__incl.png
+share/doc/naev/c/nlua__vec2_8c_source.html
+share/doc/naev/c/nlua__vec2_8h_source.html
+share/doc/naev/c/nluadef_8h_source.html
+share/doc/naev/c/nmath_8c.html
+share/doc/naev/c/nmath_8c__incl.map
+share/doc/naev/c/nmath_8c__incl.md5
+share/doc/naev/c/nmath_8c__incl.png
+share/doc/naev/c/nmath_8c_source.html
+share/doc/naev/c/nmath_8h_source.html
+share/doc/naev/c/nopenal_8c_source.html
+share/doc/naev/c/nopenal_8h_source.html
+share/doc/naev/c/npc_8c.html
+share/doc/naev/c/npc_8c__incl.map
+share/doc/naev/c/npc_8c__incl.md5
+share/doc/naev/c/npc_8c__incl.png
+share/doc/naev/c/npc_8c_source.html
+share/doc/naev/c/npc_8h_source.html
+share/doc/naev/c/nstring_8c.html
+share/doc/naev/c/nstring_8c__incl.map
+share/doc/naev/c/nstring_8c__incl.md5
+share/doc/naev/c/nstring_8c__incl.png
+share/doc/naev/c/nstring_8c_source.html
+share/doc/naev/c/nstring_8h_source.html
+share/doc/naev/c/ntime_8c.html
+share/doc/naev/c/ntime_8c__incl.map
+share/doc/naev/c/ntime_8c__incl.md5
+share/doc/naev/c/ntime_8c__incl.png
+share/doc/naev/c/ntime_8c_source.html
+share/doc/naev/c/ntime_8h_source.html
+share/doc/naev/c/nxml_8c.html
+share/doc/naev/c/nxml_8c__incl.map
+share/doc/naev/c/nxml_8c__incl.md5
+share/doc/naev/c/nxml_8c__incl.png
+share/doc/naev/c/nxml_8c_source.html
+share/doc/naev/c/nxml_8h_source.html
+share/doc/naev/c/nxml__lua_8c.html
+share/doc/naev/c/nxml__lua_8c__incl.map
+share/doc/naev/c/nxml__lua_8c__incl.md5
+share/doc/naev/c/nxml__lua_8c__incl.png
+share/doc/naev/c/nxml__lua_8c_source.html
+share/doc/naev/c/nxml__lua_8h_source.html
+share/doc/naev/c/object_8c.html
+share/doc/naev/c/object_8c__incl.map
+share/doc/naev/c/object_8c__incl.md5
+share/doc/naev/c/object_8c__incl.png
+share/doc/naev/c/object_8c_source.html
+share/doc/naev/c/object_8h_source.html
+share/doc/naev/c/open.png
+share/doc/naev/c/opengl_8c.html
+share/doc/naev/c/opengl_8c__incl.map
+share/doc/naev/c/opengl_8c__incl.md5
+share/doc/naev/c/opengl_8c__incl.png
+share/doc/naev/c/opengl_8c_source.html
+share/doc/naev/c/opengl_8h_source.html
+share/doc/naev/c/opengl__render_8c.html
+share/doc/naev/c/opengl__render_8c__incl.map
+share/doc/naev/c/opengl__render_8c__incl.md5
+share/doc/naev/c/opengl__render_8c__incl.png
+share/doc/naev/c/opengl__render_8c_source.html
+share/doc/naev/c/opengl__render_8h_source.html
+share/doc/naev/c/opengl__shader_8c_source.html
+share/doc/naev/c/opengl__shader_8h_source.html
+share/doc/naev/c/opengl__tex_8c.html
+share/doc/naev/c/opengl__tex_8c__incl.map
+share/doc/naev/c/opengl__tex_8c__incl.md5
+share/doc/naev/c/opengl__tex_8c__incl.png
+share/doc/naev/c/opengl__tex_8c_source.html
+share/doc/naev/c/opengl__tex_8h_source.html
+share/doc/naev/c/opengl__vbo_8c.html
+share/doc/naev/c/opengl__vbo_8c__incl.map
+share/doc/naev/c/opengl__vbo_8c__incl.md5
+share/doc/naev/c/opengl__vbo_8c__incl.png
+share/doc/naev/c/opengl__vbo_8c_source.html
+share/doc/naev/c/opengl__vbo_8h_source.html
+share/doc/naev/c/options_8c.html
+share/doc/naev/c/options_8c__incl.map
+share/doc/naev/c/options_8c__incl.md5
+share/doc/naev/c/options_8c__incl.png
+share/doc/naev/c/options_8c_source.html
+share/doc/naev/c/options_8h_source.html
+share/doc/naev/c/outfit_8c.html
+share/doc/naev/c/outfit_8c__incl.map
+share/doc/naev/c/outfit_8c__incl.md5
+share/doc/naev/c/outfit_8c__incl.png
+share/doc/naev/c/outfit_8c_source.html
+share/doc/naev/c/outfit_8h_source.html
+share/doc/naev/c/pages.html
+share/doc/naev/c/pause_8c.html
+share/doc/naev/c/pause_8c__incl.map
+share/doc/naev/c/pause_8c__incl.md5
+share/doc/naev/c/pause_8c__incl.png
+share/doc/naev/c/pause_8c_source.html
+share/doc/naev/c/pause_8h_source.html
+share/doc/naev/c/perlin_8c.html
+share/doc/naev/c/perlin_8c__incl.map
+share/doc/naev/c/perlin_8c__incl.md5
+share/doc/naev/c/perlin_8c__incl.png
+share/doc/naev/c/perlin_8c_source.html
+share/doc/naev/c/perlin_8h_source.html
+share/doc/naev/c/physfs__archiver__blacklist_8c.html
+share/doc/naev/c/physfs__archiver__blacklist_8c__incl.map
+share/doc/naev/c/physfs__archiver__blacklist_8c__incl.md5
+share/doc/naev/c/physfs__archiver__blacklist_8c__incl.png
+share/doc/naev/c/physfs__archiver__blacklist_8c_source.html
+share/doc/naev/c/physfs__archiver__blacklist_8h_source.html
+share/doc/naev/c/physfsrwops_8c_source.html
+share/doc/naev/c/physfsrwops_8h_source.html
+share/doc/naev/c/physics_8c_source.html
+share/doc/naev/c/physics_8h_source.html
+share/doc/naev/c/pilot_8c.html
+share/doc/naev/c/pilot_8c__incl.map
+share/doc/naev/c/pilot_8c__incl.md5
+share/doc/naev/c/pilot_8c__incl.png
+share/doc/naev/c/pilot_8c_source.html
+share/doc/naev/c/pilot_8h_source.html
+share/doc/naev/c/pilot__cargo_8c.html
+share/doc/naev/c/pilot__cargo_8c__incl.map
+share/doc/naev/c/pilot__cargo_8c__incl.md5
+share/doc/naev/c/pilot__cargo_8c__incl.png
+share/doc/naev/c/pilot__cargo_8c_source.html
+share/doc/naev/c/pilot__cargo_8h_source.html
+share/doc/naev/c/pilot__ew_8c.html
+share/doc/naev/c/pilot__ew_8c__incl.map
+share/doc/naev/c/pilot__ew_8c__incl.md5
+share/doc/naev/c/pilot__ew_8c__incl.png
+share/doc/naev/c/pilot__ew_8c_source.html
+share/doc/naev/c/pilot__ew_8h_source.html
+share/doc/naev/c/pilot__flags_8h_source.html
+share/doc/naev/c/pilot__heat_8c.html
+share/doc/naev/c/pilot__heat_8c__incl.map
+share/doc/naev/c/pilot__heat_8c__incl.md5
+share/doc/naev/c/pilot__heat_8c__incl.png
+share/doc/naev/c/pilot__heat_8c_source.html
+share/doc/naev/c/pilot__heat_8h_source.html
+share/doc/naev/c/pilot__hook_8c.html
+share/doc/naev/c/pilot__hook_8c__incl.map
+share/doc/naev/c/pilot__hook_8c__incl.md5
+share/doc/naev/c/pilot__hook_8c__incl.png
+share/doc/naev/c/pilot__hook_8c_source.html
+share/doc/naev/c/pilot__hook_8h_source.html
+share/doc/naev/c/pilot__outfit_8c.html
+share/doc/naev/c/pilot__outfit_8c__incl.map
+share/doc/naev/c/pilot__outfit_8c__incl.md5
+share/doc/naev/c/pilot__outfit_8c__incl.png
+share/doc/naev/c/pilot__outfit_8c_source.html
+share/doc/naev/c/pilot__outfit_8h_source.html
+share/doc/naev/c/pilot__ship_8c.html
+share/doc/naev/c/pilot__ship_8c__incl.map
+share/doc/naev/c/pilot__ship_8c__incl.md5
+share/doc/naev/c/pilot__ship_8c__incl.png
+share/doc/naev/c/pilot__ship_8c_source.html
+share/doc/naev/c/pilot__ship_8h_source.html
+share/doc/naev/c/pilot__weapon_8c.html
+share/doc/naev/c/pilot__weapon_8c__incl.map
+share/doc/naev/c/pilot__weapon_8c__incl.md5
+share/doc/naev/c/pilot__weapon_8c__incl.png
+share/doc/naev/c/pilot__weapon_8c_source.html
+share/doc/naev/c/pilot__weapon_8h_source.html
+share/doc/naev/c/player_8c.html
+share/doc/naev/c/player_8c__incl.map
+share/doc/naev/c/player_8c__incl.md5
+share/doc/naev/c/player_8c__incl.png
+share/doc/naev/c/player_8c_source.html
+share/doc/naev/c/player_8h_source.html
+share/doc/naev/c/player__autonav_8c.html
+share/doc/naev/c/player__autonav_8c__incl.map
+share/doc/naev/c/player__autonav_8c__incl.md5
+share/doc/naev/c/player__autonav_8c__incl.png
+share/doc/naev/c/player__autonav_8c_source.html
+share/doc/naev/c/player__autonav_8h_source.html
+share/doc/naev/c/player__fleet_8c.html
+share/doc/naev/c/player__fleet_8c__incl.map
+share/doc/naev/c/player__fleet_8c__incl.md5
+share/doc/naev/c/player__fleet_8c__incl.png
+share/doc/naev/c/player__fleet_8c_source.html
+share/doc/naev/c/player__fleet_8h_source.html
+share/doc/naev/c/player__gui_8c.html
+share/doc/naev/c/player__gui_8c__incl.map
+share/doc/naev/c/player__gui_8c__incl.md5
+share/doc/naev/c/player__gui_8c__incl.png
+share/doc/naev/c/player__gui_8c_source.html
+share/doc/naev/c/player__gui_8h_source.html
+share/doc/naev/c/player__inventory_8c.html
+share/doc/naev/c/player__inventory_8c__incl.map
+share/doc/naev/c/player__inventory_8c__incl.md5
+share/doc/naev/c/player__inventory_8c__incl.png
+share/doc/naev/c/player__inventory_8c_source.html
+share/doc/naev/c/player__inventory_8h_source.html
+share/doc/naev/c/plugin_8c.html
+share/doc/naev/c/plugin_8c__incl.map
+share/doc/naev/c/plugin_8c__incl.md5
+share/doc/naev/c/plugin_8c__incl.png
+share/doc/naev/c/plugin_8c_source.html
+share/doc/naev/c/plugin_8h_source.html
+share/doc/naev/c/plus.svg
+share/doc/naev/c/plusd.svg
+share/doc/naev/c/quadtree_8c_source.html
+share/doc/naev/c/quadtree_8h_source.html
+share/doc/naev/c/queue_8c.html
+share/doc/naev/c/queue_8c__incl.map
+share/doc/naev/c/queue_8c__incl.md5
+share/doc/naev/c/queue_8c__incl.png
+share/doc/naev/c/queue_8c_source.html
+share/doc/naev/c/queue_8h_source.html
+share/doc/naev/c/render_8c_source.html
+share/doc/naev/c/render_8h_source.html
+share/doc/naev/c/resize.js
+share/doc/naev/c/rng_8c.html
+share/doc/naev/c/rng_8c__incl.map
+share/doc/naev/c/rng_8c__incl.md5
+share/doc/naev/c/rng_8c__incl.png
+share/doc/naev/c/rng_8c_source.html
+share/doc/naev/c/rng_8h_source.html
+share/doc/naev/c/safelanes_8c.html
+share/doc/naev/c/safelanes_8c__incl.map
+share/doc/naev/c/safelanes_8c__incl.md5
+share/doc/naev/c/safelanes_8c__incl.png
+share/doc/naev/c/safelanes_8c_source.html
+share/doc/naev/c/safelanes_8h_source.html
+share/doc/naev/c/save_8c.html
+share/doc/naev/c/save_8c__incl.map
+share/doc/naev/c/save_8c__incl.md5
+share/doc/naev/c/save_8c__incl.png
+share/doc/naev/c/save_8c_source.html
+share/doc/naev/c/save_8h_source.html
+share/doc/naev/c/semver_8c_source.html
+share/doc/naev/c/semver_8h_source.html
+share/doc/naev/c/shaders__c__gen_8py_source.html
+share/doc/naev/c/ship_8c.html
+share/doc/naev/c/ship_8c__incl.map
+share/doc/naev/c/ship_8c__incl.md5
+share/doc/naev/c/ship_8c__incl.png
+share/doc/naev/c/ship_8c_source.html
+share/doc/naev/c/ship_8h_source.html
+share/doc/naev/c/shiplog_8c.html
+share/doc/naev/c/shiplog_8c__incl.map
+share/doc/naev/c/shiplog_8c__incl.md5
+share/doc/naev/c/shiplog_8c__incl.png
+share/doc/naev/c/shiplog_8c_source.html
+share/doc/naev/c/shiplog_8h_source.html
+share/doc/naev/c/shipstats_8c.html
+share/doc/naev/c/shipstats_8c__incl.map
+share/doc/naev/c/shipstats_8c__incl.md5
+share/doc/naev/c/shipstats_8c__incl.png
+share/doc/naev/c/shipstats_8c_source.html
+share/doc/naev/c/shipstats_8h_source.html
+share/doc/naev/c/slots_8c.html
+share/doc/naev/c/slots_8c__incl.map
+share/doc/naev/c/slots_8c__incl.md5
+share/doc/naev/c/slots_8c__incl.png
+share/doc/naev/c/slots_8c_source.html
+share/doc/naev/c/slots_8h_source.html
+share/doc/naev/c/sound_8c.html
+share/doc/naev/c/sound_8c__incl.map
+share/doc/naev/c/sound_8c__incl.md5
+share/doc/naev/c/sound_8c__incl.png
+share/doc/naev/c/sound_8c_source.html
+share/doc/naev/c/sound_8h_source.html
+share/doc/naev/c/space_8c.html
+share/doc/naev/c/space_8c__incl.map
+share/doc/naev/c/space_8c__incl.md5
+share/doc/naev/c/space_8c__incl.png
+share/doc/naev/c/space_8c_source.html
+share/doc/naev/c/space_8h_source.html
+share/doc/naev/c/space__fdecl_8h_source.html
+share/doc/naev/c/spfx_8c.html
+share/doc/naev/c/spfx_8c__incl.map
+share/doc/naev/c/spfx_8c__incl.md5
+share/doc/naev/c/spfx_8c__incl.png
+share/doc/naev/c/spfx_8c_source.html
+share/doc/naev/c/spfx_8h_source.html
+share/doc/naev/c/splitbar.png
+share/doc/naev/c/splitbard.png
+share/doc/naev/c/start_8c.html
+share/doc/naev/c/start_8c__incl.map
+share/doc/naev/c/start_8c__incl.md5
+share/doc/naev/c/start_8c__incl.png
+share/doc/naev/c/start_8c_source.html
+share/doc/naev/c/start_8h_source.html
+share/doc/naev/c/structAIMemory.html
+share/doc/naev/c/structAIMemory__coll__graph.map
+share/doc/naev/c/structAIMemory__coll__graph.md5
+share/doc/naev/c/structAIMemory__coll__graph.png
+share/doc/naev/c/structAI__Profile.html
+share/doc/naev/c/structAsteroid.html
+share/doc/naev/c/structAsteroidAnchor.html
+share/doc/naev/c/structAsteroidAnchor__coll__graph.map
+share/doc/naev/c/structAsteroidAnchor__coll__graph.md5
+share/doc/naev/c/structAsteroidAnchor__coll__graph.png
+share/doc/naev/c/structAsteroidExclusion.html
+share/doc/naev/c/structAsteroidExclusion__coll__graph.map
+share/doc/naev/c/structAsteroidExclusion__coll__graph.md5
+share/doc/naev/c/structAsteroidExclusion__coll__graph.png
+share/doc/naev/c/structAsteroidReward.html
+share/doc/naev/c/structAsteroidReward__coll__graph.map
+share/doc/naev/c/structAsteroidReward__coll__graph.md5
+share/doc/naev/c/structAsteroidReward__coll__graph.png
+share/doc/naev/c/structAsteroidType.html
+share/doc/naev/c/structAsteroidTypeGroup.html
+share/doc/naev/c/structAsteroidTypeGroup__coll__graph.map
+share/doc/naev/c/structAsteroidTypeGroup__coll__graph.md5
+share/doc/naev/c/structAsteroidTypeGroup__coll__graph.png
+share/doc/naev/c/structAsteroidType__coll__graph.map
+share/doc/naev/c/structAsteroidType__coll__graph.md5
+share/doc/naev/c/structAsteroidType__coll__graph.png
+share/doc/naev/c/structAsteroid__coll__graph.map
+share/doc/naev/c/structAsteroid__coll__graph.md5
+share/doc/naev/c/structAsteroid__coll__graph.png
+share/doc/naev/c/structBlkFile.html
+share/doc/naev/c/structClaim__s.html
+share/doc/naev/c/structCollPoly.html
+share/doc/naev/c/structCommodity.html
+share/doc/naev/c/structCommodityModifier.html
+share/doc/naev/c/structCommodityPrice.html
+share/doc/naev/c/structCommodity__coll__graph.map
+share/doc/naev/c/structCommodity__coll__graph.md5
+share/doc/naev/c/structCommodity__coll__graph.png
+share/doc/naev/c/structCooldownData.html
+share/doc/naev/c/structCstMapWidget.html
+share/doc/naev/c/structCstShipSlotWidget.html
+share/doc/naev/c/structCstShipSlotWidget__coll__graph.map
+share/doc/naev/c/structCstShipSlotWidget__coll__graph.md5
+share/doc/naev/c/structCstShipSlotWidget__coll__graph.png
+share/doc/naev/c/structCstSlotWidget.html
+share/doc/naev/c/structCstSlotWidget__coll__graph.map
+share/doc/naev/c/structCstSlotWidget__coll__graph.md5
+share/doc/naev/c/structCstSlotWidget__coll__graph.png
+share/doc/naev/c/structDTYPE.html
+share/doc/naev/c/structDamage.html
+share/doc/naev/c/structDebris.html
+share/doc/naev/c/structDebris__coll__graph.map
+share/doc/naev/c/structDebris__coll__graph.md5
+share/doc/naev/c/structDebris__coll__graph.png
+share/doc/naev/c/structDifficulty.html
+share/doc/naev/c/structDifficulty__coll__graph.map
+share/doc/naev/c/structDifficulty__coll__graph.md5
+share/doc/naev/c/structDifficulty__coll__graph.png
+share/doc/naev/c/structEffect.html
+share/doc/naev/c/structEffectData.html
+share/doc/naev/c/structEffectData__coll__graph.map
+share/doc/naev/c/structEffectData__coll__graph.md5
+share/doc/naev/c/structEffectData__coll__graph.png
+share/doc/naev/c/structEffect__coll__graph.map
+share/doc/naev/c/structEffect__coll__graph.md5
+share/doc/naev/c/structEffect__coll__graph.png
+share/doc/naev/c/structEscort__t.html
+share/doc/naev/c/structEscort__t__coll__graph.map
+share/doc/naev/c/structEscort__t__coll__graph.md5
+share/doc/naev/c/structEscort__t__coll__graph.png
+share/doc/naev/c/structEventData.html
+share/doc/naev/c/structEvent__t.html
+share/doc/naev/c/structFaction.html
+share/doc/naev/c/structFactionGenerator.html
+share/doc/naev/c/structFactionPresence.html
+share/doc/naev/c/structFaction__coll__graph.map
+share/doc/naev/c/structFaction__coll__graph.md5
+share/doc/naev/c/structFaction__coll__graph.png
+share/doc/naev/c/structGatherable.html
+share/doc/naev/c/structGatherable__coll__graph.map
+share/doc/naev/c/structGatherable__coll__graph.md5
+share/doc/naev/c/structGatherable__coll__graph.png
+share/doc/naev/c/structHook.html
+share/doc/naev/c/structHookParam.html
+share/doc/naev/c/structHookParam__coll__graph.map
+share/doc/naev/c/structHookParam__coll__graph.md5
+share/doc/naev/c/structHookParam__coll__graph.png
+share/doc/naev/c/structHookQueue__t.html
+share/doc/naev/c/structHookQueue__t__coll__graph.map
+share/doc/naev/c/structHookQueue__t__coll__graph.md5
+share/doc/naev/c/structHookQueue__t__coll__graph.png
+share/doc/naev/c/structInfoButton__t.html
+share/doc/naev/c/structInputDialogue.html
+share/doc/naev/c/structIntList.html
+share/doc/naev/c/structJumpPoint__.html
+share/doc/naev/c/structJumpPoint____coll__graph.map
+share/doc/naev/c/structJumpPoint____coll__graph.md5
+share/doc/naev/c/structJumpPoint____coll__graph.png
+share/doc/naev/c/structKeybind.html
+share/doc/naev/c/structLandOutfitData.html
+share/doc/naev/c/structLandOutfitData__coll__graph.map
+share/doc/naev/c/structLandOutfitData__coll__graph.md5
+share/doc/naev/c/structLandOutfitData__coll__graph.png
+share/doc/naev/c/structLanguageOption.html
+share/doc/naev/c/structLuaAsteroid__t.html
+share/doc/naev/c/structLuaAudioEfx__t.html
+share/doc/naev/c/structLuaAudio__t.html
+share/doc/naev/c/structLuaAudio__t__coll__graph.map
+share/doc/naev/c/structLuaAudio__t__coll__graph.md5
+share/doc/naev/c/structLuaAudio__t__coll__graph.png
+share/doc/naev/c/structLuaBuffer__t.html
+share/doc/naev/c/structLuaCanvas__t.html
+share/doc/naev/c/structLuaCanvas__t__coll__graph.map
+share/doc/naev/c/structLuaCanvas__t__coll__graph.md5
+share/doc/naev/c/structLuaCanvas__t__coll__graph.png
+share/doc/naev/c/structLuaData__t.html
+share/doc/naev/c/structLuaFile__t.html
+share/doc/naev/c/structLuaJump.html
+share/doc/naev/c/structLuaLinOpt__t.html
+share/doc/naev/c/structLuaMunition.html
+share/doc/naev/c/structLuaShader__t.html
+share/doc/naev/c/structLuaShader__t__coll__graph.map
+share/doc/naev/c/structLuaShader__t__coll__graph.md5
+share/doc/naev/c/structLuaShader__t__coll__graph.png
+share/doc/naev/c/structLuaSpfxData__t.html
+share/doc/naev/c/structLuaSpfxData__t__coll__graph.map
+share/doc/naev/c/structLuaSpfxData__t__coll__graph.md5
+share/doc/naev/c/structLuaSpfxData__t__coll__graph.png
+share/doc/naev/c/structLuaTexture__t.html
+share/doc/naev/c/structLuaUniform__t.html
+share/doc/naev/c/structMapDecorator.html
+share/doc/naev/c/structMapDecorator__coll__graph.map
+share/doc/naev/c/structMapDecorator__coll__graph.md5
+share/doc/naev/c/structMapDecorator__coll__graph.png
+share/doc/naev/c/structMapOverlayPos.html
+share/doc/naev/c/structMapOverlayRadiusConstraint.html
+share/doc/naev/c/structMapShader.html
+share/doc/naev/c/structMatchState.html
+share/doc/naev/c/structMaterial.html
+share/doc/naev/c/structMaterial__coll__graph.map
+share/doc/naev/c/structMaterial__coll__graph.md5
+share/doc/naev/c/structMaterial__coll__graph.png
+share/doc/naev/c/structMesg.html
+share/doc/naev/c/structMesg__coll__graph.map
+share/doc/naev/c/structMesg__coll__graph.md5
+share/doc/naev/c/structMesg__coll__graph.png
+share/doc/naev/c/structMesh.html
+share/doc/naev/c/structMission.html
+share/doc/naev/c/structMissionAvail__t.html
+share/doc/naev/c/structMissionData.html
+share/doc/naev/c/structMissionData__coll__graph.map
+share/doc/naev/c/structMissionData__coll__graph.md5
+share/doc/naev/c/structMissionData__coll__graph.png
+share/doc/naev/c/structMissionMarker.html
+share/doc/naev/c/structMission__coll__graph.map
+share/doc/naev/c/structMission__coll__graph.md5
+share/doc/naev/c/structMission__coll__graph.png
+share/doc/naev/c/structMusicInfo__t.html
+share/doc/naev/c/structNPC__t.html
+share/doc/naev/c/structNPC__t__coll__graph.map
+share/doc/naev/c/structNPC__t__coll__graph.md5
+share/doc/naev/c/structNPC__t__coll__graph.png
+share/doc/naev/c/structNPCevtData.html
+share/doc/naev/c/structNPCmisnData.html
+share/doc/naev/c/structNTimeUpdate__t.html
+share/doc/naev/c/structNebulaPuff.html
+share/doc/naev/c/structNebulaPuff__coll__graph.map
+share/doc/naev/c/structNebulaPuff__coll__graph.md5
+share/doc/naev/c/structNebulaPuff__coll__graph.png
+share/doc/naev/c/structNode.html
+share/doc/naev/c/structNode__.html
+share/doc/naev/c/structNode____coll__graph.map
+share/doc/naev/c/structNode____coll__graph.md5
+share/doc/naev/c/structNode____coll__graph.png
+share/doc/naev/c/structNode__coll__graph.map
+share/doc/naev/c/structNode__coll__graph.md5
+share/doc/naev/c/structNode__coll__graph.png
+share/doc/naev/c/structOSD__t.html
+share/doc/naev/c/structObject.html
+share/doc/naev/c/structObject__coll__graph.map
+share/doc/naev/c/structObject__coll__graph.md5
+share/doc/naev/c/structObject__coll__graph.png
+share/doc/naev/c/structOnhitData.html
+share/doc/naev/c/structOutfit.html
+share/doc/naev/c/structOutfitAfterburnerData.html
+share/doc/naev/c/structOutfitBeamData.html
+share/doc/naev/c/structOutfitBeamData__coll__graph.map
+share/doc/naev/c/structOutfitBeamData__coll__graph.md5
+share/doc/naev/c/structOutfitBeamData__coll__graph.png
+share/doc/naev/c/structOutfitBoltData.html
+share/doc/naev/c/structOutfitBoltData__coll__graph.map
+share/doc/naev/c/structOutfitBoltData__coll__graph.md5
+share/doc/naev/c/structOutfitBoltData__coll__graph.png
+share/doc/naev/c/structOutfitFighterBayData.html
+share/doc/naev/c/structOutfitGFX.html
+share/doc/naev/c/structOutfitGFX__coll__graph.map
+share/doc/naev/c/structOutfitGFX__coll__graph.md5
+share/doc/naev/c/structOutfitGFX__coll__graph.png
+share/doc/naev/c/structOutfitGUIData.html
+share/doc/naev/c/structOutfitLauncherData.html
+share/doc/naev/c/structOutfitLauncherData__coll__graph.map
+share/doc/naev/c/structOutfitLauncherData__coll__graph.md5
+share/doc/naev/c/structOutfitLauncherData__coll__graph.png
+share/doc/naev/c/structOutfitLicenseData.html
+share/doc/naev/c/structOutfitLocalMapData.html
+share/doc/naev/c/structOutfitMapData__s.html
+share/doc/naev/c/structOutfitMapData__s__coll__graph.map
+share/doc/naev/c/structOutfitMapData__s__coll__graph.md5
+share/doc/naev/c/structOutfitMapData__s__coll__graph.png
+share/doc/naev/c/structOutfitModificationData.html
+share/doc/naev/c/structOutfitSlot.html
+share/doc/naev/c/structOutfitThreadData.html
+share/doc/naev/c/structOutfitThreadData__coll__graph.map
+share/doc/naev/c/structOutfitThreadData__coll__graph.md5
+share/doc/naev/c/structOutfitThreadData__coll__graph.png
+share/doc/naev/c/structOutfit__coll__graph.map
+share/doc/naev/c/structOutfit__coll__graph.md5
+share/doc/naev/c/structOutfit__coll__graph.png
+share/doc/naev/c/structOverlayBounds__t.html
+share/doc/naev/c/structPFleetCargo.html
+share/doc/naev/c/structPFleetCargo__coll__graph.map
+share/doc/naev/c/structPFleetCargo__coll__graph.md5
+share/doc/naev/c/structPFleetCargo__coll__graph.png
+share/doc/naev/c/structPPShader.html
+share/doc/naev/c/structPPShader__coll__graph.map
+share/doc/naev/c/structPPShader__coll__graph.md5
+share/doc/naev/c/structPPShader__coll__graph.png
+share/doc/naev/c/structPilot.html
+share/doc/naev/c/structPilotCommodity.html
+share/doc/naev/c/structPilotCommodity__coll__graph.map
+share/doc/naev/c/structPilotCommodity__coll__graph.md5
+share/doc/naev/c/structPilotCommodity__coll__graph.png
+share/doc/naev/c/structPilotHook.html
+share/doc/naev/c/structPilotOutfitAmmo.html
+share/doc/naev/c/structPilotOutfitSlot.html
+share/doc/naev/c/structPilotOutfitSlot__coll__graph.map
+share/doc/naev/c/structPilotOutfitSlot__coll__graph.md5
+share/doc/naev/c/structPilotOutfitSlot__coll__graph.png
+share/doc/naev/c/structPilotWeaponSet.html
+share/doc/naev/c/structPilotWeaponSetOutfit.html
+share/doc/naev/c/structPilotWeaponSet__coll__graph.map
+share/doc/naev/c/structPilotWeaponSet__coll__graph.md5
+share/doc/naev/c/structPilotWeaponSet__coll__graph.png
+share/doc/naev/c/structPilot__coll__graph.map
+share/doc/naev/c/structPilot__coll__graph.md5
+share/doc/naev/c/structPilot__coll__graph.png
+share/doc/naev/c/structPlayerConf__t.html
+share/doc/naev/c/structPlayerItem.html
+share/doc/naev/c/structPlayerOutfit__t.html
+share/doc/naev/c/structPlayerOutfit__t__coll__graph.map
+share/doc/naev/c/structPlayerOutfit__t__coll__graph.md5
+share/doc/naev/c/structPlayerOutfit__t__coll__graph.png
+share/doc/naev/c/structPlayerShip__t.html
+share/doc/naev/c/structPlayerShip__t__coll__graph.map
+share/doc/naev/c/structPlayerShip__t__coll__graph.md5
+share/doc/naev/c/structPlayerShip__t__coll__graph.png
+share/doc/naev/c/structPlayer__t.html
+share/doc/naev/c/structPlayer__t__coll__graph.map
+share/doc/naev/c/structPlayer__t__coll__graph.md5
+share/doc/naev/c/structPlayer__t__coll__graph.png
+share/doc/naev/c/structQuadtree.html
+share/doc/naev/c/structQuadtree__coll__graph.map
+share/doc/naev/c/structQuadtree__coll__graph.md5
+share/doc/naev/c/structQuadtree__coll__graph.png
+share/doc/naev/c/structQueue__.html
+share/doc/naev/c/structQueue____coll__graph.map
+share/doc/naev/c/structQueue____coll__graph.md5
+share/doc/naev/c/structQueue____coll__graph.png
+share/doc/naev/c/structRadar.html
+share/doc/naev/c/structSPFX.html
+share/doc/naev/c/structSPFX__Base.html
+share/doc/naev/c/structSPFX__Base__coll__graph.map
+share/doc/naev/c/structSPFX__Base__coll__graph.md5
+share/doc/naev/c/structSPFX__Base__coll__graph.png
+share/doc/naev/c/structSPFX__coll__graph.map
+share/doc/naev/c/structSPFX__coll__graph.md5
+share/doc/naev/c/structSPFX__coll__graph.png
+share/doc/naev/c/structSafeLane.html
+share/doc/naev/c/structSelect__t.html
+share/doc/naev/c/structShip.html
+share/doc/naev/c/structShipLog.html
+share/doc/naev/c/structShipLogEntry.html
+share/doc/naev/c/structShipLog__coll__graph.map
+share/doc/naev/c/structShipLog__coll__graph.md5
+share/doc/naev/c/structShipLog__coll__graph.png
+share/doc/naev/c/structShipMount.html
+share/doc/naev/c/structShipOutfitSlot.html
+share/doc/naev/c/structShipOutfitSlot__coll__graph.map
+share/doc/naev/c/structShipOutfitSlot__coll__graph.md5
+share/doc/naev/c/structShipOutfitSlot__coll__graph.png
+share/doc/naev/c/structShipStatList.html
+share/doc/naev/c/structShipStats.html
+share/doc/naev/c/structShipStatsLookup.html
+share/doc/naev/c/structShipThreadData.html
+share/doc/naev/c/structShipThreadData__coll__graph.map
+share/doc/naev/c/structShipThreadData__coll__graph.md5
+share/doc/naev/c/structShipThreadData__coll__graph.png
+share/doc/naev/c/structShipTrailEmitter.html
+share/doc/naev/c/structShipTrailEmitter__coll__graph.map
+share/doc/naev/c/structShipTrailEmitter__coll__graph.md5
+share/doc/naev/c/structShipTrailEmitter__coll__graph.png
+share/doc/naev/c/structShip__coll__graph.map
+share/doc/naev/c/structShip__coll__graph.md5
+share/doc/naev/c/structShip__coll__graph.png
+share/doc/naev/c/structSlotProperty__t.html
+share/doc/naev/c/structSlotProperty__t__coll__graph.map
+share/doc/naev/c/structSlotProperty__t__coll__graph.md5
+share/doc/naev/c/structSlotProperty__t__coll__graph.png
+share/doc/naev/c/structSolid.html
+share/doc/naev/c/structSolid__coll__graph.map
+share/doc/naev/c/structSolid__coll__graph.md5
+share/doc/naev/c/structSolid__coll__graph.png
+share/doc/naev/c/structSpob.html
+share/doc/naev/c/structSpobPresence.html
+share/doc/naev/c/structSpob__coll__graph.map
+share/doc/naev/c/structSpob__coll__graph.md5
+share/doc/naev/c/structSpob__coll__graph.png
+share/doc/naev/c/structStarSystem__.html
+share/doc/naev/c/structStarSystem____coll__graph.map
+share/doc/naev/c/structStarSystem____coll__graph.md5
+share/doc/naev/c/structStarSystem____coll__graph.png
+share/doc/naev/c/structSysNode.html
+share/doc/naev/c/structSysNode__coll__graph.map
+share/doc/naev/c/structSysNode__coll__graph.md5
+share/doc/naev/c/structSysNode__coll__graph.png
+share/doc/naev/c/structSystemPresence.html
+share/doc/naev/c/structTarget.html
+share/doc/naev/c/structTask.html
+share/doc/naev/c/structThreadData.html
+share/doc/naev/c/structThreadQueueData.html
+share/doc/naev/c/structThreadQueue__.html
+share/doc/naev/c/structThreadQueue____coll__graph.map
+share/doc/naev/c/structThreadQueue____coll__graph.md5
+share/doc/naev/c/structThreadQueue____coll__graph.png
+share/doc/naev/c/structTrailPoint.html
+share/doc/naev/c/structTrailSpec.html
+share/doc/naev/c/structTrailSpec__coll__graph.map
+share/doc/naev/c/structTrailSpec__coll__graph.md5
+share/doc/naev/c/structTrailSpec__coll__graph.png
+share/doc/naev/c/structTrailStyle.html
+share/doc/naev/c/structTrail__spfx.html
+share/doc/naev/c/structTrail__spfx__coll__graph.map
+share/doc/naev/c/structTrail__spfx__coll__graph.md5
+share/doc/naev/c/structTrail__spfx__coll__graph.png
+share/doc/naev/c/structUniDiffData__t.html
+share/doc/naev/c/structUniDiff__t.html
+share/doc/naev/c/structUniDiff__t__coll__graph.map
+share/doc/naev/c/structUniDiff__t__coll__graph.md5
+share/doc/naev/c/structUniDiff__t__coll__graph.png
+share/doc/naev/c/structUniHunkTarget__t.html
+share/doc/naev/c/structUniHunk__t.html
+share/doc/naev/c/structUniHunk__t__coll__graph.map
+share/doc/naev/c/structUniHunk__t__coll__graph.md5
+share/doc/naev/c/structUniHunk__t__coll__graph.png
+share/doc/naev/c/structUnionFind.html
+share/doc/naev/c/structVertex.html
+share/doc/naev/c/structVirtualSpob.html
+share/doc/naev/c/structVirtualSpob__coll__graph.map
+share/doc/naev/c/structVirtualSpob__coll__graph.md5
+share/doc/naev/c/structVirtualSpob__coll__graph.png
+share/doc/naev/c/structWeapon.html
+share/doc/naev/c/structWeaponCollision.html
+share/doc/naev/c/structWeaponCollision__coll__graph.map
+share/doc/naev/c/structWeaponCollision__coll__graph.md5
+share/doc/naev/c/structWeaponCollision__coll__graph.png
+share/doc/naev/c/structWeaponHit.html
+share/doc/naev/c/structWeaponHit__coll__graph.map
+share/doc/naev/c/structWeaponHit__coll__graph.md5
+share/doc/naev/c/structWeaponHit__coll__graph.png
+share/doc/naev/c/structWeapon__coll__graph.map
+share/doc/naev/c/structWeapon__coll__graph.md5
+share/doc/naev/c/structWeapon__coll__graph.png
+share/doc/naev/c/struct__linepos__t.html
+share/doc/naev/c/struct__private__container.html
+share/doc/naev/c/structalGroup__t.html
+share/doc/naev/c/structalInfo__t.html
+share/doc/naev/c/structalSound.html
+share/doc/naev/c/structalVoice.html
+share/doc/naev/c/structbackground__image__t.html
+share/doc/naev/c/structbackground__image__t__coll__graph.map
+share/doc/naev/c/structbackground__image__t__coll__graph.md5
+share/doc/naev/c/structbackground__image__t__coll__graph.png
+share/doc/naev/c/structcgltf__accessor.html
+share/doc/naev/c/structcgltf__accessor__coll__graph.map
+share/doc/naev/c/structcgltf__accessor__coll__graph.md5
+share/doc/naev/c/structcgltf__accessor__coll__graph.png
+share/doc/naev/c/structcgltf__accessor__sparse.html
+share/doc/naev/c/structcgltf__accessor__sparse__coll__graph.map
+share/doc/naev/c/structcgltf__accessor__sparse__coll__graph.md5
+share/doc/naev/c/structcgltf__accessor__sparse__coll__graph.png
+share/doc/naev/c/structcgltf__animation.html
+share/doc/naev/c/structcgltf__animation__channel.html
+share/doc/naev/c/structcgltf__animation__channel__coll__graph.map
+share/doc/naev/c/structcgltf__animation__channel__coll__graph.md5
+share/doc/naev/c/structcgltf__animation__channel__coll__graph.png
+share/doc/naev/c/structcgltf__animation__coll__graph.map
+share/doc/naev/c/structcgltf__animation__coll__graph.md5
+share/doc/naev/c/structcgltf__animation__coll__graph.png
+share/doc/naev/c/structcgltf__animation__sampler.html
+share/doc/naev/c/structcgltf__animation__sampler__coll__graph.map
+share/doc/naev/c/structcgltf__animation__sampler__coll__graph.md5
+share/doc/naev/c/structcgltf__animation__sampler__coll__graph.png
+share/doc/naev/c/structcgltf__asset.html
+share/doc/naev/c/structcgltf__asset__coll__graph.map
+share/doc/naev/c/structcgltf__asset__coll__graph.md5
+share/doc/naev/c/structcgltf__asset__coll__graph.png
+share/doc/naev/c/structcgltf__attribute.html
+share/doc/naev/c/structcgltf__attribute__coll__graph.map
+share/doc/naev/c/structcgltf__attribute__coll__graph.md5
+share/doc/naev/c/structcgltf__attribute__coll__graph.png
+share/doc/naev/c/structcgltf__buffer.html
+share/doc/naev/c/structcgltf__buffer__coll__graph.map
+share/doc/naev/c/structcgltf__buffer__coll__graph.md5
+share/doc/naev/c/structcgltf__buffer__coll__graph.png
+share/doc/naev/c/structcgltf__buffer__view.html
+share/doc/naev/c/structcgltf__buffer__view__coll__graph.map
+share/doc/naev/c/structcgltf__buffer__view__coll__graph.md5
+share/doc/naev/c/structcgltf__buffer__view__coll__graph.png
+share/doc/naev/c/structcgltf__camera.html
+share/doc/naev/c/structcgltf__camera__coll__graph.map
+share/doc/naev/c/structcgltf__camera__coll__graph.md5
+share/doc/naev/c/structcgltf__camera__coll__graph.png
+share/doc/naev/c/structcgltf__camera__orthographic.html
+share/doc/naev/c/structcgltf__camera__orthographic__coll__graph.map
+share/doc/naev/c/structcgltf__camera__orthographic__coll__graph.md5
+share/doc/naev/c/structcgltf__camera__orthographic__coll__graph.png
+share/doc/naev/c/structcgltf__camera__perspective.html
+share/doc/naev/c/structcgltf__camera__perspective__coll__graph.map
+share/doc/naev/c/structcgltf__camera__perspective__coll__graph.md5
+share/doc/naev/c/structcgltf__camera__perspective__coll__graph.png
+share/doc/naev/c/structcgltf__clearcoat.html
+share/doc/naev/c/structcgltf__clearcoat__coll__graph.map
+share/doc/naev/c/structcgltf__clearcoat__coll__graph.md5
+share/doc/naev/c/structcgltf__clearcoat__coll__graph.png
+share/doc/naev/c/structcgltf__data.html
+share/doc/naev/c/structcgltf__data__coll__graph.map
+share/doc/naev/c/structcgltf__data__coll__graph.md5
+share/doc/naev/c/structcgltf__data__coll__graph.png
+share/doc/naev/c/structcgltf__draco__mesh__compression.html
+share/doc/naev/c/structcgltf__draco__mesh__compression__coll__graph.map
+share/doc/naev/c/structcgltf__draco__mesh__compression__coll__graph.md5
+share/doc/naev/c/structcgltf__draco__mesh__compression__coll__graph.png
+share/doc/naev/c/structcgltf__emissive__strength.html
+share/doc/naev/c/structcgltf__extension.html
+share/doc/naev/c/structcgltf__extras.html
+share/doc/naev/c/structcgltf__file__options.html
+share/doc/naev/c/structcgltf__image.html
+share/doc/naev/c/structcgltf__image__coll__graph.map
+share/doc/naev/c/structcgltf__image__coll__graph.md5
+share/doc/naev/c/structcgltf__image__coll__graph.png
+share/doc/naev/c/structcgltf__ior.html
+share/doc/naev/c/structcgltf__iridescence.html
+share/doc/naev/c/structcgltf__iridescence__coll__graph.map
+share/doc/naev/c/structcgltf__iridescence__coll__graph.md5
+share/doc/naev/c/structcgltf__iridescence__coll__graph.png
+share/doc/naev/c/structcgltf__light.html
+share/doc/naev/c/structcgltf__light__coll__graph.map
+share/doc/naev/c/structcgltf__light__coll__graph.md5
+share/doc/naev/c/structcgltf__light__coll__graph.png
+share/doc/naev/c/structcgltf__material.html
+share/doc/naev/c/structcgltf__material__coll__graph.map
+share/doc/naev/c/structcgltf__material__coll__graph.md5
+share/doc/naev/c/structcgltf__material__coll__graph.png
+share/doc/naev/c/structcgltf__material__mapping.html
+share/doc/naev/c/structcgltf__material__mapping__coll__graph.map
+share/doc/naev/c/structcgltf__material__mapping__coll__graph.md5
+share/doc/naev/c/structcgltf__material__mapping__coll__graph.png
+share/doc/naev/c/structcgltf__material__variant.html
+share/doc/naev/c/structcgltf__material__variant__coll__graph.map
+share/doc/naev/c/structcgltf__material__variant__coll__graph.md5
+share/doc/naev/c/structcgltf__material__variant__coll__graph.png
+share/doc/naev/c/structcgltf__memory__options.html
+share/doc/naev/c/structcgltf__mesh.html
+share/doc/naev/c/structcgltf__mesh__coll__graph.map
+share/doc/naev/c/structcgltf__mesh__coll__graph.md5
+share/doc/naev/c/structcgltf__mesh__coll__graph.png
+share/doc/naev/c/structcgltf__mesh__gpu__instancing.html
+share/doc/naev/c/structcgltf__mesh__gpu__instancing__coll__graph.map
+share/doc/naev/c/structcgltf__mesh__gpu__instancing__coll__graph.md5
+share/doc/naev/c/structcgltf__mesh__gpu__instancing__coll__graph.png
+share/doc/naev/c/structcgltf__meshopt__compression.html
+share/doc/naev/c/structcgltf__meshopt__compression__coll__graph.map
+share/doc/naev/c/structcgltf__meshopt__compression__coll__graph.md5
+share/doc/naev/c/structcgltf__meshopt__compression__coll__graph.png
+share/doc/naev/c/structcgltf__morph__target.html
+share/doc/naev/c/structcgltf__morph__target__coll__graph.map
+share/doc/naev/c/structcgltf__morph__target__coll__graph.md5
+share/doc/naev/c/structcgltf__morph__target__coll__graph.png
+share/doc/naev/c/structcgltf__node.html
+share/doc/naev/c/structcgltf__node__coll__graph.map
+share/doc/naev/c/structcgltf__node__coll__graph.md5
+share/doc/naev/c/structcgltf__node__coll__graph.png
+share/doc/naev/c/structcgltf__options.html
+share/doc/naev/c/structcgltf__options__coll__graph.map
+share/doc/naev/c/structcgltf__options__coll__graph.md5
+share/doc/naev/c/structcgltf__options__coll__graph.png
+share/doc/naev/c/structcgltf__pbr__metallic__roughness.html
+share/doc/naev/c/structcgltf__pbr__metallic__roughness__coll__graph.map
+share/doc/naev/c/structcgltf__pbr__metallic__roughness__coll__graph.md5
+share/doc/naev/c/structcgltf__pbr__metallic__roughness__coll__graph.png
+share/doc/naev/c/structcgltf__pbr__specular__glossiness.html
+share/doc/naev/c/structcgltf__pbr__specular__glossiness__coll__graph.map
+share/doc/naev/c/structcgltf__pbr__specular__glossiness__coll__graph.md5
+share/doc/naev/c/structcgltf__pbr__specular__glossiness__coll__graph.png
+share/doc/naev/c/structcgltf__primitive.html
+share/doc/naev/c/structcgltf__primitive__coll__graph.map
+share/doc/naev/c/structcgltf__primitive__coll__graph.md5
+share/doc/naev/c/structcgltf__primitive__coll__graph.png
+share/doc/naev/c/structcgltf__sampler.html
+share/doc/naev/c/structcgltf__sampler__coll__graph.map
+share/doc/naev/c/structcgltf__sampler__coll__graph.md5
+share/doc/naev/c/structcgltf__sampler__coll__graph.png
+share/doc/naev/c/structcgltf__scene.html
+share/doc/naev/c/structcgltf__scene__coll__graph.map
+share/doc/naev/c/structcgltf__scene__coll__graph.md5
+share/doc/naev/c/structcgltf__scene__coll__graph.png
+share/doc/naev/c/structcgltf__sheen.html
+share/doc/naev/c/structcgltf__sheen__coll__graph.map
+share/doc/naev/c/structcgltf__sheen__coll__graph.md5
+share/doc/naev/c/structcgltf__sheen__coll__graph.png
+share/doc/naev/c/structcgltf__skin.html
+share/doc/naev/c/structcgltf__skin__coll__graph.map
+share/doc/naev/c/structcgltf__skin__coll__graph.md5
+share/doc/naev/c/structcgltf__skin__coll__graph.png
+share/doc/naev/c/structcgltf__specular.html
+share/doc/naev/c/structcgltf__specular__coll__graph.map
+share/doc/naev/c/structcgltf__specular__coll__graph.md5
+share/doc/naev/c/structcgltf__specular__coll__graph.png
+share/doc/naev/c/structcgltf__texture.html
+share/doc/naev/c/structcgltf__texture__coll__graph.map
+share/doc/naev/c/structcgltf__texture__coll__graph.md5
+share/doc/naev/c/structcgltf__texture__coll__graph.png
+share/doc/naev/c/structcgltf__texture__transform.html
+share/doc/naev/c/structcgltf__texture__view.html
+share/doc/naev/c/structcgltf__texture__view__coll__graph.map
+share/doc/naev/c/structcgltf__texture__view__coll__graph.md5
+share/doc/naev/c/structcgltf__texture__view__coll__graph.png
+share/doc/naev/c/structcgltf__transmission.html
+share/doc/naev/c/structcgltf__transmission__coll__graph.map
+share/doc/naev/c/structcgltf__transmission__coll__graph.md5
+share/doc/naev/c/structcgltf__transmission__coll__graph.png
+share/doc/naev/c/structcgltf__volume.html
+share/doc/naev/c/structcgltf__volume__coll__graph.map
+share/doc/naev/c/structcgltf__volume__coll__graph.md5
+share/doc/naev/c/structcgltf__volume__coll__graph.png
+share/doc/naev/c/structconv__table.html
+share/doc/naev/c/structcustom__functions__t.html
+share/doc/naev/c/structdialogue__custom__data__s.html
+share/doc/naev/c/structdialogue__update__t.html
+share/doc/naev/c/structenv__t.html
+share/doc/naev/c/structfont__char__t.html
+share/doc/naev/c/structglColour__.html
+share/doc/naev/c/structglFont.html
+share/doc/naev/c/structglFontFile.html
+share/doc/naev/c/structglFontGlyph.html
+share/doc/naev/c/structglFontRestore.html
+share/doc/naev/c/structglFontRow.html
+share/doc/naev/c/structglFontStash.html
+share/doc/naev/c/structglFontStashFreetype.html
+share/doc/naev/c/structglFontStashFreetype__coll__graph.map
+share/doc/naev/c/structglFontStashFreetype__coll__graph.md5
+share/doc/naev/c/structglFontStashFreetype__coll__graph.png
+share/doc/naev/c/structglFontStash__coll__graph.map
+share/doc/naev/c/structglFontStash__coll__graph.md5
+share/doc/naev/c/structglFontStash__coll__graph.png
+share/doc/naev/c/structglFontTex.html
+share/doc/naev/c/structglFontTex__coll__graph.map
+share/doc/naev/c/structglFontTex__coll__graph.md5
+share/doc/naev/c/structglFontTex__coll__graph.png
+share/doc/naev/c/structglInfo.html
+share/doc/naev/c/structglPrintLineIterator.html
+share/doc/naev/c/structglPrintLineIterator__coll__graph.map
+share/doc/naev/c/structglPrintLineIterator__coll__graph.md5
+share/doc/naev/c/structglPrintLineIterator__coll__graph.png
+share/doc/naev/c/structglTexList.html
+share/doc/naev/c/structglTexList__coll__graph.map
+share/doc/naev/c/structglTexList__coll__graph.md5
+share/doc/naev/c/structglTexList__coll__graph.png
+share/doc/naev/c/structglTexture.html
+share/doc/naev/c/structgl__vbo__s.html
+share/doc/naev/c/structgladGLversionStruct.html
+share/doc/naev/c/structintro__cmd__t.html
+share/doc/naev/c/structintro__img__t.html
+share/doc/naev/c/structintro__img__t__coll__graph.map
+share/doc/naev/c/structintro__img__t__coll__graph.md5
+share/doc/naev/c/structintro__img__t__coll__graph.png
+share/doc/naev/c/structlvar.html
+share/doc/naev/c/structmapOutfitsList__t.html
+share/doc/naev/c/structmap__find__t.html
+share/doc/naev/c/structmap__find__t__coll__graph.map
+share/doc/naev/c/structmap__find__t__coll__graph.md5
+share/doc/naev/c/structmap__find__t__coll__graph.png
+share/doc/naev/c/structmat4.html
+share/doc/naev/c/structmd5__state__t.html
+share/doc/naev/c/structmsgcat__t.html
+share/doc/naev/c/structndata__start__t.html
+share/doc/naev/c/structnews__t.html
+share/doc/naev/c/structnsave__t.html
+share/doc/naev/c/structomsg__font__t.html
+share/doc/naev/c/structomsg__font__t__coll__graph.map
+share/doc/naev/c/structomsg__font__t__coll__graph.md5
+share/doc/naev/c/structomsg__font__t__coll__graph.png
+share/doc/naev/c/structomsg__t.html
+share/doc/naev/c/structovr__marker__t.html
+share/doc/naev/c/structovr__marker__t__coll__graph.map
+share/doc/naev/c/structovr__marker__t__coll__graph.md5
+share/doc/naev/c/structovr__marker__t__coll__graph.png
+share/doc/naev/c/structpL__flag.html
+share/doc/naev/c/structperlin__data__s.html
+share/doc/naev/c/structplayer__saves__t.html
+share/doc/naev/c/structplayer__saves__t__coll__graph.map
+share/doc/naev/c/structplayer__saves__t__coll__graph.md5
+share/doc/naev/c/structplayer__saves__t__coll__graph.png
+share/doc/naev/c/structplugin__t.html
+share/doc/naev/c/structrange__table.html
+share/doc/naev/c/structsemver__t.html
+share/doc/naev/c/structspob__lua__file.html
+share/doc/naev/c/structst.html
+share/doc/naev/c/structt__os__stat.html
+share/doc/naev/c/structtech__group__s.html
+share/doc/naev/c/structtech__group__s__coll__graph.map
+share/doc/naev/c/structtech__group__s__coll__graph.md5
+share/doc/naev/c/structtech__group__s__coll__graph.png
+share/doc/naev/c/structtech__item__t.html
+share/doc/naev/c/structtech__item__t__coll__graph.map
+share/doc/naev/c/structtech__item__t__coll__graph.md5
+share/doc/naev/c/structtech__item__t__coll__graph.png
+share/doc/naev/c/structtranslation__t.html
+share/doc/naev/c/structtranslation__t__coll__graph.map
+share/doc/naev/c/structtranslation__t__coll__graph.md5
+share/doc/naev/c/structtranslation__t__coll__graph.png
+share/doc/naev/c/structvec2.html
+share/doc/naev/c/structvec3.html
+share/doc/naev/c/structvpoolThreadData.html
+share/doc/naev/c/structvpoolThreadData__coll__graph.map
+share/doc/naev/c/structvpoolThreadData__coll__graph.md5
+share/doc/naev/c/structvpoolThreadData__coll__graph.png
+share/doc/naev/c/sync_off.png
+share/doc/naev/c/sync_on.png
+share/doc/naev/c/tab_a.png
+share/doc/naev/c/tab_ad.png
+share/doc/naev/c/tab_b.png
+share/doc/naev/c/tab_bd.png
+share/doc/naev/c/tab_h.png
+share/doc/naev/c/tab_hd.png
+share/doc/naev/c/tab_s.png
+share/doc/naev/c/tab_sd.png
+share/doc/naev/c/tabs.css
+share/doc/naev/c/target_8h_source.html
+share/doc/naev/c/tech_8c.html
+share/doc/naev/c/tech_8c__incl.map
+share/doc/naev/c/tech_8c__incl.md5
+share/doc/naev/c/tech_8c__incl.png
+share/doc/naev/c/tech_8c_source.html
+share/doc/naev/c/tech_8h_source.html
+share/doc/naev/c/threadpool_8c_source.html
+share/doc/naev/c/threadpool_8h_source.html
+share/doc/naev/c/todo.html
+share/doc/naev/c/toolkit_8c.html
+share/doc/naev/c/toolkit_8c__incl.map
+share/doc/naev/c/toolkit_8c__incl.md5
+share/doc/naev/c/toolkit_8c__incl.png
+share/doc/naev/c/toolkit_8c_source.html
+share/doc/naev/c/toolkit_8h_source.html
+share/doc/naev/c/topics.html
+share/doc/naev/c/unidata_8h_source.html
+share/doc/naev/c/unidiff_8c.html
+share/doc/naev/c/unidiff_8c__incl.map
+share/doc/naev/c/unidiff_8c__incl.md5
+share/doc/naev/c/unidiff_8c__incl.png
+share/doc/naev/c/unidiff_8c_source.html
+share/doc/naev/c/unidiff_8h_source.html
+share/doc/naev/c/union__find_8c.html
+share/doc/naev/c/union__find_8c__incl.map
+share/doc/naev/c/union__find_8c__incl.md5
+share/doc/naev/c/union__find_8c__incl.png
+share/doc/naev/c/union__find_8c_source.html
+share/doc/naev/c/union__find_8h_source.html
+share/doc/naev/c/utf8_8c_source.html
+share/doc/naev/c/utf8_8h.html
+share/doc/naev/c/utf8_8h__dep__incl.map
+share/doc/naev/c/utf8_8h__dep__incl.md5
+share/doc/naev/c/utf8_8h__dep__incl.png
+share/doc/naev/c/utf8_8h__incl.map
+share/doc/naev/c/utf8_8h__incl.md5
+share/doc/naev/c/utf8_8h__incl.png
+share/doc/naev/c/utf8_8h_source.html
+share/doc/naev/c/vec2_8c_source.html
+share/doc/naev/c/vec2_8h_source.html
+share/doc/naev/c/vec3_8c_source.html
+share/doc/naev/c/vec3_8h_source.html
+share/doc/naev/c/weapon_8c.html
+share/doc/naev/c/weapon_8c__incl.map
+share/doc/naev/c/weapon_8c__incl.md5
+share/doc/naev/c/weapon_8c__incl.png
+share/doc/naev/c/weapon_8c_source.html
+share/doc/naev/c/weapon_8h_source.html
+share/doc/naev/gpl.txt
+share/icons/hicolor/128x128/apps/org.naev.Naev.png
+share/icons/hicolor/16x16/apps/org.naev.Naev.png
+share/icons/hicolor/256x256/apps/org.naev.Naev.png
+share/icons/hicolor/32x32/apps/org.naev.Naev.png
+share/icons/hicolor/64x64/apps/org.naev.Naev.png
+share/metainfo/org.naev.Naev.metainfo.xml
+share/naev/dat/.pre-commit-config.yaml
+share/naev/dat/AUTHORS
+share/naev/dat/LICENSE/LICENSE-distance_field.c.txt
+share/naev/dat/LICENSE/LICENSE-edtaa3func.c.txt
+share/naev/dat/LICENSE/LICENSE-perlin.c.txt
+share/naev/dat/README.md
+share/naev/dat/VERSION
+share/naev/dat/ai/advertiser.lua
+share/naev/dat/ai/baddie.lua
+share/naev/dat/ai/baddie_norun.lua
+share/naev/dat/ai/baddiepatrol.lua
+share/naev/dat/ai/baddiepos.lua
+share/naev/dat/ai/black_lotus.lua
+share/naev/dat/ai/civilian.lua
+share/naev/dat/ai/collective.lua
+share/naev/dat/ai/collective_norun.lua
+share/naev/dat/ai/common/pers.lua
+share/naev/dat/ai/core/attack.lua
+share/naev/dat/ai/core/attack/bomber.lua
+share/naev/dat/ai/core/attack/capital.lua
+share/naev/dat/ai/core/attack/corvette.lua
+share/naev/dat/ai/core/attack/drone.lua
+share/naev/dat/ai/core/attack/fighter.lua
+share/naev/dat/ai/core/attack/generic.lua
+share/naev/dat/ai/core/attack/util.lua
+share/naev/dat/ai/core/basic.lua
+share/naev/dat/ai/core/control/escort.lua
+share/naev/dat/ai/core/control/generic.lua
+share/naev/dat/ai/core/control/scout.lua
+share/naev/dat/ai/core/core.lua
+share/naev/dat/ai/core/idle/advertiser.lua
+share/naev/dat/ai/core/idle/civilian.lua
+share/naev/dat/ai/core/idle/generic.lua
+share/naev/dat/ai/core/idle/miner.lua
+share/naev/dat/ai/core/idle/pirate.lua
+share/naev/dat/ai/core/idle/trader.lua
+share/naev/dat/ai/core/idle/wait.lua
+share/naev/dat/ai/core/misc/careful.lua
+share/naev/dat/ai/core/misc/distress.lua
+share/naev/dat/ai/core/misc/lanes.lua
+share/naev/dat/ai/core/misc/pirate.lua
+share/naev/dat/ai/core/misc/scans.lua
+share/naev/dat/ai/core/setup.lua
+share/naev/dat/ai/dreamer_clan.lua
+share/naev/dat/ai/drone_miner.lua
+share/naev/dat/ai/dummy.lua
+share/naev/dat/ai/dvaered.lua
+share/naev/dat/ai/dvaered_norun.lua
+share/naev/dat/ai/empire.lua
+share/naev/dat/ai/empire_idle.lua
+share/naev/dat/ai/empire_norun.lua
+share/naev/dat/ai/empire_refuel.lua
+share/naev/dat/ai/escort.lua
+share/naev/dat/ai/escort_player.lua
+share/naev/dat/ai/feralbioship.lua
+share/naev/dat/ai/flee.lua
+share/naev/dat/ai/flf.lua
+share/naev/dat/ai/flf_norun.lua
+share/naev/dat/ai/flf_rogue_norun.lua
+share/naev/dat/ai/frontier_police.lua
+share/naev/dat/ai/goddard.lua
+share/naev/dat/ai/guard.lua
+share/naev/dat/ai/house_of_mirrors.lua
+share/naev/dat/ai/independent.lua
+share/naev/dat/ai/marauder.lua
+share/naev/dat/ai/mercenary.lua
+share/naev/dat/ai/miner.lua
+share/naev/dat/ai/noidle.lua
+share/naev/dat/ai/pers.lua
+share/naev/dat/ai/pers_patrol.lua
+share/naev/dat/ai/pers_pirate.lua
+share/naev/dat/ai/pers_runaway.lua
+share/naev/dat/ai/pirate.lua
+share/naev/dat/ai/pirate_norun.lua
+share/naev/dat/ai/player.lua
+share/naev/dat/ai/proteron.lua
+share/naev/dat/ai/proteron_dissident.lua
+share/naev/dat/ai/raven_clan.lua
+share/naev/dat/ai/scout.lua
+share/naev/dat/ai/sirius.lua
+share/naev/dat/ai/sirius_norun.lua
+share/naev/dat/ai/soromid.lua
+share/naev/dat/ai/stationary.lua
+share/naev/dat/ai/thurion.lua
+share/naev/dat/ai/trader.lua
+share/naev/dat/ai/wild_ones.lua
+share/naev/dat/ai/zalek.lua
+share/naev/dat/asteroids/groups/typeA_poor.xml
+share/naev/dat/asteroids/groups/typeA_rich.xml
+share/naev/dat/asteroids/groups/typeA_standard.xml
+share/naev/dat/asteroids/groups/typeB_poor.xml
+share/naev/dat/asteroids/groups/typeB_rich.xml
+share/naev/dat/asteroids/groups/typeB_standard.xml
+share/naev/dat/asteroids/groups/typeC_poor.xml
+share/naev/dat/asteroids/groups/typeC_rich.xml
+share/naev/dat/asteroids/groups/typeC_standard.xml
+share/naev/dat/asteroids/types/default.xml
+share/naev/dat/asteroids/types/diamond.xml
+share/naev/dat/asteroids/types/gold_platinum.xml
+share/naev/dat/asteroids/types/gold_rhodium.xml
+share/naev/dat/asteroids/types/golden.xml
+share/naev/dat/asteroids/types/iron_nickel.xml
+share/naev/dat/asteroids/types/kermite.xml
+share/naev/dat/asteroids/types/liquid.xml
+share/naev/dat/asteroids/types/massive.xml
+share/naev/dat/asteroids/types/mossy.xml
+share/naev/dat/asteroids/types/nebula_crystal.xml
+share/naev/dat/asteroids/types/nodrop.xml
+share/naev/dat/asteroids/types/rhodium_yttrium.xml
+share/naev/dat/asteroids/types/silicate_olivine.xml
+share/naev/dat/asteroids/types/therite.xml
+share/naev/dat/asteroids/types/vixilium.xml
+share/naev/dat/asteroids/types/water_clay.xml
+share/naev/dat/autoequip.lua
+share/naev/dat/autonav.lua
+share/naev/dat/bkg/blackhole.lua
+share/naev/dat/bkg/crimson_gauntlet.lua
+share/naev/dat/bkg/default.lua
+share/naev/dat/bkg/haze.lua
+share/naev/dat/bkg/ionicstorm.lua
+share/naev/dat/bkg/lib/bgshaders.lua
+share/naev/dat/bkg/lib/nebula.lua
+share/naev/dat/bkg/lib/nebula_image.lua
+share/naev/dat/bkg/lib/starfield.lua
+share/naev/dat/bkg/mizar.lua
+share/naev/dat/bkg/nebu_butterfly.lua
+share/naev/dat/bkg/nebu_cats_eye.lua
+share/naev/dat/bkg/nebu_cats_paw.lua
+share/naev/dat/bkg/nebu_crab.lua
+share/naev/dat/bkg/nebu_dobayashi.lua
+share/naev/dat/bkg/nebu_ic.lua
+share/naev/dat/bkg/nebu_messier.lua
+share/naev/dat/bkg/nebu_ngc_2392.lua
+share/naev/dat/bkg/nebu_ngc_2440.lua
+share/naev/dat/bkg/nebu_ngc_2440_2.lua
+share/naev/dat/bkg/nebu_ngc_5189.lua
+share/naev/dat/bkg/nebu_ngc_6210.lua
+share/naev/dat/bkg/obelisk.lua
+share/naev/dat/bkg/plasmastorm.lua
+share/naev/dat/bkg/pso.lua
+share/naev/dat/bkg/shaders/blackhole.frag
+share/naev/dat/bkg/shaders/ionicstorm.frag
+share/naev/dat/bkg/shaders/nebula.frag
+share/naev/dat/bkg/shaders/plasmastorm.frag
+share/naev/dat/bkg/shaders/starfield.frag
+share/naev/dat/bkg/stellarwind.lua
+share/naev/dat/bkg/taiomi.lua
+share/naev/dat/board.lua
+share/naev/dat/comm.lua
+share/naev/dat/commodities/clay.xml
+share/naev/dat/commodities/diamond.xml
+share/naev/dat/commodities/food.xml
+share/naev/dat/commodities/gold.xml
+share/naev/dat/commodities/industrial_goods.xml
+share/naev/dat/commodities/iron.xml
+share/naev/dat/commodities/kermite.xml
+share/naev/dat/commodities/luxury_goods.xml
+share/naev/dat/commodities/medicine.xml
+share/naev/dat/commodities/nebula_crystals.xml
+share/naev/dat/commodities/neodymium.xml
+share/naev/dat/commodities/nickel.xml
+share/naev/dat/commodities/olivine.xml
+share/naev/dat/commodities/ore.xml
+share/naev/dat/commodities/platinum.xml
+share/naev/dat/commodities/rhodium.xml
+share/naev/dat/commodities/silicate.xml
+share/naev/dat/commodities/space_moss.xml
+share/naev/dat/commodities/therite.xml
+share/naev/dat/commodities/vixilium.xml
+share/naev/dat/commodities/water.xml
+share/naev/dat/commodities/yttrium.xml
+share/naev/dat/common.lua
+share/naev/dat/damagetype/armourbreaker.xml
+share/naev/dat/damagetype/emp.xml
+share/naev/dat/damagetype/energy.xml
+share/naev/dat/damagetype/energy_noknockback.xml
+share/naev/dat/damagetype/explosion_splash.xml
+share/naev/dat/damagetype/ion.xml
+share/naev/dat/damagetype/kinetic.xml
+share/naev/dat/damagetype/nebula.xml
+share/naev/dat/damagetype/plasma.xml
+share/naev/dat/difficulty/default.xml
+share/naev/dat/difficulty/easy_mode.xml
+share/naev/dat/difficulty/masochist_mode.xml
+share/naev/dat/difficulty/slow_mode.xml
+share/naev/dat/difficulty/story_mode.xml
+share/naev/dat/effects/ambush_hunter.xml
+share/naev/dat/effects/antimatter_taint.xml
+share/naev/dat/effects/astral_projection.xml
+share/naev/dat/effects/avatar_of_sirichana.xml
+share/naev/dat/effects/blink.xml
+share/naev/dat/effects/bloodlust.xml
+share/naev/dat/effects/chakra_burn.xml
+share/naev/dat/effects/chakra_corruption.xml
+share/naev/dat/effects/crippling_plasma.xml
+share/naev/dat/effects/ethereal.xml
+share/naev/dat/effects/fadein.xml
+share/naev/dat/effects/fadeout.xml
+share/naev/dat/effects/feather_drive.xml
+share/naev/dat/effects/feral_rage_i.xml
+share/naev/dat/effects/fractured_reality.xml
+share/naev/dat/effects/hypergate_enter.xml
+share/naev/dat/effects/hypergate_exit.xml
+share/naev/dat/effects/ionization.xml
+share/naev/dat/effects/lua/fadeout.lua
+share/naev/dat/effects/lua/hypergate_enter.lua
+share/naev/dat/effects/lua/wormhole_enter.lua
+share/naev/dat/effects/lua/wormhole_exit.lua
+share/naev/dat/effects/paralyzing_plasma.xml
+share/naev/dat/effects/plasma_burn.xml
+share/naev/dat/effects/plasma_burn_ii.xml
+share/naev/dat/effects/psychic_divinity.xml
+share/naev/dat/effects/psychic_orb_off.xml
+share/naev/dat/effects/psychic_orb_on.xml
+share/naev/dat/effects/ride_of_the_valkyries.xml
+share/naev/dat/effects/shieldaura.xml
+share/naev/dat/effects/shieldboost.xml
+share/naev/dat/effects/wormhole_enter.xml
+share/naev/dat/effects/wormhole_exit.xml
+share/naev/dat/events/bioship.lua
+share/naev/dat/events/cache.lua
+share/naev/dat/events/chapter1.lua
+share/naev/dat/events/cinematic/DvdFLFbattle.lua
+share/naev/dat/events/derelict.lua
+share/naev/dat/events/derelict/blackcat.lua
+share/naev/dat/events/derelict/poi.lua
+share/naev/dat/events/derelict/rescue.lua
+share/naev/dat/events/derelict/sirius_awakening.lua
+share/naev/dat/events/dev/explosions_benchmark.lua
+share/naev/dat/events/dev/quadtree_benchmark.lua
+share/naev/dat/events/dev/skirmish_benchmark.lua
+share/naev/dat/events/dev/system_tour.lua
+share/naev/dat/events/dev/test_conditionals.lua
+share/naev/dat/events/discovery.lua
+share/naev/dat/events/dvaered/fwA_treason.lua
+share/naev/dat/events/dvaered/fwB_repay.lua
+share/naev/dat/events/dvaered/fwC_ceremony.lua
+share/naev/dat/events/dvaered/fwD_hitman.lua
+share/naev/dat/events/dvaered/poster.lua
+share/naev/dat/events/dvaered/totoran.lua
+share/naev/dat/events/dvaered/warlord_propaganda.lua
+share/naev/dat/events/dvaered/warlords_battle.lua
+share/naev/dat/events/escort_settings.lua
+share/naev/dat/events/fleetcapacity.lua
+share/naev/dat/events/flf/derelict.lua
+share/naev/dat/events/flf/flf_catastrophe.lua
+share/naev/dat/events/hypergate.lua
+share/naev/dat/events/hypergate_construction.lua
+share/naev/dat/events/hypergate_fleets.lua
+share/naev/dat/events/minerva/altercation1.lua
+share/naev/dat/events/minerva/altercation2.lua
+share/naev/dat/events/minerva/chicken_rendezvous.lua
+share/naev/dat/events/minerva/epilogue1.lua
+share/naev/dat/events/minerva/epilogue2.lua
+share/naev/dat/events/minerva/spa_propaganda.lua
+share/naev/dat/events/minerva/station.lua
+share/naev/dat/events/naev_needs_YOU.lua
+share/naev/dat/events/neutral/animaltrouble.lua
+share/naev/dat/events/neutral/arandon_station.lua
+share/naev/dat/events/neutral/baron_comm.lua
+share/naev/dat/events/neutral/baron_flintley.lua
+share/naev/dat/events/neutral/baron_prowl.lua
+share/naev/dat/events/neutral/capricorn_pirates.lua
+share/naev/dat/events/neutral/capricorn_pirates_epilogue.lua
+share/naev/dat/events/neutral/dendria_pirates.lua
+share/naev/dat/events/neutral/kidnapped.lua
+share/naev/dat/events/neutral/levo_pirates.lua
+share/naev/dat/events/neutral/levo_pirates_epilogue.lua
+share/naev/dat/events/neutral/majesteka_stowaways.lua
+share/naev/dat/events/neutral/poi.lua
+share/naev/dat/events/neutral/quai_pirates.lua
+share/naev/dat/events/neutral/shadow_comm.lua
+share/naev/dat/events/neutral/shadow_comm2.lua
+share/naev/dat/events/neutral/shiplover.lua
+share/naev/dat/events/neutral/shipwreck.lua
+share/naev/dat/events/neutral/surano_pirates.lua
+share/naev/dat/events/neutral/travelling_merchant.lua
+share/naev/dat/events/news.lua
+share/naev/dat/events/news/dvaered.lua
+share/naev/dat/events/news/empire.lua
+share/naev/dat/events/news/flf.lua
+share/naev/dat/events/news/frontier.lua
+share/naev/dat/events/news/generic.lua
+share/naev/dat/events/news/goddard.lua
+share/naev/dat/events/news/hypergates.lua
+share/naev/dat/events/news/independent.lua
+share/naev/dat/events/news/pirate.lua
+share/naev/dat/events/news/proteron.lua
+share/naev/dat/events/news/sirius.lua
+share/naev/dat/events/news/soromid.lua
+share/naev/dat/events/news/thurion.lua
+share/naev/dat/events/news/trader.lua
+share/naev/dat/events/news/zalek.lua
+share/naev/dat/events/news/zalek_campaign.lua
+share/naev/dat/events/npc.lua
+share/naev/dat/events/npc/black_lotus.lua
+share/naev/dat/events/npc/dreamer_clan.lua
+share/naev/dat/events/npc/dvaered.lua
+share/naev/dat/events/npc/empire.lua
+share/naev/dat/events/npc/flf.lua
+share/naev/dat/events/npc/frontier.lua
+share/naev/dat/events/npc/generic.lua
+share/naev/dat/events/npc/melendez_dome.lua
+share/naev/dat/events/npc/pirate.lua
+share/naev/dat/events/npc/proteron.lua
+share/naev/dat/events/npc/raven_clan.lua
+share/naev/dat/events/npc/sirius.lua
+share/naev/dat/events/npc/soromid.lua
+share/naev/dat/events/npc/thurion.lua
+share/naev/dat/events/npc/trader.lua
+share/naev/dat/events/npc/wild_ones.lua
+share/naev/dat/events/npc/zalek.lua
+share/naev/dat/events/obelisk.lua
+share/naev/dat/events/pers.lua
+share/naev/dat/events/pers/dvaered.lua
+share/naev/dat/events/pers/empire.lua
+share/naev/dat/events/pers/indep.lua
+share/naev/dat/events/pers/minerva.lua
+share/naev/dat/events/pers/pirate.lua
+share/naev/dat/events/pers/sirius.lua
+share/naev/dat/events/pers/soromid.lua
+share/naev/dat/events/pers/zalek.lua
+share/naev/dat/events/pirate/fake_transponder.lua
+share/naev/dat/events/pirate/shipcheck.lua
+share/naev/dat/events/poi.lua
+share/naev/dat/events/proteron/blockade.lua
+share/naev/dat/events/restricted.lua
+share/naev/dat/events/settings.lua
+share/naev/dat/events/shipai.lua
+share/naev/dat/events/shiplog.lua
+share/naev/dat/events/sirius/achack04.lua
+share/naev/dat/events/sirius/eye_of_night_mystery.lua
+share/naev/dat/events/sirius/preach.lua
+share/naev/dat/events/sirius/test_of_alacrity.lua
+share/naev/dat/events/sirius/test_of_devotion.lua
+share/naev/dat/events/sirius/test_of_enlightenment.lua
+share/naev/dat/events/sirius/test_of_renewal.lua
+share/naev/dat/events/soromid/ferals.lua
+share/naev/dat/events/standing.lua
+share/naev/dat/events/start.lua
+share/naev/dat/events/taiomi/find.lua
+share/naev/dat/events/taiomi/intro.lua
+share/naev/dat/events/taiomi/system.lua
+share/naev/dat/events/tutorial/tut_enter.lua
+share/naev/dat/events/tutorial/tut_land.lua
+share/naev/dat/events/updater.lua
+share/naev/dat/events/wormhole.lua
+share/naev/dat/events/zalek/sigma13.lua
+share/naev/dat/factions/black_lotus.xml
+share/naev/dat/factions/collective.xml
+share/naev/dat/factions/derelict.xml
+share/naev/dat/factions/dreamer_clan.xml
+share/naev/dat/factions/dummy.xml
+share/naev/dat/factions/dvaered.xml
+share/naev/dat/factions/empire.xml
+share/naev/dat/factions/equip/dvaered.lua
+share/naev/dat/factions/equip/empire.lua
+share/naev/dat/factions/equip/generic.lua
+share/naev/dat/factions/equip/marauder.lua
+share/naev/dat/factions/equip/miner.lua
+share/naev/dat/factions/equip/pirate.lua
+share/naev/dat/factions/equip/proteron.lua
+share/naev/dat/factions/equip/sirius.lua
+share/naev/dat/factions/equip/soromid.lua
+share/naev/dat/factions/equip/thurion.lua
+share/naev/dat/factions/equip/trader.lua
+share/naev/dat/factions/equip/zalek.lua
+share/naev/dat/factions/flf.xml
+share/naev/dat/factions/frontier.xml
+share/naev/dat/factions/goddard.xml
+share/naev/dat/factions/independent.xml
+share/naev/dat/factions/marauder.xml
+share/naev/dat/factions/mercenary.xml
+share/naev/dat/factions/miner.xml
+share/naev/dat/factions/nasin.xml
+share/naev/dat/factions/pirate.xml
+share/naev/dat/factions/proteron.xml
+share/naev/dat/factions/raven_clan.xml
+share/naev/dat/factions/sirius.xml
+share/naev/dat/factions/soromid.xml
+share/naev/dat/factions/spawn/collective.lua
+share/naev/dat/factions/spawn/dvaered.lua
+share/naev/dat/factions/spawn/empire.lua
+share/naev/dat/factions/spawn/flf.lua
+share/naev/dat/factions/spawn/frontier.lua
+share/naev/dat/factions/spawn/goddard.lua
+share/naev/dat/factions/spawn/independent.lua
+share/naev/dat/factions/spawn/lib/common.lua
+share/naev/dat/factions/spawn/lib/pirate.lua
+share/naev/dat/factions/spawn/marauder.lua
+share/naev/dat/factions/spawn/miner.lua
+share/naev/dat/factions/spawn/pirate.lua
+share/naev/dat/factions/spawn/pirate_black_lotus.lua
+share/naev/dat/factions/spawn/pirate_dreamer_clan.lua
+share/naev/dat/factions/spawn/pirate_raven_clan.lua
+share/naev/dat/factions/spawn/pirate_wild_ones.lua
+share/naev/dat/factions/spawn/proteron.lua
+share/naev/dat/factions/spawn/sirius.lua
+share/naev/dat/factions/spawn/soromid.lua
+share/naev/dat/factions/spawn/thurion.lua
+share/naev/dat/factions/spawn/trader.lua
+share/naev/dat/factions/spawn/traders_society.lua
+share/naev/dat/factions/spawn/zalek.lua
+share/naev/dat/factions/standing/collective.lua
+share/naev/dat/factions/standing/dvaered.lua
+share/naev/dat/factions/standing/empire.lua
+share/naev/dat/factions/standing/flf.lua
+share/naev/dat/factions/standing/frontier.lua
+share/naev/dat/factions/standing/goddard.lua
+share/naev/dat/factions/standing/lib/base.lua
+share/naev/dat/factions/standing/lib/pirate.lua
+share/naev/dat/factions/standing/marauder.lua
+share/naev/dat/factions/standing/nasin.lua
+share/naev/dat/factions/standing/pirate.lua
+share/naev/dat/factions/standing/pirate_black_lotus.lua
+share/naev/dat/factions/standing/pirate_dreamer_clan.lua
+share/naev/dat/factions/standing/pirate_raven_clan.lua
+share/naev/dat/factions/standing/pirate_wild_ones.lua
+share/naev/dat/factions/standing/proteron.lua
+share/naev/dat/factions/standing/sirius.lua
+share/naev/dat/factions/standing/soromid.lua
+share/naev/dat/factions/standing/static.lua
+share/naev/dat/factions/standing/thurion.lua
+share/naev/dat/factions/standing/trader_society.lua
+share/naev/dat/factions/standing/zalek.lua
+share/naev/dat/factions/strangelove.xml
+share/naev/dat/factions/thurion.xml
+share/naev/dat/factions/trader.xml
+share/naev/dat/factions/traders_society.xml
+share/naev/dat/factions/wild_ones.xml
+share/naev/dat/factions/zalek.xml
+share/naev/dat/fonts/Cabin-SemiBold.otf
+share/naev/dat/fonts/CoveredByYourGrace-Regular.ttf
+share/naev/dat/fonts/D2CodingBold.ttf
+share/naev/dat/fonts/FONT_LICENSE.yaml
+share/naev/dat/fonts/IBMPlexSansJP-Medium.otf
+share/naev/dat/fonts/Kusamochi-Regular.ttf
+share/naev/dat/fonts/NanumBarunGothicBold.ttf
+share/naev/dat/fonts/OFL.txt
+share/naev/dat/fonts/SourceCodePro-Semibold.ttf
+share/naev/dat/fonts/SpaceBar.ttf
+share/naev/dat/gettext/cs/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/de/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/es/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/fr/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/it/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/ja/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/ko/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/pt_BR/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/pt_PT/LC_MESSAGES/naev.mo
+share/naev/dat/gettext/zh_Hans/LC_MESSAGES/naev.mo
+share/naev/dat/gettext_stats/naev.txt
+share/naev/dat/gfx/ARTWORK_LICENSE.yaml
+share/naev/dat/gfx/Naev.webp
+share/naev/dat/gfx/bkg/nebula/butterfly.webp
+share/naev/dat/gfx/bkg/nebula/cats_eye.webp
+share/naev/dat/gfx/bkg/nebula/cats_paw.webp
+share/naev/dat/gfx/bkg/nebula/crab.webp
+share/naev/dat/gfx/bkg/nebula/dobayashi.webp
+share/naev/dat/gfx/bkg/nebula/ic.webp
+share/naev/dat/gfx/bkg/nebula/messier.webp
+share/naev/dat/gfx/bkg/nebula/ngc-2392.webp
+share/naev/dat/gfx/bkg/nebula/ngc-2440-2.webp
+share/naev/dat/gfx/bkg/nebula/ngc-2440.webp
+share/naev/dat/gfx/bkg/nebula/ngc-5189.webp
+share/naev/dat/gfx/bkg/nebula/ngc-6210.webp
+share/naev/dat/gfx/bkg/nebula02.webp
+share/naev/dat/gfx/bkg/nebula04.webp
+share/naev/dat/gfx/bkg/nebula10.webp
+share/naev/dat/gfx/bkg/nebula12.webp
+share/naev/dat/gfx/bkg/nebula16.webp
+share/naev/dat/gfx/bkg/nebula17.webp
+share/naev/dat/gfx/bkg/nebula19.webp
+share/naev/dat/gfx/bkg/nebula20.webp
+share/naev/dat/gfx/bkg/nebula21.webp
+share/naev/dat/gfx/bkg/nebula22.webp
+share/naev/dat/gfx/bkg/nebula23.webp
+share/naev/dat/gfx/bkg/nebula24.webp
+share/naev/dat/gfx/bkg/nebula25.webp
+share/naev/dat/gfx/bkg/nebula26.webp
+share/naev/dat/gfx/bkg/nebula27.webp
+share/naev/dat/gfx/bkg/nebula28.webp
+share/naev/dat/gfx/bkg/nebula29.webp
+share/naev/dat/gfx/bkg/nebula30.webp
+share/naev/dat/gfx/bkg/nebula31.webp
+share/naev/dat/gfx/bkg/nebula32.webp
+share/naev/dat/gfx/bkg/nebula33.webp
+share/naev/dat/gfx/bkg/nebula34.webp
+share/naev/dat/gfx/bkg/star/blue01.webp
+share/naev/dat/gfx/bkg/star/blue02.webp
+share/naev/dat/gfx/bkg/star/blue04.webp
+share/naev/dat/gfx/bkg/star/green01.webp
+share/naev/dat/gfx/bkg/star/green02.webp
+share/naev/dat/gfx/bkg/star/orange01.webp
+share/naev/dat/gfx/bkg/star/orange02.webp
+share/naev/dat/gfx/bkg/star/orange05.webp
+share/naev/dat/gfx/bkg/star/redgiant01.webp
+share/naev/dat/gfx/bkg/star/redgiant02.webp
+share/naev/dat/gfx/bkg/star/white01.webp
+share/naev/dat/gfx/bkg/star/white02.webp
+share/naev/dat/gfx/bkg/star/yellow01.webp
+share/naev/dat/gfx/bkg/star/yellow02.webp
+share/naev/dat/gfx/commodity/_default.webp
+share/naev/dat/gfx/commodity/clay.webp
+share/naev/dat/gfx/commodity/diamonds.webp
+share/naev/dat/gfx/commodity/first_class_passenger.webp
+share/naev/dat/gfx/commodity/gold.webp
+share/naev/dat/gfx/commodity/iron.webp
+share/naev/dat/gfx/commodity/kermite.webp
+share/naev/dat/gfx/commodity/medicine.webp
+share/naev/dat/gfx/commodity/nebula_crystals.webp
+share/naev/dat/gfx/commodity/neodymium.webp
+share/naev/dat/gfx/commodity/nickel.webp
+share/naev/dat/gfx/commodity/olivine.webp
+share/naev/dat/gfx/commodity/ore.webp
+share/naev/dat/gfx/commodity/platinum.webp
+share/naev/dat/gfx/commodity/recycled_electronics.webp
+share/naev/dat/gfx/commodity/rhodium.webp
+share/naev/dat/gfx/commodity/seaweed.webp
+share/naev/dat/gfx/commodity/silicate.webp
+share/naev/dat/gfx/commodity/space/_default.webp
+share/naev/dat/gfx/commodity/space/diamonds.webp
+share/naev/dat/gfx/commodity/space/flowers.webp
+share/naev/dat/gfx/commodity/space/flyers.webp
+share/naev/dat/gfx/commodity/space/fuel.webp
+share/naev/dat/gfx/commodity/space/gold.webp
+share/naev/dat/gfx/commodity/space/nebula_crystals.webp
+share/naev/dat/gfx/commodity/space/person.webp
+share/naev/dat/gfx/commodity/space/water.webp
+share/naev/dat/gfx/commodity/therite.webp
+share/naev/dat/gfx/commodity/vixilium.webp
+share/naev/dat/gfx/commodity/water.webp
+share/naev/dat/gfx/commodity/yttrium.webp
+share/naev/dat/gfx/gui/brushed/A.png
+share/naev/dat/gfx/gui/brushed/barBg.webp
+share/naev/dat/gfx/gui/brushed/barFrame.png
+share/naev/dat/gfx/gui/brushed/barFrameLight.png
+share/naev/dat/gfx/gui/brushed/beam.png
+share/naev/dat/gfx/gui/brushed/bottombar.png
+share/naev/dat/gfx/gui/brushed/bottombar_left.png
+share/naev/dat/gfx/gui/brushed/bottombar_right.png
+share/naev/dat/gfx/gui/brushed/button.png
+share/naev/dat/gfx/gui/brushed/buttonDis.png
+share/naev/dat/gfx/gui/brushed/buttonHil.png
+share/naev/dat/gfx/gui/brushed/buttonHil2.png
+share/naev/dat/gfx/gui/brushed/buttonPre.png
+share/naev/dat/gfx/gui/brushed/endRight.png
+share/naev/dat/gfx/gui/brushed/extRight.png
+share/naev/dat/gfx/gui/brushed/fieldBg.png
+share/naev/dat/gfx/gui/brushed/fieldBgCenter1.webp
+share/naev/dat/gfx/gui/brushed/fieldBgCenter2.webp
+share/naev/dat/gfx/gui/brushed/fieldBgLeft1.png
+share/naev/dat/gfx/gui/brushed/fieldBgRight1.png
+share/naev/dat/gfx/gui/brushed/fieldBgRight2.png
+share/naev/dat/gfx/gui/brushed/fieldFrameCenter.png
+share/naev/dat/gfx/gui/brushed/fieldFrameLeft.png
+share/naev/dat/gfx/gui/brushed/fieldFrameRight.png
+share/naev/dat/gfx/gui/brushed/frame_fleet_top.webp
+share/naev/dat/gfx/gui/brushed/frame_planet_bottom.png
+share/naev/dat/gfx/gui/brushed/frame_planet_middle.png
+share/naev/dat/gfx/gui/brushed/frame_planet_top.png
+share/naev/dat/gfx/gui/brushed/iconArmour.png
+share/naev/dat/gfx/gui/brushed/iconCargo.webp
+share/naev/dat/gfx/gui/brushed/iconEnergy.webp
+share/naev/dat/gfx/gui/brushed/iconFuel.png
+share/naev/dat/gfx/gui/brushed/iconMissions.png
+share/naev/dat/gfx/gui/brushed/iconMoney.png
+share/naev/dat/gfx/gui/brushed/iconNavTarg.png
+share/naev/dat/gfx/gui/brushed/iconPntTarg.png
+share/naev/dat/gfx/gui/brushed/iconShield.png
+share/naev/dat/gfx/gui/brushed/iconShip.png
+share/naev/dat/gfx/gui/brushed/iconWeaps.png
+share/naev/dat/gfx/gui/brushed/ion.png
+share/naev/dat/gfx/gui/brushed/kinetic.png
+share/naev/dat/gfx/gui/brushed/laser.png
+share/naev/dat/gfx/gui/brushed/light.png
+share/naev/dat/gfx/gui/brushed/lock.webp
+share/naev/dat/gfx/gui/brushed/lockon.png
+share/naev/dat/gfx/gui/brushed/lockonCircle.png
+share/naev/dat/gfx/gui/brushed/main.png
+share/naev/dat/gfx/gui/brushed/missile.png
+share/naev/dat/gfx/gui/brushed/nuclear.png
+share/naev/dat/gfx/gui/brushed/outfit.png
+share/naev/dat/gfx/gui/brushed/pilotFrame.png
+share/naev/dat/gfx/gui/brushed/planet_image.png
+share/naev/dat/gfx/gui/brushed/plasma.png
+share/naev/dat/gfx/gui/brushed/popupBottom.png
+share/naev/dat/gfx/gui/brushed/projectile.png
+share/naev/dat/gfx/gui/brushed/question.png
+share/naev/dat/gfx/gui/brushed/radar_planet.png
+share/naev/dat/gfx/gui/brushed/radar_ship.png
+share/naev/dat/gfx/gui/brushed/refireCircle.png
+share/naev/dat/gfx/gui/brushed/speedDouble.png
+share/naev/dat/gfx/gui/brushed/speedOff.webp
+share/naev/dat/gfx/gui/brushed/speedOn.png
+share/naev/dat/gfx/gui/brushed/store.png
+share/naev/dat/gfx/gui/brushed/targetBg.png
+share/naev/dat/gfx/gui/brushed/targetFrame.png
+share/naev/dat/gfx/gui/brushed/tooltipEmpty.webp
+share/naev/dat/gfx/gui/brushed/tooltipRight.webp
+share/naev/dat/gfx/gui/brushed/tooltipRightBottom.webp
+share/naev/dat/gfx/gui/brushed/tooltipRightSideLeft.png
+share/naev/dat/gfx/gui/brushed/tooltipRightTop.webp
+share/naev/dat/gfx/gui/brushed/topbar.png
+share/naev/dat/gfx/gui/brushed/topbarCenter.png
+share/naev/dat/gfx/gui/brushed/topbar_left.png
+share/naev/dat/gfx/gui/brushed/topbar_right.png
+share/naev/dat/gfx/gui/brushed/weapon1.png
+share/naev/dat/gfx/gui/brushed/weapon2.png
+share/naev/dat/gfx/gui/hail.webp
+share/naev/dat/gfx/gui/legacy/minimal.png
+share/naev/dat/gfx/gui/legacy/minimal_energy.png
+share/naev/dat/gfx/gui/legacy/minimal_fuel.png
+share/naev/dat/gfx/gui/legacy/minimal_pilot.png
+share/naev/dat/gfx/gui/legacy/minimal_planet.png
+share/naev/dat/gfx/gui/slim/active.png
+share/naev/dat/gfx/gui/slim/armour.png
+share/naev/dat/gfx/gui/slim/armour_sm.png
+share/naev/dat/gfx/gui/slim/bg_ammo.png
+share/naev/dat/gfx/gui/slim/bg_armour.png
+share/naev/dat/gfx/gui/slim/bg_armour_sm.png
+share/naev/dat/gfx/gui/slim/bg_bar.png
+share/naev/dat/gfx/gui/slim/bg_bar_sm.png
+share/naev/dat/gfx/gui/slim/bg_bar_weapon.png
+share/naev/dat/gfx/gui/slim/bg_bar_weapon_blank.png
+share/naev/dat/gfx/gui/slim/bg_bar_weapon_prim.png
+share/naev/dat/gfx/gui/slim/bg_bar_weapon_sec.png
+share/naev/dat/gfx/gui/slim/bg_energy.png
+share/naev/dat/gfx/gui/slim/bg_energy_sm.png
+share/naev/dat/gfx/gui/slim/bg_heat.png
+share/naev/dat/gfx/gui/slim/bg_ready.png
+share/naev/dat/gfx/gui/slim/bg_shield.png
+share/naev/dat/gfx/gui/slim/bg_shield_sm.png
+share/naev/dat/gfx/gui/slim/bg_speed.png
+share/naev/dat/gfx/gui/slim/bg_speed_sm.png
+share/naev/dat/gfx/gui/slim/bottombar.png
+share/naev/dat/gfx/gui/slim/cargo_off.png
+share/naev/dat/gfx/gui/slim/cargo_on.png
+share/naev/dat/gfx/gui/slim/cooldown-bg.png
+share/naev/dat/gfx/gui/slim/cooldown-frame.png
+share/naev/dat/gfx/gui/slim/cooldown-panel.png
+share/naev/dat/gfx/gui/slim/cooldown-sheen.png
+share/naev/dat/gfx/gui/slim/cooldown.png
+share/naev/dat/gfx/gui/slim/dir.png
+share/naev/dat/gfx/gui/slim/energy.webp
+share/naev/dat/gfx/gui/slim/energy_sm.png
+share/naev/dat/gfx/gui/slim/frame_planet_bottom.png
+share/naev/dat/gfx/gui/slim/frame_planet_middle.webp
+share/naev/dat/gfx/gui/slim/frame_planet_top.png
+share/naev/dat/gfx/gui/slim/frame_player_bottom.png
+share/naev/dat/gfx/gui/slim/frame_player_middle.webp
+share/naev/dat/gfx/gui/slim/frame_player_top.png
+share/naev/dat/gfx/gui/slim/frame_target.png
+share/naev/dat/gfx/gui/slim/heat.png
+share/naev/dat/gfx/gui/slim/planet_image.png
+share/naev/dat/gfx/gui/slim/question.png
+share/naev/dat/gfx/gui/slim/radar.png
+share/naev/dat/gfx/gui/slim/radar_planet.png
+share/naev/dat/gfx/gui/slim/radar_ship.png
+share/naev/dat/gfx/gui/slim/sheen.png
+share/naev/dat/gfx/gui/slim/sheen_sm.png
+share/naev/dat/gfx/gui/slim/sheen_tiny.png
+share/naev/dat/gfx/gui/slim/sheen_weapon.png
+share/naev/dat/gfx/gui/slim/shield.png
+share/naev/dat/gfx/gui/slim/shield_sm.png
+share/naev/dat/gfx/gui/slim/slot.png
+share/naev/dat/gfx/gui/slim/slot_frame.png
+share/naev/dat/gfx/gui/slim/slotend.png
+share/naev/dat/gfx/gui/slim/speed.png
+share/naev/dat/gfx/gui/slim/speed_sm.png
+share/naev/dat/gfx/gui/slim/target_image.png
+share/naev/dat/gfx/gui/slim/targeted_off.png
+share/naev/dat/gfx/gui/slim/targeted_on.png
+share/naev/dat/gfx/gui/slim/track.png
+share/naev/dat/gfx/gui/slim/warnlight1.png
+share/naev/dat/gfx/gui/slim/warnlight2.png
+share/naev/dat/gfx/gui/slim/warnlight3.png
+share/naev/dat/gfx/gui/slim/warnlight4.png
+share/naev/dat/gfx/gui/slim/warnlight5.png
+share/naev/dat/gfx/gui/slimv2/active.png
+share/naev/dat/gfx/gui/slimv2/armour.png
+share/naev/dat/gfx/gui/slimv2/bar_bg.png
+share/naev/dat/gfx/gui/slimv2/cooldown.png
+share/naev/dat/gfx/gui/slimv2/energy.png
+share/naev/dat/gfx/gui/slimv2/fuel.png
+share/naev/dat/gfx/gui/slimv2/heat.png
+share/naev/dat/gfx/gui/slimv2/main.png
+share/naev/dat/gfx/gui/slimv2/padlockA.png
+share/naev/dat/gfx/gui/slimv2/padlockB.png
+share/naev/dat/gfx/gui/slimv2/radar_planet.png
+share/naev/dat/gfx/gui/slimv2/radar_ship.png
+share/naev/dat/gfx/gui/slimv2/sheen.png
+share/naev/dat/gfx/gui/slimv2/shield.png
+share/naev/dat/gfx/gui/slimv2/slot.png
+share/naev/dat/gfx/gui/slimv2/slot1-3.png
+share/naev/dat/gfx/gui/slimv2/slot1-3end.png
+share/naev/dat/gfx/gui/slimv2/slot1e.png
+share/naev/dat/gfx/gui/slimv2/slot2-3e.png
+share/naev/dat/gfx/gui/slimv2/slot4.png
+share/naev/dat/gfx/gui/slimv2/slot4e.png
+share/naev/dat/gfx/gui/slimv2/slot4end.png
+share/naev/dat/gfx/gui/slimv2/slotend.png
+share/naev/dat/gfx/gui/slimv2/speed.png
+share/naev/dat/gfx/icon.webp
+share/naev/dat/gfx/intro/faster_than_light.webp
+share/naev/dat/gfx/intro/first_steps_into_space.webp
+share/naev/dat/gfx/intro/questions.webp
+share/naev/dat/gfx/intro/reign_of_daedris.webp
+share/naev/dat/gfx/loading/admonisher.webp
+share/naev/dat/gfx/loading/admonisher.webp.txt
+share/naev/dat/gfx/loading/admonisher_pirate.webp
+share/naev/dat/gfx/loading/admonisher_pirate.webp.txt
+share/naev/dat/gfx/loading/ancestor.webp
+share/naev/dat/gfx/loading/ancestor.webp.txt
+share/naev/dat/gfx/loading/ancestor_pirate.webp
+share/naev/dat/gfx/loading/ancestor_pirate.webp.txt
+share/naev/dat/gfx/loading/dalton.webp
+share/naev/dat/gfx/loading/dalton.webp.txt
+share/naev/dat/gfx/loading/diablo.webp
+share/naev/dat/gfx/loading/diablo.webp.txt
+share/naev/dat/gfx/loading/drone.webp
+share/naev/dat/gfx/loading/drone.webp.txt
+share/naev/dat/gfx/loading/euler.webp
+share/naev/dat/gfx/loading/euler.webp.txt
+share/naev/dat/gfx/loading/fidelity.webp
+share/naev/dat/gfx/loading/fidelity.webp.txt
+share/naev/dat/gfx/loading/gauss.webp
+share/naev/dat/gfx/loading/gauss.webp.txt
+share/naev/dat/gfx/loading/gawain.webp
+share/naev/dat/gfx/loading/gawain.webp.txt
+share/naev/dat/gfx/loading/goddard.webp
+share/naev/dat/gfx/loading/goddard.webp.txt
+share/naev/dat/gfx/loading/hawking.webp
+share/naev/dat/gfx/loading/hawking.webp.txt
+share/naev/dat/gfx/loading/koala.webp
+share/naev/dat/gfx/loading/koala.webp.txt
+share/naev/dat/gfx/loading/lancelot.webp
+share/naev/dat/gfx/loading/lancelot.webp.txt
+share/naev/dat/gfx/loading/llama.webp
+share/naev/dat/gfx/loading/llama.webp.txt
+share/naev/dat/gfx/loading/mule.webp
+share/naev/dat/gfx/loading/mule.webp.txt
+share/naev/dat/gfx/loading/pacifier.webp
+share/naev/dat/gfx/loading/pacifier.webp.txt
+share/naev/dat/gfx/loading/peacemaker.webp
+share/naev/dat/gfx/loading/peacemaker.webp.txt
+share/naev/dat/gfx/loading/preacher.webp
+share/naev/dat/gfx/loading/preacher.webp.txt
+share/naev/dat/gfx/loading/quicksilver.webp
+share/naev/dat/gfx/loading/quicksilver.webp.txt
+share/naev/dat/gfx/loading/rhino.webp
+share/naev/dat/gfx/loading/rhino.webp.txt
+share/naev/dat/gfx/loading/rhino_pirate.webp
+share/naev/dat/gfx/loading/rhino_pirate.webp.txt
+share/naev/dat/gfx/loading/schroedinger.webp
+share/naev/dat/gfx/loading/schroedinger.webp.txt
+share/naev/dat/gfx/loading/shaman.webp
+share/naev/dat/gfx/loading/shaman.webp.txt
+share/naev/dat/gfx/loading/shark.webp
+share/naev/dat/gfx/loading/shark.webp.txt
+share/naev/dat/gfx/loading/shark_empire.webp
+share/naev/dat/gfx/loading/shark_empire.webp.txt
+share/naev/dat/gfx/loading/shark_pirate.webp
+share/naev/dat/gfx/loading/shark_pirate.webp.txt
+share/naev/dat/gfx/loading/sting.webp
+share/naev/dat/gfx/loading/sting.webp.txt
+share/naev/dat/gfx/loading/vendetta.webp
+share/naev/dat/gfx/loading/vendetta.webp.txt
+share/naev/dat/gfx/loading/vendetta_pirate.webp
+share/naev/dat/gfx/loading/vendetta_pirate.webp.txt
+share/naev/dat/gfx/loading/vigilance.webp
+share/naev/dat/gfx/loading/vigilance.webp.txt
+share/naev/dat/gfx/logo/blacklotus.webp
+share/naev/dat/gfx/logo/collective.webp
+share/naev/dat/gfx/logo/dreamerclan.webp
+share/naev/dat/gfx/logo/dvaered.webp
+share/naev/dat/gfx/logo/empire.webp
+share/naev/dat/gfx/logo/flf.webp
+share/naev/dat/gfx/logo/frontier.webp
+share/naev/dat/gfx/logo/goddard.webp
+share/naev/dat/gfx/logo/marauder.webp
+share/naev/dat/gfx/logo/miner.webp
+share/naev/dat/gfx/logo/pirate.webp
+share/naev/dat/gfx/logo/proteron.webp
+share/naev/dat/gfx/logo/ravenclan.webp
+share/naev/dat/gfx/logo/sirius.webp
+share/naev/dat/gfx/logo/soromid.webp
+share/naev/dat/gfx/logo/thurion.webp
+share/naev/dat/gfx/logo/trader.webp
+share/naev/dat/gfx/logo/wildones.webp
+share/naev/dat/gfx/logo/zalek.webp
+share/naev/dat/gfx/map/blackhole.webp
+share/naev/dat/gfx/map/dvaered.webp
+share/naev/dat/gfx/map/empire.webp
+share/naev/dat/gfx/map/frontier.webp
+share/naev/dat/gfx/map/nebula.webp
+share/naev/dat/gfx/map/proteron.webp
+share/naev/dat/gfx/map/sirius.webp
+share/naev/dat/gfx/map/soromid.webp
+share/naev/dat/gfx/map/zalek.webp
+share/naev/dat/gfx/misc/crimson_gauntlet.webp
+share/naev/dat/gfx/misc/icons/acid-blob.webp
+share/naev/dat/gfx/misc/icons/angel-outfit.webp
+share/naev/dat/gfx/misc/icons/arcing-bolt.webp
+share/naev/dat/gfx/misc/icons/boar.webp
+share/naev/dat/gfx/misc/icons/bolt-shield.webp
+share/naev/dat/gfx/misc/icons/burning-embers.webp
+share/naev/dat/gfx/misc/icons/chameleon-glyph.webp
+share/naev/dat/gfx/misc/icons/chemical-bolt.webp
+share/naev/dat/gfx/misc/icons/delighted.webp
+share/naev/dat/gfx/misc/icons/fangs.webp
+share/naev/dat/gfx/misc/icons/feather.webp
+share/naev/dat/gfx/misc/icons/fire-ring.webp
+share/naev/dat/gfx/misc/icons/food-chain.webp
+share/naev/dat/gfx/misc/icons/galaxy.webp
+share/naev/dat/gfx/misc/icons/gluttonous-smile.webp
+share/naev/dat/gfx/misc/icons/goo-skull.webp
+share/naev/dat/gfx/misc/icons/hidden.webp
+share/naev/dat/gfx/misc/icons/hunter-eyes.webp
+share/naev/dat/gfx/misc/icons/internal-organ.webp
+share/naev/dat/gfx/misc/icons/jellyfish.webp
+share/naev/dat/gfx/misc/icons/lightning-electron.webp
+share/naev/dat/gfx/misc/icons/lightning-tree.webp
+share/naev/dat/gfx/misc/icons/long-antennae-bug.webp
+share/naev/dat/gfx/misc/icons/manta-ray.webp
+share/naev/dat/gfx/misc/icons/mirror-mirror.webp
+share/naev/dat/gfx/misc/icons/oni.webp
+share/naev/dat/gfx/misc/icons/portal.webp
+share/naev/dat/gfx/misc/icons/psychic-waves.webp
+share/naev/dat/gfx/misc/icons/rod-of-asclepius.webp
+share/naev/dat/gfx/misc/icons/shieldcomb.webp
+share/naev/dat/gfx/misc/icons/snout.webp
+share/naev/dat/gfx/misc/icons/sonic-screech.webp
+share/naev/dat/gfx/misc/icons/spiked-shell.webp
+share/naev/dat/gfx/misc/icons/star-cycle.webp
+share/naev/dat/gfx/misc/icons/stegosaurus-scales.webp
+share/naev/dat/gfx/misc/icons/tumor.webp
+share/naev/dat/gfx/misc/icons/unstable-orb.webp
+share/naev/dat/gfx/misc/icons/viking-helmet.webp
+share/naev/dat/gfx/misc/icons/vortex.webp
+share/naev/dat/gfx/misc/onion_society.webp
+share/naev/dat/gfx/outfit/check.sh
+share/naev/dat/gfx/outfit/space/autocannon.png
+share/naev/dat/gfx/outfit/space/banshee.png
+share/naev/dat/gfx/outfit/space/caesar.png
+share/naev/dat/gfx/outfit/space/caesar_blue.webp
+share/naev/dat/gfx/outfit/space/convulsion.png
+share/naev/dat/gfx/outfit/space/electron.png
+share/naev/dat/gfx/outfit/space/empgrenade.png
+share/naev/dat/gfx/outfit/space/empgrenade_blue.png
+share/naev/dat/gfx/outfit/space/fury.png
+share/naev/dat/gfx/outfit/space/fury_blue.png
+share/naev/dat/gfx/outfit/space/gatling.png
+share/naev/dat/gfx/outfit/space/headhunter.png
+share/naev/dat/gfx/outfit/space/imperator.webp
+share/naev/dat/gfx/outfit/space/ionL-end.png
+share/naev/dat/gfx/outfit/space/ionL.png
+share/naev/dat/gfx/outfit/space/ionM-end.png
+share/naev/dat/gfx/outfit/space/ionM.png
+share/naev/dat/gfx/outfit/space/laser1L.png
+share/naev/dat/gfx/outfit/space/laser1M.png
+share/naev/dat/gfx/outfit/space/laser1S.png
+share/naev/dat/gfx/outfit/space/laser2L.png
+share/naev/dat/gfx/outfit/space/laser2M.png
+share/naev/dat/gfx/outfit/space/laser2S.png
+share/naev/dat/gfx/outfit/space/laser3L.png
+share/naev/dat/gfx/outfit/space/laser3M.png
+share/naev/dat/gfx/outfit/space/laser3S.png
+share/naev/dat/gfx/outfit/space/laser4L.png
+share/naev/dat/gfx/outfit/space/laser4M.png
+share/naev/dat/gfx/outfit/space/laser4S.png
+share/naev/dat/gfx/outfit/space/lasergreen.png
+share/naev/dat/gfx/outfit/space/mace.png
+share/naev/dat/gfx/outfit/space/massL-end.png
+share/naev/dat/gfx/outfit/space/massL.png
+share/naev/dat/gfx/outfit/space/massM-end.png
+share/naev/dat/gfx/outfit/space/massM.png
+share/naev/dat/gfx/outfit/space/neutron-end.png
+share/naev/dat/gfx/outfit/space/neutron.png
+share/naev/dat/gfx/outfit/space/particle.png
+share/naev/dat/gfx/outfit/space/plasma.png
+share/naev/dat/gfx/outfit/space/plasma2-end.png
+share/naev/dat/gfx/outfit/space/plasma2.png
+share/naev/dat/gfx/outfit/space/razorL-end.png
+share/naev/dat/gfx/outfit/space/razorL.png
+share/naev/dat/gfx/outfit/space/razorM-end.png
+share/naev/dat/gfx/outfit/space/razorM.png
+share/naev/dat/gfx/outfit/space/razorS-end.png
+share/naev/dat/gfx/outfit/space/razorS.png
+share/naev/dat/gfx/outfit/space/ripperM-end.png
+share/naev/dat/gfx/outfit/space/ripperM.png
+share/naev/dat/gfx/outfit/space/ripperS-end.png
+share/naev/dat/gfx/outfit/space/ripperS.png
+share/naev/dat/gfx/outfit/space/seeker.png
+share/naev/dat/gfx/outfit/space/sfc.webp
+share/naev/dat/gfx/outfit/space/shatterer.webp
+share/naev/dat/gfx/outfit/space/spearhead.webp
+share/naev/dat/gfx/outfit/space/teslaL-end.webp
+share/naev/dat/gfx/outfit/space/teslaL.webp
+share/naev/dat/gfx/outfit/space/vengeance.webp
+share/naev/dat/gfx/outfit/space/zalek_reaper.png
+share/naev/dat/gfx/outfit/space_polygon/autocannon.png.xml
+share/naev/dat/gfx/outfit/space_polygon/banshee.png.xml
+share/naev/dat/gfx/outfit/space_polygon/caesar.png.xml
+share/naev/dat/gfx/outfit/space_polygon/caesar_blue.webp.xml
+share/naev/dat/gfx/outfit/space_polygon/convulsion.png.xml
+share/naev/dat/gfx/outfit/space_polygon/electron.png.xml
+share/naev/dat/gfx/outfit/space_polygon/empgrenade.png.xml
+share/naev/dat/gfx/outfit/space_polygon/empgrenade_blue.png.xml
+share/naev/dat/gfx/outfit/space_polygon/fury.png.xml
+share/naev/dat/gfx/outfit/space_polygon/fury_blue.png.xml
+share/naev/dat/gfx/outfit/space_polygon/gatling.png.xml
+share/naev/dat/gfx/outfit/space_polygon/headhunter.png.xml
+share/naev/dat/gfx/outfit/space_polygon/imperator.webp.xml
+share/naev/dat/gfx/outfit/space_polygon/ionL-end.png.xml
+share/naev/dat/gfx/outfit/space_polygon/ionL.png.xml
+share/naev/dat/gfx/outfit/space_polygon/ionM.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser1L.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser1M.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser1S.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser2L.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser2M.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser2S.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser3L.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser3M.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser3S.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser4L.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser4M.png.xml
+share/naev/dat/gfx/outfit/space_polygon/laser4S.png.xml
+share/naev/dat/gfx/outfit/space_polygon/lasergreen.png.xml
+share/naev/dat/gfx/outfit/space_polygon/mace.png.xml
+share/naev/dat/gfx/outfit/space_polygon/massL.png.xml
+share/naev/dat/gfx/outfit/space_polygon/massM.png.xml
+share/naev/dat/gfx/outfit/space_polygon/neutron.png.xml
+share/naev/dat/gfx/outfit/space_polygon/particle.png.xml
+share/naev/dat/gfx/outfit/space_polygon/plasma.png.xml
+share/naev/dat/gfx/outfit/space_polygon/plasma2.png.xml
+share/naev/dat/gfx/outfit/space_polygon/razorL.png.xml
+share/naev/dat/gfx/outfit/space_polygon/razorM.png.xml
+share/naev/dat/gfx/outfit/space_polygon/razorS.png.xml
+share/naev/dat/gfx/outfit/space_polygon/ripperM.png.xml
+share/naev/dat/gfx/outfit/space_polygon/ripperS.png.xml
+share/naev/dat/gfx/outfit/space_polygon/seeker.png.xml
+share/naev/dat/gfx/outfit/space_polygon/sfc.webp.xml
+share/naev/dat/gfx/outfit/space_polygon/shatterer.webp.xml
+share/naev/dat/gfx/outfit/space_polygon/spearhead.webp.xml
+share/naev/dat/gfx/outfit/space_polygon/teslaL.webp.xml
+share/naev/dat/gfx/outfit/space_polygon/vengeance.webp.xml
+share/naev/dat/gfx/outfit/space_polygon/zalek_reaper.png.xml
+share/naev/dat/gfx/outfit/store/SNO_detector.webp
+share/naev/dat/gfx/outfit/store/accuracy_forward.webp
+share/naev/dat/gfx/outfit/store/accuracy_forward_3.webp
+share/naev/dat/gfx/outfit/store/accuracy_turret.webp
+share/naev/dat/gfx/outfit/store/active_plating.webp
+share/naev/dat/gfx/outfit/store/afterburner.webp
+share/naev/dat/gfx/outfit/store/agility_combat_ai.webp
+share/naev/dat/gfx/outfit/store/air_freshener.webp
+share/naev/dat/gfx/outfit/store/antimatter_lance.png
+share/naev/dat/gfx/outfit/store/apu.webp
+share/naev/dat/gfx/outfit/store/bansheelauncher.webp
+share/naev/dat/gfx/outfit/store/base_hull_h.webp
+share/naev/dat/gfx/outfit/store/base_hull_l.webp
+share/naev/dat/gfx/outfit/store/base_hull_m.webp
+share/naev/dat/gfx/outfit/store/base_hull_s.webp
+share/naev/dat/gfx/outfit/store/base_hull_t.webp
+share/naev/dat/gfx/outfit/store/base_hull_x.webp
+share/naev/dat/gfx/outfit/store/berserk_chip.webp
+share/naev/dat/gfx/outfit/store/biometal.webp
+share/naev/dat/gfx/outfit/store/bioneural_combat_ai.webp
+share/naev/dat/gfx/outfit/store/black_cat_doll.webp
+share/naev/dat/gfx/outfit/store/blink_drive.webp
+share/naev/dat/gfx/outfit/store/caesar.webp
+share/naev/dat/gfx/outfit/store/caesarlauncher.webp
+share/naev/dat/gfx/outfit/store/caesarlauncher_blue.webp
+share/naev/dat/gfx/outfit/store/capacitor-g.webp
+share/naev/dat/gfx/outfit/store/capacitor.webp
+share/naev/dat/gfx/outfit/store/capacitor2-g.webp
+share/naev/dat/gfx/outfit/store/capacitor2.webp
+share/naev/dat/gfx/outfit/store/capacitor4-g.webp
+share/naev/dat/gfx/outfit/store/capacitor4.webp
+share/naev/dat/gfx/outfit/store/capacitor8.webp
+share/naev/dat/gfx/outfit/store/cargo_hull_l.webp
+share/naev/dat/gfx/outfit/store/cargo_hull_m.webp
+share/naev/dat/gfx/outfit/store/cargo_hull_s.webp
+share/naev/dat/gfx/outfit/store/cargopod.webp
+share/naev/dat/gfx/outfit/store/catalytic_energy_drill.webp
+share/naev/dat/gfx/outfit/store/cloaking_device.webp
+share/naev/dat/gfx/outfit/store/combat_hologram_projector.webp
+share/naev/dat/gfx/outfit/store/combat_hull_h.webp
+share/naev/dat/gfx/outfit/store/combat_hull_l.webp
+share/naev/dat/gfx/outfit/store/combat_hull_m.webp
+share/naev/dat/gfx/outfit/store/combat_hull_s.webp
+share/naev/dat/gfx/outfit/store/combat_hull_t.webp
+share/naev/dat/gfx/outfit/store/combat_hull_x.webp
+share/naev/dat/gfx/outfit/store/convulsion.webp
+share/naev/dat/gfx/outfit/store/convulsion_launcher.webp
+share/naev/dat/gfx/outfit/store/core_system_basic_l1.webp
+share/naev/dat/gfx/outfit/store/core_system_basic_l2.webp
+share/naev/dat/gfx/outfit/store/core_system_basic_m1.webp
+share/naev/dat/gfx/outfit/store/core_system_basic_m2.webp
+share/naev/dat/gfx/outfit/store/core_system_basic_s1.webp
+share/naev/dat/gfx/outfit/store/core_system_basic_s2.webp
+share/naev/dat/gfx/outfit/store/core_system_cpu_l1.webp
+share/naev/dat/gfx/outfit/store/core_system_cpu_l2.webp
+share/naev/dat/gfx/outfit/store/core_system_cpu_m1.webp
+share/naev/dat/gfx/outfit/store/core_system_cpu_m2.webp
+share/naev/dat/gfx/outfit/store/core_system_cpu_s1.webp
+share/naev/dat/gfx/outfit/store/core_system_cpu_s2.webp
+share/naev/dat/gfx/outfit/store/core_system_power_l1.webp
+share/naev/dat/gfx/outfit/store/core_system_power_l2.webp
+share/naev/dat/gfx/outfit/store/core_system_power_m1.webp
+share/naev/dat/gfx/outfit/store/core_system_power_m2.webp
+share/naev/dat/gfx/outfit/store/core_system_power_s1.webp
+share/naev/dat/gfx/outfit/store/core_system_power_s2.webp
+share/naev/dat/gfx/outfit/store/core_system_refined_l1.webp
+share/naev/dat/gfx/outfit/store/core_system_refined_l2.webp
+share/naev/dat/gfx/outfit/store/core_system_refined_m1.webp
+share/naev/dat/gfx/outfit/store/core_system_refined_m2.webp
+share/naev/dat/gfx/outfit/store/core_system_refined_s1.webp
+share/naev/dat/gfx/outfit/store/core_system_refined_s2.webp
+share/naev/dat/gfx/outfit/store/core_system_shield_l1.webp
+share/naev/dat/gfx/outfit/store/core_system_shield_l2.webp
+share/naev/dat/gfx/outfit/store/core_system_shield_m1.webp
+share/naev/dat/gfx/outfit/store/core_system_shield_m2.webp
+share/naev/dat/gfx/outfit/store/core_system_shield_s1.webp
+share/naev/dat/gfx/outfit/store/core_system_shield_s2.webp
+share/naev/dat/gfx/outfit/store/cpu_i.webp
+share/naev/dat/gfx/outfit/store/cryogenic_repair_nanobots.webp
+share/naev/dat/gfx/outfit/store/cyclic_combat_ai.webp
+share/naev/dat/gfx/outfit/store/dalton_bay.webp
+share/naev/dat/gfx/outfit/store/dalton_dock.webp
+share/naev/dat/gfx/outfit/store/damage_forward.webp
+share/naev/dat/gfx/outfit/store/drill_lance.webp
+share/naev/dat/gfx/outfit/store/droid.webp
+share/naev/dat/gfx/outfit/store/drone_fighter.webp
+share/naev/dat/gfx/outfit/store/dv_good_manners.webp
+share/naev/dat/gfx/outfit/store/efficiency_combat_ai.webp
+share/naev/dat/gfx/outfit/store/efficiency_turret.webp
+share/naev/dat/gfx/outfit/store/emergency_stasis_inducer.webp
+share/naev/dat/gfx/outfit/store/empgrenadelauncher_blue.webp
+share/naev/dat/gfx/outfit/store/empire_lancelot_fighter.webp
+share/naev/dat/gfx/outfit/store/engine1.webp
+share/naev/dat/gfx/outfit/store/engine10.webp
+share/naev/dat/gfx/outfit/store/engine11.webp
+share/naev/dat/gfx/outfit/store/engine12.webp
+share/naev/dat/gfx/outfit/store/engine13.webp
+share/naev/dat/gfx/outfit/store/engine14.webp
+share/naev/dat/gfx/outfit/store/engine15.webp
+share/naev/dat/gfx/outfit/store/engine2.webp
+share/naev/dat/gfx/outfit/store/engine3.webp
+share/naev/dat/gfx/outfit/store/engine4.webp
+share/naev/dat/gfx/outfit/store/engine5.webp
+share/naev/dat/gfx/outfit/store/engine6.webp
+share/naev/dat/gfx/outfit/store/engine7.webp
+share/naev/dat/gfx/outfit/store/engine8.webp
+share/naev/dat/gfx/outfit/store/engine9.webp
+share/naev/dat/gfx/outfit/store/fake_transponder.webp
+share/naev/dat/gfx/outfit/store/faraday_tempest_coating.webp
+share/naev/dat/gfx/outfit/store/fidelity_fighter.webp
+share/naev/dat/gfx/outfit/store/firerate_turret.webp
+share/naev/dat/gfx/outfit/store/flow_amplifier_l.webp
+share/naev/dat/gfx/outfit/store/flow_amplifier_m.webp
+share/naev/dat/gfx/outfit/store/flow_amplifier_s.webp
+share/naev/dat/gfx/outfit/store/flow_resonator_l.webp
+share/naev/dat/gfx/outfit/store/flow_resonator_m.webp
+share/naev/dat/gfx/outfit/store/flow_resonator_s.webp
+share/naev/dat/gfx/outfit/store/freaky_statue.webp
+share/naev/dat/gfx/outfit/store/fueltank.webp
+share/naev/dat/gfx/outfit/store/fuzzy_dice.webp
+share/naev/dat/gfx/outfit/store/gaussgun.webp
+share/naev/dat/gfx/outfit/store/gaussturret.webp
+share/naev/dat/gfx/outfit/store/grave_beam.webp
+share/naev/dat/gfx/outfit/store/grave_lance.webp
+share/naev/dat/gfx/outfit/store/grenadelauncher.webp
+share/naev/dat/gfx/outfit/store/headhunterlauncher.webp
+share/naev/dat/gfx/outfit/store/headhunterturret.webp
+share/naev/dat/gfx/outfit/store/heavy_ioncannon.webp
+share/naev/dat/gfx/outfit/store/heavy_ionturret.webp
+share/naev/dat/gfx/outfit/store/hellburner.webp
+share/naev/dat/gfx/outfit/store/hive_combat_ai.webp
+share/naev/dat/gfx/outfit/store/hunting_combat_ai.webp
+share/naev/dat/gfx/outfit/store/hyena_fighter.webp
+share/naev/dat/gfx/outfit/store/hyperbolic_blink_engine.webp
+share/naev/dat/gfx/outfit/store/imperatorlauncher.webp
+share/naev/dat/gfx/outfit/store/ioncannon.webp
+share/naev/dat/gfx/outfit/store/ionturret.webp
+share/naev/dat/gfx/outfit/store/jammer0.webp
+share/naev/dat/gfx/outfit/store/jammer1.webp
+share/naev/dat/gfx/outfit/store/krain_patagium_engine.webp
+share/naev/dat/gfx/outfit/store/krain_remige_engine.webp
+share/naev/dat/gfx/outfit/store/lancelot_fighter.webp
+share/naev/dat/gfx/outfit/store/large_fuel_pod.webp
+share/naev/dat/gfx/outfit/store/laser.webp
+share/naev/dat/gfx/outfit/store/laser2.webp
+share/naev/dat/gfx/outfit/store/laserturret.webp
+share/naev/dat/gfx/outfit/store/laserturret2.webp
+share/naev/dat/gfx/outfit/store/lattice_thermal_coating.webp
+share/naev/dat/gfx/outfit/store/left_boot.webp
+share/naev/dat/gfx/outfit/store/license.webp
+share/naev/dat/gfx/outfit/store/love_letter.webp
+share/naev/dat/gfx/outfit/store/macelauncher.webp
+share/naev/dat/gfx/outfit/store/map.webp
+share/naev/dat/gfx/outfit/store/map_local.webp
+share/naev/dat/gfx/outfit/store/map_sector_01.webp
+share/naev/dat/gfx/outfit/store/map_sector_02.webp
+share/naev/dat/gfx/outfit/store/map_sector_03.webp
+share/naev/dat/gfx/outfit/store/map_sector_04.webp
+share/naev/dat/gfx/outfit/store/map_sector_05.webp
+share/naev/dat/gfx/outfit/store/map_vicinity.webp
+share/naev/dat/gfx/outfit/store/meditation_chamber_l.webp
+share/naev/dat/gfx/outfit/store/meditation_chamber_m.webp
+share/naev/dat/gfx/outfit/store/meditation_chamber_s.webp
+share/naev/dat/gfx/outfit/store/medium_fuel_pod.webp
+share/naev/dat/gfx/outfit/store/milspec_impactoplastic_coating.webp
+share/naev/dat/gfx/outfit/store/mining_lance1.webp
+share/naev/dat/gfx/outfit/store/mining_lance2.webp
+share/naev/dat/gfx/outfit/store/misc02.webp
+share/naev/dat/gfx/outfit/store/misc04.webp
+share/naev/dat/gfx/outfit/store/nanobond.webp
+share/naev/dat/gfx/outfit/store/nebula_resistant_coating.webp
+share/naev/dat/gfx/outfit/store/nebula_shielding_prototype.webp
+share/naev/dat/gfx/outfit/store/neural_accelerator_interface.webp
+share/naev/dat/gfx/outfit/store/neutron.webp
+share/naev/dat/gfx/outfit/store/neutronheavy.webp
+share/naev/dat/gfx/outfit/store/nexus_engine_l.webp
+share/naev/dat/gfx/outfit/store/nexus_engine_m.webp
+share/naev/dat/gfx/outfit/store/nexus_engine_s.webp
+share/naev/dat/gfx/outfit/store/nexus_stealth_coating.webp
+share/naev/dat/gfx/outfit/store/organic_core_l1.webp
+share/naev/dat/gfx/outfit/store/organic_core_l2.webp
+share/naev/dat/gfx/outfit/store/organic_core_m1.webp
+share/naev/dat/gfx/outfit/store/organic_core_m2.webp
+share/naev/dat/gfx/outfit/store/organic_core_s1.webp
+share/naev/dat/gfx/outfit/store/organic_core_s2.webp
+share/naev/dat/gfx/outfit/store/organic_engine_fast_l1.webp
+share/naev/dat/gfx/outfit/store/organic_engine_fast_l2.webp
+share/naev/dat/gfx/outfit/store/organic_engine_fast_m1.webp
+share/naev/dat/gfx/outfit/store/organic_engine_fast_m2.webp
+share/naev/dat/gfx/outfit/store/organic_engine_fast_s1.webp
+share/naev/dat/gfx/outfit/store/organic_engine_fast_s2.webp
+share/naev/dat/gfx/outfit/store/organic_engine_strong_l1.webp
+share/naev/dat/gfx/outfit/store/organic_engine_strong_l2.webp
+share/naev/dat/gfx/outfit/store/organic_engine_strong_m1.webp
+share/naev/dat/gfx/outfit/store/organic_engine_strong_m2.webp
+share/naev/dat/gfx/outfit/store/organic_engine_strong_s1.webp
+share/naev/dat/gfx/outfit/store/organic_engine_strong_s2.webp
+share/naev/dat/gfx/outfit/store/organic_hull_h.webp
+share/naev/dat/gfx/outfit/store/organic_hull_l.webp
+share/naev/dat/gfx/outfit/store/organic_hull_m.webp
+share/naev/dat/gfx/outfit/store/organic_hull_s.webp
+share/naev/dat/gfx/outfit/store/organic_hull_t.webp
+share/naev/dat/gfx/outfit/store/organic_hull_x.webp
+share/naev/dat/gfx/outfit/store/organic_plasma_l.webp
+share/naev/dat/gfx/outfit/store/organic_plasma_s1.webp
+share/naev/dat/gfx/outfit/store/organic_plasma_s2.webp
+share/naev/dat/gfx/outfit/store/organic_plasma_s3.webp
+share/naev/dat/gfx/outfit/store/organic_plasma_t.webp
+share/naev/dat/gfx/outfit/store/orion.webp
+share/naev/dat/gfx/outfit/store/orion_beam.webp
+share/naev/dat/gfx/outfit/store/particle_beam.webp
+share/naev/dat/gfx/outfit/store/particle_lance.webp
+share/naev/dat/gfx/outfit/store/pentagram_of_valor.webp
+share/naev/dat/gfx/outfit/store/photovoltaic_nanobot_coating.webp
+share/naev/dat/gfx/outfit/store/pinpoint_combat_ai.webp
+share/naev/dat/gfx/outfit/store/pirate_hyena_fighter.webp
+share/naev/dat/gfx/outfit/store/placeholder.webp
+share/naev/dat/gfx/outfit/store/plasma.webp
+share/naev/dat/gfx/outfit/store/plasma2.webp
+share/naev/dat/gfx/outfit/store/plasma_cannon.webp
+share/naev/dat/gfx/outfit/store/plasma_drill_heavy.webp
+share/naev/dat/gfx/outfit/store/plasma_drill_small.webp
+share/naev/dat/gfx/outfit/store/plasma_turret.webp
+share/naev/dat/gfx/outfit/store/plasma_turret2.webp
+share/naev/dat/gfx/outfit/store/plasteel.webp
+share/naev/dat/gfx/outfit/store/plating_patchwork.webp
+share/naev/dat/gfx/outfit/store/proteron_euler_fighter.webp
+share/naev/dat/gfx/outfit/store/racing_trophy.webp
+share/naev/dat/gfx/outfit/store/rackham_razor.webp
+share/naev/dat/gfx/outfit/store/ragnarok.webp
+share/naev/dat/gfx/outfit/store/ragnarok_beam.webp
+share/naev/dat/gfx/outfit/store/railgun.webp
+share/naev/dat/gfx/outfit/store/railgunturret.webp
+share/naev/dat/gfx/outfit/store/razor1.webp
+share/naev/dat/gfx/outfit/store/razor2.webp
+share/naev/dat/gfx/outfit/store/razor3.webp
+share/naev/dat/gfx/outfit/store/razorturret1.webp
+share/naev/dat/gfx/outfit/store/razorturret2.webp
+share/naev/dat/gfx/outfit/store/razorturret3.webp
+share/naev/dat/gfx/outfit/store/reactor01.webp
+share/naev/dat/gfx/outfit/store/reactor_i.webp
+share/naev/dat/gfx/outfit/store/reactor_ii.webp
+share/naev/dat/gfx/outfit/store/reactor_iii.webp
+share/naev/dat/gfx/outfit/store/refined_hull_h.webp
+share/naev/dat/gfx/outfit/store/refined_hull_l.webp
+share/naev/dat/gfx/outfit/store/refined_hull_m.webp
+share/naev/dat/gfx/outfit/store/refined_hull_s.webp
+share/naev/dat/gfx/outfit/store/refined_hull_t.webp
+share/naev/dat/gfx/outfit/store/refined_hull_x.webp
+share/naev/dat/gfx/outfit/store/reroute.webp
+share/naev/dat/gfx/outfit/store/ripper.webp
+share/naev/dat/gfx/outfit/store/ripperturret.webp
+share/naev/dat/gfx/outfit/store/rs_hull_l.webp
+share/naev/dat/gfx/outfit/store/rs_hull_m.webp
+share/naev/dat/gfx/outfit/store/rs_hull_s.webp
+share/naev/dat/gfx/outfit/store/sandwich_holder.webp
+share/naev/dat/gfx/outfit/store/satellite_mockup.webp
+share/naev/dat/gfx/outfit/store/scanning_combat_ai.webp
+share/naev/dat/gfx/outfit/store/seekerlauncher.webp
+share/naev/dat/gfx/outfit/store/sfc.png
+share/naev/dat/gfx/outfit/store/shatterer_launcher.webp
+share/naev/dat/gfx/outfit/store/shield.webp
+share/naev/dat/gfx/outfit/store/shredder.webp
+share/naev/dat/gfx/outfit/store/soromid_brigand_fighter.webp
+share/naev/dat/gfx/outfit/store/spearhead_launcher.webp
+share/naev/dat/gfx/outfit/store/stabilizer.webp
+share/naev/dat/gfx/outfit/store/star_of_valor.webp
+share/naev/dat/gfx/outfit/store/stealth_hull_h.webp
+share/naev/dat/gfx/outfit/store/stealth_hull_m.webp
+share/naev/dat/gfx/outfit/store/stealth_hull_s.webp
+share/naev/dat/gfx/outfit/store/stealth_hull_t.webp
+share/naev/dat/gfx/outfit/store/stealth_plating.webp
+share/naev/dat/gfx/outfit/store/swamp_bombing.webp
+share/naev/dat/gfx/outfit/store/teracom_fury_launcher.webp
+share/naev/dat/gfx/outfit/store/tesla.webp
+share/naev/dat/gfx/outfit/store/thruster.webp
+share/naev/dat/gfx/outfit/store/thurion_perspicacity_fighter.webp
+share/naev/dat/gfx/outfit/store/trading_card_common.webp
+share/naev/dat/gfx/outfit/store/trading_card_rare.webp
+share/naev/dat/gfx/outfit/store/trading_card_uncommon.webp
+share/naev/dat/gfx/outfit/store/turreted_convulsion_launcher.webp
+share/naev/dat/gfx/outfit/store/turreted_fury_launcher.webp
+share/naev/dat/gfx/outfit/store/unicorp_engine_l.webp
+share/naev/dat/gfx/outfit/store/unicorp_engine_m.webp
+share/naev/dat/gfx/outfit/store/unicorp_engine_s.webp
+share/naev/dat/gfx/outfit/store/unicorp_fury_launcher.webp
+share/naev/dat/gfx/outfit/store/vacuum_cleaner.webp
+share/naev/dat/gfx/outfit/store/valkyrie_beam.webp
+share/naev/dat/gfx/outfit/store/vengeance_launcher.webp
+share/naev/dat/gfx/outfit/store/vulcangun.webp
+share/naev/dat/gfx/outfit/store/vulcanturret.webp
+share/naev/dat/gfx/outfit/store/weapon01.webp
+share/naev/dat/gfx/outfit/store/weapon02.webp
+share/naev/dat/gfx/outfit/store/zalek_drone_bomber_fighter.webp
+share/naev/dat/gfx/outfit/store/zalek_drone_bomber_fighter_swarm.webp
+share/naev/dat/gfx/outfit/store/zalek_drone_heavy_fighter.webp
+share/naev/dat/gfx/outfit/store/zalek_drone_heavy_fighter_swarm.webp
+share/naev/dat/gfx/outfit/store/zalek_drone_light_fighter.webp
+share/naev/dat/gfx/outfit/store/zalek_drone_light_fighter_swarm.webp
+share/naev/dat/gfx/outfit/store/zalek_reaper.webp
+share/naev/dat/gfx/outfit/store/zalek_reaper_launcher.webp
+share/naev/dat/gfx/outfit/store/zd5_guardian_unit.webp
+share/naev/dat/gfx/overlays/active.webp
+share/naev/dat/gfx/overlays/favourite.webp
+share/naev/dat/gfx/overlays/fleet.webp
+share/naev/dat/gfx/overlays/portrait_exclamation.webp
+share/naev/dat/gfx/overlays/rarity_1.webp
+share/naev/dat/gfx/overlays/rarity_2.webp
+share/naev/dat/gfx/overlays/rarity_3.webp
+share/naev/dat/gfx/overlays/rarity_4.webp
+share/naev/dat/gfx/overlays/rarity_5.webp
+share/naev/dat/gfx/overlays/rarity_6.webp
+share/naev/dat/gfx/portraits/background.png
+share/naev/dat/gfx/portraits/blackcat.webp
+share/naev/dat/gfx/portraits/blackjack.png
+share/naev/dat/gfx/portraits/cyborg_chicken.png
+share/naev/dat/gfx/portraits/cyborg_chicken_pirate.webp
+share/naev/dat/gfx/portraits/drshrimp.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f1.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f10.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f11.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f2.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f3.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f4.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f5.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f6.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f7.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f8.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f9.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m1.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m10.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m11.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m2.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m3.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m4.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m5.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m6.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m7.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m8.webp
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m9.webp
+share/naev/dat/gfx/portraits/dvaered/dv_general1.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f1.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f2.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f3.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f4.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f5.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f6.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f7.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_f8.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m1.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m2.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m3.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m4.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m5.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m6.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m7.webp
+share/naev/dat/gfx/portraits/dvaered/dv_military_m8.webp
+share/naev/dat/gfx/portraits/dvaered/unique/ka'def.webp
+share/naev/dat/gfx/portraits/dvaered/unique/vicious.webp
+share/naev/dat/gfx/portraits/dvaered/unique/zolo.webp
+share/naev/dat/gfx/portraits/dvaered1.webp
+share/naev/dat/gfx/portraits/dvaered_thug1.png
+share/naev/dat/gfx/portraits/empire/empire_mil_f1.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_f2.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_f3.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_f4.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_f5.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m1.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m2.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m3.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m4.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m5.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m6.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m7.webp
+share/naev/dat/gfx/portraits/empire/empire_mil_m8.webp
+share/naev/dat/gfx/portraits/empire/unique/czesc.webp
+share/naev/dat/gfx/portraits/empire/unique/dimitri.webp
+share/naev/dat/gfx/portraits/empire/unique/keer.webp
+share/naev/dat/gfx/portraits/empire/unique/soldner.webp
+share/naev/dat/gfx/portraits/flf/unique/benito.webp
+share/naev/dat/gfx/portraits/judge_holmes.webp
+share/naev/dat/gfx/portraits/lieutenant_stafner.webp
+share/naev/dat/gfx/portraits/lucas.webp
+share/naev/dat/gfx/portraits/maikki.png
+share/naev/dat/gfx/portraits/maikki_pirate.webp
+share/naev/dat/gfx/portraits/major_malik.webp
+share/naev/dat/gfx/portraits/major_tam.webp
+share/naev/dat/gfx/portraits/mapmaker.webp
+share/naev/dat/gfx/portraits/minerva_terminal.png
+share/naev/dat/gfx/portraits/minervaceo.webp
+share/naev/dat/gfx/portraits/minervamole.webp
+share/naev/dat/gfx/portraits/misi.png
+share/naev/dat/gfx/portraits/nelly.webp
+share/naev/dat/gfx/portraits/neutral/barman.webp
+share/naev/dat/gfx/portraits/neutral/bartender_f1.webp
+share/naev/dat/gfx/portraits/neutral/bartender_m1.webp
+share/naev/dat/gfx/portraits/neutral/cyborg1.webp
+share/naev/dat/gfx/portraits/neutral/cyborg2.webp
+share/naev/dat/gfx/portraits/neutral/cyborg3.webp
+share/naev/dat/gfx/portraits/neutral/female1.webp
+share/naev/dat/gfx/portraits/neutral/female10.webp
+share/naev/dat/gfx/portraits/neutral/female11.webp
+share/naev/dat/gfx/portraits/neutral/female12.webp
+share/naev/dat/gfx/portraits/neutral/female13.webp
+share/naev/dat/gfx/portraits/neutral/female1n.webp
+share/naev/dat/gfx/portraits/neutral/female2.webp
+share/naev/dat/gfx/portraits/neutral/female2n.webp
+share/naev/dat/gfx/portraits/neutral/female2n_nogog.webp
+share/naev/dat/gfx/portraits/neutral/female3.webp
+share/naev/dat/gfx/portraits/neutral/female3n.webp
+share/naev/dat/gfx/portraits/neutral/female4.webp
+share/naev/dat/gfx/portraits/neutral/female4n.webp
+share/naev/dat/gfx/portraits/neutral/female5.webp
+share/naev/dat/gfx/portraits/neutral/female5n.webp
+share/naev/dat/gfx/portraits/neutral/female6.webp
+share/naev/dat/gfx/portraits/neutral/female6n.webp
+share/naev/dat/gfx/portraits/neutral/female7.webp
+share/naev/dat/gfx/portraits/neutral/female8.webp
+share/naev/dat/gfx/portraits/neutral/female9.webp
+share/naev/dat/gfx/portraits/neutral/male1.webp
+share/naev/dat/gfx/portraits/neutral/male10.webp
+share/naev/dat/gfx/portraits/neutral/male11.webp
+share/naev/dat/gfx/portraits/neutral/male12.webp
+share/naev/dat/gfx/portraits/neutral/male13.webp
+share/naev/dat/gfx/portraits/neutral/male1n.webp
+share/naev/dat/gfx/portraits/neutral/male2.webp
+share/naev/dat/gfx/portraits/neutral/male2n.webp
+share/naev/dat/gfx/portraits/neutral/male3.webp
+share/naev/dat/gfx/portraits/neutral/male3n.webp
+share/naev/dat/gfx/portraits/neutral/male3n_v2.webp
+share/naev/dat/gfx/portraits/neutral/male4.webp
+share/naev/dat/gfx/portraits/neutral/male5.webp
+share/naev/dat/gfx/portraits/neutral/male6.webp
+share/naev/dat/gfx/portraits/neutral/male7.webp
+share/naev/dat/gfx/portraits/neutral/male8.webp
+share/naev/dat/gfx/portraits/neutral/male9.webp
+share/naev/dat/gfx/portraits/neutral/miner1.webp
+share/naev/dat/gfx/portraits/neutral/miner2.webp
+share/naev/dat/gfx/portraits/neutral/scientist.webp
+share/naev/dat/gfx/portraits/neutral/scientist2.webp
+share/naev/dat/gfx/portraits/neutral/scientist3.webp
+share/naev/dat/gfx/portraits/neutral/thief1.webp
+share/naev/dat/gfx/portraits/neutral/thief2.webp
+share/naev/dat/gfx/portraits/neutral/thief3.webp
+share/naev/dat/gfx/portraits/neutral/thief4.webp
+share/naev/dat/gfx/portraits/neutral/unique/aristocrat.webp
+share/naev/dat/gfx/portraits/neutral/unique/arnoldsmith.webp
+share/naev/dat/gfx/portraits/neutral/unique/baron_sauterfeldt.webp
+share/naev/dat/gfx/portraits/neutral/unique/cynthia.webp
+share/naev/dat/gfx/portraits/neutral/unique/cynthia_father.webp
+share/naev/dat/gfx/portraits/neutral/unique/dealer.webp
+share/naev/dat/gfx/portraits/neutral/unique/drunkard.webp
+share/naev/dat/gfx/portraits/neutral/unique/fakesister.webp
+share/naev/dat/gfx/portraits/neutral/unique/flintley.webp
+share/naev/dat/gfx/portraits/neutral/unique/hunter.webp
+share/naev/dat/gfx/portraits/neutral/unique/jorek.webp
+share/naev/dat/gfx/portraits/neutral/unique/laidback.webp
+share/naev/dat/gfx/portraits/neutral/unique/mia.webp
+share/naev/dat/gfx/portraits/neutral/unique/michal.webp
+share/naev/dat/gfx/portraits/neutral/unique/middleaged.webp
+share/naev/dat/gfx/portraits/neutral/unique/neil.webp
+share/naev/dat/gfx/portraits/neutral/unique/nexus_agent.webp
+share/naev/dat/gfx/portraits/neutral/unique/oldwoman.webp
+share/naev/dat/gfx/portraits/neutral/unique/paddy.webp
+share/naev/dat/gfx/portraits/neutral/unique/rebina.webp
+share/naev/dat/gfx/portraits/neutral/unique/rebina_casual.webp
+share/naev/dat/gfx/portraits/neutral/unique/reynir.webp
+share/naev/dat/gfx/portraits/neutral/unique/reynir2.webp
+share/naev/dat/gfx/portraits/neutral/unique/shifty_merchant.webp
+share/naev/dat/gfx/portraits/neutral/unique/unfamiliarman.webp
+share/naev/dat/gfx/portraits/neutral/unique/youngbusinessman.webp
+share/naev/dat/gfx/portraits/neutral/unique/youngbusinessman2.webp
+share/naev/dat/gfx/portraits/news.webp
+share/naev/dat/gfx/portraits/none.webp
+share/naev/dat/gfx/portraits/noona.png
+share/naev/dat/gfx/portraits/notasockpuppet.webp
+share/naev/dat/gfx/portraits/old_man.png
+share/naev/dat/gfx/portraits/pirate/pirate1.webp
+share/naev/dat/gfx/portraits/pirate/pirate10.webp
+share/naev/dat/gfx/portraits/pirate/pirate11.webp
+share/naev/dat/gfx/portraits/pirate/pirate12.webp
+share/naev/dat/gfx/portraits/pirate/pirate13.webp
+share/naev/dat/gfx/portraits/pirate/pirate14.webp
+share/naev/dat/gfx/portraits/pirate/pirate2.webp
+share/naev/dat/gfx/portraits/pirate/pirate3.webp
+share/naev/dat/gfx/portraits/pirate/pirate4.webp
+share/naev/dat/gfx/portraits/pirate/pirate5.webp
+share/naev/dat/gfx/portraits/pirate/pirate6.webp
+share/naev/dat/gfx/portraits/pirate/pirate7.webp
+share/naev/dat/gfx/portraits/pirate/pirate8.webp
+share/naev/dat/gfx/portraits/pirate/pirate9.webp
+share/naev/dat/gfx/portraits/pirate/pirate_militia1.webp
+share/naev/dat/gfx/portraits/pirate/pirate_militia2.webp
+share/naev/dat/gfx/portraits/scavenger1.png
+share/naev/dat/gfx/portraits/sergeant_nikolov.webp
+share/naev/dat/gfx/portraits/shiplover.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f1.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f2.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f3.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f4.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f5.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m1.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m1_v2.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m1_v3.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m1_v4.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m1n.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m2.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m3.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m4.webp
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m5.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_f1.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_f2.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_f3.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_f4.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_m1.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_m2.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_m3.webp
+share/naev/dat/gfx/portraits/sirius/sirius_serra_m4.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_f1.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_f2.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_f3.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_f4.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_f5.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_m1.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_m2.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_m3.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_m4.webp
+share/naev/dat/gfx/portraits/sirius/sirius_shaira_m5.webp
+share/naev/dat/gfx/portraits/sirius/unique/draga.webp
+share/naev/dat/gfx/portraits/sirius/unique/harja.webp
+share/naev/dat/gfx/portraits/sirius/unique/joanne.webp
+share/naev/dat/gfx/portraits/sirius/unique/patrek.webp
+share/naev/dat/gfx/portraits/sirius/unique/rodentman.webp
+share/naev/dat/gfx/portraits/sirius/unique/shaman.webp
+share/naev/dat/gfx/portraits/sirius/unique/strangeman.webp
+share/naev/dat/gfx/portraits/soromid/soromid_heavy_civilian_1.webp
+share/naev/dat/gfx/portraits/soromid/soromid_heavy_civilian_2.webp
+share/naev/dat/gfx/portraits/soromid/soromid_heavy_civilian_3.webp
+share/naev/dat/gfx/portraits/soromid/soromid_heavy_military_3.webp
+share/naev/dat/gfx/portraits/soromid/unique/chelsea.webp
+share/naev/dat/gfx/portraits/strangelove.png
+share/naev/dat/gfx/portraits/tutorial.webp
+share/naev/dat/gfx/portraits/unknown.webp
+share/naev/dat/gfx/portraits/verner.webp
+share/naev/dat/gfx/portraits/zach.webp
+share/naev/dat/gfx/portraits/zalek/unique/geller.webp
+share/naev/dat/gfx/portraits/zalek/unique/logan.webp
+share/naev/dat/gfx/portraits/zalek/unique/mensing.webp
+share/naev/dat/gfx/portraits/zalek/unique/student.webp
+share/naev/dat/gfx/portraits/zalek1.png
+share/naev/dat/gfx/portraits/zalek2.png
+share/naev/dat/gfx/portraits/zalek3.webp
+share/naev/dat/gfx/portraits/zalek_thug1.png
+share/naev/dat/gfx/portraits/zuri.webp
+share/naev/dat/gfx/portraits/zuri_hurt.webp
+share/naev/dat/gfx/ship/admonisher/admonisher.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_comm.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_empire.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_empire_comm.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_empire_engine.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_engine.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_pirate.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_pirate_comm.webp
+share/naev/dat/gfx/ship/admonisher/admonisher_pirate_engine.webp
+share/naev/dat/gfx/ship/ancestor/ancestor.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_comm.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_dvaered.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_dvaered_comm.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_dvaered_engine.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_engine.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_pirate.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_pirate_comm.webp
+share/naev/dat/gfx/ship/ancestor/ancestor_pirate_engine.webp
+share/naev/dat/gfx/ship/apparition/apparition_corvette.webp
+share/naev/dat/gfx/ship/apparition/apparition_cruiser.webp
+share/naev/dat/gfx/ship/apparition/apparition_fighter.webp
+share/naev/dat/gfx/ship/apprehension/apprehension.webp
+share/naev/dat/gfx/ship/apprehension/apprehension_comm.webp
+share/naev/dat/gfx/ship/apprehension/apprehension_engine.webp
+share/naev/dat/gfx/ship/archimedes/archimedes.webp
+share/naev/dat/gfx/ship/archimedes/archimedes_comm.webp
+share/naev/dat/gfx/ship/archimedes/archimedes_engine.webp
+share/naev/dat/gfx/ship/arsenal/arsenal_dvaered.webp
+share/naev/dat/gfx/ship/arsenal/arsenal_dvaered_comm.webp
+share/naev/dat/gfx/ship/arsenal/arsenal_dvaered_engine.webp
+share/naev/dat/gfx/ship/arx/arx.webp
+share/naev/dat/gfx/ship/arx/arx_comm.webp
+share/naev/dat/gfx/ship/arx/arx_engine.webp
+share/naev/dat/gfx/ship/arx/arx_feral.webp
+share/naev/dat/gfx/ship/arx/arx_feral_comm.webp
+share/naev/dat/gfx/ship/arx/arx_feral_engine.webp
+share/naev/dat/gfx/ship/brigand/brigand.webp
+share/naev/dat/gfx/ship/brigand/brigand_comm.webp
+share/naev/dat/gfx/ship/brigand/brigand_engine.webp
+share/naev/dat/gfx/ship/certitude/certitude.webp
+share/naev/dat/gfx/ship/certitude/certitude_comm.webp
+share/naev/dat/gfx/ship/certitude/certitude_engine.webp
+share/naev/dat/gfx/ship/copia/copia.webp
+share/naev/dat/gfx/ship/copia/copia_comm.webp
+share/naev/dat/gfx/ship/copia/copia_engine.webp
+share/naev/dat/gfx/ship/dalton/dalton.webp
+share/naev/dat/gfx/ship/dalton/dalton_comm.webp
+share/naev/dat/gfx/ship/dalton/dalton_engine.webp
+share/naev/dat/gfx/ship/demon/demon.webp
+share/naev/dat/gfx/ship/demon/demon_comm.webp
+share/naev/dat/gfx/ship/demon/demon_engine.webp
+share/naev/dat/gfx/ship/diablo/diablo.webp
+share/naev/dat/gfx/ship/diablo/diablo_comm.webp
+share/naev/dat/gfx/ship/diablo/diablo_engine.webp
+share/naev/dat/gfx/ship/divinity/divinity.webp
+share/naev/dat/gfx/ship/divinity/divinity_comm.webp
+share/naev/dat/gfx/ship/divinity/divinity_engine.webp
+share/naev/dat/gfx/ship/dogma/dogma.webp
+share/naev/dat/gfx/ship/dogma/dogma_comm.webp
+share/naev/dat/gfx/ship/dogma/dogma_engine.webp
+share/naev/dat/gfx/ship/drone/drone.webp
+share/naev/dat/gfx/ship/drone/drone_carrier.webp
+share/naev/dat/gfx/ship/drone/drone_carrier_comm.webp
+share/naev/dat/gfx/ship/drone/drone_carrier_engine.webp
+share/naev/dat/gfx/ship/drone/drone_comm.webp
+share/naev/dat/gfx/ship/drone/drone_engine.webp
+share/naev/dat/gfx/ship/drone/drone_heavy.webp
+share/naev/dat/gfx/ship/drone/drone_heavy_comm.webp
+share/naev/dat/gfx/ship/drone/drone_heavy_engine.webp
+share/naev/dat/gfx/ship/drone/drone_hyena.webp
+share/naev/dat/gfx/ship/drone/drone_hyena_comm.webp
+share/naev/dat/gfx/ship/drone/drone_hyena_engine.webp
+share/naev/dat/gfx/ship/euler/euler.webp
+share/naev/dat/gfx/ship/euler/euler_comm.webp
+share/naev/dat/gfx/ship/euler/euler_engine.webp
+share/naev/dat/gfx/ship/fidelity/fidelity.webp
+share/naev/dat/gfx/ship/fidelity/fidelity_comm.webp
+share/naev/dat/gfx/ship/fidelity/fidelity_engine.webp
+share/naev/dat/gfx/ship/gauss/gauss.webp
+share/naev/dat/gfx/ship/gauss/gauss_comm.webp
+share/naev/dat/gfx/ship/gauss/gauss_engine.webp
+share/naev/dat/gfx/ship/gawain/gawain.webp
+share/naev/dat/gfx/ship/gawain/gawain_comm.webp
+share/naev/dat/gfx/ship/gawain/gawain_engine.webp
+share/naev/dat/gfx/ship/goddard/goddard.webp
+share/naev/dat/gfx/ship/goddard/goddard_comm.webp
+share/naev/dat/gfx/ship/goddard/goddard_dvaered.webp
+share/naev/dat/gfx/ship/goddard/goddard_dvaered_comm.webp
+share/naev/dat/gfx/ship/goddard/goddard_dvaered_engine.webp
+share/naev/dat/gfx/ship/goddard/goddard_engine.webp
+share/naev/dat/gfx/ship/hawking/hawking.webp
+share/naev/dat/gfx/ship/hawking/hawking_comm.webp
+share/naev/dat/gfx/ship/hawking/hawking_empire.webp
+share/naev/dat/gfx/ship/hawking/hawking_empire_comm.webp
+share/naev/dat/gfx/ship/hawking/hawking_empire_engine.webp
+share/naev/dat/gfx/ship/hawking/hawking_engine.webp
+share/naev/dat/gfx/ship/hephaestus/hephaestus.webp
+share/naev/dat/gfx/ship/hephaestus/hephaestus_comm.webp
+share/naev/dat/gfx/ship/hephaestus/hephaestus_engine.webp
+share/naev/dat/gfx/ship/hippocrates/hippocrates.webp
+share/naev/dat/gfx/ship/hippocrates/hippocrates_comm.webp
+share/naev/dat/gfx/ship/hippocrates/hippocrates_engine.webp
+share/naev/dat/gfx/ship/hyena/hyena.webp
+share/naev/dat/gfx/ship/hyena/hyena_comm.webp
+share/naev/dat/gfx/ship/hyena/hyena_engine.webp
+share/naev/dat/gfx/ship/hyena/hyena_pirate.webp
+share/naev/dat/gfx/ship/hyena/hyena_pirate_comm.webp
+share/naev/dat/gfx/ship/hyena/hyena_pirate_engine.webp
+share/naev/dat/gfx/ship/ingenuity/ingenuity.webp
+share/naev/dat/gfx/ship/ingenuity/ingenuity_comm.webp
+share/naev/dat/gfx/ship/ingenuity/ingenuity_engine.webp
+share/naev/dat/gfx/ship/ira/ira.webp
+share/naev/dat/gfx/ship/ira/ira_comm.webp
+share/naev/dat/gfx/ship/ira/ira_engine.webp
+share/naev/dat/gfx/ship/kestrel/kestrel.webp
+share/naev/dat/gfx/ship/kestrel/kestrel_comm.webp
+share/naev/dat/gfx/ship/kestrel/kestrel_engine.webp
+share/naev/dat/gfx/ship/kestrel/kestrel_pirate.webp
+share/naev/dat/gfx/ship/kestrel/kestrel_pirate_comm.webp
+share/naev/dat/gfx/ship/kestrel/kestrel_pirate_engine.webp
+share/naev/dat/gfx/ship/koala/koala.webp
+share/naev/dat/gfx/ship/koala/koala_comm.webp
+share/naev/dat/gfx/ship/koala/koala_engine.webp
+share/naev/dat/gfx/ship/lancelot/lancelot.webp
+share/naev/dat/gfx/ship/lancelot/lancelot_comm.webp
+share/naev/dat/gfx/ship/lancelot/lancelot_empire.webp
+share/naev/dat/gfx/ship/lancelot/lancelot_empire_comm.webp
+share/naev/dat/gfx/ship/lancelot/lancelot_empire_engine.webp
+share/naev/dat/gfx/ship/lancelot/lancelot_engine.webp
+share/naev/dat/gfx/ship/llama/llama.webp
+share/naev/dat/gfx/ship/llama/llama_comm.webp
+share/naev/dat/gfx/ship/llama/llama_engine.webp
+share/naev/dat/gfx/ship/mammon/mammon_zalek.webp
+share/naev/dat/gfx/ship/mammon/mammon_zalek_comm.webp
+share/naev/dat/gfx/ship/mammon/mammon_zalek_engine.webp
+share/naev/dat/gfx/ship/marauder/marauder.webp
+share/naev/dat/gfx/ship/marauder/marauder_comm.webp
+share/naev/dat/gfx/ship/marauder/marauder_engine.webp
+share/naev/dat/gfx/ship/mephisto/mephisto.webp
+share/naev/dat/gfx/ship/mephisto/mephisto_comm.webp
+share/naev/dat/gfx/ship/mephisto/mephisto_engine.webp
+share/naev/dat/gfx/ship/mule/mule.webp
+share/naev/dat/gfx/ship/mule/mule_comm.webp
+share/naev/dat/gfx/ship/mule/mule_engine.webp
+share/naev/dat/gfx/ship/nyx/nyx.webp
+share/naev/dat/gfx/ship/nyx/nyx_comm.webp
+share/naev/dat/gfx/ship/nyx/nyx_engine.webp
+share/naev/dat/gfx/ship/odium/odium.webp
+share/naev/dat/gfx/ship/odium/odium_comm.webp
+share/naev/dat/gfx/ship/odium/odium_engine.webp
+share/naev/dat/gfx/ship/odium/odium_feral.webp
+share/naev/dat/gfx/ship/odium/odium_feral_comm.webp
+share/naev/dat/gfx/ship/odium/odium_feral_engine.webp
+share/naev/dat/gfx/ship/pacifier/pacifier.webp
+share/naev/dat/gfx/ship/pacifier/pacifier_comm.webp
+share/naev/dat/gfx/ship/pacifier/pacifier_empire.webp
+share/naev/dat/gfx/ship/pacifier/pacifier_empire_comm.webp
+share/naev/dat/gfx/ship/pacifier/pacifier_empire_engine.webp
+share/naev/dat/gfx/ship/pacifier/pacifier_engine.webp
+share/naev/dat/gfx/ship/peacemaker/peacemaker.webp
+share/naev/dat/gfx/ship/peacemaker/peacemaker_comm.webp
+share/naev/dat/gfx/ship/peacemaker/peacemaker_engine.webp
+share/naev/dat/gfx/ship/perspicacity/perspicacity.webp
+share/naev/dat/gfx/ship/perspicacity/perspicacity_comm.webp
+share/naev/dat/gfx/ship/perspicacity/perspicacity_engine.webp
+share/naev/dat/gfx/ship/phalanx/phalanx.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_comm.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_dvaered.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_dvaered_comm.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_dvaered_engine.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_engine.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_pirate.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_pirate_comm.webp
+share/naev/dat/gfx/ship/phalanx/phalanx_pirate_engine.webp
+share/naev/dat/gfx/ship/preacher/preacher.webp
+share/naev/dat/gfx/ship/preacher/preacher_comm.webp
+share/naev/dat/gfx/ship/preacher/preacher_engine.webp
+share/naev/dat/gfx/ship/providence/providence.webp
+share/naev/dat/gfx/ship/providence/providence_comm.webp
+share/naev/dat/gfx/ship/providence/providence_engine.webp
+share/naev/dat/gfx/ship/pythagoras/pythagoras.webp
+share/naev/dat/gfx/ship/pythagoras/pythagoras_comm.webp
+share/naev/dat/gfx/ship/pythagoras/pythagoras_engine.webp
+share/naev/dat/gfx/ship/quicksilver/quicksilver.webp
+share/naev/dat/gfx/ship/quicksilver/quicksilver_comm.webp
+share/naev/dat/gfx/ship/quicksilver/quicksilver_engine.webp
+share/naev/dat/gfx/ship/rainmaker/rainmaker_empire.webp
+share/naev/dat/gfx/ship/rainmaker/rainmaker_empire_comm.webp
+share/naev/dat/gfx/ship/rainmaker/rainmaker_empire_engine.webp
+share/naev/dat/gfx/ship/reaver/reaver.webp
+share/naev/dat/gfx/ship/reaver/reaver_comm.webp
+share/naev/dat/gfx/ship/reaver/reaver_engine.webp
+share/naev/dat/gfx/ship/reaver/reaver_feral.webp
+share/naev/dat/gfx/ship/reaver/reaver_feral_comm.webp
+share/naev/dat/gfx/ship/reaver/reaver_feral_engine.webp
+share/naev/dat/gfx/ship/retribution/retribution_dvaered.webp
+share/naev/dat/gfx/ship/retribution/retribution_dvaered_comm.webp
+share/naev/dat/gfx/ship/retribution/retribution_dvaered_engine.webp
+share/naev/dat/gfx/ship/revenant/revenant.webp
+share/naev/dat/gfx/ship/revenant/revenant_comm.webp
+share/naev/dat/gfx/ship/revenant/revenant_engine.webp
+share/naev/dat/gfx/ship/rhino/rhino.webp
+share/naev/dat/gfx/ship/rhino/rhino_comm.webp
+share/naev/dat/gfx/ship/rhino/rhino_engine.webp
+share/naev/dat/gfx/ship/rhino/rhino_pirate.webp
+share/naev/dat/gfx/ship/rhino/rhino_pirate_comm.webp
+share/naev/dat/gfx/ship/rhino/rhino_pirate_engine.webp
+share/naev/dat/gfx/ship/schroedinger/schroedinger.webp
+share/naev/dat/gfx/ship/schroedinger/schroedinger_comm.webp
+share/naev/dat/gfx/ship/schroedinger/schroedinger_engine.webp
+share/naev/dat/gfx/ship/scintillation/scintillation.webp
+share/naev/dat/gfx/ship/scintillation/scintillation_comm.webp
+share/naev/dat/gfx/ship/scintillation/scintillation_engine.webp
+share/naev/dat/gfx/ship/shaman/shaman.webp
+share/naev/dat/gfx/ship/shaman/shaman_comm.webp
+share/naev/dat/gfx/ship/shaman/shaman_engine.webp
+share/naev/dat/gfx/ship/shark/shark.webp
+share/naev/dat/gfx/ship/shark/shark_comm.webp
+share/naev/dat/gfx/ship/shark/shark_empire.webp
+share/naev/dat/gfx/ship/shark/shark_empire_comm.webp
+share/naev/dat/gfx/ship/shark/shark_empire_engine.webp
+share/naev/dat/gfx/ship/shark/shark_engine.webp
+share/naev/dat/gfx/ship/shark/shark_pirate.webp
+share/naev/dat/gfx/ship/shark/shark_pirate_comm.webp
+share/naev/dat/gfx/ship/shark/shark_pirate_engine.webp
+share/naev/dat/gfx/ship/starbridge/starbridge.webp
+share/naev/dat/gfx/ship/starbridge/starbridge_comm.webp
+share/naev/dat/gfx/ship/starbridge/starbridge_engine.webp
+share/naev/dat/gfx/ship/starbridge/starbridge_pirate.webp
+share/naev/dat/gfx/ship/starbridge/starbridge_pirate_comm.webp
+share/naev/dat/gfx/ship/starbridge/starbridge_pirate_engine.webp
+share/naev/dat/gfx/ship/sting/sting.webp
+share/naev/dat/gfx/ship/sting/sting_comm.webp
+share/naev/dat/gfx/ship/sting/sting_engine.webp
+share/naev/dat/gfx/ship/taciturnity/taciturnity.webp
+share/naev/dat/gfx/ship/taciturnity/taciturnity_comm.webp
+share/naev/dat/gfx/ship/taciturnity/taciturnity_engine.webp
+share/naev/dat/gfx/ship/update.sh
+share/naev/dat/gfx/ship/vendetta/vendetta.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_comm.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_dvaered.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_dvaered_comm.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_dvaered_engine.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_engine.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_pirate.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_pirate_comm.webp
+share/naev/dat/gfx/ship/vendetta/vendetta_pirate_engine.webp
+share/naev/dat/gfx/ship/vigilance/vigilance.webp
+share/naev/dat/gfx/ship/vigilance/vigilance_comm.webp
+share/naev/dat/gfx/ship/vigilance/vigilance_dvaered.webp
+share/naev/dat/gfx/ship/vigilance/vigilance_dvaered_comm.webp
+share/naev/dat/gfx/ship/vigilance/vigilance_dvaered_engine.webp
+share/naev/dat/gfx/ship/vigilance/vigilance_engine.webp
+share/naev/dat/gfx/ship/virtuosity/virtuosity.webp
+share/naev/dat/gfx/ship/virtuosity/virtuosity_comm.webp
+share/naev/dat/gfx/ship/virtuosity/virtuosity_engine.webp
+share/naev/dat/gfx/ship/vox/vox.webp
+share/naev/dat/gfx/ship/vox/vox_comm.webp
+share/naev/dat/gfx/ship/vox/vox_engine.webp
+share/naev/dat/gfx/ship/watson/watson.webp
+share/naev/dat/gfx/ship/watson/watson_comm.webp
+share/naev/dat/gfx/ship/watson/watson_engine.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_bomber.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_bomber_comm.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_bomber_engine.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_heavy.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_heavy_comm.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_heavy_engine.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_light.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_light_comm.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_light_engine.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_scout.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_scout_comm.webp
+share/naev/dat/gfx/ship/zalek/zalek_drone_scout_engine.webp
+share/naev/dat/gfx/ship/zebra/zebra.webp
+share/naev/dat/gfx/ship/zebra/zebra_comm.webp
+share/naev/dat/gfx/ship/zebra/zebra_engine.webp
+share/naev/dat/gfx/ship/zebra/zebra_pirate.webp
+share/naev/dat/gfx/ship/zebra/zebra_pirate_comm.webp
+share/naev/dat/gfx/ship/zebra/zebra_pirate_engine.webp
+share/naev/dat/gfx/ship_polygon/000.webp.xml
+share/naev/dat/gfx/ship_polygon/002.webp.xml
+share/naev/dat/gfx/ship_polygon/admonisher.xml
+share/naev/dat/gfx/ship_polygon/admonisher_empire.xml
+share/naev/dat/gfx/ship_polygon/admonisher_pirate.xml
+share/naev/dat/gfx/ship_polygon/ancestor.xml
+share/naev/dat/gfx/ship_polygon/ancestor_dvaered.xml
+share/naev/dat/gfx/ship_polygon/ancestor_pirate.xml
+share/naev/dat/gfx/ship_polygon/apparition_corvette.xml
+share/naev/dat/gfx/ship_polygon/apparition_cruiser.xml
+share/naev/dat/gfx/ship_polygon/apparition_fighter.xml
+share/naev/dat/gfx/ship_polygon/apprehension.xml
+share/naev/dat/gfx/ship_polygon/archimedes.xml
+share/naev/dat/gfx/ship_polygon/arsenal_dvaered.xml
+share/naev/dat/gfx/ship_polygon/arx.xml
+share/naev/dat/gfx/ship_polygon/arx_feral.xml
+share/naev/dat/gfx/ship_polygon/brigand.xml
+share/naev/dat/gfx/ship_polygon/certitude.xml
+share/naev/dat/gfx/ship_polygon/copia.xml
+share/naev/dat/gfx/ship_polygon/dalton.xml
+share/naev/dat/gfx/ship_polygon/demon.xml
+share/naev/dat/gfx/ship_polygon/derelict_goddard.webp.xml
+share/naev/dat/gfx/ship_polygon/diablo.xml
+share/naev/dat/gfx/ship_polygon/divinity.xml
+share/naev/dat/gfx/ship_polygon/dogma.xml
+share/naev/dat/gfx/ship_polygon/drone.xml
+share/naev/dat/gfx/ship_polygon/drone_carrier.xml
+share/naev/dat/gfx/ship_polygon/drone_heavy.xml
+share/naev/dat/gfx/ship_polygon/drone_hyena.xml
+share/naev/dat/gfx/ship_polygon/euler.xml
+share/naev/dat/gfx/ship_polygon/fidelity.xml
+share/naev/dat/gfx/ship_polygon/gauss.xml
+share/naev/dat/gfx/ship_polygon/gawain.xml
+share/naev/dat/gfx/ship_polygon/goddard.xml
+share/naev/dat/gfx/ship_polygon/goddard_dvaered.xml
+share/naev/dat/gfx/ship_polygon/hawking.xml
+share/naev/dat/gfx/ship_polygon/hawking_empire.xml
+share/naev/dat/gfx/ship_polygon/hephaestus.xml
+share/naev/dat/gfx/ship_polygon/hippocrates.xml
+share/naev/dat/gfx/ship_polygon/hyena.xml
+share/naev/dat/gfx/ship_polygon/hyena_pirate.xml
+share/naev/dat/gfx/ship_polygon/ingenuity.xml
+share/naev/dat/gfx/ship_polygon/ira.xml
+share/naev/dat/gfx/ship_polygon/kestrel.xml
+share/naev/dat/gfx/ship_polygon/kestrel_pirate.xml
+share/naev/dat/gfx/ship_polygon/koala.xml
+share/naev/dat/gfx/ship_polygon/lancelot.xml
+share/naev/dat/gfx/ship_polygon/lancelot_empire.xml
+share/naev/dat/gfx/ship_polygon/llama.xml
+share/naev/dat/gfx/ship_polygon/mammon_zalek.xml
+share/naev/dat/gfx/ship_polygon/marauder.xml
+share/naev/dat/gfx/ship_polygon/mephisto.xml
+share/naev/dat/gfx/ship_polygon/mule.xml
+share/naev/dat/gfx/ship_polygon/nyx.xml
+share/naev/dat/gfx/ship_polygon/odium.xml
+share/naev/dat/gfx/ship_polygon/odium_feral.xml
+share/naev/dat/gfx/ship_polygon/pacifier.xml
+share/naev/dat/gfx/ship_polygon/pacifier_empire.xml
+share/naev/dat/gfx/ship_polygon/peacemaker.xml
+share/naev/dat/gfx/ship_polygon/perspicacity.xml
+share/naev/dat/gfx/ship_polygon/phalanx.xml
+share/naev/dat/gfx/ship_polygon/phalanx_dvaered.xml
+share/naev/dat/gfx/ship_polygon/phalanx_pirate.xml
+share/naev/dat/gfx/ship_polygon/preacher.xml
+share/naev/dat/gfx/ship_polygon/providence.xml
+share/naev/dat/gfx/ship_polygon/pythagoras.xml
+share/naev/dat/gfx/ship_polygon/quicksilver.xml
+share/naev/dat/gfx/ship_polygon/rainmaker_empire.xml
+share/naev/dat/gfx/ship_polygon/reaver.xml
+share/naev/dat/gfx/ship_polygon/reaver_feral.xml
+share/naev/dat/gfx/ship_polygon/retribution_dvaered.xml
+share/naev/dat/gfx/ship_polygon/revenant.xml
+share/naev/dat/gfx/ship_polygon/rhino.xml
+share/naev/dat/gfx/ship_polygon/rhino_pirate.xml
+share/naev/dat/gfx/ship_polygon/schroedinger.xml
+share/naev/dat/gfx/ship_polygon/scintillation.xml
+share/naev/dat/gfx/ship_polygon/shaman.xml
+share/naev/dat/gfx/ship_polygon/shark.xml
+share/naev/dat/gfx/ship_polygon/shark_empire.xml
+share/naev/dat/gfx/ship_polygon/shark_pirate.xml
+share/naev/dat/gfx/ship_polygon/starbridge.xml
+share/naev/dat/gfx/ship_polygon/starbridge_pirate.xml
+share/naev/dat/gfx/ship_polygon/station-battlestation.webp.xml
+share/naev/dat/gfx/ship_polygon/sting.xml
+share/naev/dat/gfx/ship_polygon/taciturnity.xml
+share/naev/dat/gfx/ship_polygon/vendetta.xml
+share/naev/dat/gfx/ship_polygon/vendetta_dvaered.xml
+share/naev/dat/gfx/ship_polygon/vendetta_pirate.xml
+share/naev/dat/gfx/ship_polygon/vigilance.xml
+share/naev/dat/gfx/ship_polygon/vigilance_dvaered.xml
+share/naev/dat/gfx/ship_polygon/virtuosity.xml
+share/naev/dat/gfx/ship_polygon/vox.xml
+share/naev/dat/gfx/ship_polygon/watson.xml
+share/naev/dat/gfx/ship_polygon/zalek_drone_bomber.xml
+share/naev/dat/gfx/ship_polygon/zalek_drone_heavy.xml
+share/naev/dat/gfx/ship_polygon/zalek_drone_light.xml
+share/naev/dat/gfx/ship_polygon/zalek_drone_scout.xml
+share/naev/dat/gfx/ship_polygon/zebra.xml
+share/naev/dat/gfx/ship_polygon/zebra_pirate.xml
+share/naev/dat/gfx/slots/accessory.png
+share/naev/dat/gfx/slots/bio.png
+share/naev/dat/gfx/slots/engines.png
+share/naev/dat/gfx/slots/fighter.png
+share/naev/dat/gfx/slots/hull.png
+share/naev/dat/gfx/slots/systems.png
+share/naev/dat/gfx/spfx/cargo.webp
+share/naev/dat/gfx/spfx/debris0.webp
+share/naev/dat/gfx/spfx/debris1.webp
+share/naev/dat/gfx/spfx/debris2.webp
+share/naev/dat/gfx/spfx/debris3.webp
+share/naev/dat/gfx/spfx/debris4.webp
+share/naev/dat/gfx/spfx/debris5.webp
+share/naev/dat/gfx/spfx/debris_cluster1.webp
+share/naev/dat/gfx/spfx/debris_cluster2.webp
+share/naev/dat/gfx/spfx/derelict_goddard_wing.webp
+share/naev/dat/gfx/spfx/derelict_koala1.webp
+share/naev/dat/gfx/spfx/derelict_koala2.webp
+share/naev/dat/gfx/spfx/derelict_llama1.webp
+share/naev/dat/gfx/spfx/derelict_mule1.webp
+share/naev/dat/gfx/spfx/derelict_phalanx1.webp
+share/naev/dat/gfx/spfx/derelict_shark1.webp
+share/naev/dat/gfx/spfx/derelict_vendetta1.webp
+share/naev/dat/gfx/spfx/empm.webp
+share/naev/dat/gfx/spfx/emps.webp
+share/naev/dat/gfx/spfx/expl.webp
+share/naev/dat/gfx/spfx/expl2.webp
+share/naev/dat/gfx/spfx/expm.webp
+share/naev/dat/gfx/spfx/expm2.webp
+share/naev/dat/gfx/spfx/exps.webp
+share/naev/dat/gfx/spfx/plam.webp
+share/naev/dat/gfx/spfx/plam2.webp
+share/naev/dat/gfx/spfx/plas.webp
+share/naev/dat/gfx/spfx/plas2.webp
+share/naev/dat/gfx/spfx/shim.webp
+share/naev/dat/gfx/spfx/shis.webp
+share/naev/dat/gfx/spob/check.sh
+share/naev/dat/gfx/spob/comm/obelisk_pirate_comm.webp
+share/naev/dat/gfx/spob/comm/obelisk_sirius_comm.webp
+share/naev/dat/gfx/spob/exterior/agricultural.webp
+share/naev/dat/gfx/spob/exterior/aquatic.webp
+share/naev/dat/gfx/spob/exterior/aquatic2.webp
+share/naev/dat/gfx/spob/exterior/aquatic3.webp
+share/naev/dat/gfx/spob/exterior/asteroid.webp
+share/naev/dat/gfx/spob/exterior/citadel.webp
+share/naev/dat/gfx/spob/exterior/city1.webp
+share/naev/dat/gfx/spob/exterior/city2.webp
+share/naev/dat/gfx/spob/exterior/city3.webp
+share/naev/dat/gfx/spob/exterior/city4.webp
+share/naev/dat/gfx/spob/exterior/city_landing_pad.webp
+share/naev/dat/gfx/spob/exterior/coastal_landing_site.webp
+share/naev/dat/gfx/spob/exterior/coastal_landing_site_sunset.webp
+share/naev/dat/gfx/spob/exterior/desertic.webp
+share/naev/dat/gfx/spob/exterior/desertic2.webp
+share/naev/dat/gfx/spob/exterior/desertic3.webp
+share/naev/dat/gfx/spob/exterior/desertic4.webp
+share/naev/dat/gfx/spob/exterior/forest.webp
+share/naev/dat/gfx/spob/exterior/forest2.webp
+share/naev/dat/gfx/spob/exterior/gas.webp
+share/naev/dat/gfx/spob/exterior/hangar1.webp
+share/naev/dat/gfx/spob/exterior/hangar2.webp
+share/naev/dat/gfx/spob/exterior/lava.webp
+share/naev/dat/gfx/spob/exterior/methane.webp
+share/naev/dat/gfx/spob/exterior/mining.webp
+share/naev/dat/gfx/spob/exterior/mining2.webp
+share/naev/dat/gfx/spob/exterior/mining3.webp
+share/naev/dat/gfx/spob/exterior/mining4.webp
+share/naev/dat/gfx/spob/exterior/mining5.webp
+share/naev/dat/gfx/spob/exterior/mining6.webp
+share/naev/dat/gfx/spob/exterior/mining_shaft.webp
+share/naev/dat/gfx/spob/exterior/oceanic.webp
+share/naev/dat/gfx/spob/exterior/oceanic2.webp
+share/naev/dat/gfx/spob/exterior/oceanic_city.webp
+share/naev/dat/gfx/spob/exterior/oceanic_landing_pads.webp
+share/naev/dat/gfx/spob/exterior/onewing_goddard.webp
+share/naev/dat/gfx/spob/exterior/rocky_small.webp
+share/naev/dat/gfx/spob/exterior/scrapped_station.webp
+share/naev/dat/gfx/spob/exterior/silo.webp
+share/naev/dat/gfx/spob/exterior/snow.webp
+share/naev/dat/gfx/spob/exterior/snowy_cliffs.webp
+share/naev/dat/gfx/spob/exterior/station00.webp
+share/naev/dat/gfx/spob/exterior/station01.webp
+share/naev/dat/gfx/spob/exterior/station02.webp
+share/naev/dat/gfx/spob/exterior/station03.webp
+share/naev/dat/gfx/spob/exterior/station04.webp
+share/naev/dat/gfx/spob/exterior/station05.webp
+share/naev/dat/gfx/spob/exterior/station_scene.webp
+share/naev/dat/gfx/spob/exterior/traderoom.webp
+share/naev/dat/gfx/spob/exterior/underground_facility.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-jungle.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-airless-00.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-airless-01.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-airless-02.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-airless-03.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-airless-04.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-blue-00.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-blue-01.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-blue-02.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-blue-03.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-blue-04.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-cyan-00.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-cyan-01.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-cyan-02.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-cyan-03.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-cyan-04.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-green-00.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-green-01.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-green-02.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-green-03.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-green-04.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-magenta-00.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-magenta-01.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-magenta-02.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-magenta-03.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-magenta-04.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-red-00.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-red-01.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-red-02.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-red-03.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-red-04.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-yellow-00.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-yellow-01.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-yellow-02.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-yellow-03.webp
+share/naev/dat/gfx/spob/exterior/uninhabited-rocky-yellow-04.webp
+share/naev/dat/gfx/spob/exterior/zalek_station1.webp
+share/naev/dat/gfx/spob/exterior/zalek_station2.webp
+share/naev/dat/gfx/spob/space/000.webp
+share/naev/dat/gfx/spob/space/001.webp
+share/naev/dat/gfx/spob/space/002.webp
+share/naev/dat/gfx/spob/space/003.webp
+share/naev/dat/gfx/spob/space/A00.webp
+share/naev/dat/gfx/spob/space/A01.webp
+share/naev/dat/gfx/spob/space/A02.webp
+share/naev/dat/gfx/spob/space/A03.webp
+share/naev/dat/gfx/spob/space/A04.webp
+share/naev/dat/gfx/spob/space/A05.webp
+share/naev/dat/gfx/spob/space/A06.webp
+share/naev/dat/gfx/spob/space/A07.webp
+share/naev/dat/gfx/spob/space/A08.webp
+share/naev/dat/gfx/spob/space/A09.webp
+share/naev/dat/gfx/spob/space/C00.webp
+share/naev/dat/gfx/spob/space/C01.webp
+share/naev/dat/gfx/spob/space/D00.webp
+share/naev/dat/gfx/spob/space/D01.webp
+share/naev/dat/gfx/spob/space/D02.webp
+share/naev/dat/gfx/spob/space/D03.webp
+share/naev/dat/gfx/spob/space/D04.webp
+share/naev/dat/gfx/spob/space/D05.webp
+share/naev/dat/gfx/spob/space/D06.webp
+share/naev/dat/gfx/spob/space/D07.webp
+share/naev/dat/gfx/spob/space/G00.webp
+share/naev/dat/gfx/spob/space/G01.webp
+share/naev/dat/gfx/spob/space/G02.webp
+share/naev/dat/gfx/spob/space/G03.webp
+share/naev/dat/gfx/spob/space/H00.webp
+share/naev/dat/gfx/spob/space/H01.webp
+share/naev/dat/gfx/spob/space/H02.webp
+share/naev/dat/gfx/spob/space/H03.webp
+share/naev/dat/gfx/spob/space/H04.webp
+share/naev/dat/gfx/spob/space/I00.webp
+share/naev/dat/gfx/spob/space/I01.webp
+share/naev/dat/gfx/spob/space/I02.webp
+share/naev/dat/gfx/spob/space/I03.webp
+share/naev/dat/gfx/spob/space/I04.webp
+share/naev/dat/gfx/spob/space/I05.webp
+share/naev/dat/gfx/spob/space/I06.webp
+share/naev/dat/gfx/spob/space/I07.webp
+share/naev/dat/gfx/spob/space/I08.webp
+share/naev/dat/gfx/spob/space/J00.webp
+share/naev/dat/gfx/spob/space/J01.webp
+share/naev/dat/gfx/spob/space/J02.webp
+share/naev/dat/gfx/spob/space/J03.webp
+share/naev/dat/gfx/spob/space/J04.webp
+share/naev/dat/gfx/spob/space/J05.webp
+share/naev/dat/gfx/spob/space/J06.webp
+share/naev/dat/gfx/spob/space/J07.webp
+share/naev/dat/gfx/spob/space/J08.webp
+share/naev/dat/gfx/spob/space/J09.webp
+share/naev/dat/gfx/spob/space/K00.webp
+share/naev/dat/gfx/spob/space/K02.webp
+share/naev/dat/gfx/spob/space/K03.webp
+share/naev/dat/gfx/spob/space/K04.webp
+share/naev/dat/gfx/spob/space/K05.webp
+share/naev/dat/gfx/spob/space/K06.webp
+share/naev/dat/gfx/spob/space/L00.webp
+share/naev/dat/gfx/spob/space/M00.webp
+share/naev/dat/gfx/spob/space/M01.webp
+share/naev/dat/gfx/spob/space/M02.webp
+share/naev/dat/gfx/spob/space/M03.webp
+share/naev/dat/gfx/spob/space/M04.webp
+share/naev/dat/gfx/spob/space/M05.webp
+share/naev/dat/gfx/spob/space/M06.webp
+share/naev/dat/gfx/spob/space/M07.webp
+share/naev/dat/gfx/spob/space/M08.webp
+share/naev/dat/gfx/spob/space/M09.webp
+share/naev/dat/gfx/spob/space/M10.webp
+share/naev/dat/gfx/spob/space/M11.webp
+share/naev/dat/gfx/spob/space/M12.webp
+share/naev/dat/gfx/spob/space/M13.webp
+share/naev/dat/gfx/spob/space/M14.webp
+share/naev/dat/gfx/spob/space/M15.webp
+share/naev/dat/gfx/spob/space/M16.webp
+share/naev/dat/gfx/spob/space/M17.webp
+share/naev/dat/gfx/spob/space/M18.webp
+share/naev/dat/gfx/spob/space/M19.webp
+share/naev/dat/gfx/spob/space/M20.webp
+share/naev/dat/gfx/spob/space/M21.webp
+share/naev/dat/gfx/spob/space/M22.webp
+share/naev/dat/gfx/spob/space/M23.webp
+share/naev/dat/gfx/spob/space/M24.webp
+share/naev/dat/gfx/spob/space/M25.webp
+share/naev/dat/gfx/spob/space/M26.webp
+share/naev/dat/gfx/spob/space/O00.webp
+share/naev/dat/gfx/spob/space/O01.webp
+share/naev/dat/gfx/spob/space/O02.webp
+share/naev/dat/gfx/spob/space/O03.webp
+share/naev/dat/gfx/spob/space/O04.webp
+share/naev/dat/gfx/spob/space/O05.webp
+share/naev/dat/gfx/spob/space/P00.webp
+share/naev/dat/gfx/spob/space/P01.webp
+share/naev/dat/gfx/spob/space/P02.webp
+share/naev/dat/gfx/spob/space/P03.webp
+share/naev/dat/gfx/spob/space/P04.webp
+share/naev/dat/gfx/spob/space/P05.webp
+share/naev/dat/gfx/spob/space/S00.webp
+share/naev/dat/gfx/spob/space/S01.webp
+share/naev/dat/gfx/spob/space/X00.webp
+share/naev/dat/gfx/spob/space/X01.webp
+share/naev/dat/gfx/spob/space/Y00.webp
+share/naev/dat/gfx/spob/space/Z00.webp
+share/naev/dat/gfx/spob/space/asteroid/Crystal_Sh_1_S.webp
+share/naev/dat/gfx/spob/space/asteroid/Crystal_Sh_2_S.webp
+share/naev/dat/gfx/spob/space/asteroid/NC01.webp
+share/naev/dat/gfx/spob/space/asteroid/NC02.webp
+share/naev/dat/gfx/spob/space/asteroid/NC03.webp
+share/naev/dat/gfx/spob/space/asteroid/NC04.webp
+share/naev/dat/gfx/spob/space/asteroid/NC05.webp
+share/naev/dat/gfx/spob/space/asteroid/NC06.webp
+share/naev/dat/gfx/spob/space/asteroid/NC07.webp
+share/naev/dat/gfx/spob/space/asteroid/NC08.webp
+share/naev/dat/gfx/spob/space/asteroid/NC09.webp
+share/naev/dat/gfx/spob/space/asteroid/NC10.webp
+share/naev/dat/gfx/spob/space/asteroid/NC11.webp
+share/naev/dat/gfx/spob/space/asteroid/NC12.webp
+share/naev/dat/gfx/spob/space/asteroid/NC13.webp
+share/naev/dat/gfx/spob/space/asteroid/NC14.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D00.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D01.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D02.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D03.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D04.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D05.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D06.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D07.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D08.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D09.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D10.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D11.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D12.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D13.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D14.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D15.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D16.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D17.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D18.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D19.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D20.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D21.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D22.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D23.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D24.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D25.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D26.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D27.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D28.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D29.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D30.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D31.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D32.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D33.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D34.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D35.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D36.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D37.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D38.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D39.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D40.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D41.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D42.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D43.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D44.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D45.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D46.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D47.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D48.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D49.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D50.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D51.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D52.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D53.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D54.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D55.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D56.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D57.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D58.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D59.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D60.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D61.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D62.webp
+share/naev/dat/gfx/spob/space/asteroid/asteroid-D63.webp
+share/naev/dat/gfx/spob/space/asteroid/flower01.webp
+share/naev/dat/gfx/spob/space/asteroid/moss01.webp
+share/naev/dat/gfx/spob/space/asteroid/moss02.webp
+share/naev/dat/gfx/spob/space/asteroid/moss03.webp
+share/naev/dat/gfx/spob/space/asteroid/moss04.webp
+share/naev/dat/gfx/spob/space/asteroid_polygon/Crystal_Sh_1_S.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/Crystal_Sh_2_S.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC01.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC02.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC03.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC04.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC05.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC06.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC07.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC08.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC09.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC10.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC11.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC12.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC13.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/NC14.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D00.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D01.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D02.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D03.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D04.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D05.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D06.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D07.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D08.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D09.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D10.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D11.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D12.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D13.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D14.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D15.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D16.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D17.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D18.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D19.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D20.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D21.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D22.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D23.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D24.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D25.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D26.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D27.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D28.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D29.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D30.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D31.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D32.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D33.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D34.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D35.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D36.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D37.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D38.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D39.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D40.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D41.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D42.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D43.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D44.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D45.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D46.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D47.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D48.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D49.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D50.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D51.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D52.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D53.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D54.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D55.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D56.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D57.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D58.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D59.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D60.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D61.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D62.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/asteroid-D63.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/flower01.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/moss01.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/moss02.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/moss03.webp.xml
+share/naev/dat/gfx/spob/space/asteroid_polygon/moss04.webp.xml
+share/naev/dat/gfx/spob/space/derelict_goddard.webp
+share/naev/dat/gfx/spob/space/hypergate_damaged.webp
+share/naev/dat/gfx/spob/space/hypergate_debris.webp
+share/naev/dat/gfx/spob/space/hypergate_destroyed.webp
+share/naev/dat/gfx/spob/space/hypergate_dvaered_activated.webp
+share/naev/dat/gfx/spob/space/hypergate_dvaered_deactivated.webp
+share/naev/dat/gfx/spob/space/hypergate_early_construction_stage.webp
+share/naev/dat/gfx/spob/space/hypergate_empire_activated.webp
+share/naev/dat/gfx/spob/space/hypergate_empire_deactivated.webp
+share/naev/dat/gfx/spob/space/hypergate_mask.webp
+share/naev/dat/gfx/spob/space/hypergate_neutral_activated.webp
+share/naev/dat/gfx/spob/space/hypergate_neutral_deactivated.webp
+share/naev/dat/gfx/spob/space/hypergate_proteron_activated.webp
+share/naev/dat/gfx/spob/space/hypergate_proteron_deactivated.webp
+share/naev/dat/gfx/spob/space/hypergate_sirius_activated.webp
+share/naev/dat/gfx/spob/space/hypergate_sirius_deactivated.webp
+share/naev/dat/gfx/spob/space/hypergate_soromid_activated.webp
+share/naev/dat/gfx/spob/space/hypergate_soromid_deactivated.webp
+share/naev/dat/gfx/spob/space/hypergate_under_construction.webp
+share/naev/dat/gfx/spob/space/hypergate_zalek_activated.webp
+share/naev/dat/gfx/spob/space/hypergate_zalek_deactivated.webp
+share/naev/dat/gfx/spob/space/jumpbuoy.webp
+share/naev/dat/gfx/spob/space/jumppoint.webp
+share/naev/dat/gfx/spob/space/marker/jumpgate.webp
+share/naev/dat/gfx/spob/space/marker/jumppoint.webp
+share/naev/dat/gfx/spob/space/moon-A00.webp
+share/naev/dat/gfx/spob/space/moon-A01.webp
+share/naev/dat/gfx/spob/space/moon-C00.webp
+share/naev/dat/gfx/spob/space/moon-C01.webp
+share/naev/dat/gfx/spob/space/moon-C02.webp
+share/naev/dat/gfx/spob/space/moon-D00.webp
+share/naev/dat/gfx/spob/space/moon-D01.webp
+share/naev/dat/gfx/spob/space/moon-D02.webp
+share/naev/dat/gfx/spob/space/moon-G00.webp
+share/naev/dat/gfx/spob/space/moon-G01.webp
+share/naev/dat/gfx/spob/space/moon-H00.webp
+share/naev/dat/gfx/spob/space/moon-H01.webp
+share/naev/dat/gfx/spob/space/moon-H02.webp
+share/naev/dat/gfx/spob/space/moon-I00.webp
+share/naev/dat/gfx/spob/space/moon-I01.webp
+share/naev/dat/gfx/spob/space/moon-J00.webp
+share/naev/dat/gfx/spob/space/moon-J01.webp
+share/naev/dat/gfx/spob/space/moon-J02.webp
+share/naev/dat/gfx/spob/space/moon-K00.webp
+share/naev/dat/gfx/spob/space/moon-L00.webp
+share/naev/dat/gfx/spob/space/moon-M00.webp
+share/naev/dat/gfx/spob/space/moon-M01.webp
+share/naev/dat/gfx/spob/space/moon-M02.webp
+share/naev/dat/gfx/spob/space/moon-M03.webp
+share/naev/dat/gfx/spob/space/moon-M04.webp
+share/naev/dat/gfx/spob/space/moon-M05.webp
+share/naev/dat/gfx/spob/space/moon-M06.webp
+share/naev/dat/gfx/spob/space/moon-O00.webp
+share/naev/dat/gfx/spob/space/moon-O01.webp
+share/naev/dat/gfx/spob/space/moon-P00.webp
+share/naev/dat/gfx/spob/space/moon-P01.webp
+share/naev/dat/gfx/spob/space/moon-P02.webp
+share/naev/dat/gfx/spob/space/moon-P03.webp
+share/naev/dat/gfx/spob/space/moon-X00.webp
+share/naev/dat/gfx/spob/space/moon-Y00.webp
+share/naev/dat/gfx/spob/space/obelisk_pirate.webp
+share/naev/dat/gfx/spob/space/obelisk_sirius.webp
+share/naev/dat/gfx/spob/space/ringworld.webp
+share/naev/dat/gfx/spob/space/ringworld_destroyed.webp
+share/naev/dat/gfx/spob/space/station-agriculture.webp
+share/naev/dat/gfx/spob/space/station-battlestation.webp
+share/naev/dat/gfx/spob/space/station-commerce.webp
+share/naev/dat/gfx/spob/space/station-commerce2.webp
+share/naev/dat/gfx/spob/space/station-commerce3.webp
+share/naev/dat/gfx/spob/space/station-commerce4.webp
+share/naev/dat/gfx/spob/space/station-cylinder.webp
+share/naev/dat/gfx/spob/space/station-destroyed1.webp
+share/naev/dat/gfx/spob/space/station-destroyed2.webp
+share/naev/dat/gfx/spob/space/station-destroyed3.webp
+share/naev/dat/gfx/spob/space/station-destroyed4.webp
+share/naev/dat/gfx/spob/space/station-destroyed5.webp
+share/naev/dat/gfx/spob/space/station-dvaered1.webp
+share/naev/dat/gfx/spob/space/station-fleetbase.webp
+share/naev/dat/gfx/spob/space/station-fleetbase2.webp
+share/naev/dat/gfx/spob/space/station-fleetbase3.webp
+share/naev/dat/gfx/spob/space/station-fleetbase4.webp
+share/naev/dat/gfx/spob/space/station-pointy1.webp
+share/naev/dat/gfx/spob/space/station-powerplant.webp
+share/naev/dat/gfx/spob/space/station-ring1.webp
+share/naev/dat/gfx/spob/space/station-round1.webp
+share/naev/dat/gfx/spob/space/station-round2.webp
+share/naev/dat/gfx/spob/space/station-round3.webp
+share/naev/dat/gfx/spob/space/station-shipyard.webp
+share/naev/dat/gfx/spob/space/station-shipyard2.webp
+share/naev/dat/gfx/spob/space/station-shipyard3.webp
+share/naev/dat/gfx/spob/space/station-shipyard4.webp
+share/naev/dat/gfx/spob/space/station-sphere.webp
+share/naev/dat/gfx/spob/space/wrath.webp
+share/naev/dat/gfx/spob/space/zalek_hq.webp
+share/naev/dat/gfx/spob/space/zalek_research_station1.webp
+share/naev/dat/gfx/spob/space/zalek_research_station2.webp
+share/naev/dat/gfx/spob/space/zalek_station1.webp
+share/naev/dat/gfx/spob/space/zalek_station2.webp
+share/naev/dat/gfx/vn/characters/DOG.webp
+share/naev/dat/gfx/vn/characters/blackcat.webp
+share/naev/dat/gfx/vn/characters/cyborg_chicken.png
+share/naev/dat/gfx/vn/characters/cyborg_chicken_pirate.webp
+share/naev/dat/gfx/vn/characters/drshrimp.png
+share/naev/dat/gfx/vn/characters/dvaered1.webp
+share/naev/dat/gfx/vn/characters/dvaered_thug1.png
+share/naev/dat/gfx/vn/characters/judge_holmes.webp
+share/naev/dat/gfx/vn/characters/l337_b01.webp
+share/naev/dat/gfx/vn/characters/lieutenant_stafner.webp
+share/naev/dat/gfx/vn/characters/lonewolf4.webp
+share/naev/dat/gfx/vn/characters/lucas.webp
+share/naev/dat/gfx/vn/characters/maikki.png
+share/naev/dat/gfx/vn/characters/maikki_pirate.webp
+share/naev/dat/gfx/vn/characters/major_malik.webp
+share/naev/dat/gfx/vn/characters/major_tam.webp
+share/naev/dat/gfx/vn/characters/mapmaker.webp
+share/naev/dat/gfx/vn/characters/minerva_terminal.png
+share/naev/dat/gfx/vn/characters/minervaceo.webp
+share/naev/dat/gfx/vn/characters/minervamole.webp
+share/naev/dat/gfx/vn/characters/misi.png
+share/naev/dat/gfx/vn/characters/nelly.webp
+share/naev/dat/gfx/vn/characters/neutral/bartender_f1.webp
+share/naev/dat/gfx/vn/characters/neutral/bartender_m1.webp
+share/naev/dat/gfx/vn/characters/neutral/female1n.webp
+share/naev/dat/gfx/vn/characters/neutral/female2n.webp
+share/naev/dat/gfx/vn/characters/neutral/female2n_nogog.webp
+share/naev/dat/gfx/vn/characters/neutral/female3n.webp
+share/naev/dat/gfx/vn/characters/neutral/female4n.webp
+share/naev/dat/gfx/vn/characters/neutral/female5n.webp
+share/naev/dat/gfx/vn/characters/neutral/female6n.webp
+share/naev/dat/gfx/vn/characters/neutral/male1n.webp
+share/naev/dat/gfx/vn/characters/neutral/male2n.webp
+share/naev/dat/gfx/vn/characters/neutral/male3n.webp
+share/naev/dat/gfx/vn/characters/neutral/male3n_v2.webp
+share/naev/dat/gfx/vn/characters/neutral/unique/baron_sauterfeldt.webp
+share/naev/dat/gfx/vn/characters/noona.png
+share/naev/dat/gfx/vn/characters/notasockpuppet.webp
+share/naev/dat/gfx/vn/characters/old_man.png
+share/naev/dat/gfx/vn/characters/scavenger1.png
+share/naev/dat/gfx/vn/characters/sergeant_nikolov.webp
+share/naev/dat/gfx/vn/characters/shiplover.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_fyrra_m1_v2.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_fyrra_m1_v3.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_fyrra_m1_v4.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_fyrra_m1n.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_f1.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_f2.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_f3.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_f4.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_m1.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_m2.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_m3.webp
+share/naev/dat/gfx/vn/characters/sirius/sirius_serra_m4.webp
+share/naev/dat/gfx/vn/characters/soromid/soromid_heavy_civilian_1.webp
+share/naev/dat/gfx/vn/characters/soromid/soromid_heavy_civilian_2.webp
+share/naev/dat/gfx/vn/characters/soromid/soromid_heavy_civilian_3.webp
+share/naev/dat/gfx/vn/characters/soromid/soromid_heavy_military_3.webp
+share/naev/dat/gfx/vn/characters/strangelove.png
+share/naev/dat/gfx/vn/characters/trixie.webp
+share/naev/dat/gfx/vn/characters/tutorial.webp
+share/naev/dat/gfx/vn/characters/underworlder.webp
+share/naev/dat/gfx/vn/characters/verner.webp
+share/naev/dat/gfx/vn/characters/zach.webp
+share/naev/dat/gfx/vn/characters/zalek1.png
+share/naev/dat/gfx/vn/characters/zalek2.png
+share/naev/dat/gfx/vn/characters/zalek3.webp
+share/naev/dat/gfx/vn/characters/zalek_thug1.png
+share/naev/dat/gfx/vn/characters/zuri.webp
+share/naev/dat/gfx/vn/characters/zuri_hurt.webp
+share/naev/dat/gfx/vn/posters/dvaered/dv_athena.png
+share/naev/dat/gfx/vn/posters/dvaered/dv_brunhilde.png
+share/naev/dat/gfx/vn/posters/dvaered/dv_goliath.png
+share/naev/dat/gfx/vn/posters/dvaered/dv_good_manners_ad.png
+share/naev/dat/gfx/vn/posters/dvaered/dv_minotaur.png
+share/naev/dat/gfx/vn/posters/dvaered/dv_oeudipe.png
+share/naev/dat/gfx/vn/posters/flf/flf_spam2.png
+share/naev/dat/gfx/vn/posters/flf/flf_spam_small.png
+share/naev/dat/glsl/astaura.frag
+share/naev/dat/glsl/asteroidmarker.frag
+share/naev/dat/glsl/beam.frag
+share/naev/dat/glsl/blinkmarker.frag
+share/naev/dat/glsl/chakra_exp.frag
+share/naev/dat/glsl/circle.frag
+share/naev/dat/glsl/cleansing_flames.frag
+share/naev/dat/glsl/colourblind.frag
+share/naev/dat/glsl/crosshairs.frag
+share/naev/dat/glsl/damage.frag
+share/naev/dat/glsl/dust.frag
+share/naev/dat/glsl/dust.geom
+share/naev/dat/glsl/dust.vert
+share/naev/dat/glsl/effect.vert
+share/naev/dat/glsl/effect15x.vert
+share/naev/dat/glsl/effect2x.vert
+share/naev/dat/glsl/effects/antimatter_taint.frag
+share/naev/dat/glsl/effects/astral_projection.frag
+share/naev/dat/glsl/effects/avatar_of_sirichana.frag
+share/naev/dat/glsl/effects/blink.frag
+share/naev/dat/glsl/effects/chakra_corruption.frag
+share/naev/dat/glsl/effects/ethereal.frag
+share/naev/dat/glsl/effects/fadein.frag
+share/naev/dat/glsl/effects/fadeout.frag
+share/naev/dat/glsl/effects/feather_drive.frag
+share/naev/dat/glsl/effects/fractured_reality.frag
+share/naev/dat/glsl/effects/hypergate_enter.frag
+share/naev/dat/glsl/effects/hypergate_exit.frag
+share/naev/dat/glsl/effects/ionization.frag
+share/naev/dat/glsl/effects/plasma_burn.frag
+share/naev/dat/glsl/effects/plasma_burn2.frag
+share/naev/dat/glsl/effects/psychic_orb_off.frag
+share/naev/dat/glsl/effects/psychic_orb_on.frag
+share/naev/dat/glsl/effects/shared/hypergate.frag
+share/naev/dat/glsl/effects/shared/plasma_burn_base.glsl
+share/naev/dat/glsl/effects/shared/wormhole.frag
+share/naev/dat/glsl/effects/shieldboost.frag
+share/naev/dat/glsl/effects/wormhole_enter.frag
+share/naev/dat/glsl/effects/wormhole_exit.frag
+share/naev/dat/glsl/emp.frag
+share/naev/dat/glsl/emp_blast.frag
+share/naev/dat/glsl/explosion.frag
+share/naev/dat/glsl/factiondisk.frag
+share/naev/dat/glsl/font.frag
+share/naev/dat/glsl/font.vert
+share/naev/dat/glsl/gamma_correction.frag
+share/naev/dat/glsl/gear.frag
+share/naev/dat/glsl/haze_map.frag
+share/naev/dat/glsl/healthbar.frag
+share/naev/dat/glsl/hilight.frag
+share/naev/dat/glsl/hilight_circle.frag
+share/naev/dat/glsl/iflockon.frag
+share/naev/dat/glsl/jump.frag
+share/naev/dat/glsl/jumplane.frag
+share/naev/dat/glsl/jumplanegoto.frag
+share/naev/dat/glsl/jumpmarker.frag
+share/naev/dat/glsl/lib/blend.glsl
+share/naev/dat/glsl/lib/blur.glsl
+share/naev/dat/glsl/lib/cellular.glsl
+share/naev/dat/glsl/lib/cofactor.glsl
+share/naev/dat/glsl/lib/colour.glsl
+share/naev/dat/glsl/lib/gamma.glsl
+share/naev/dat/glsl/lib/math.glsl
+share/naev/dat/glsl/lib/nebula.glsl
+share/naev/dat/glsl/lib/perlin.glsl
+share/naev/dat/glsl/lib/sdf.glsl
+share/naev/dat/glsl/lib/simplex.glsl
+share/naev/dat/glsl/lib/sobel.glsl
+share/naev/dat/glsl/lib/wavenoise.glsl
+share/naev/dat/glsl/lines.frag
+share/naev/dat/glsl/lines.vert
+share/naev/dat/glsl/love/hypergate_travel.frag
+share/naev/dat/glsl/love/obelisk_enter.frag
+share/naev/dat/glsl/love/obelisk_exit.frag
+share/naev/dat/glsl/love/wormhole_travel.frag
+share/naev/dat/glsl/material.frag
+share/naev/dat/glsl/material.vert
+share/naev/dat/glsl/material_pbr.frag
+share/naev/dat/glsl/mizar_map.frag
+share/naev/dat/glsl/nebula.vert
+share/naev/dat/glsl/nebula_background.frag
+share/naev/dat/glsl/nebula_map.frag
+share/naev/dat/glsl/nebula_overlay.frag
+share/naev/dat/glsl/nebula_puff.frag
+share/naev/dat/glsl/notemarker.frag
+share/naev/dat/glsl/particles/chakra.frag
+share/naev/dat/glsl/particles/disruptor_s1.frag
+share/naev/dat/glsl/particles/disruptor_s2.frag
+share/naev/dat/glsl/particles/energy_harpoon.frag
+share/naev/dat/glsl/particles/razor_s1.frag
+share/naev/dat/glsl/particles/razor_s2.frag
+share/naev/dat/glsl/particles/razor_s3.frag
+share/naev/dat/glsl/particles/shared/disruptor.glsl
+share/naev/dat/glsl/particles/shared/razor.glsl
+share/naev/dat/glsl/particles/spittle.frag
+share/naev/dat/glsl/pilotmarker.frag
+share/naev/dat/glsl/pilotscanning.frag
+share/naev/dat/glsl/plasmastorm_map.frag
+share/naev/dat/glsl/playermarker.frag
+share/naev/dat/glsl/points.frag
+share/naev/dat/glsl/postprocess.vert
+share/naev/dat/glsl/project.vert
+share/naev/dat/glsl/project_pos.vert
+share/naev/dat/glsl/pso_map.frag
+share/naev/dat/glsl/safelane.frag
+share/naev/dat/glsl/sdfsolid.frag
+share/naev/dat/glsl/selectposition.frag
+share/naev/dat/glsl/selectspob.frag
+share/naev/dat/glsl/shake.frag
+share/naev/dat/glsl/smooth.frag
+share/naev/dat/glsl/smooth.vert
+share/naev/dat/glsl/solid.frag
+share/naev/dat/glsl/spark.frag
+share/naev/dat/glsl/spobmarker_base.frag
+share/naev/dat/glsl/spobmarker_earth.frag
+share/naev/dat/glsl/spobmarker_empty.frag
+share/naev/dat/glsl/spobmarker_obelisk.frag
+share/naev/dat/glsl/spobmarker_rhombus.frag
+share/naev/dat/glsl/spobmarker_triangle.frag
+share/naev/dat/glsl/spobmarker_wormhole.frag
+share/naev/dat/glsl/status.frag
+share/naev/dat/glsl/stealthaura.frag
+share/naev/dat/glsl/stealthmarker.frag
+share/naev/dat/glsl/stealthoverlay.frag
+share/naev/dat/glsl/stellarwind_map.frag
+share/naev/dat/glsl/sysmarker.frag
+share/naev/dat/glsl/system_map.vert
+share/naev/dat/glsl/targetship.frag
+share/naev/dat/glsl/targetspob.frag
+share/naev/dat/glsl/texture.frag
+share/naev/dat/glsl/texture.vert
+share/naev/dat/glsl/texture_interpolate.frag
+share/naev/dat/glsl/texturesdf.frag
+share/naev/dat/glsl/texturesdf.vert
+share/naev/dat/glsl/trail.frag
+share/naev/dat/gui/brushed.lua
+share/naev/dat/gui/legacy.lua
+share/naev/dat/gui/slim.lua
+share/naev/dat/gui/slimv2.lua
+share/naev/dat/intro
+share/naev/dat/loadscreen.lua
+share/naev/dat/map_decorator/blackhole.xml
+share/naev/dat/map_decorator/dvaered.xml
+share/naev/dat/map_decorator/empire.xml
+share/naev/dat/map_decorator/frontier.xml
+share/naev/dat/map_decorator/nebula.xml
+share/naev/dat/map_decorator/proteron.xml
+share/naev/dat/map_decorator/sirius.xml
+share/naev/dat/map_decorator/soromid.xml
+share/naev/dat/map_decorator/zalek.xml
+share/naev/dat/missions/baron/baron_baron.lua
+share/naev/dat/missions/baron/baron_prince.lua
+share/naev/dat/missions/baron/readme.md
+share/naev/dat/missions/dvaered/assault_on_unicorn.lua
+share/naev/dat/missions/dvaered/championship.lua
+share/naev/dat/missions/dvaered/dv_antiflf01.lua
+share/naev/dat/missions/dvaered/dv_antiflf02.lua
+share/naev/dat/missions/dvaered/dv_antiflf03.lua
+share/naev/dat/missions/dvaered/dv_diversion.lua
+share/naev/dat/missions/dvaered/dv_rehab.lua
+share/naev/dat/missions/dvaered/frontier_war/fw00_escort.lua
+share/naev/dat/missions/dvaered/frontier_war/fw01_sabotage.lua
+share/naev/dat/missions/dvaered/frontier_war/fw02_escape.lua
+share/naev/dat/missions/dvaered/frontier_war/fw03_sirius.lua
+share/naev/dat/missions/dvaered/frontier_war/fw04_meeting.lua
+share/naev/dat/missions/dvaered/frontier_war/fw05_triathlon.lua
+share/naev/dat/missions/dvaered/gauntlet/gauntlet.lua
+share/naev/dat/missions/dvaered/gauntlet/gui.lua
+share/naev/dat/missions/dvaered/gauntlet/tables.lua
+share/naev/dat/missions/dvaered/recruitment/dv_bikers.lua
+share/naev/dat/missions/dvaered/recruitment/dv_census.lua
+share/naev/dat/missions/dvaered/recruitment/dv_census_00.lua
+share/naev/dat/missions/dvaered/recruitment/dv_goddard.lua
+share/naev/dat/missions/dvaered/recruitment/dv_intelligence.lua
+share/naev/dat/missions/dvaered/recruitment/dv_lostagent.lua
+share/naev/dat/missions/dvaered/recruitment/dv_propaganda.lua
+share/naev/dat/missions/dvaered/recruitment/dv_shopping.lua
+share/naev/dat/missions/empire/collective/ec00.lua
+share/naev/dat/missions/empire/collective/ec01.lua
+share/naev/dat/missions/empire/collective/ec02.lua
+share/naev/dat/missions/empire/collective/ec03.lua
+share/naev/dat/missions/empire/collective/ec04.lua
+share/naev/dat/missions/empire/collective/ec05.lua
+share/naev/dat/missions/empire/collective/ec06.lua
+share/naev/dat/missions/empire/emp_cargo00.lua
+share/naev/dat/missions/empire/emp_rehab.lua
+share/naev/dat/missions/empire/es_cargo.lua
+share/naev/dat/missions/empire/longdistanceshipping/emp_longdistancecargo1.lua
+share/naev/dat/missions/empire/longdistanceshipping/emp_longdistancecargo2.lua
+share/naev/dat/missions/empire/longdistanceshipping/emp_longdistancecargo3.lua
+share/naev/dat/missions/empire/longdistanceshipping/emp_longdistancecargo4.lua
+share/naev/dat/missions/empire/longdistanceshipping/emp_longdistancecargo5.lua
+share/naev/dat/missions/empire/longdistanceshipping/emp_longdistancecargo6.lua
+share/naev/dat/missions/empire/longdistanceshipping/es_longdistancecargo.lua
+share/naev/dat/missions/empire/shipping/es00.lua
+share/naev/dat/missions/empire/shipping/es01.lua
+share/naev/dat/missions/empire/shipping/es02.lua
+share/naev/dat/missions/flf/dvk/flf_dvk01.lua
+share/naev/dat/missions/flf/dvk/flf_dvk02.lua
+share/naev/dat/missions/flf/dvk/flf_dvk03.lua
+share/naev/dat/missions/flf/dvk/flf_dvk04.lua
+share/naev/dat/missions/flf/dvk/flf_dvk05.lua
+share/naev/dat/missions/flf/dvk/flf_dvk06.lua
+share/naev/dat/missions/flf/dvk/flf_dvk07.lua
+share/naev/dat/missions/flf/flf_commodity_run.lua
+share/naev/dat/missions/flf/flf_common.lua
+share/naev/dat/missions/flf/flf_diversion.lua
+share/naev/dat/missions/flf/flf_empatrol.lua
+share/naev/dat/missions/flf/flf_patrol.lua
+share/naev/dat/missions/flf/flf_pirates.lua
+share/naev/dat/missions/flf/flf_pre01.lua
+share/naev/dat/missions/flf/flf_pre02.lua
+share/naev/dat/missions/flf/flf_rehab.lua
+share/naev/dat/missions/flf/flf_rogue.lua
+share/naev/dat/missions/minerva/finale1.lua
+share/naev/dat/missions/minerva/finale2.lua
+share/naev/dat/missions/minerva/judgement.lua
+share/naev/dat/missions/minerva/kex1.lua
+share/naev/dat/missions/minerva/kex2.lua
+share/naev/dat/missions/minerva/kex3.lua
+share/naev/dat/missions/minerva/kex4.lua
+share/naev/dat/missions/minerva/kex5.lua
+share/naev/dat/missions/minerva/maikki1.lua
+share/naev/dat/missions/minerva/maikki2.lua
+share/naev/dat/missions/minerva/pirate1.lua
+share/naev/dat/missions/minerva/pirate2.lua
+share/naev/dat/missions/minerva/pirate3.lua
+share/naev/dat/missions/minerva/pirate4.lua
+share/naev/dat/missions/minerva/pirate5.lua
+share/naev/dat/missions/minerva/pirate6.lua
+share/naev/dat/missions/minerva/readme.md
+share/naev/dat/missions/neutral/animaltransport.lua
+share/naev/dat/missions/neutral/antlejos/ant01.lua
+share/naev/dat/missions/neutral/antlejos/ant02.lua
+share/naev/dat/missions/neutral/antlejos/ant03.lua
+share/naev/dat/missions/neutral/antlejos/ant04.lua
+share/naev/dat/missions/neutral/antlejos/ant05.lua
+share/naev/dat/missions/neutral/antlejos/ant06.lua
+share/naev/dat/missions/neutral/antlejos/ant07.lua
+share/naev/dat/missions/neutral/antlejos/ant08.lua
+share/naev/dat/missions/neutral/antlejos/ant09.lua
+share/naev/dat/missions/neutral/antlejos/ant10.lua
+share/naev/dat/missions/neutral/antlejos/ant_supplies.lua
+share/naev/dat/missions/neutral/antlejos/readme.md
+share/naev/dat/missions/neutral/aristodrink.lua
+share/naev/dat/missions/neutral/bounty.lua
+share/naev/dat/missions/neutral/cargo.lua
+share/naev/dat/missions/neutral/cargo_rush.lua
+share/naev/dat/missions/neutral/commodity_run.lua
+share/naev/dat/missions/neutral/crimelord.lua
+share/naev/dat/missions/neutral/derelict_rescue.lua
+share/naev/dat/missions/neutral/diy-nerds.lua
+share/naev/dat/missions/neutral/drunkard.lua
+share/naev/dat/missions/neutral/dts_00.lua
+share/naev/dat/missions/neutral/dts_01.lua
+share/naev/dat/missions/neutral/dts_02.lua
+share/naev/dat/missions/neutral/foodbiz/delivercake.lua
+share/naev/dat/missions/neutral/foodbiz/deliverlove.lua
+share/naev/dat/missions/neutral/kidnapped/traffic_00.lua
+share/naev/dat/missions/neutral/kidnapped/traffic_01.lua
+share/naev/dat/missions/neutral/majesteka_stowaways.lua
+share/naev/dat/missions/neutral/nebu_satellite.lua
+share/naev/dat/missions/neutral/new_europe_refugees.lua
+share/naev/dat/missions/neutral/oldwoman.lua
+share/naev/dat/missions/neutral/patrol.lua
+share/naev/dat/missions/neutral/poi.lua
+share/naev/dat/missions/neutral/poi/caretaker.lua
+share/naev/dat/missions/neutral/poi/data_intro.lua
+share/naev/dat/missions/neutral/poi/gate_safety.lua
+share/naev/dat/missions/neutral/poi/nebula_crystals.lua
+share/naev/dat/missions/neutral/poi/proteron_agent.lua
+share/naev/dat/missions/neutral/poi/proteron_press.lua
+share/naev/dat/missions/neutral/poi/red_rackham.lua
+share/naev/dat/missions/neutral/poi/soromid_biologist.lua
+share/naev/dat/missions/neutral/poi/zalek_drone.lua
+share/naev/dat/missions/neutral/poi_intro.lua
+share/naev/dat/missions/neutral/race/tracks_qex.lua
+share/naev/dat/missions/neutral/race/tracks_zlk.lua
+share/naev/dat/missions/neutral/race1.lua
+share/naev/dat/missions/neutral/race2.lua
+share/naev/dat/missions/neutral/race_qex.lua
+share/naev/dat/missions/neutral/reynir.lua
+share/naev/dat/missions/neutral/runaway/runaway_cynthia.lua
+share/naev/dat/missions/neutral/runaway/runaway_search.lua
+share/naev/dat/missions/neutral/seek_n_destroy.lua
+share/naev/dat/missions/neutral/sightseeing.lua
+share/naev/dat/missions/neutral/spacefamily.lua
+share/naev/dat/missions/neutral/teenager.lua
+share/naev/dat/missions/neutral/wastedump.lua
+share/naev/dat/missions/pirate/blackcat.lua
+share/naev/dat/missions/pirate/contraband.lua
+share/naev/dat/missions/pirate/contraband_cake.lua
+share/naev/dat/missions/pirate/hitman.lua
+share/naev/dat/missions/pirate/hitman2.lua
+share/naev/dat/missions/pirate/lucas/lucas01.lua
+share/naev/dat/missions/pirate/lucas/lucas02.lua
+share/naev/dat/missions/pirate/lucas/readme.md
+share/naev/dat/missions/pirate/patrol.lua
+share/naev/dat/missions/pirate/pir_clan_cargo.lua
+share/naev/dat/missions/pirate/pir_hit.lua
+share/naev/dat/missions/pirate/pir_hit_intro.lua
+share/naev/dat/missions/pirate/pir_ship_stealing.lua
+share/naev/dat/missions/pirate/pirate_commodity_run.lua
+share/naev/dat/missions/pirate/raid.lua
+share/naev/dat/missions/proteron/dissbounty_dead.lua
+share/naev/dat/missions/shadow/darkshadow.lua
+share/naev/dat/missions/shadow/readme.md
+share/naev/dat/missions/shadow/shadowrun.lua
+share/naev/dat/missions/shadow/shadowvigil.lua
+share/naev/dat/missions/shark/sh00_ancestorkill.lua
+share/naev/dat/missions/shark/sh01_corvette.lua
+share/naev/dat/missions/shark/sh02_tapping.lua
+share/naev/dat/missions/shark/sh03_hailing.lua
+share/naev/dat/missions/shark/sh04_meeting.lua
+share/naev/dat/missions/shark/sh05_flf.lua
+share/naev/dat/missions/shark/sh06_arandon.lua
+share/naev/dat/missions/shark/sh07_pirates.lua
+share/naev/dat/missions/sirius/achack/achack01.lua
+share/naev/dat/missions/sirius/achack/achack02.lua
+share/naev/dat/missions/sirius/achack/achack03.lua
+share/naev/dat/missions/sirius/achack/achack04.lua
+share/naev/dat/missions/sirius/achack/readme.md
+share/naev/dat/missions/sirius/heretic/heretic0.lua
+share/naev/dat/missions/sirius/heretic/heretic1.lua
+share/naev/dat/missions/sirius/heretic/heretic2.lua
+share/naev/dat/missions/sirius/heretic/heretic3.lua
+share/naev/dat/missions/sirius/heretic/heretic4.lua
+share/naev/dat/missions/sirius/sirius_awakening.lua
+share/naev/dat/missions/sirius/srs_ferry.lua
+share/naev/dat/missions/sirius/srs_rehab.lua
+share/naev/dat/missions/soromid/srm_rehab.lua
+share/naev/dat/missions/taiomi/readme.md
+share/naev/dat/missions/taiomi/taiomi01.lua
+share/naev/dat/missions/taiomi/taiomi02.lua
+share/naev/dat/missions/taiomi/taiomi03.lua
+share/naev/dat/missions/taiomi/taiomi04.lua
+share/naev/dat/missions/taiomi/taiomi05.lua
+share/naev/dat/missions/taiomi/taiomi06.lua
+share/naev/dat/missions/taiomi/taiomi07.lua
+share/naev/dat/missions/taiomi/taiomi08.lua
+share/naev/dat/missions/taiomi/taiomi09.lua
+share/naev/dat/missions/taiomi/taiomi10.lua
+share/naev/dat/missions/trader/anxiousmerchant.lua
+share/naev/dat/missions/trader/trader_escort.lua
+share/naev/dat/missions/trader/trader_rehab.lua
+share/naev/dat/missions/tutorial/nelly01.lua
+share/naev/dat/missions/tutorial/nelly02.lua
+share/naev/dat/missions/tutorial/nelly03.lua
+share/naev/dat/missions/tutorial/tutorial.lua
+share/naev/dat/missions/zalek/blackhole/readme.md
+share/naev/dat/missions/zalek/blackhole/zbh01.lua
+share/naev/dat/missions/zalek/blackhole/zbh02.lua
+share/naev/dat/missions/zalek/blackhole/zbh03.lua
+share/naev/dat/missions/zalek/blackhole/zbh04.lua
+share/naev/dat/missions/zalek/blackhole/zbh05.lua
+share/naev/dat/missions/zalek/blackhole/zbh06.lua
+share/naev/dat/missions/zalek/blackhole/zbh07.lua
+share/naev/dat/missions/zalek/blackhole/zbh08.lua
+share/naev/dat/missions/zalek/blackhole/zbh09.lua
+share/naev/dat/missions/zalek/blackhole/zbh10.lua
+share/naev/dat/missions/zalek/blackhole/zbh11.lua
+share/naev/dat/missions/zalek/neburesearch/neburesearch_00.lua
+share/naev/dat/missions/zalek/neburesearch/neburesearch_01.lua
+share/naev/dat/missions/zalek/neburesearch/neburesearch_02.lua
+share/naev/dat/missions/zalek/neburesearch/neburesearch_03.lua
+share/naev/dat/missions/zalek/neburesearch/neburesearch_04.lua
+share/naev/dat/missions/zalek/neburesearch/neburesearch_05.lua
+share/naev/dat/missions/zalek/particlephysics/readme.md
+share/naev/dat/missions/zalek/particlephysics/zpp01.lua
+share/naev/dat/missions/zalek/particlephysics/zpp02.lua
+share/naev/dat/missions/zalek/particlephysics/zpp03.lua
+share/naev/dat/missions/zalek/particlephysics/zpp04.lua
+share/naev/dat/missions/zalek/particlephysics/zpp05.lua
+share/naev/dat/missions/zalek/particlephysics/zpp06.lua
+share/naev/dat/missions/zalek/sciencegonewrong/00_sciwrong.lua
+share/naev/dat/missions/zalek/sciencegonewrong/01_sciwrong.lua
+share/naev/dat/missions/zalek/sciencegonewrong/02_sciwrong.lua
+share/naev/dat/missions/zalek/zlk_cargorun.lua
+share/naev/dat/missions/zalek/zlk_rehab.lua
+share/naev/dat/missions/zalek/zlk_test.lua
+share/naev/dat/outfits/accessory/air_freshener.xml
+share/naev/dat/outfits/accessory/black_cat_doll.lua
+share/naev/dat/outfits/accessory/black_cat_doll.xml
+share/naev/dat/outfits/accessory/broken_nebular_shielding_prototype.xml
+share/naev/dat/outfits/accessory/commemorative_stein.xml
+share/naev/dat/outfits/accessory/cyborg_feather.xml
+share/naev/dat/outfits/accessory/dv_handbook.xml
+share/naev/dat/outfits/accessory/fuzzy_dice.xml
+share/naev/dat/outfits/accessory/goatee_marker.xml
+share/naev/dat/outfits/accessory/key_chain.xml
+share/naev/dat/outfits/accessory/left_boot.xml
+share/naev/dat/outfits/accessory/love_letter.xml
+share/naev/dat/outfits/accessory/pentagram_of_valor.xml
+share/naev/dat/outfits/accessory/pilot_doll.xml
+share/naev/dat/outfits/accessory/racing_trophy.xml
+share/naev/dat/outfits/accessory/rackham_razor.lua
+share/naev/dat/outfits/accessory/rackham_razor.xml
+share/naev/dat/outfits/accessory/sandwich_holder.xml
+share/naev/dat/outfits/accessory/satellite_mockup.xml
+share/naev/dat/outfits/accessory/star_of_valor.xml
+share/naev/dat/outfits/accessory/swamp_bombing.xml
+share/naev/dat/outfits/accessory/toy_drone.xml
+share/naev/dat/outfits/accessory/trading_card_common.xml
+share/naev/dat/outfits/accessory/trading_card_rare.xml
+share/naev/dat/outfits/accessory/trading_card_uncommon.xml
+share/naev/dat/outfits/accessory/ugly_statue.xml
+share/naev/dat/outfits/accessory/vacuum_cleaner.xml
+share/naev/dat/outfits/bioship/immane_cerebrum_i.xml
+share/naev/dat/outfits/bioship/immane_cerebrum_ii.xml
+share/naev/dat/outfits/bioship/immane_cerebrum_iii.xml
+share/naev/dat/outfits/bioship/immanis_cortex_i.xml
+share/naev/dat/outfits/bioship/immanis_cortex_ii.xml
+share/naev/dat/outfits/bioship/immanis_cortex_iii.xml
+share/naev/dat/outfits/bioship/immanis_gene_drive_i.xml
+share/naev/dat/outfits/bioship/immanis_gene_drive_ii.xml
+share/naev/dat/outfits/bioship/immanis_gene_drive_iii.xml
+share/naev/dat/outfits/bioship/laevis_cortex_i.xml
+share/naev/dat/outfits/bioship/laevis_cortex_ii.xml
+share/naev/dat/outfits/bioship/laevis_gene_drive_i.xml
+share/naev/dat/outfits/bioship/laevis_gene_drive_ii.xml
+share/naev/dat/outfits/bioship/laevum_cerebrum_i.xml
+share/naev/dat/outfits/bioship/laevum_cerebrum_ii.xml
+share/naev/dat/outfits/bioship/largum_cerebrum_i.xml
+share/naev/dat/outfits/bioship/largum_cerebrum_ii.xml
+share/naev/dat/outfits/bioship/largus_cortex_i.xml
+share/naev/dat/outfits/bioship/largus_cortex_ii.xml
+share/naev/dat/outfits/bioship/largus_cortex_iii.xml
+share/naev/dat/outfits/bioship/largus_gene_drive_i.xml
+share/naev/dat/outfits/bioship/largus_gene_drive_ii.xml
+share/naev/dat/outfits/bioship/mediocre_cerebrum_i.xml
+share/naev/dat/outfits/bioship/mediocre_cerebrum_ii.xml
+share/naev/dat/outfits/bioship/mediocris_cortex_i.xml
+share/naev/dat/outfits/bioship/mediocris_cortex_ii.xml
+share/naev/dat/outfits/bioship/mediocris_gene_drive_i.xml
+share/naev/dat/outfits/bioship/mediocris_gene_drive_ii.xml
+share/naev/dat/outfits/bioship/mediocris_gene_drive_iii.xml
+share/naev/dat/outfits/bioship/perleve_cerebrum_i.xml
+share/naev/dat/outfits/bioship/perleve_cerebrum_ii.xml
+share/naev/dat/outfits/bioship/perlevis_cortex_i.xml
+share/naev/dat/outfits/bioship/perlevis_cortex_ii.xml
+share/naev/dat/outfits/bioship/perlevis_gene_drive_i.xml
+share/naev/dat/outfits/bioship/perlevis_gene_drive_ii.xml
+share/naev/dat/outfits/bioship/ponderosum_cerebrum_i.xml
+share/naev/dat/outfits/bioship/ponderosum_cerebrum_ii.xml
+share/naev/dat/outfits/bioship/ponderosum_cerebrum_iii.xml
+share/naev/dat/outfits/bioship/ponderosus_cortex_i.xml
+share/naev/dat/outfits/bioship/ponderosus_cortex_ii.xml
+share/naev/dat/outfits/bioship/ponderosus_cortex_iii.xml
+share/naev/dat/outfits/bioship/ponderosus_gene_drive_i.xml
+share/naev/dat/outfits/bioship/ponderosus_gene_drive_ii.xml
+share/naev/dat/outfits/bioship/ponderosus_gene_drive_iii.xml
+share/naev/dat/outfits/bioship/skills/adaptive_jump.xml
+share/naev/dat/outfits/bioship/skills/adrenal_gland_i.xml
+share/naev/dat/outfits/bioship/skills/adrenal_gland_ii.xml
+share/naev/dat/outfits/bioship/skills/adrenal_gland_iii.xml
+share/naev/dat/outfits/bioship/skills/adrenaline_hormones.xml
+share/naev/dat/outfits/bioship/skills/ambush_hunter.lua
+share/naev/dat/outfits/bioship/skills/ambush_hunter.xml
+share/naev/dat/outfits/bioship/skills/bioplasma.lua
+share/naev/dat/outfits/bioship/skills/bioplasma2.lua
+share/naev/dat/outfits/bioship/skills/bulky_abdomen.xml
+share/naev/dat/outfits/bioship/skills/cargo_sacs.xml
+share/naev/dat/outfits/bioship/skills/compound_eyes.xml
+share/naev/dat/outfits/bioship/skills/corrosion_i.xml
+share/naev/dat/outfits/bioship/skills/corrosion_ii.xml
+share/naev/dat/outfits/bioship/skills/crippling_plasma.xml
+share/naev/dat/outfits/bioship/skills/enhanced_smell.xml
+share/naev/dat/outfits/bioship/skills/feral_rage_i.lua
+share/naev/dat/outfits/bioship/skills/feral_rage_i.xml
+share/naev/dat/outfits/bioship/skills/feral_rage_ii.xml
+share/naev/dat/outfits/bioship/skills/feral_rage_iii.lua
+share/naev/dat/outfits/bioship/skills/feral_rage_iii.xml
+share/naev/dat/outfits/bioship/skills/fuel_bladder.xml
+share/naev/dat/outfits/bioship/skills/hard_shell.xml
+share/naev/dat/outfits/bioship/skills/hunters_instinct.lua
+share/naev/dat/outfits/bioship/skills/hunters_instinct.xml
+share/naev/dat/outfits/bioship/skills/natural_healing_i.xml
+share/naev/dat/outfits/bioship/skills/natural_healing_ii.xml
+share/naev/dat/outfits/bioship/skills/paralyzing_plasma.xml
+share/naev/dat/outfits/bioship/skills/plasma_burst.lua
+share/naev/dat/outfits/bioship/skills/plasma_burst.xml
+share/naev/dat/outfits/bioship/skills/reflective_shell.lua
+share/naev/dat/outfits/bioship/skills/reflective_shell.xml
+share/naev/dat/outfits/bioship/skills/silence.xml
+share/naev/dat/outfits/bioship/skills/the_bite.lua
+share/naev/dat/outfits/bioship/skills/the_bite.xml
+share/naev/dat/outfits/bioship/skills/the_bite_blood_lust.xml
+share/naev/dat/outfits/bioship/skills/the_bite_improved.xml
+share/naev/dat/outfits/bioship/skills/tracking_antennae.xml
+share/naev/dat/outfits/bioship/skills/tunnelling_organ.lua
+share/naev/dat/outfits/bioship/skills/tunnelling_organ.xml
+share/naev/dat/outfits/bioship/skills/wanderer.xml
+share/naev/dat/outfits/bioship/stinger_organ_i.xml
+share/naev/dat/outfits/bioship/stinger_organ_ii.xml
+share/naev/dat/outfits/bioship/stinger_organ_iii.xml
+share/naev/dat/outfits/bioship/talon_organ_i.xml
+share/naev/dat/outfits/bioship/talon_organ_ii.xml
+share/naev/dat/outfits/bioship/talon_organ_iii.xml
+share/naev/dat/outfits/bioship/talon_organ_iv.xml
+share/naev/dat/outfits/bioship/tentacle_organ_i.xml
+share/naev/dat/outfits/bioship/tentacle_organ_ii.xml
+share/naev/dat/outfits/bioship/tentacle_organ_iii.xml
+share/naev/dat/outfits/bioship/tentacle_organ_iv.xml
+share/naev/dat/outfits/core_engine/dummy_engine.xml
+share/naev/dat/outfits/core_engine/large/beat_up_large_engine.xml
+share/naev/dat/outfits/core_engine/large/krain_remige_engine.xml
+share/naev/dat/outfits/core_engine/large/melendez_mammoth_xl_engine.xml
+share/naev/dat/outfits/core_engine/large/nexus_bolt_3000_engine.xml
+share/naev/dat/outfits/core_engine/large/tricon_typhoon_engine.xml
+share/naev/dat/outfits/core_engine/large/tricon_typhoon_ii_engine.xml
+share/naev/dat/outfits/core_engine/large/unicorp_eagle_6500_engine.xml
+share/naev/dat/outfits/core_engine/medium/beat_up_medium_engine.xml
+share/naev/dat/outfits/core_engine/medium/krain_patagium_engine.xml
+share/naev/dat/outfits/core_engine/medium/melendez_buffalo_xl_engine.xml
+share/naev/dat/outfits/core_engine/medium/nexus_arrow_700_engine.xml
+share/naev/dat/outfits/core_engine/medium/tricon_cyclone_engine.xml
+share/naev/dat/outfits/core_engine/medium/tricon_cyclone_ii_engine.xml
+share/naev/dat/outfits/core_engine/medium/unicorp_falcon_1300_engine.xml
+share/naev/dat/outfits/core_engine/small/beat_up_small_engine.xml
+share/naev/dat/outfits/core_engine/small/melendez_ox_xl_engine.xml
+share/naev/dat/outfits/core_engine/small/nexus_dart_160_engine.xml
+share/naev/dat/outfits/core_engine/small/tricon_zephyr_engine.xml
+share/naev/dat/outfits/core_engine/small/tricon_zephyr_ii_engine.xml
+share/naev/dat/outfits/core_engine/small/unicorp_hawk_360_engine.xml
+share/naev/dat/outfits/core_engine/small/zalek_test_engine.xml
+share/naev/dat/outfits/core_hull/dummy_plating.xml
+share/naev/dat/outfits/core_hull/large/patchwork_heavy_plating.xml
+share/naev/dat/outfits/core_hull/large/rs_large_cargo_hull.xml
+share/naev/dat/outfits/core_hull/large/sk_heavy_combat_plating.xml
+share/naev/dat/outfits/core_hull/large/sk_large_cargo_hull.xml
+share/naev/dat/outfits/core_hull/large/sk_superheavy_combat_plating.xml
+share/naev/dat/outfits/core_hull/large/unicorp_d58_heavy_plating.xml
+share/naev/dat/outfits/core_hull/large/unicorp_d72_heavy_plating.xml
+share/naev/dat/outfits/core_hull/medium/nexus_medium_stealth_plating.xml
+share/naev/dat/outfits/core_hull/medium/patchwork_medium_plating.xml
+share/naev/dat/outfits/core_hull/medium/rs_medium_cargo_hull.xml
+share/naev/dat/outfits/core_hull/medium/sk_medium_cargo_hull.xml
+share/naev/dat/outfits/core_hull/medium/sk_medium_combat_plating.xml
+share/naev/dat/outfits/core_hull/medium/sk_mediumheavy_combat_plating.xml
+share/naev/dat/outfits/core_hull/medium/unicorp_d23_medium_plating.xml
+share/naev/dat/outfits/core_hull/medium/unicorp_d38_medium_plating.xml
+share/naev/dat/outfits/core_hull/small/nexus_light_stealth_plating.xml
+share/naev/dat/outfits/core_hull/small/patchwork_light_plating.xml
+share/naev/dat/outfits/core_hull/small/rs_small_cargo_hull.xml
+share/naev/dat/outfits/core_hull/small/sk_light_combat_plating.xml
+share/naev/dat/outfits/core_hull/small/sk_small_cargo_hull.xml
+share/naev/dat/outfits/core_hull/small/sk_ultralight_combat_plating.xml
+share/naev/dat/outfits/core_hull/small/unicorp_d2_light_plating.xml
+share/naev/dat/outfits/core_hull/small/unicorp_d9_light_plating.xml
+share/naev/dat/outfits/core_system/dummy_systems.xml
+share/naev/dat/outfits/core_system/large/milspec_orion_8601_core_system.xml
+share/naev/dat/outfits/core_system/large/milspec_orion_9901_core_system.xml
+share/naev/dat/outfits/core_system/large/milspec_thalos_8502_core_system.xml
+share/naev/dat/outfits/core_system/large/milspec_thalos_9802_core_system.xml
+share/naev/dat/outfits/core_system/large/previous_generation_large_systems.xml
+share/naev/dat/outfits/core_system/large/unicorp_pt2200_core_system.xml
+share/naev/dat/outfits/core_system/large/unicorp_pt500_core_system.xml
+share/naev/dat/outfits/core_system/medium/milspec_orion_4801_core_system.xml
+share/naev/dat/outfits/core_system/medium/milspec_orion_5501_core_system.xml
+share/naev/dat/outfits/core_system/medium/milspec_thalos_4702_core_system.xml
+share/naev/dat/outfits/core_system/medium/milspec_thalos_5402_core_system.xml
+share/naev/dat/outfits/core_system/medium/previous_generation_medium_systems.xml
+share/naev/dat/outfits/core_system/medium/unicorp_pt200_core_system.xml
+share/naev/dat/outfits/core_system/medium/unicorp_pt310_core_system.xml
+share/naev/dat/outfits/core_system/small/milspec_orion_2301_core_system.xml
+share/naev/dat/outfits/core_system/small/milspec_orion_3701_core_system.xml
+share/naev/dat/outfits/core_system/small/milspec_thalos_2202_core_system.xml
+share/naev/dat/outfits/core_system/small/milspec_thalos_3602_core_system.xml
+share/naev/dat/outfits/core_system/small/previous_generation_small_systems.xml
+share/naev/dat/outfits/core_system/small/unicorp_pt16_core_system.xml
+share/naev/dat/outfits/core_system/small/unicorp_pt68_core_system.xml
+share/naev/dat/outfits/fighter_bays/drone_bay.xml
+share/naev/dat/outfits/fighter_bays/empire_lancelot_bay.xml
+share/naev/dat/outfits/fighter_bays/hyena_bay.xml
+share/naev/dat/outfits/fighter_bays/hyena_dock.xml
+share/naev/dat/outfits/fighter_bays/lancelot_bay.xml
+share/naev/dat/outfits/fighter_bays/pirate_hyena_bay.xml
+share/naev/dat/outfits/fighter_bays/pirate_hyena_dock.xml
+share/naev/dat/outfits/fighter_bays/proteron_dalton_bay.xml
+share/naev/dat/outfits/fighter_bays/proteron_dalton_dock.xml
+share/naev/dat/outfits/fighter_bays/sirius_fidelity_bay.xml
+share/naev/dat/outfits/fighter_bays/sirius_shaman_bay.xml
+share/naev/dat/outfits/fighter_bays/soromid_brigand_bay.xml
+share/naev/dat/outfits/fighter_bays/thurion_perspicacity_bay.xml
+share/naev/dat/outfits/fighter_bays/thurion_perspicacity_dock.xml
+share/naev/dat/outfits/fighter_bays/zalek_bomber_drone_bay.xml
+share/naev/dat/outfits/fighter_bays/zalek_bomber_drone_mini_bay.xml
+share/naev/dat/outfits/fighter_bays/zalek_heavy_drone_bay.xml
+share/naev/dat/outfits/fighter_bays/zalek_heavy_drone_mini_bay.xml
+share/naev/dat/outfits/fighter_bays/zalek_light_drone_bay.xml
+share/naev/dat/outfits/fighter_bays/zalek_light_drone_mini_bay.xml
+share/naev/dat/outfits/flow/abilities/astral_projection.lua
+share/naev/dat/outfits/flow/abilities/astral_projection.xml
+share/naev/dat/outfits/flow/abilities/avatar_of_sirichana.lua
+share/naev/dat/outfits/flow/abilities/avatar_of_sirichana.xml
+share/naev/dat/outfits/flow/abilities/cleansing_flames.lua
+share/naev/dat/outfits/flow/abilities/cleansing_flames.xml
+share/naev/dat/outfits/flow/abilities/feather_drive.lua
+share/naev/dat/outfits/flow/abilities/feather_drive.xml
+share/naev/dat/outfits/flow/abilities/house_of_mirrors.lua
+share/naev/dat/outfits/flow/abilities/house_of_mirrors.xml
+share/naev/dat/outfits/flow/abilities/reality_rip.lua
+share/naev/dat/outfits/flow/abilities/reality_rip.xml
+share/naev/dat/outfits/flow/abilities/seeking_chakra.lua
+share/naev/dat/outfits/flow/abilities/seeking_chakra.xml
+share/naev/dat/outfits/flow/abilities/seeking_chakra_large.xml
+share/naev/dat/outfits/flow/abilities/seeking_chakra_medium.xml
+share/naev/dat/outfits/flow/abilities/seeking_chakra_small.xml
+share/naev/dat/outfits/flow/astral_flow_amplifier.xml
+share/naev/dat/outfits/flow/astral_projection/astral_cannon.lua
+share/naev/dat/outfits/flow/astral_projection/astral_cannon.xml
+share/naev/dat/outfits/flow/astral_projection/greater_astral_cannon.xml
+share/naev/dat/outfits/flow/astral_projection/lesser_astral_cannon.xml
+share/naev/dat/outfits/flow/flow_amplifier.lua
+share/naev/dat/outfits/flow/internal_flow_amplifier.xml
+share/naev/dat/outfits/flow/structure/flow_resonator.lua
+share/naev/dat/outfits/flow/structure/large_flow_amplifier.xml
+share/naev/dat/outfits/flow/structure/large_flow_resonator.xml
+share/naev/dat/outfits/flow/structure/large_meditation_chamber.xml
+share/naev/dat/outfits/flow/structure/meditation_chamber.lua
+share/naev/dat/outfits/flow/structure/medium_flow_amplifier.xml
+share/naev/dat/outfits/flow/structure/medium_flow_resonator.xml
+share/naev/dat/outfits/flow/structure/medium_meditation_chamber.xml
+share/naev/dat/outfits/flow/structure/small_flow_amplifier.xml
+share/naev/dat/outfits/flow/structure/small_flow_resonator.xml
+share/naev/dat/outfits/flow/structure/small_meditation_chamber.xml
+share/naev/dat/outfits/intrinsic/gauntlet_deluxe.xml
+share/naev/dat/outfits/intrinsic/gauntlet_supreme.lua
+share/naev/dat/outfits/intrinsic/gauntlet_supreme.xml
+share/naev/dat/outfits/intrinsic/machiavellian_fortune.xml
+share/naev/dat/outfits/intrinsic/machiavellian_necessity.xml
+share/naev/dat/outfits/intrinsic/machiavellian_virtue.xml
+share/naev/dat/outfits/intrinsic/port_and_polish.lua
+share/naev/dat/outfits/intrinsic/port_and_polish.xml
+share/naev/dat/outfits/launchers/convulsion_launcher.xml
+share/naev/dat/outfits/launchers/electron_burst_cannon.xml
+share/naev/dat/outfits/launchers/emp_grenade_launcher.xml
+share/naev/dat/outfits/launchers/enygma_systems_huntsman_launcher.xml
+share/naev/dat/outfits/launchers/enygma_systems_spearhead_launcher.xml
+share/naev/dat/outfits/launchers/enygma_systems_turreted_fury_launcher.xml
+share/naev/dat/outfits/launchers/enygma_systems_turreted_headhunter_launcher.xml
+share/naev/dat/outfits/launchers/repeating_banshee_launcher.xml
+share/naev/dat/outfits/launchers/shatterer_launcher.xml
+share/naev/dat/outfits/launchers/space_mine_layer.lua
+share/naev/dat/outfits/launchers/space_mine_layer.xml
+share/naev/dat/outfits/launchers/superfast_collider_launcher.xml
+share/naev/dat/outfits/launchers/teracom_banshee_launcher.xml
+share/naev/dat/outfits/launchers/teracom_fury_launcher.xml
+share/naev/dat/outfits/launchers/teracom_headhunter_launcher.xml
+share/naev/dat/outfits/launchers/teracom_imperator_launcher.xml
+share/naev/dat/outfits/launchers/teracom_mace_launcher.xml
+share/naev/dat/outfits/launchers/teracom_medusa_launcher.xml
+share/naev/dat/outfits/launchers/teracom_vengeance_launcher.xml
+share/naev/dat/outfits/launchers/turreted_convulsion_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_caesar_iv_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_storm_launcher.xml
+share/naev/dat/outfits/launchers/zalek_hunter_launcher.xml
+share/naev/dat/outfits/launchers/zalek_reaper_launcher.xml
+share/naev/dat/outfits/lib/bioplasma.lua
+share/naev/dat/outfits/lib/helper.lua
+share/naev/dat/outfits/lib/mining_drill.lua
+share/naev/dat/outfits/lua_outfit_example.lua
+share/naev/dat/outfits/maps/localmap.xml
+share/naev/dat/outfits/maps/map_collective_space.xml
+share/naev/dat/outfits/maps/map_dvaered_core.xml
+share/naev/dat/outfits/maps/map_empire_core.xml
+share/naev/dat/outfits/maps/map_empiresoromid_trade_route.xml
+share/naev/dat/outfits/maps/map_flf.xml
+share/naev/dat/outfits/maps/map_flf_pirate_route.xml
+share/naev/dat/outfits/maps/map_inner_nebula_secret_jump.xml
+share/naev/dat/outfits/maps/map_kretogg_hypergate.xml
+share/naev/dat/outfits/maps/map_kretogg_secrets.xml
+share/naev/dat/outfits/maps/map_nebula_edge.xml
+share/naev/dat/outfits/maps/map_new_haven_secrets.xml
+share/naev/dat/outfits/maps/map_pirate_strongholds.xml
+share/naev/dat/outfits/maps/map_qorel.xml
+share/naev/dat/outfits/maps/map_sirian_border_systems.xml
+share/naev/dat/outfits/maps/map_sirius_core.xml
+share/naev/dat/outfits/maps/map_sol.xml
+share/naev/dat/outfits/maps/map_the_frontier.xml
+share/naev/dat/outfits/maps/map_thurion.xml
+share/naev/dat/outfits/maps/map_zalek_core.xml
+share/naev/dat/outfits/maps/ultra_map.xml
+share/naev/dat/outfits/misc/counterfeit_heavy_combat_vessel_license.xml
+share/naev/dat/outfits/misc/counterfeit_heavy_weapon_license.xml
+share/naev/dat/outfits/misc/gui_brushed.xml
+share/naev/dat/outfits/misc/gui_legacy.xml
+share/naev/dat/outfits/misc/gui_slim.xml
+share/naev/dat/outfits/misc/gui_slimv2.xml
+share/naev/dat/outfits/misc/heavy_combat_vessel_license.xml
+share/naev/dat/outfits/misc/heavy_weapon_license.xml
+share/naev/dat/outfits/misc/large_civilian_vessel_license.xml
+share/naev/dat/outfits/misc/light_combat_vessel_license.xml
+share/naev/dat/outfits/misc/medium_combat_vessel_license.xml
+share/naev/dat/outfits/misc/medium_weapon_license.xml
+share/naev/dat/outfits/misc/mercenary_license.xml
+share/naev/dat/outfits/pointdefense/guardian_interception_system.lua
+share/naev/dat/outfits/pointdefense/guardian_interception_system.xml
+share/naev/dat/outfits/pointdefense/guardian_overseer_system.lua
+share/naev/dat/outfits/pointdefense/guardian_overseer_system.xml
+share/naev/dat/outfits/pointdefense/pointdefense.lua
+share/naev/dat/outfits/pointdefense/spittle_tubuloid_cluster.xml
+share/naev/dat/outfits/special/base_ripper_mk2.xml
+share/naev/dat/outfits/special/bikers_fury_launcher.xml
+share/naev/dat/outfits/special/cheaters_laser_cannon.xml
+share/naev/dat/outfits/special/cheaters_ragnarok_beam.xml
+share/naev/dat/outfits/structure/active_plating.xml
+share/naev/dat/outfits/structure/adaptive_stealth_plating.xml
+share/naev/dat/outfits/structure/auxiliary_processing_unit_i.xml
+share/naev/dat/outfits/structure/auxiliary_processing_unit_ii.xml
+share/naev/dat/outfits/structure/auxiliary_processing_unit_iii.xml
+share/naev/dat/outfits/structure/auxiliary_processing_unit_iv.xml
+share/naev/dat/outfits/structure/battery_i.xml
+share/naev/dat/outfits/structure/battery_ii.xml
+share/naev/dat/outfits/structure/battery_iii.xml
+share/naev/dat/outfits/structure/battery_iv.xml
+share/naev/dat/outfits/structure/biometal_armour.xml
+share/naev/dat/outfits/structure/engine_reroute.xml
+share/naev/dat/outfits/structure/improved_stabilizer.xml
+share/naev/dat/outfits/structure/large_cargo_pod.xml
+share/naev/dat/outfits/structure/large_fuel_pod.xml
+share/naev/dat/outfits/structure/large_shield_booster.xml
+share/naev/dat/outfits/structure/medium_cargo_pod.xml
+share/naev/dat/outfits/structure/medium_fuel_pod.xml
+share/naev/dat/outfits/structure/medium_shield_booster.xml
+share/naev/dat/outfits/structure/microbond_plating.xml
+share/naev/dat/outfits/structure/nanobond_plating.xml
+share/naev/dat/outfits/structure/nebular_shielding_prototype.lua
+share/naev/dat/outfits/structure/nebular_shielding_prototype.xml
+share/naev/dat/outfits/structure/plasteel_plating.xml
+share/naev/dat/outfits/structure/reactor_class_i.xml
+share/naev/dat/outfits/structure/reactor_class_ii.xml
+share/naev/dat/outfits/structure/reactor_class_iii.xml
+share/naev/dat/outfits/structure/shield_capacitor_i.xml
+share/naev/dat/outfits/structure/shield_capacitor_ii.xml
+share/naev/dat/outfits/structure/shield_capacitor_iii.xml
+share/naev/dat/outfits/structure/shield_capacitor_iv.xml
+share/naev/dat/outfits/structure/small_cargo_pod.xml
+share/naev/dat/outfits/structure/small_fuel_pod.xml
+share/naev/dat/outfits/structure/small_shield_booster.xml
+share/naev/dat/outfits/unique/bioship_pheromone_emitter.lua
+share/naev/dat/outfits/unique/bioship_pheromone_emitter.xml
+share/naev/dat/outfits/unique/daphnes_leap.xml
+share/naev/dat/outfits/unique/executor_shield_aura.lua
+share/naev/dat/outfits/unique/executor_shield_aura.xml
+share/naev/dat/outfits/unique/fake_transponder.lua
+share/naev/dat/outfits/unique/fake_transponder.xml
+share/naev/dat/outfits/unique/fuel_recycler.lua
+share/naev/dat/outfits/unique/fuel_recycler.xml
+share/naev/dat/outfits/unique/hades_torch.xml
+share/naev/dat/outfits/unique/homebrew_processing_unit.xml
+share/naev/dat/outfits/unique/poi_data.lua
+share/naev/dat/outfits/unique/pulse_scanner.lua
+share/naev/dat/outfits/unique/pulse_scanner.xml
+share/naev/dat/outfits/unique/squadron_synchronizer_module.xml
+share/naev/dat/outfits/unique/valkyrie_beam.lua
+share/naev/dat/outfits/unique/valkyrie_beam.xml
+share/naev/dat/outfits/unique/veil_of_penelope.xml
+share/naev/dat/outfits/unique/zd5_guardian_unit.lua
+share/naev/dat/outfits/unique/zd5_guardian_unit.xml
+share/naev/dat/outfits/utility/asteroid_scanner.xml
+share/naev/dat/outfits/utility/berserk_chip.lua
+share/naev/dat/outfits/utility/berserk_chip.xml
+share/naev/dat/outfits/utility/blink_drive.lua
+share/naev/dat/outfits/utility/blink_drive.xml
+share/naev/dat/outfits/utility/boarding_androids_mk1.xml
+share/naev/dat/outfits/utility/boarding_androids_mk2.xml
+share/naev/dat/outfits/utility/camouflage_burster.lua
+share/naev/dat/outfits/utility/camouflage_burster.xml
+share/naev/dat/outfits/utility/catalytic_energy_drill.lua
+share/naev/dat/outfits/utility/catalytic_energy_drill.xml
+share/naev/dat/outfits/utility/cloaking_device.lua
+share/naev/dat/outfits/utility/cloaking_device.xml
+share/naev/dat/outfits/utility/combat_hologram_projector.lua
+share/naev/dat/outfits/utility/combat_hologram_projector.xml
+share/naev/dat/outfits/utility/combatai/agility_combat_ai.xml
+share/naev/dat/outfits/utility/combatai/bioneural_combat_ai.xml
+share/naev/dat/outfits/utility/combatai/cyclic_combat_ai.xml
+share/naev/dat/outfits/utility/combatai/efficiency_combat_ai.xml
+share/naev/dat/outfits/utility/combatai/hive_combat_ai.xml
+share/naev/dat/outfits/utility/combatai/hunting_combat_ai.xml
+share/naev/dat/outfits/utility/combatai/pinpoint_combat_ai.xml
+share/naev/dat/outfits/utility/combatai/scanning_combat_ai.xml
+share/naev/dat/outfits/utility/cryogenic_repair_nanobots.lua
+share/naev/dat/outfits/utility/cryogenic_repair_nanobots.xml
+share/naev/dat/outfits/utility/droid_repair_crew.lua
+share/naev/dat/outfits/utility/droid_repair_crew.xml
+share/naev/dat/outfits/utility/emergency_shield_booster.lua
+share/naev/dat/outfits/utility/emergency_shield_booster.xml
+share/naev/dat/outfits/utility/emergency_stasis_inducer.lua
+share/naev/dat/outfits/utility/emergency_stasis_inducer.xml
+share/naev/dat/outfits/utility/flicker_drive.lua
+share/naev/dat/outfits/utility/flicker_drive.xml
+share/naev/dat/outfits/utility/hellburner.xml
+share/naev/dat/outfits/utility/hidden_jump_scanner.xml
+share/naev/dat/outfits/utility/hullcoating/faraday_tempest_coating.xml
+share/naev/dat/outfits/utility/hullcoating/lattice_thermal_coating.xml
+share/naev/dat/outfits/utility/hullcoating/milspec_impactoplastic_coating.xml
+share/naev/dat/outfits/utility/hullcoating/nebula_resistant_coating.xml
+share/naev/dat/outfits/utility/hullcoating/nexus_stealth_coating.xml
+share/naev/dat/outfits/utility/hullcoating/photovoltaic_nanobot_coating.xml
+share/naev/dat/outfits/utility/hyperbolic_blink_engine.lua
+share/naev/dat/outfits/utility/hyperbolic_blink_engine.xml
+share/naev/dat/outfits/utility/jump_scanner.xml
+share/naev/dat/outfits/utility/low_radiation_sensor_modulator.lua
+share/naev/dat/outfits/utility/low_radiation_sensor_modulator.xml
+share/naev/dat/outfits/utility/milspec_jammer.xml
+share/naev/dat/outfits/utility/milspec_scrambler.xml
+share/naev/dat/outfits/utility/neural_accelerator_interface.lua
+share/naev/dat/outfits/utility/neural_accelerator_interface.xml
+share/naev/dat/outfits/utility/sensor_array.xml
+share/naev/dat/outfits/utility/sk_heavy_plasma_drill.lua
+share/naev/dat/outfits/utility/sk_heavy_plasma_drill.xml
+share/naev/dat/outfits/utility/sk_plasma_drill.lua
+share/naev/dat/outfits/utility/sk_plasma_drill.xml
+share/naev/dat/outfits/utility/targeting_array.xml
+share/naev/dat/outfits/utility/targeting_conduit.lua
+share/naev/dat/outfits/utility/targeting_conduit.xml
+share/naev/dat/outfits/utility/unicorp_jammer.xml
+share/naev/dat/outfits/utility/unicorp_light_afterburner.xml
+share/naev/dat/outfits/utility/unicorp_medium_afterburner.xml
+share/naev/dat/outfits/utility/unicorp_scrambler.xml
+share/naev/dat/outfits/utility/weakness_harmonizer_ai.lua
+share/naev/dat/outfits/utility/weakness_harmonizer_ai.xml
+share/naev/dat/outfits/utility/weapons_ionizer.lua
+share/naev/dat/outfits/utility/weapons_ionizer.xml
+share/naev/dat/outfits/weapons/antimatter_lance.lua
+share/naev/dat/outfits/weapons/antimatter_lance.xml
+share/naev/dat/outfits/weapons/disruptor_artillery_s1.xml
+share/naev/dat/outfits/weapons/disruptor_artillery_s2.xml
+share/naev/dat/outfits/weapons/disruptor_battery_s2.xml
+share/naev/dat/outfits/weapons/energy_harpoon.lua
+share/naev/dat/outfits/weapons/energy_harpoon.xml
+share/naev/dat/outfits/weapons/gauss_gun.xml
+share/naev/dat/outfits/weapons/grave_beam.xml
+share/naev/dat/outfits/weapons/grave_lance.xml
+share/naev/dat/outfits/weapons/heavy_ion_cannon.xml
+share/naev/dat/outfits/weapons/heavy_ion_turret.xml
+share/naev/dat/outfits/weapons/heavy_laser_turret.xml
+share/naev/dat/outfits/weapons/heavy_ripper_cannon.xml
+share/naev/dat/outfits/weapons/heavy_ripper_turret.xml
+share/naev/dat/outfits/weapons/ion_cannon.xml
+share/naev/dat/outfits/weapons/laser_cannon_mk1.xml
+share/naev/dat/outfits/weapons/laser_cannon_mk2.xml
+share/naev/dat/outfits/weapons/laser_turret_mk1.xml
+share/naev/dat/outfits/weapons/laser_turret_mk2.xml
+share/naev/dat/outfits/weapons/mass_driver.xml
+share/naev/dat/outfits/weapons/mining_lance_mk1.xml
+share/naev/dat/outfits/weapons/mining_lance_mk2.xml
+share/naev/dat/outfits/weapons/neutron_disruptor.xml
+share/naev/dat/outfits/weapons/neutron_disruptor_heavy.xml
+share/naev/dat/outfits/weapons/nexus_drill_lance.xml
+share/naev/dat/outfits/weapons/orion_beam.xml
+share/naev/dat/outfits/weapons/orion_lance.xml
+share/naev/dat/outfits/weapons/particle_beam.xml
+share/naev/dat/outfits/weapons/particle_lance.xml
+share/naev/dat/outfits/weapons/plasma.lua
+share/naev/dat/outfits/weapons/plasma2.lua
+share/naev/dat/outfits/weapons/plasma_blaster_mk1.xml
+share/naev/dat/outfits/weapons/plasma_blaster_mk2.xml
+share/naev/dat/outfits/weapons/plasma_cannon.xml
+share/naev/dat/outfits/weapons/plasma_cluster_cannon.xml
+share/naev/dat/outfits/weapons/plasma_turret_mk1.xml
+share/naev/dat/outfits/weapons/plasma_turret_mk2.xml
+share/naev/dat/outfits/weapons/ragnarok_beam.xml
+share/naev/dat/outfits/weapons/railgun.xml
+share/naev/dat/outfits/weapons/railgun_turret.xml
+share/naev/dat/outfits/weapons/razor.lua
+share/naev/dat/outfits/weapons/razor_artillery_s1.xml
+share/naev/dat/outfits/weapons/razor_artillery_s2.xml
+share/naev/dat/outfits/weapons/razor_artillery_s3.xml
+share/naev/dat/outfits/weapons/razor_battery_s2.xml
+share/naev/dat/outfits/weapons/repeating_railgun.xml
+share/naev/dat/outfits/weapons/ripper_cannon.xml
+share/naev/dat/outfits/weapons/shredder.xml
+share/naev/dat/outfits/weapons/turbolaser.xml
+share/naev/dat/outfits/weapons/turreted_gauss_gun.xml
+share/naev/dat/outfits/weapons/turreted_vulcan_gun.xml
+share/naev/dat/outfits/weapons/vulcan_gun.xml
+share/naev/dat/rep.lua
+share/naev/dat/rescue.lua
+share/naev/dat/save_updater.lua
+share/naev/dat/scripts/bioship.lua
+share/naev/dat/scripts/bioship/intrinsics.lua
+share/naev/dat/scripts/bioship/skills.lua
+share/naev/dat/scripts/cinema.lua
+share/naev/dat/scripts/class.lua
+share/naev/dat/scripts/colour.lua
+share/naev/dat/scripts/common/achack.lua
+share/naev/dat/scripts/common/antlejos.lua
+share/naev/dat/scripts/common/baron.lua
+share/naev/dat/scripts/common/bounty.lua
+share/naev/dat/scripts/common/cargo.lua
+share/naev/dat/scripts/common/census.lua
+share/naev/dat/scripts/common/comm.lua
+share/naev/dat/scripts/common/derelict.lua
+share/naev/dat/scripts/common/dvaered.lua
+share/naev/dat/scripts/common/empire.lua
+share/naev/dat/scripts/common/ferals.lua
+share/naev/dat/scripts/common/foodbiz.lua
+share/naev/dat/scripts/common/frontier.lua
+share/naev/dat/scripts/common/frontier_war.lua
+share/naev/dat/scripts/common/gauntlet.lua
+share/naev/dat/scripts/common/goddard.lua
+share/naev/dat/scripts/common/lucas.lua
+share/naev/dat/scripts/common/minerva.lua
+share/naev/dat/scripts/common/nebu_research.lua
+share/naev/dat/scripts/common/nebula.lua
+share/naev/dat/scripts/common/neutral.lua
+share/naev/dat/scripts/common/npc.lua
+share/naev/dat/scripts/common/pirate.lua
+share/naev/dat/scripts/common/poi.lua
+share/naev/dat/scripts/common/prefix.lua
+share/naev/dat/scripts/common/proteron.lua
+share/naev/dat/scripts/common/rehab.lua
+share/naev/dat/scripts/common/sciencegonewrong.lua
+share/naev/dat/scripts/common/shadow.lua
+share/naev/dat/scripts/common/shark.lua
+share/naev/dat/scripts/common/sirius.lua
+share/naev/dat/scripts/common/soromid.lua
+share/naev/dat/scripts/common/taiomi.lua
+share/naev/dat/scripts/common/tut_nelly.lua
+share/naev/dat/scripts/common/tutorial.lua
+share/naev/dat/scripts/common/zalek.lua
+share/naev/dat/scripts/common/zalek_blackhole.lua
+share/naev/dat/scripts/common/zalek_physics.lua
+share/naev/dat/scripts/equipopt.lua
+share/naev/dat/scripts/equipopt/cargo.lua
+share/naev/dat/scripts/equipopt/cores.lua
+share/naev/dat/scripts/equipopt/optimize.lua
+share/naev/dat/scripts/equipopt/outfits.lua
+share/naev/dat/scripts/equipopt/params.lua
+share/naev/dat/scripts/equipopt/templates/dvaered.lua
+share/naev/dat/scripts/equipopt/templates/empire.lua
+share/naev/dat/scripts/equipopt/templates/generic.lua
+share/naev/dat/scripts/equipopt/templates/pirate.lua
+share/naev/dat/scripts/equipopt/templates/proteron.lua
+share/naev/dat/scripts/equipopt/templates/sirius.lua
+share/naev/dat/scripts/equipopt/templates/soromid.lua
+share/naev/dat/scripts/equipopt/templates/thurion.lua
+share/naev/dat/scripts/equipopt/templates/zalek.lua
+share/naev/dat/scripts/equipopt/wrapper.lua
+share/naev/dat/scripts/escort.lua
+share/naev/dat/scripts/factions/dvaered.lua
+share/naev/dat/scripts/factions/empire.lua
+share/naev/dat/scripts/factions/frontier.lua
+share/naev/dat/scripts/factions/goddard.lua
+share/naev/dat/scripts/factions/pirate.lua
+share/naev/dat/scripts/factions/proteron.lua
+share/naev/dat/scripts/factions/sirius.lua
+share/naev/dat/scripts/factions/soromid.lua
+share/naev/dat/scripts/factions/zalek.lua
+share/naev/dat/scripts/fleet.lua
+share/naev/dat/scripts/format.lua
+share/naev/dat/scripts/formation.lua
+share/naev/dat/scripts/lazyload.lua
+share/naev/dat/scripts/linenoise.lua
+share/naev/dat/scripts/lmisn.lua
+share/naev/dat/scripts/lmusic.lua
+share/naev/dat/scripts/love.lua
+share/naev/dat/scripts/love/audio.lua
+share/naev/dat/scripts/love/data.lua
+share/naev/dat/scripts/love/event.lua
+share/naev/dat/scripts/love/filesystem.lua
+share/naev/dat/scripts/love/font.lua
+share/naev/dat/scripts/love/graphics.lua
+share/naev/dat/scripts/love/image.lua
+share/naev/dat/scripts/love/joystick.lua
+share/naev/dat/scripts/love/keyboard.lua
+share/naev/dat/scripts/love/math.lua
+share/naev/dat/scripts/love/mouse.lua
+share/naev/dat/scripts/love/object.lua
+share/naev/dat/scripts/love/physics.lua
+share/naev/dat/scripts/love/sound.lua
+share/naev/dat/scripts/love/system.lua
+share/naev/dat/scripts/love/thread.lua
+share/naev/dat/scripts/love/timer.lua
+share/naev/dat/scripts/love/touch.lua
+share/naev/dat/scripts/love/video.lua
+share/naev/dat/scripts/love/window.lua
+share/naev/dat/scripts/love_shaders.lua
+share/naev/dat/scripts/luaspfx.lua
+share/naev/dat/scripts/luaspfx/alert.lua
+share/naev/dat/scripts/luaspfx/blink.lua
+share/naev/dat/scripts/luaspfx/chakra_explosion.lua
+share/naev/dat/scripts/luaspfx/cleansing_flames.lua
+share/naev/dat/scripts/luaspfx/core.lua
+share/naev/dat/scripts/luaspfx/emp.lua
+share/naev/dat/scripts/luaspfx/emp_blast.lua
+share/naev/dat/scripts/luaspfx/explosion.lua
+share/naev/dat/scripts/luaspfx/feather_drive.lua
+share/naev/dat/scripts/luaspfx/pheromones.lua
+share/naev/dat/scripts/luaspfx/pulse.lua
+share/naev/dat/scripts/luaspfx/racetrack.lua
+share/naev/dat/scripts/luaspfx/realityrip.lua
+share/naev/dat/scripts/luaspfx/sfx.lua
+share/naev/dat/scripts/luaspfx/shaders/alert.frag
+share/naev/dat/scripts/luaspfx/shaders/blink.frag
+share/naev/dat/scripts/luaspfx/shaders/feather_drive.frag
+share/naev/dat/scripts/luaspfx/shaders/pheromones.frag
+share/naev/dat/scripts/luaspfx/shaders/pulse.frag
+share/naev/dat/scripts/luaspfx/shaders/realityrip.frag
+share/naev/dat/scripts/luaspfx/shaders/spacemine_blink.frag
+share/naev/dat/scripts/luaspfx/shaders/spacemine_highlight.frag
+share/naev/dat/scripts/luaspfx/shaders/track.frag
+share/naev/dat/scripts/luaspfx/shaders/trail.frag
+share/naev/dat/scripts/luaspfx/spacemine.lua
+share/naev/dat/scripts/luaspfx/spark.lua
+share/naev/dat/scripts/luaspfx/trail.lua
+share/naev/dat/scripts/luatk.lua
+share/naev/dat/scripts/luatk/bezier.lua
+share/naev/dat/scripts/luatk/conf.lua
+share/naev/dat/scripts/luatk/core.lua
+share/naev/dat/scripts/luatk/main.lua
+share/naev/dat/scripts/luatk/map.lua
+share/naev/dat/scripts/minigames/blackjack.lua
+share/naev/dat/scripts/minigames/chuckaluck.lua
+share/naev/dat/scripts/minigames/flip.lua
+share/naev/dat/scripts/minigames/flip/conf.lua
+share/naev/dat/scripts/minigames/flip/core.lua
+share/naev/dat/scripts/minigames/flip/main.lua
+share/naev/dat/scripts/minigames/lib/cardio.lua
+share/naev/dat/scripts/minigames/lib/diceio.lua
+share/naev/dat/scripts/minigames/mining.lua
+share/naev/dat/scripts/minigames/mining/background.frag
+share/naev/dat/scripts/minigames/mining/conf.lua
+share/naev/dat/scripts/minigames/mining/core.lua
+share/naev/dat/scripts/minigames/mining/main.lua
+share/naev/dat/scripts/minigames/mining/pointer.frag
+share/naev/dat/scripts/minigames/mining/shot.frag
+share/naev/dat/scripts/minigames/mining/target.frag
+share/naev/dat/scripts/minigames/sokoban.lua
+share/naev/dat/scripts/minigames/sokoban/conf.lua
+share/naev/dat/scripts/minigames/sokoban/core.lua
+share/naev/dat/scripts/minigames/sokoban/levels.lua
+share/naev/dat/scripts/minigames/sokoban/main.lua
+share/naev/dat/scripts/minigames/stringguess.lua
+share/naev/dat/scripts/minigames/stringguess/conf.lua
+share/naev/dat/scripts/minigames/stringguess/core.lua
+share/naev/dat/scripts/minigames/stringguess/main.lua
+share/naev/dat/scripts/misn_test.lua
+share/naev/dat/scripts/outfits/shaders.lua
+share/naev/dat/scripts/pilotai.lua
+share/naev/dat/scripts/pilotname.lua
+share/naev/dat/scripts/pilotname/core.lua
+share/naev/dat/scripts/pilotname/generic.lua
+share/naev/dat/scripts/pilotname/pirate.lua
+share/naev/dat/scripts/pilotname/utility.lua
+share/naev/dat/scripts/playerform.lua
+share/naev/dat/scripts/portrait.lua
+share/naev/dat/scripts/pp_shaders.lua
+share/naev/dat/scripts/prng.lua
+share/naev/dat/scripts/prob.lua
+share/naev/dat/scripts/proximity.lua
+share/naev/dat/scripts/reverb_preset.lua
+share/naev/dat/scripts/swapship.lua
+share/naev/dat/scripts/term.lua
+share/naev/dat/scripts/textoverlay.lua
+share/naev/dat/scripts/vn.lua
+share/naev/dat/scripts/vn/conf.lua
+share/naev/dat/scripts/vn/core.lua
+share/naev/dat/scripts/vn/log.lua
+share/naev/dat/scripts/vn/main.lua
+share/naev/dat/scripts/vn/options.lua
+share/naev/dat/scripts/vn/sdf.lua
+share/naev/dat/scripts/vn/transitions.lua
+share/naev/dat/scripts/vnextras.lua
+share/naev/dat/scripts/vnimage.lua
+share/naev/dat/scripts/vntk.lua
+share/naev/dat/ships/collective/drone.xml
+share/naev/dat/ships/collective/drone_carrier.xml
+share/naev/dat/ships/collective/drone_heavy.xml
+share/naev/dat/ships/collective/drone_hyena.xml
+share/naev/dat/ships/dvaered/dvaered_ancestor.xml
+share/naev/dat/ships/dvaered/dvaered_arsenal.xml
+share/naev/dat/ships/dvaered/dvaered_goddard.xml
+share/naev/dat/ships/dvaered/dvaered_phalanx.xml
+share/naev/dat/ships/dvaered/dvaered_retribution.xml
+share/naev/dat/ships/dvaered/dvaered_vendetta.xml
+share/naev/dat/ships/dvaered/dvaered_vigilance.xml
+share/naev/dat/ships/empire/empire_admonisher.xml
+share/naev/dat/ships/empire/empire_hawking.xml
+share/naev/dat/ships/empire/empire_lancelot.xml
+share/naev/dat/ships/empire/empire_pacifier.xml
+share/naev/dat/ships/empire/empire_peacemaker.xml
+share/naev/dat/ships/empire/empire_rainmaker.xml
+share/naev/dat/ships/empire/empire_shark.xml
+share/naev/dat/ships/feral_bioship/kauweke.xml
+share/naev/dat/ships/feral_bioship/nohinohi.xml
+share/naev/dat/ships/feral_bioship/taitamariki.xml
+share/naev/dat/ships/lua/dvaered.lua
+share/naev/dat/ships/lua/lib/explode.lua
+share/naev/dat/ships/lua/lib/flow.lua
+share/naev/dat/ships/lua/lua_ship_example.lua
+share/naev/dat/ships/lua/scavenger.lua
+share/naev/dat/ships/lua/sirius.lua
+share/naev/dat/ships/lua/sirius_divinity.lua
+share/naev/dat/ships/lua/sirius_dogma.lua
+share/naev/dat/ships/lua/sirius_fidelity.lua
+share/naev/dat/ships/lua/sirius_preacher.lua
+share/naev/dat/ships/lua/sirius_projection.lua
+share/naev/dat/ships/lua/sirius_providence.lua
+share/naev/dat/ships/lua/sirius_shaman.lua
+share/naev/dat/ships/lua/soromid.lua
+share/naev/dat/ships/lua/thurion.lua
+share/naev/dat/ships/lua/zalek.lua
+share/naev/dat/ships/misc/fort_raelid.xml
+share/naev/dat/ships/misc/fort_raglan.xml
+share/naev/dat/ships/misc/onewing_goddard.xml
+share/naev/dat/ships/misc/psychic_orb.xml
+share/naev/dat/ships/misc/sindbad.xml
+share/naev/dat/ships/neutral/admonisher.xml
+share/naev/dat/ships/neutral/ancestor.xml
+share/naev/dat/ships/neutral/gawain.xml
+share/naev/dat/ships/neutral/goddard.xml
+share/naev/dat/ships/neutral/hawking.xml
+share/naev/dat/ships/neutral/hyena.xml
+share/naev/dat/ships/neutral/kestrel.xml
+share/naev/dat/ships/neutral/koala.xml
+share/naev/dat/ships/neutral/lancelot.xml
+share/naev/dat/ships/neutral/llama.xml
+share/naev/dat/ships/neutral/mule.xml
+share/naev/dat/ships/neutral/pacifier.xml
+share/naev/dat/ships/neutral/phalanx.xml
+share/naev/dat/ships/neutral/quicksilver.xml
+share/naev/dat/ships/neutral/rhino.xml
+share/naev/dat/ships/neutral/schroedinger.xml
+share/naev/dat/ships/neutral/shark.xml
+share/naev/dat/ships/neutral/starbridge.xml
+share/naev/dat/ships/neutral/vendetta.xml
+share/naev/dat/ships/neutral/vigilance.xml
+share/naev/dat/ships/neutral/zebra.xml
+share/naev/dat/ships/pirate/pirate_admonisher.xml
+share/naev/dat/ships/pirate/pirate_ancestor.xml
+share/naev/dat/ships/pirate/pirate_hyena.xml
+share/naev/dat/ships/pirate/pirate_kestrel.xml
+share/naev/dat/ships/pirate/pirate_phalanx.xml
+share/naev/dat/ships/pirate/pirate_revenant.xml
+share/naev/dat/ships/pirate/pirate_rhino.xml
+share/naev/dat/ships/pirate/pirate_shark.xml
+share/naev/dat/ships/pirate/pirate_starbridge.xml
+share/naev/dat/ships/pirate/pirate_vendetta.xml
+share/naev/dat/ships/pirate/pirate_zebra.xml
+share/naev/dat/ships/proteron/proteron_archimedes.xml
+share/naev/dat/ships/proteron/proteron_dalton.xml
+share/naev/dat/ships/proteron/proteron_euler.xml
+share/naev/dat/ships/proteron/proteron_gauss.xml
+share/naev/dat/ships/proteron/proteron_hippocrates.xml
+share/naev/dat/ships/proteron/proteron_pythagoras.xml
+share/naev/dat/ships/proteron/proteron_watson.xml
+share/naev/dat/ships/sirius/astral_projection_greater.xml
+share/naev/dat/ships/sirius/astral_projection_lesser.xml
+share/naev/dat/ships/sirius/astral_projection_normal.xml
+share/naev/dat/ships/sirius/sirius_divinity.xml
+share/naev/dat/ships/sirius/sirius_dogma.xml
+share/naev/dat/ships/sirius/sirius_fidelity.xml
+share/naev/dat/ships/sirius/sirius_preacher.xml
+share/naev/dat/ships/sirius/sirius_providence.xml
+share/naev/dat/ships/sirius/sirius_shaman.xml
+share/naev/dat/ships/soromid/soromid_arx.xml
+share/naev/dat/ships/soromid/soromid_brigand.xml
+share/naev/dat/ships/soromid/soromid_copia.xml
+share/naev/dat/ships/soromid/soromid_ira.xml
+share/naev/dat/ships/soromid/soromid_marauder.xml
+share/naev/dat/ships/soromid/soromid_nyx.xml
+share/naev/dat/ships/soromid/soromid_odium.xml
+share/naev/dat/ships/soromid/soromid_reaver.xml
+share/naev/dat/ships/soromid/soromid_vox.xml
+share/naev/dat/ships/thurion/thurion_apprehension.xml
+share/naev/dat/ships/thurion/thurion_certitude.xml
+share/naev/dat/ships/thurion/thurion_ingenuity.xml
+share/naev/dat/ships/thurion/thurion_perspicacity.xml
+share/naev/dat/ships/thurion/thurion_scintillation.xml
+share/naev/dat/ships/thurion/thurion_taciturnity.xml
+share/naev/dat/ships/thurion/thurion_virtuosity.xml
+share/naev/dat/ships/zalek/zalek_demon.xml
+share/naev/dat/ships/zalek/zalek_diablo.xml
+share/naev/dat/ships/zalek/zalek_drone_bomber.xml
+share/naev/dat/ships/zalek/zalek_drone_heavy.xml
+share/naev/dat/ships/zalek/zalek_drone_light.xml
+share/naev/dat/ships/zalek/zalek_drone_scout.xml
+share/naev/dat/ships/zalek/zalek_hephaestus.xml
+share/naev/dat/ships/zalek/zalek_mammon.xml
+share/naev/dat/ships/zalek/zalek_mephisto.xml
+share/naev/dat/ships/zalek/zalek_sting.xml
+share/naev/dat/slots/accessory.xml
+share/naev/dat/slots/bio_engines.xml
+share/naev/dat/slots/bio_hull.xml
+share/naev/dat/slots/bio_organ.xml
+share/naev/dat/slots/bio_systems.xml
+share/naev/dat/slots/bio_weapon.xml
+share/naev/dat/slots/engines.xml
+share/naev/dat/slots/fighter_bay.xml
+share/naev/dat/slots/hull.xml
+share/naev/dat/slots/systems.xml
+share/naev/dat/snd/SOUND_LICENSE.yaml
+share/naev/dat/snd/music.lua
+share/naev/dat/snd/music/78pulse.ogg
+share/naev/dat/snd/music/agriculture.ogg
+share/naev/dat/snd/music/ambient1.ogg
+share/naev/dat/snd/music/ambient2.ogg
+share/naev/dat/snd/music/ambient2_5.ogg
+share/naev/dat/snd/music/ambient3.ogg
+share/naev/dat/snd/music/ambient4.ogg
+share/naev/dat/snd/music/ambiphonic.ogg
+share/naev/dat/snd/music/approach.ogg
+share/naev/dat/snd/music/automat.ogg
+share/naev/dat/snd/music/battlesomething1.ogg
+share/naev/dat/snd/music/battlesomething2.ogg
+share/naev/dat/snd/music/blackmoor_tides.ogg
+share/naev/dat/snd/music/checkgain.sh
+share/naev/dat/snd/music/collective1.ogg
+share/naev/dat/snd/music/collective2.ogg
+share/naev/dat/snd/music/combat1.ogg
+share/naev/dat/snd/music/combat2.ogg
+share/naev/dat/snd/music/combat3.ogg
+share/naev/dat/snd/music/cosmostation.ogg
+share/naev/dat/snd/music/dark_city.ogg
+share/naev/dat/snd/music/dvaered1.ogg
+share/naev/dat/snd/music/dvaered2.ogg
+share/naev/dat/snd/music/empire1.ogg
+share/naev/dat/snd/music/empire2.ogg
+share/naev/dat/snd/music/eureka.ogg
+share/naev/dat/snd/music/flf_battle1.ogg
+share/naev/dat/snd/music/for_grandeur.ogg
+share/naev/dat/snd/music/galacticbattle.ogg
+share/naev/dat/snd/music/heartofmachine.ogg
+share/naev/dat/snd/music/imminent_threat.ogg
+share/naev/dat/snd/music/intrigue.ogg
+share/naev/dat/snd/music/intro.ogg
+share/naev/dat/snd/music/landing_sinister.ogg
+share/naev/dat/snd/music/launch2.ogg
+share/naev/dat/snd/music/launch3chatstart.ogg
+share/naev/dat/snd/music/liftoff.ogg
+share/naev/dat/snd/music/machina.ogg
+share/naev/dat/snd/music/meeting_mtfox.ogg
+share/naev/dat/snd/music/mission.ogg
+share/naev/dat/snd/music/motherload.ogg
+share/naev/dat/snd/music/nebu_battle1.ogg
+share/naev/dat/snd/music/nebu_battle2.ogg
+share/naev/dat/snd/music/ocean.ogg
+share/naev/dat/snd/music/peace1.ogg
+share/naev/dat/snd/music/peace2.ogg
+share/naev/dat/snd/music/peace4.ogg
+share/naev/dat/snd/music/peace6.ogg
+share/naev/dat/snd/music/pirate1_theme1.ogg
+share/naev/dat/snd/music/pirates_orchestra.ogg
+share/naev/dat/snd/music/sirius1.ogg
+share/naev/dat/snd/music/sirius2.ogg
+share/naev/dat/snd/music/snow.ogg
+share/naev/dat/snd/music/tension.ogg
+share/naev/dat/snd/music/terminal.ogg
+share/naev/dat/snd/music/therewillbestars.ogg
+share/naev/dat/snd/music/upbeat.ogg
+share/naev/dat/snd/music/vendetta.ogg
+share/naev/dat/snd/music/void_sensor.ogg
+share/naev/dat/snd/music/zalek1.ogg
+share/naev/dat/snd/music/zalek2.ogg
+share/naev/dat/snd/sounds/1-second-attachment.ogg
+share/naev/dat/snd/sounds/1-second-detachment.ogg
+share/naev/dat/snd/sounds/activate1.ogg
+share/naev/dat/snd/sounds/activate2.ogg
+share/naev/dat/snd/sounds/activate3.ogg
+share/naev/dat/snd/sounds/activate4.ogg
+share/naev/dat/snd/sounds/activate5.ogg
+share/naev/dat/snd/sounds/afb_disengage.wav
+share/naev/dat/snd/sounds/afterburner.wav
+share/naev/dat/snd/sounds/alarm_warning.ogg
+share/naev/dat/snd/sounds/autocannon.ogg
+share/naev/dat/snd/sounds/avatar_of_sirichana.ogg
+share/naev/dat/snd/sounds/bansheeexp.ogg
+share/naev/dat/snd/sounds/beam0.wav
+share/naev/dat/snd/sounds/beam_fuzzy.ogg
+share/naev/dat/snd/sounds/beam_fuzzy_off.ogg
+share/naev/dat/snd/sounds/beam_off0.wav
+share/naev/dat/snd/sounds/beam_wave.ogg
+share/naev/dat/snd/sounds/beam_wave_off.ogg
+share/naev/dat/snd/sounds/bioplasma.ogg
+share/naev/dat/snd/sounds/bioplasma_large.ogg
+share/naev/dat/snd/sounds/blink.ogg
+share/naev/dat/snd/sounds/chakra_explosion.ogg
+share/naev/dat/snd/sounds/cleansing_flames.ogg
+share/naev/dat/snd/sounds/compression.ogg
+share/naev/dat/snd/sounds/computer_jam.ogg
+share/naev/dat/snd/sounds/computer_lock.ogg
+share/naev/dat/snd/sounds/crash1.ogg
+share/naev/dat/snd/sounds/crowdpanic01.ogg
+share/naev/dat/snd/sounds/crowdpanic02.ogg
+share/naev/dat/snd/sounds/crowdpanic03.ogg
+share/naev/dat/snd/sounds/detonation_alarm.ogg
+share/naev/dat/snd/sounds/electric_zap.ogg
+share/naev/dat/snd/sounds/empexplode.ogg
+share/naev/dat/snd/sounds/engine.wav
+share/naev/dat/snd/sounds/engine_soromid.ogg
+share/naev/dat/snd/sounds/engine_zalek.ogg
+share/naev/dat/snd/sounds/equipment_failure.ogg
+share/naev/dat/snd/sounds/explosion0.wav
+share/naev/dat/snd/sounds/explosion1.wav
+share/naev/dat/snd/sounds/explosion2.wav
+share/naev/dat/snd/sounds/feather_drive.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide1.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide2.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide3.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide4.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide5.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide6.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide7.ogg
+share/naev/dat/snd/sounds/gambling/cardSlide8.ogg
+share/naev/dat/snd/sounds/gambling/chipsStack1.ogg
+share/naev/dat/snd/sounds/gambling/chipsStack2.ogg
+share/naev/dat/snd/sounds/gambling/chipsStack3.ogg
+share/naev/dat/snd/sounds/gambling/chipsStack4.ogg
+share/naev/dat/snd/sounds/gambling/chipsStack5.ogg
+share/naev/dat/snd/sounds/gambling/chipsStack6.ogg
+share/naev/dat/snd/sounds/gambling/dieThrow1.ogg
+share/naev/dat/snd/sounds/gambling/dieThrow2.ogg
+share/naev/dat/snd/sounds/gambling/dieThrow3.ogg
+share/naev/dat/snd/sounds/gamelan_gong.ogg
+share/naev/dat/snd/sounds/grenade.wav
+share/naev/dat/snd/sounds/grenadefire.ogg
+share/naev/dat/snd/sounds/growl1.ogg
+share/naev/dat/snd/sounds/hail.ogg
+share/naev/dat/snd/sounds/heartbeat_long.ogg
+share/naev/dat/snd/sounds/heartbeat_single.ogg
+share/naev/dat/snd/sounds/hypergate.ogg
+share/naev/dat/snd/sounds/hypergate_turnon.ogg
+share/naev/dat/snd/sounds/hyperspace_engine.ogg
+share/naev/dat/snd/sounds/hyperspace_jump.ogg
+share/naev/dat/snd/sounds/hyperspace_powerdown.ogg
+share/naev/dat/snd/sounds/hyperspace_powerup.ogg
+share/naev/dat/snd/sounds/hyperspace_powerupjump.ogg
+share/naev/dat/snd/sounds/ion.wav
+share/naev/dat/snd/sounds/jingles/eerie.ogg
+share/naev/dat/snd/sounds/jingles/money.ogg
+share/naev/dat/snd/sounds/jingles/success.ogg
+share/naev/dat/snd/sounds/jingles/victory.ogg
+share/naev/dat/snd/sounds/jump.wav
+share/naev/dat/snd/sounds/laser.wav
+share/naev/dat/snd/sounds/loops/alarm.ogg
+share/naev/dat/snd/sounds/loops/alienplanet.ogg
+share/naev/dat/snd/sounds/loops/creepy_guitar.ogg
+share/naev/dat/snd/sounds/loops/derelict.ogg
+share/naev/dat/snd/sounds/loops/kalimba_atmosphere.ogg
+share/naev/dat/snd/sounds/loops/onion_circus.ogg
+share/naev/dat/snd/sounds/loops/onion_hacker.ogg
+share/naev/dat/snd/sounds/loops/riviere.ogg
+share/naev/dat/snd/sounds/loops/wormhole.ogg
+share/naev/dat/snd/sounds/lrgexp0.ogg
+share/naev/dat/snd/sounds/mace.wav
+share/naev/dat/snd/sounds/mass.wav
+share/naev/dat/snd/sounds/medexp0.ogg
+share/naev/dat/snd/sounds/medexp1.ogg
+share/naev/dat/snd/sounds/meow.ogg
+share/naev/dat/snd/sounds/missile.wav
+share/naev/dat/snd/sounds/mouse_click.ogg
+share/naev/dat/snd/sounds/nav.wav
+share/naev/dat/snd/sounds/neutron.wav
+share/naev/dat/snd/sounds/outfit-activation.ogg
+share/naev/dat/snd/sounds/outfit-deactivation.ogg
+share/naev/dat/snd/sounds/ping.ogg
+share/naev/dat/snd/sounds/plasma.wav
+share/naev/dat/snd/sounds/plasma_burst.ogg
+share/naev/dat/snd/sounds/race_start.ogg
+share/naev/dat/snd/sounds/ripper.ogg
+share/naev/dat/snd/sounds/seeker.wav
+share/naev/dat/snd/sounds/seeking_chakra.ogg
+share/naev/dat/snd/sounds/sokoban/goal.ogg
+share/naev/dat/snd/sounds/sokoban/invalid.ogg
+share/naev/dat/snd/sounds/sokoban/level.ogg
+share/naev/dat/snd/sounds/songs/feeling-good-05.ogg
+share/naev/dat/snd/sounds/songs/feeling-good-08.ogg
+share/naev/dat/snd/sounds/songs/hip-hop-background.ogg
+share/naev/dat/snd/sounds/songs/inca-spa.ogg
+share/naev/dat/snd/sounds/songs/mushroom-background.ogg
+share/naev/dat/snd/sounds/songs/news.ogg
+share/naev/dat/snd/sounds/songs/run-for-your-life-00.ogg
+share/naev/dat/snd/sounds/songs/sad_drama.ogg
+share/naev/dat/snd/sounds/songs/space-exploration-08.ogg
+share/naev/dat/snd/sounds/spaceship_door_close.ogg
+share/naev/dat/snd/sounds/spaceship_door_open.ogg
+share/naev/dat/snd/sounds/spacewhale1.ogg
+share/naev/dat/snd/sounds/spacewhale2.ogg
+share/naev/dat/snd/sounds/target.wav
+share/naev/dat/snd/sounds/tesla.ogg
+share/naev/dat/snd/sounds/torpedo.ogg
+share/naev/dat/snd/sounds/ui/happy.wav
+share/naev/dat/snd/sounds/wormhole.ogg
+share/naev/dat/snd/soundtrack.yaml
+share/naev/dat/spfx/ChakraM.xml
+share/naev/dat/spfx/ChakraS.xml
+share/naev/dat/spfx/ChakraXS.xml
+share/naev/dat/spfx/EmpBlastM.xml
+share/naev/dat/spfx/EmpM.xml
+share/naev/dat/spfx/EmpS.xml
+share/naev/dat/spfx/PlaM.xml
+share/naev/dat/spfx/PlaM2.xml
+share/naev/dat/spfx/PlaS.xml
+share/naev/dat/spfx/PlaS2.xml
+share/naev/dat/spfx/ShiM.xml
+share/naev/dat/spfx/ShiS.xml
+share/naev/dat/spfx/cargo.xml
+share/naev/dat/spfx/debris/Dbr0.xml
+share/naev/dat/spfx/debris/Dbr1.xml
+share/naev/dat/spfx/debris/Dbr2.xml
+share/naev/dat/spfx/debris/Dbr3.xml
+share/naev/dat/spfx/debris/Dbr4.xml
+share/naev/dat/spfx/debris/Dbr5.xml
+share/naev/dat/spfx/explosion/Exp200.xml
+share/naev/dat/spfx/explosion/Exp300.xml
+share/naev/dat/spfx/explosion/Exp400.xml
+share/naev/dat/spfx/explosion/Exp500.xml
+share/naev/dat/spfx/explosion/Exp600.xml
+share/naev/dat/spfx/explosion/ExpL.xml
+share/naev/dat/spfx/explosion/ExpM.xml
+share/naev/dat/spfx/explosion/ExpS.xml
+share/naev/dat/spob/abacus.xml
+share/naev/dat/spob/adham.xml
+share/naev/dat/spob/adius.xml
+share/naev/dat/spob/adrian.xml
+share/naev/dat/spob/aera.xml
+share/naev/dat/spob/aesir_iv.xml
+share/naev/dat/spob/agino.xml
+share/naev/dat/spob/ahmed.xml
+share/naev/dat/spob/aillis.xml
+share/naev/dat/spob/akios_terminal.xml
+share/naev/dat/spob/akra_iii.xml
+share/naev/dat/spob/akra_v.xml
+share/naev/dat/spob/akrikos.xml
+share/naev/dat/spob/aldarus.xml
+share/naev/dat/spob/aldernael.xml
+share/naev/dat/spob/aldous.xml
+share/naev/dat/spob/aldous_moon.xml
+share/naev/dat/spob/aleph.xml
+share/naev/dat/spob/alleyway.xml
+share/naev/dat/spob/allous_citadel.xml
+share/naev/dat/spob/allous_gg3.xml
+share/naev/dat/spob/allous_i.xml
+share/naev/dat/spob/allous_ii.xml
+share/naev/dat/spob/alpha_aquilea.xml
+share/naev/dat/spob/alsafi_i.xml
+share/naev/dat/spob/alsafi_ia.xml
+share/naev/dat/spob/alsafi_ib.xml
+share/naev/dat/spob/alsafi_ii.xml
+share/naev/dat/spob/alteris_i.xml
+share/naev/dat/spob/alteris_iv.xml
+share/naev/dat/spob/alteris_v.xml
+share/naev/dat/spob/aluben.xml
+share/naev/dat/spob/amaroq_i.xml
+share/naev/dat/spob/amaroq_iii.xml
+share/naev/dat/spob/amatiri_i.xml
+share/naev/dat/spob/amatiri_ia.xml
+share/naev/dat/spob/amatiri_ii.xml
+share/naev/dat/spob/ambre.xml
+share/naev/dat/spob/amhurst.xml
+share/naev/dat/spob/amianta.xml
+share/naev/dat/spob/ammu.xml
+share/naev/dat/spob/amphion.xml
+share/naev/dat/spob/anarbalis_ii.xml
+share/naev/dat/spob/anarbalis_iii.xml
+share/naev/dat/spob/andee_ii.xml
+share/naev/dat/spob/andee_iia.xml
+share/naev/dat/spob/andee_iii.xml
+share/naev/dat/spob/andee_iiia.xml
+share/naev/dat/spob/andors.xml
+share/naev/dat/spob/andors_refining.xml
+share/naev/dat/spob/anecu.xml
+share/naev/dat/spob/anger_i.xml
+share/naev/dat/spob/anger_ii.xml
+share/naev/dat/spob/anifta.xml
+share/naev/dat/spob/anker.xml
+share/naev/dat/spob/anku_i.xml
+share/naev/dat/spob/anku_ii.xml
+share/naev/dat/spob/anku_iii.xml
+share/naev/dat/spob/antica.xml
+share/naev/dat/spob/antlejos_iii.xml
+share/naev/dat/spob/antlejos_iv.xml
+share/naev/dat/spob/antlejos_prime.xml
+share/naev/dat/spob/antlejos_v.xml
+share/naev/dat/spob/anubis.xml
+share/naev/dat/spob/anya.xml
+share/naev/dat/spob/apez_ii.xml
+share/naev/dat/spob/apez_v.xml
+share/naev/dat/spob/apik_i.xml
+share/naev/dat/spob/apik_ii.xml
+share/naev/dat/spob/apik_shipyard.xml
+share/naev/dat/spob/aquilia.xml
+share/naev/dat/spob/arai.xml
+share/naev/dat/spob/arandon_station.xml
+share/naev/dat/spob/arashu.xml
+share/naev/dat/spob/arcadia.xml
+share/naev/dat/spob/arcania.xml
+share/naev/dat/spob/arch_arai.xml
+share/naev/dat/spob/arck.xml
+share/naev/dat/spob/arcturus_enclave.xml
+share/naev/dat/spob/arcturus_i.xml
+share/naev/dat/spob/arcturus_ii.xml
+share/naev/dat/spob/ariadus_ii.xml
+share/naev/dat/spob/ariadus_iv.xml
+share/naev/dat/spob/ariadus_vi.xml
+share/naev/dat/spob/ariadus_via.xml
+share/naev/dat/spob/ariadus_vib.xml
+share/naev/dat/spob/ariak.xml
+share/naev/dat/spob/armorhead_i1.xml
+share/naev/dat/spob/armorhead_i1_b.xml
+share/naev/dat/spob/arrakis.xml
+share/naev/dat/spob/arrentil.xml
+share/naev/dat/spob/astana.xml
+share/naev/dat/spob/astana_iiv.xml
+share/naev/dat/spob/atalanta.xml
+share/naev/dat/spob/atlantis_i.xml
+share/naev/dat/spob/atryssa.xml
+share/naev/dat/spob/august.xml
+share/naev/dat/spob/avoss.xml
+share/naev/dat/spob/awowa_iv.xml
+share/naev/dat/spob/awowa_v.xml
+share/naev/dat/spob/baba_yaga.xml
+share/naev/dat/spob/babylon_i.xml
+share/naev/dat/spob/babylon_ii.xml
+share/naev/dat/spob/babylon_iia.xml
+share/naev/dat/spob/baf_i.xml
+share/naev/dat/spob/baf_iv.xml
+share/naev/dat/spob/barnards_star_ruined_ringworld.xml
+share/naev/dat/spob/basel_i.xml
+share/naev/dat/spob/bastion_center.xml
+share/naev/dat/spob/bedimann_shipyards.xml
+share/naev/dat/spob/beeklo_ii.xml
+share/naev/dat/spob/beene.xml
+share/naev/dat/spob/behar_prime.xml
+share/naev/dat/spob/behar_station.xml
+share/naev/dat/spob/behemoth.xml
+share/naev/dat/spob/belltower_nest.xml
+share/naev/dat/spob/benedict.xml
+share/naev/dat/spob/benteen.xml
+share/naev/dat/spob/berkhere.xml
+share/naev/dat/spob/beth.xml
+share/naev/dat/spob/bgg1356.xml
+share/naev/dat/spob/blackwell_i.xml
+share/naev/dat/spob/blackwell_iix.xml
+share/naev/dat/spob/blackwell_vii.xml
+share/naev/dat/spob/blunderbuss_ii.xml
+share/naev/dat/spob/bolero.xml
+share/naev/dat/spob/bon_sebb.xml
+share/naev/dat/spob/bonanza_i.xml
+share/naev/dat/spob/bonanza_ii.xml
+share/naev/dat/spob/boowoy.xml
+share/naev/dat/spob/botarn_i.xml
+share/naev/dat/spob/brandt_cloister.xml
+share/naev/dat/spob/brendon_i.xml
+share/naev/dat/spob/brimstone_i.xml
+share/naev/dat/spob/brimstone_ia.xml
+share/naev/dat/spob/brimstone_ib.xml
+share/naev/dat/spob/brimstone_ii.xml
+share/naev/dat/spob/brimstone_iii.xml
+share/naev/dat/spob/brock.xml
+share/naev/dat/spob/brooks.xml
+share/naev/dat/spob/buritt.xml
+share/naev/dat/spob/burnan.xml
+share/naev/dat/spob/burnans_moon.xml
+share/naev/dat/spob/caladan.xml
+share/naev/dat/spob/calvin.xml
+share/naev/dat/spob/cantina_center.xml
+share/naev/dat/spob/capricorn_ii.xml
+share/naev/dat/spob/capricorn_iii.xml
+share/naev/dat/spob/capricorn_iiia.xml
+share/naev/dat/spob/castellan_epsilon.xml
+share/naev/dat/spob/castellan_i.xml
+share/naev/dat/spob/castellan_iii.xml
+share/naev/dat/spob/castellan_vi.xml
+share/naev/dat/spob/castellum_hystera.xml
+share/naev/dat/spob/castellum_telika.xml
+share/naev/dat/spob/castrum_akra.xml
+share/naev/dat/spob/castrum_sigma.xml
+share/naev/dat/spob/cebus_prime.xml
+share/naev/dat/spob/cerberus_i.xml
+share/naev/dat/spob/cerberus_ii.xml
+share/naev/dat/spob/cerberus_iia.xml
+share/naev/dat/spob/cerberus_iv.xml
+share/naev/dat/spob/cerberus_outpost.xml
+share/naev/dat/spob/cetrat.xml
+share/naev/dat/spob/charcoal.xml
+share/naev/dat/spob/charred.xml
+share/naev/dat/spob/churchill_i.xml
+share/naev/dat/spob/churchill_ii.xml
+share/naev/dat/spob/churchill_iia.xml
+share/naev/dat/spob/claudius_mehan.xml
+share/naev/dat/spob/cole_outpost.xml
+share/naev/dat/spob/colley.xml
+share/naev/dat/spob/coral_cloister.xml
+share/naev/dat/spob/coran.xml
+share/naev/dat/spob/corax.xml
+share/naev/dat/spob/corinth_1.xml
+share/naev/dat/spob/corinth_2.xml
+share/naev/dat/spob/corinth_foods.xml
+share/naev/dat/spob/cornwal_ordnance.xml
+share/naev/dat/spob/corvus_i.xml
+share/naev/dat/spob/corvus_vi.xml
+share/naev/dat/spob/corvus_via.xml
+share/naev/dat/spob/corvus_vib.xml
+share/naev/dat/spob/cristen.xml
+share/naev/dat/spob/crow.xml
+share/naev/dat/spob/crylo.xml
+share/naev/dat/spob/culex.xml
+share/naev/dat/spob/curie.xml
+share/naev/dat/spob/cutha.xml
+share/naev/dat/spob/cygnus_iv.xml
+share/naev/dat/spob/cyrene.xml
+share/naev/dat/spob/daahrax.xml
+share/naev/dat/spob/daal.xml
+share/naev/dat/spob/dakron_iii.xml
+share/naev/dat/spob/dakron_v.xml
+share/naev/dat/spob/damien_vii.xml
+share/naev/dat/spob/damphyr.xml
+share/naev/dat/spob/daravon_i.xml
+share/naev/dat/spob/daravon_iii.xml
+share/naev/dat/spob/darkshed.xml
+share/naev/dat/spob/darkstone_iv.xml
+share/naev/dat/spob/darkstone_v.xml
+share/naev/dat/spob/dawn.xml
+share/naev/dat/spob/delta_pavonis_i.xml
+share/naev/dat/spob/delta_pavonis_ii.xml
+share/naev/dat/spob/delta_pavonis_iia.xml
+share/naev/dat/spob/delta_polaris_i.xml
+share/naev/dat/spob/delta_polaris_ii.xml
+share/naev/dat/spob/delta_polaris_vi.xml
+share/naev/dat/spob/dendria_alpha.xml
+share/naev/dat/spob/dendria_alphaa.xml
+share/naev/dat/spob/deneb_iii.xml
+share/naev/dat/spob/deneb_iiia.xml
+share/naev/dat/spob/diabolos_station.xml
+share/naev/dat/spob/diadem_i.xml
+share/naev/dat/spob/diadem_ii.xml
+share/naev/dat/spob/doeston_prime.xml
+share/naev/dat/spob/dohriabi_prime.xml
+share/naev/dat/spob/dolmen.xml
+share/naev/dat/spob/donnar.xml
+share/naev/dat/spob/dono.xml
+share/naev/dat/spob/doormat.xml
+share/naev/dat/spob/doranthex_prime.xml
+share/naev/dat/spob/doranthex_secundus.xml
+share/naev/dat/spob/doro.xml
+share/naev/dat/spob/dowue.xml
+share/naev/dat/spob/draconis_alpha.xml
+share/naev/dat/spob/draconis_beta.xml
+share/naev/dat/spob/draconis_delta.xml
+share/naev/dat/spob/draconis_epsilon.xml
+share/naev/dat/spob/draconis_gamma.xml
+share/naev/dat/spob/draconis_omega.xml
+share/naev/dat/spob/draygar_iii.xml
+share/naev/dat/spob/drognain.xml
+share/naev/dat/spob/druss_ii.xml
+share/naev/dat/spob/druss_iia.xml
+share/naev/dat/spob/druss_iii.xml
+share/naev/dat/spob/dun_hill.xml
+share/naev/dat/spob/dundrop_monastery.xml
+share/naev/dat/spob/dunmer.xml
+share/naev/dat/spob/duran_shipyard.xml
+share/naev/dat/spob/durea.xml
+share/naev/dat/spob/duros_i.xml
+share/naev/dat/spob/duros_ia.xml
+share/naev/dat/spob/durumdra.xml
+share/naev/dat/spob/dusk.xml
+share/naev/dat/spob/dust.xml
+share/naev/dat/spob/dvaer_ii.xml
+share/naev/dat/spob/dvaer_iii.xml
+share/naev/dat/spob/dvaer_iiia.xml
+share/naev/dat/spob/dvaer_iv.xml
+share/naev/dat/spob/dvaer_prime.xml
+share/naev/dat/spob/dvaered_high_command.xml
+share/naev/dat/spob/dvnn_central.xml
+share/naev/dat/spob/ebenezer.xml
+share/naev/dat/spob/eclipse_citadel.xml
+share/naev/dat/spob/edergast.xml
+share/naev/dat/spob/edorn.xml
+share/naev/dat/spob/eenerim.xml
+share/naev/dat/spob/efferey.xml
+share/naev/dat/spob/eiderdown_i.xml
+share/naev/dat/spob/eiderdown_iii.xml
+share/naev/dat/spob/eiger.xml
+share/naev/dat/spob/eiroik.xml
+share/naev/dat/spob/eist_shipyard.xml
+share/naev/dat/spob/ekkodu_alpha.xml
+share/naev/dat/spob/ekkodu_gamma.xml
+share/naev/dat/spob/ekta_i.xml
+share/naev/dat/spob/ekta_ii.xml
+share/naev/dat/spob/ekta_iia.xml
+share/naev/dat/spob/ekta_iib.xml
+share/naev/dat/spob/ekta_station.xml
+share/naev/dat/spob/elixir_i.xml
+share/naev/dat/spob/elpa.xml
+share/naev/dat/spob/elza_i.xml
+share/naev/dat/spob/elza_ia.xml
+share/naev/dat/spob/elza_iii.xml
+share/naev/dat/spob/em_1.xml
+share/naev/dat/spob/em_2.xml
+share/naev/dat/spob/em_4.xml
+share/naev/dat/spob/em_5.xml
+share/naev/dat/spob/ember.xml
+share/naev/dat/spob/emperors_fist.xml
+share/naev/dat/spob/emperors_wrath.xml
+share/naev/dat/spob/eneguoz_ii.xml
+share/naev/dat/spob/erebus_enclave.xml
+share/naev/dat/spob/eridani_ii.xml
+share/naev/dat/spob/eridani_iii.xml
+share/naev/dat/spob/eryla.xml
+share/naev/dat/spob/esker_i.xml
+share/naev/dat/spob/esker_ii.xml
+share/naev/dat/spob/esker_iv.xml
+share/naev/dat/spob/eta_vadornia.xml
+share/naev/dat/spob/euler_i.xml
+share/naev/dat/spob/euler_ia.xml
+share/naev/dat/spob/euler_ii.xml
+share/naev/dat/spob/euler_iii.xml
+share/naev/dat/spob/euler_iiia.xml
+share/naev/dat/spob/euler_iv.xml
+share/naev/dat/spob/europea.xml
+share/naev/dat/spob/excelcior.xml
+share/naev/dat/spob/eye_of_night_i.xml
+share/naev/dat/spob/eye_of_night_ii.xml
+share/naev/dat/spob/eye_of_night_iii.xml
+share/naev/dat/spob/eye_of_night_station.xml
+share/naev/dat/spob/facett_nest.xml
+share/naev/dat/spob/fae.xml
+share/naev/dat/spob/fairfax_nest.xml
+share/naev/dat/spob/falas.xml
+share/naev/dat/spob/fathers_pride_i.xml
+share/naev/dat/spob/fathers_pride_ii.xml
+share/naev/dat/spob/fathers_pride_iii.xml
+share/naev/dat/spob/faust_iii.xml
+share/naev/dat/spob/faust_vi.xml
+share/naev/dat/spob/fd24.xml
+share/naev/dat/spob/ferrungir.xml
+share/naev/dat/spob/feye_i.xml
+share/naev/dat/spob/feye_iv.xml
+share/naev/dat/spob/fidelis_iii.xml
+share/naev/dat/spob/fidelis_iv.xml
+share/naev/dat/spob/finn.xml
+share/naev/dat/spob/flach.xml
+share/naev/dat/spob/folevo.xml
+share/naev/dat/spob/forbes_monastery.xml
+share/naev/dat/spob/forge.xml
+share/naev/dat/spob/fort_allan.xml
+share/naev/dat/spob/fort_dumas.xml
+share/naev/dat/spob/fort_fernando.xml
+share/naev/dat/spob/fort_maus.xml
+share/naev/dat/spob/fort_myuirr.xml
+share/naev/dat/spob/fort_raelid.xml
+share/naev/dat/spob/fort_raglan.xml
+share/naev/dat/spob/fort_sarrii.xml
+share/naev/dat/spob/fort_secundus.xml
+share/naev/dat/spob/fort_shariff.xml
+share/naev/dat/spob/fort_tarsus.xml
+share/naev/dat/spob/fortitude_i.xml
+share/naev/dat/spob/fortitude_ii.xml
+share/naev/dat/spob/fortitude_iii.xml
+share/naev/dat/spob/foundation_station.xml
+share/naev/dat/spob/freshwater_station.xml
+share/naev/dat/spob/fried_i.xml
+share/naev/dat/spob/fried_ia.xml
+share/naev/dat/spob/fried_ii.xml
+share/naev/dat/spob/fried_iii.xml
+share/naev/dat/spob/fried_iiia.xml
+share/naev/dat/spob/fulcrum_i.xml
+share/naev/dat/spob/fury_i.xml
+share/naev/dat/spob/fury_station.xml
+share/naev/dat/spob/fuzka.xml
+share/naev/dat/spob/fyruse_monastery.xml
+share/naev/dat/spob/galileo_terminal.xml
+share/naev/dat/spob/gamma.xml
+share/naev/dat/spob/gamma_enclave.xml
+share/naev/dat/spob/gammacron_iv.xml
+share/naev/dat/spob/gammacron_v.xml
+share/naev/dat/spob/gammacron_va.xml
+share/naev/dat/spob/gammacron_vb.xml
+share/naev/dat/spob/ganth_i.xml
+share/naev/dat/spob/garten_iv.xml
+share/naev/dat/spob/garten_x.xml
+share/naev/dat/spob/gastan.xml
+share/naev/dat/spob/gath_cloister.xml
+share/naev/dat/spob/gaula.xml
+share/naev/dat/spob/gaula_foods.xml
+share/naev/dat/spob/gayathi.xml
+share/naev/dat/spob/gem.xml
+share/naev/dat/spob/gennus.xml
+share/naev/dat/spob/gerhart_central.xml
+share/naev/dat/spob/geron.xml
+share/naev/dat/spob/gewirn_iv.xml
+share/naev/dat/spob/gilligans_light_iii.xml
+share/naev/dat/spob/gilligans_memory.xml
+share/naev/dat/spob/gilligans_tomb.xml
+share/naev/dat/spob/ginger_ii.xml
+share/naev/dat/spob/ginger_iii.xml
+share/naev/dat/spob/ginni.xml
+share/naev/dat/spob/gliese_i.xml
+share/naev/dat/spob/gliese_ii.xml
+share/naev/dat/spob/gliese_iia.xml
+share/naev/dat/spob/gliese_iii.xml
+share/naev/dat/spob/gliese_iv.xml
+share/naev/dat/spob/gliese_vi.xml
+share/naev/dat/spob/goddard_iii.xml
+share/naev/dat/spob/goddard_iv.xml
+share/naev/dat/spob/godtra.xml
+share/naev/dat/spob/golem.xml
+share/naev/dat/spob/gorchenchev_shipyards.xml
+share/naev/dat/spob/gordons_exchange.xml
+share/naev/dat/spob/gorgate.xml
+share/naev/dat/spob/grandard.xml
+share/naev/dat/spob/green_eye.xml
+share/naev/dat/spob/greenberg.xml
+share/naev/dat/spob/greis.xml
+share/naev/dat/spob/griffin_i.xml
+share/naev/dat/spob/griffin_ii.xml
+share/naev/dat/spob/griffin_iii.xml
+share/naev/dat/spob/griffin_vi.xml
+share/naev/dat/spob/grindstone_shipyards.xml
+share/naev/dat/spob/gruz_i.xml
+share/naev/dat/spob/gruz_ii.xml
+share/naev/dat/spob/gruz_iii.xml
+share/naev/dat/spob/gunteshs_rock.xml
+share/naev/dat/spob/gutter_i.xml
+share/naev/dat/spob/gutter_iii.xml
+share/naev/dat/spob/gyrios_ii.xml
+share/naev/dat/spob/gyrios_iv.xml
+share/naev/dat/spob/gyrios_v.xml
+share/naev/dat/spob/hadosh_ia.xml
+share/naev/dat/spob/hadosh_ii.xml
+share/naev/dat/spob/hadosh_iii.xml
+share/naev/dat/spob/hadosh_iv.xml
+share/naev/dat/spob/haldr.xml
+share/naev/dat/spob/haleb_iv.xml
+share/naev/dat/spob/halir.xml
+share/naev/dat/spob/handalier.xml
+share/naev/dat/spob/hankies.xml
+share/naev/dat/spob/harnaar.xml
+share/naev/dat/spob/hartwell_nidus.xml
+share/naev/dat/spob/hassak.xml
+share/naev/dat/spob/hasselt_ii.xml
+share/naev/dat/spob/hasselt_iv.xml
+share/naev/dat/spob/hatter_i.xml
+share/naev/dat/spob/hatter_ii.xml
+share/naev/dat/spob/haurn.xml
+share/naev/dat/spob/haven.xml
+share/naev/dat/spob/heii.xml
+share/naev/dat/spob/hekaras_iii.xml
+share/naev/dat/spob/hekaras_iv.xml
+share/naev/dat/spob/heronus.xml
+share/naev/dat/spob/heronus_nidus.xml
+share/naev/dat/spob/hikatalat.xml
+share/naev/dat/spob/holly_i.xml
+share/naev/dat/spob/holly_ii.xml
+share/naev/dat/spob/holly_iii.xml
+share/naev/dat/spob/house_zalek_central.xml
+share/naev/dat/spob/hrimfaxi.xml
+share/naev/dat/spob/hs224.xml
+share/naev/dat/spob/hs232.xml
+share/naev/dat/spob/hs24.xml
+share/naev/dat/spob/hs37.xml
+share/naev/dat/spob/hs5.xml
+share/naev/dat/spob/hs51.xml
+share/naev/dat/spob/hs54.xml
+share/naev/dat/spob/huanxi.xml
+share/naev/dat/spob/hubfar_citadel.xml
+share/naev/dat/spob/hubfar_i.xml
+share/naev/dat/spob/humdrum_i.xml
+share/naev/dat/spob/humdrum_ii.xml
+share/naev/dat/spob/humdrum_iii.xml
+share/naev/dat/spob/hurada.xml
+share/naev/dat/spob/hurne_monastery.xml
+share/naev/dat/spob/hypergate_dvaer.xml
+share/naev/dat/spob/hypergate_feye.xml
+share/naev/dat/spob/hypergate_gamma_polaris.xml
+share/naev/dat/spob/hypergate_haven.xml
+share/naev/dat/spob/hypergate_kiwi.xml
+share/naev/dat/spob/hypergate_ngc14549.xml
+share/naev/dat/spob/hypergate_polaris.xml
+share/naev/dat/spob/hypergate_protera.xml
+share/naev/dat/spob/hypergate_ruadan.xml
+share/naev/dat/spob/hystera_i.xml
+share/naev/dat/spob/hystera_ia.xml
+share/naev/dat/spob/hystera_ii.xml
+share/naev/dat/spob/hzmm01.xml
+share/naev/dat/spob/hznss1.xml
+share/naev/dat/spob/hznss2.xml
+share/naev/dat/spob/hznss3.xml
+share/naev/dat/spob/ian.xml
+share/naev/dat/spob/ianella_i.xml
+share/naev/dat/spob/ianella_ia.xml
+share/naev/dat/spob/ianella_ib.xml
+share/naev/dat/spob/ianella_ic.xml
+share/naev/dat/spob/ianella_iii.xml
+share/naev/dat/spob/ianella_iv.xml
+share/naev/dat/spob/icarus.xml
+share/naev/dat/spob/idio.xml
+share/naev/dat/spob/imk.xml
+share/naev/dat/spob/impala.xml
+share/naev/dat/spob/inca.xml
+share/naev/dat/spob/infinity_iii.xml
+share/naev/dat/spob/infinity_iv.xml
+share/naev/dat/spob/infinity_vii.xml
+share/naev/dat/spob/ingot_i.xml
+share/naev/dat/spob/inios_monastery.xml
+share/naev/dat/spob/inss1.xml
+share/naev/dat/spob/inss2.xml
+share/naev/dat/spob/inss3.xml
+share/naev/dat/spob/isador.xml
+share/naev/dat/spob/jaan.xml
+share/naev/dat/spob/jackson_ii.xml
+share/naev/dat/spob/jackson_v.xml
+share/naev/dat/spob/jacqueline.xml
+share/naev/dat/spob/jade_court.xml
+share/naev/dat/spob/jade_i.xml
+share/naev/dat/spob/jade_ii.xml
+share/naev/dat/spob/jade_iii.xml
+share/naev/dat/spob/jade_vi.xml
+share/naev/dat/spob/jaegnhild.xml
+share/naev/dat/spob/jankelo.xml
+share/naev/dat/spob/janko.xml
+share/naev/dat/spob/janus_enclave.xml
+share/naev/dat/spob/janus_farming.xml
+share/naev/dat/spob/jasmine.xml
+share/naev/dat/spob/jaxheen.xml
+share/naev/dat/spob/jemard.xml
+share/naev/dat/spob/jermose.xml
+share/naev/dat/spob/jeronon.xml
+share/naev/dat/spob/jervis_v.xml
+share/naev/dat/spob/jervis_vii.xml
+share/naev/dat/spob/jezza.xml
+share/naev/dat/spob/jomos.xml
+share/naev/dat/spob/jorcan.xml
+share/naev/dat/spob/jorla.xml
+share/naev/dat/spob/jorlan.xml
+share/naev/dat/spob/jugreny.xml
+share/naev/dat/spob/jurai.xml
+share/naev/dat/spob/juran.xml
+share/naev/dat/spob/kaira.xml
+share/naev/dat/spob/kal_atok_obelisk.xml
+share/naev/dat/spob/kal_maro_obelisk.xml
+share/naev/dat/spob/kal_niut_obelisk.xml
+share/naev/dat/spob/kal_sitra_obelisk.xml
+share/naev/dat/spob/kanar.xml
+share/naev/dat/spob/kanel.xml
+share/naev/dat/spob/kansas_i.xml
+share/naev/dat/spob/kansas_iii.xml
+share/naev/dat/spob/kansas_iv.xml
+share/naev/dat/spob/kansas_vi.xml
+share/naev/dat/spob/kappa_vadornia.xml
+share/naev/dat/spob/karman_i.xml
+share/naev/dat/spob/karman_ii.xml
+share/naev/dat/spob/karvua.xml
+share/naev/dat/spob/kaso.xml
+share/naev/dat/spob/kataka.xml
+share/naev/dat/spob/katami_i.xml
+share/naev/dat/spob/katar.xml
+share/naev/dat/spob/katar_i.xml
+share/naev/dat/spob/kaulas.xml
+share/naev/dat/spob/kayel.xml
+share/naev/dat/spob/khaas_i.xml
+share/naev/dat/spob/khelim.xml
+share/naev/dat/spob/khorin.xml
+share/naev/dat/spob/killerog.xml
+share/naev/dat/spob/klantar_i.xml
+share/naev/dat/spob/klantar_iii.xml
+share/naev/dat/spob/kobopos_i.xml
+share/naev/dat/spob/kobopos_ii.xml
+share/naev/dat/spob/kobopos_iv.xml
+share/naev/dat/spob/koga.xml
+share/naev/dat/spob/koralis_iv.xml
+share/naev/dat/spob/koralis_vi.xml
+share/naev/dat/spob/korifa_i.xml
+share/naev/dat/spob/korifa_ia.xml
+share/naev/dat/spob/korifa_ii.xml
+share/naev/dat/spob/korifa_iii.xml
+share/naev/dat/spob/kotori.xml
+share/naev/dat/spob/kraft_i.xml
+share/naev/dat/spob/kraft_ii.xml
+share/naev/dat/spob/kraft_iv.xml
+share/naev/dat/spob/kraft_v.xml
+share/naev/dat/spob/kraft_vi.xml
+share/naev/dat/spob/kramer.xml
+share/naev/dat/spob/kretogg_i.xml
+share/naev/dat/spob/kretogg_ii.xml
+share/naev/dat/spob/kretogg_iii.xml
+share/naev/dat/spob/ksher_i.xml
+share/naev/dat/spob/ksher_ii.xml
+share/naev/dat/spob/ksher_iii.xml
+share/naev/dat/spob/kyo_iii.xml
+share/naev/dat/spob/laarss.xml
+share/naev/dat/spob/lanze.xml
+share/naev/dat/spob/lapis_i.xml
+share/naev/dat/spob/lapis_ii.xml
+share/naev/dat/spob/lapra.xml
+share/naev/dat/spob/larling.xml
+share/naev/dat/spob/las_vegas.xml
+share/naev/dat/spob/lazuli_i.xml
+share/naev/dat/spob/lazuli_ia.xml
+share/naev/dat/spob/lazuli_iii.xml
+share/naev/dat/spob/leo.xml
+share/naev/dat/spob/leszec.xml
+share/naev/dat/spob/leviathan.xml
+share/naev/dat/spob/levo.xml
+share/naev/dat/spob/limbo_i.xml
+share/naev/dat/spob/limbo_ii.xml
+share/naev/dat/spob/lirith.xml
+share/naev/dat/spob/little_rock.xml
+share/naev/dat/spob/long_rock.xml
+share/naev/dat/spob/longbow_i.xml
+share/naev/dat/spob/longbow_iii.xml
+share/naev/dat/spob/longbow_iv.xml
+share/naev/dat/spob/loramor.xml
+share/naev/dat/spob/lorelei.xml
+share/naev/dat/spob/lua/default.lua
+share/naev/dat/spob/lua/dvaered_mil_dhc.lua
+share/naev/dat/spob/lua/dvaered_mil_restricted.lua
+share/naev/dat/spob/lua/empire_mil_emperors_wrath.lua
+share/naev/dat/spob/lua/empire_mil_omega_station.lua
+share/naev/dat/spob/lua/empire_mil_restricted.lua
+share/naev/dat/spob/lua/example.lua
+share/naev/dat/spob/lua/glsl/goo.frag
+share/naev/dat/spob/lua/glsl/hypergate.frag
+share/naev/dat/spob/lua/glsl/jumpgoto.frag
+share/naev/dat/spob/lua/glsl/selectsys.frag
+share/naev/dat/spob/lua/glsl/wormhole.frag
+share/naev/dat/spob/lua/highclass.lua
+share/naev/dat/spob/lua/hypergate_dvaer.lua
+share/naev/dat/spob/lua/hypergate_feye.lua
+share/naev/dat/spob/lua/hypergate_gamma_polaris.lua
+share/naev/dat/spob/lua/hypergate_kiwi.lua
+share/naev/dat/spob/lua/hypergate_ngc14549.lua
+share/naev/dat/spob/lua/hypergate_ruadan.lua
+share/naev/dat/spob/lua/jadecourt.lua
+share/naev/dat/spob/lua/kal_atok_obelisk.lua
+share/naev/dat/spob/lua/kal_maro_obelisk.lua
+share/naev/dat/spob/lua/kal_niut_obelisk.lua
+share/naev/dat/spob/lua/kal_sitra_obelisk.lua
+share/naev/dat/spob/lua/lib/hypergate.lua
+share/naev/dat/spob/lua/lib/obelisk.lua
+share/naev/dat/spob/lua/lib/spob.lua
+share/naev/dat/spob/lua/lib/wormhole.lua
+share/naev/dat/spob/lua/lowclass.lua
+share/naev/dat/spob/lua/maanens_moon.lua
+share/naev/dat/spob/lua/pirate_clanworld.lua
+share/naev/dat/spob/lua/poller_mass.lua
+share/naev/dat/spob/lua/proteron_mil_restricted.lua
+share/naev/dat/spob/lua/sirius_mil_mutris.lua
+share/naev/dat/spob/lua/sirius_mil_restricted.lua
+share/naev/dat/spob/lua/soromid_mil_kataka.lua
+share/naev/dat/spob/lua/soromid_mil_restricted.lua
+share/naev/dat/spob/lua/thurion_mil_restricted.lua
+share/naev/dat/spob/lua/wormhole_carrza.lua
+share/naev/dat/spob/lua/wormhole_ivella.lua
+share/naev/dat/spob/lua/wormhole_ngc13674.lua
+share/naev/dat/spob/lua/wormhole_ngc15670.lua
+share/naev/dat/spob/lua/wormhole_ngc1931.lua
+share/naev/dat/spob/lua/wormhole_ngc4087.lua
+share/naev/dat/spob/lua/wormhole_rei.lua
+share/naev/dat/spob/lua/wormhole_surano.lua
+share/naev/dat/spob/lua/wormhole_zied.lua
+share/naev/dat/spob/lua/zalek_mil_restricted.lua
+share/naev/dat/spob/lua/zalek_mil_ruadan.lua
+share/naev/dat/spob/lugun.xml
+share/naev/dat/spob/luna_skona.xml
+share/naev/dat/spob/luxsor.xml
+share/naev/dat/spob/lyncis_i.xml
+share/naev/dat/spob/lyncis_ii.xml
+share/naev/dat/spob/lyncis_iia.xml
+share/naev/dat/spob/lyncis_iib.xml
+share/naev/dat/spob/lyncis_iii.xml
+share/naev/dat/spob/maanen.xml
+share/naev/dat/spob/maanens_moon.xml
+share/naev/dat/spob/maatsu.xml
+share/naev/dat/spob/madeleine_enclave.xml
+share/naev/dat/spob/madria.xml
+share/naev/dat/spob/magellan.xml
+share/naev/dat/spob/majesteka_ii.xml
+share/naev/dat/spob/majesteka_iv.xml
+share/naev/dat/spob/majesteka_prime.xml
+share/naev/dat/spob/malebolge.xml
+share/naev/dat/spob/malebolge_iii.xml
+share/naev/dat/spob/malebolge_iv.xml
+share/naev/dat/spob/malebolge_v.xml
+share/naev/dat/spob/manis.xml
+share/naev/dat/spob/mannannan.xml
+share/naev/dat/spob/manuel_station.xml
+share/naev/dat/spob/marauder_citadel.xml
+share/naev/dat/spob/margarita_i.xml
+share/naev/dat/spob/margarita_ii.xml
+share/naev/dat/spob/margarita_iv.xml
+share/naev/dat/spob/margot.xml
+share/naev/dat/spob/marius_enclave.xml
+share/naev/dat/spob/mason_i.xml
+share/naev/dat/spob/mason_ii.xml
+share/naev/dat/spob/mason_iv.xml
+share/naev/dat/spob/massia_i.xml
+share/naev/dat/spob/massia_iv.xml
+share/naev/dat/spob/massia_iva.xml
+share/naev/dat/spob/mastodon_station.xml
+share/naev/dat/spob/maus_i.xml
+share/naev/dat/spob/maus_ii.xml
+share/naev/dat/spob/maus_iii.xml
+share/naev/dat/spob/maya.xml
+share/naev/dat/spob/medenus_observatory.xml
+share/naev/dat/spob/megala.xml
+share/naev/dat/spob/megan_station.xml
+share/naev/dat/spob/megas.xml
+share/naev/dat/spob/melendez_dome.xml
+share/naev/dat/spob/memory_of_sorom.xml
+share/naev/dat/spob/mendez.xml
+share/naev/dat/spob/merisi_i.xml
+share/naev/dat/spob/merisi_ii.xml
+share/naev/dat/spob/merisi_iii.xml
+share/naev/dat/spob/merisi_iv.xml
+share/naev/dat/spob/meya.xml
+share/naev/dat/spob/mgg003.xml
+share/naev/dat/spob/mgg007.xml
+share/naev/dat/spob/mgg1294.xml
+share/naev/dat/spob/minerva_station.xml
+share/naev/dat/spob/mining_vrata_guildhouse.xml
+share/naev/dat/spob/mirror_i.xml
+share/naev/dat/spob/mirror_iv.xml
+share/naev/dat/spob/mirror_vi.xml
+share/naev/dat/spob/mirror_via.xml
+share/naev/dat/spob/mirror_vib.xml
+share/naev/dat/spob/mizar_iii.xml
+share/naev/dat/spob/mizar_iv.xml
+share/naev/dat/spob/mizar_vi.xml
+share/naev/dat/spob/mk.xml
+share/naev/dat/spob/modus.xml
+share/naev/dat/spob/mokoshotar_enclave.xml
+share/naev/dat/spob/monogram_iii.xml
+share/naev/dat/spob/monogram_iv.xml
+share/naev/dat/spob/monogram_v.xml
+share/naev/dat/spob/monsoon_cloister.xml
+share/naev/dat/spob/moor_i.xml
+share/naev/dat/spob/moor_ii.xml
+share/naev/dat/spob/moor_iii.xml
+share/naev/dat/spob/moordra_i.xml
+share/naev/dat/spob/moordra_ii.xml
+share/naev/dat/spob/moorline_cloister.xml
+share/naev/dat/spob/morgan_citadel.xml
+share/naev/dat/spob/mouddar.xml
+share/naev/dat/spob/mugen.xml
+share/naev/dat/spob/mutris.xml
+share/naev/dat/spob/myonei.xml
+share/naev/dat/spob/naga.xml
+share/naev/dat/spob/nanek.xml
+share/naev/dat/spob/nappi.xml
+share/naev/dat/spob/narousse_i.xml
+share/naev/dat/spob/narousse_ii.xml
+share/naev/dat/spob/narousse_iii.xml
+share/naev/dat/spob/narousse_iiia.xml
+share/naev/dat/spob/narousse_iv.xml
+share/naev/dat/spob/nartur_i.xml
+share/naev/dat/spob/nartur_ii.xml
+share/naev/dat/spob/nartur_iii.xml
+share/naev/dat/spob/nartur_iv.xml
+share/naev/dat/spob/nartur_iva.xml
+share/naev/dat/spob/nasano.xml
+share/naev/dat/spob/nava_i.xml
+share/naev/dat/spob/neexi_i.xml
+share/naev/dat/spob/neexi_ii.xml
+share/naev/dat/spob/neo_pomerania.xml
+share/naev/dat/spob/neon_i.xml
+share/naev/dat/spob/neon_iii.xml
+share/naev/dat/spob/nera.xml
+share/naev/dat/spob/neurri.xml
+share/naev/dat/spob/new_deimos.xml
+share/naev/dat/spob/new_dortmund.xml
+share/naev/dat/spob/new_europe.xml
+share/naev/dat/spob/new_haven.xml
+share/naev/dat/spob/new_konnor.xml
+share/naev/dat/spob/new_mars.xml
+share/naev/dat/spob/new_phobos.xml
+share/naev/dat/spob/new_pluto.xml
+share/naev/dat/spob/new_space_trade_hub.xml
+share/naev/dat/spob/new_thomas.xml
+share/naev/dat/spob/new_xantusia.xml
+share/naev/dat/spob/newmarch_a1.xml
+share/naev/dat/spob/newmarch_d3.xml
+share/naev/dat/spob/nexus_shipyards_hq.xml
+share/naev/dat/spob/niflheim_enclave.xml
+share/naev/dat/spob/niger_i.xml
+share/naev/dat/spob/niger_ii.xml
+share/naev/dat/spob/nixa.xml
+share/naev/dat/spob/nixon_i.xml
+share/naev/dat/spob/nixon_ii.xml
+share/naev/dat/spob/nixon_iii.xml
+share/naev/dat/spob/nixon_iv.xml
+share/naev/dat/spob/nixon_v.xml
+share/naev/dat/spob/nocalin.xml
+share/naev/dat/spob/nolan.xml
+share/naev/dat/spob/nonuri.xml
+share/naev/dat/spob/nor.xml
+share/naev/dat/spob/norpin_ii.xml
+share/naev/dat/spob/norpin_iv.xml
+share/naev/dat/spob/nougat_i.xml
+share/naev/dat/spob/nougat_ii.xml
+share/naev/dat/spob/nova_shakar.xml
+share/naev/dat/spob/ns1.xml
+share/naev/dat/spob/ns144.xml
+share/naev/dat/spob/ns27.xml
+share/naev/dat/spob/ns42.xml
+share/naev/dat/spob/ns63.xml
+share/naev/dat/spob/obelisk_monastery.xml
+share/naev/dat/spob/oberon.xml
+share/naev/dat/spob/oberon_i.xml
+share/naev/dat/spob/oberon_iii.xml
+share/naev/dat/spob/oberon_iv.xml
+share/naev/dat/spob/ocata.xml
+share/naev/dat/spob/octantis_i.xml
+share/naev/dat/spob/odonga.xml
+share/naev/dat/spob/odonga_m1.xml
+share/naev/dat/spob/ohon.xml
+share/naev/dat/spob/olario.xml
+share/naev/dat/spob/old_king_cole.xml
+share/naev/dat/spob/old_man_jack.xml
+share/naev/dat/spob/olljan.xml
+share/naev/dat/spob/oma.xml
+share/naev/dat/spob/omar.xml
+share/naev/dat/spob/omega_enclave.xml
+share/naev/dat/spob/onar.xml
+share/naev/dat/spob/onasan.xml
+share/naev/dat/spob/onewing_goddard.xml
+share/naev/dat/spob/oni.xml
+share/naev/dat/spob/onyx_shipyard.xml
+share/naev/dat/spob/oort_farming_station.xml
+share/naev/dat/spob/opa.xml
+share/naev/dat/spob/opal_i.xml
+share/naev/dat/spob/opal_station.xml
+share/naev/dat/spob/oring.xml
+share/naev/dat/spob/orions_anger.xml
+share/naev/dat/spob/orions_fist.xml
+share/naev/dat/spob/orions_might.xml
+share/naev/dat/spob/orville_shipyard.xml
+share/naev/dat/spob/outbound_enclave.xml
+share/naev/dat/spob/overture_i.xml
+share/naev/dat/spob/overture_ii.xml
+share/naev/dat/spob/overture_iii.xml
+share/naev/dat/spob/ozogo_x.xml
+share/naev/dat/spob/p0125.xml
+share/naev/dat/spob/p13571.xml
+share/naev/dat/spob/p1587.xml
+share/naev/dat/spob/p15919.xml
+share/naev/dat/spob/p2020.xml
+share/naev/dat/spob/p2021.xml
+share/naev/dat/spob/p2022.xml
+share/naev/dat/spob/p2317.xml
+share/naev/dat/spob/p3030.xml
+share/naev/dat/spob/p4705.xml
+share/naev/dat/spob/p5003.xml
+share/naev/dat/spob/p5717.xml
+share/naev/dat/spob/p6608.xml
+share/naev/dat/spob/p8318.xml
+share/naev/dat/spob/p8493.xml
+share/naev/dat/spob/p880.xml
+share/naev/dat/spob/p9122.xml
+share/naev/dat/spob/p9172.xml
+share/naev/dat/spob/p9199.xml
+share/naev/dat/spob/p9234.xml
+share/naev/dat/spob/p9832.xml
+share/naev/dat/spob/p9922.xml
+share/naev/dat/spob/palin_i.xml
+share/naev/dat/spob/palin_ii.xml
+share/naev/dat/spob/palin_iii.xml
+share/naev/dat/spob/palovi_ii.xml
+share/naev/dat/spob/palovi_iv.xml
+share/naev/dat/spob/palovi_v.xml
+share/naev/dat/spob/paradox_ii.xml
+share/naev/dat/spob/paradox_iii.xml
+share/naev/dat/spob/paradox_iiia.xml
+share/naev/dat/spob/paradox_v.xml
+share/naev/dat/spob/passir.xml
+share/naev/dat/spob/pastor_ii.xml
+share/naev/dat/spob/pastor_iix.xml
+share/naev/dat/spob/pastor_vi.xml
+share/naev/dat/spob/pauldur.xml
+share/naev/dat/spob/paxadon.xml
+share/naev/dat/spob/paxsor.xml
+share/naev/dat/spob/peogas_ii.xml
+share/naev/dat/spob/peogas_iii.xml
+share/naev/dat/spob/peogas_iv.xml
+share/naev/dat/spob/peogas_v.xml
+share/naev/dat/spob/percola.xml
+share/naev/dat/spob/perhelion_alpha.xml
+share/naev/dat/spob/perhelion_beta.xml
+share/naev/dat/spob/perhelion_gamma.xml
+share/naev/dat/spob/petaat.xml
+share/naev/dat/spob/petra.xml
+share/naev/dat/spob/phee.xml
+share/naev/dat/spob/phosarrus.xml
+share/naev/dat/spob/pike_i.xml
+share/naev/dat/spob/pilatis_i.xml
+share/naev/dat/spob/pilatis_ii.xml
+share/naev/dat/spob/pilatis_iii.xml
+share/naev/dat/spob/pirates_cove.xml
+share/naev/dat/spob/point_zero_0.xml
+share/naev/dat/spob/point_zero_nidus.xml
+share/naev/dat/spob/pokyos_cloister.xml
+share/naev/dat/spob/polaris_prime.xml
+share/naev/dat/spob/poller_d2.xml
+share/naev/dat/spob/poller_i1.xml
+share/naev/dat/spob/poller_mass.xml
+share/naev/dat/spob/poltergeist_alpha.xml
+share/naev/dat/spob/porro_farming_station.xml
+share/naev/dat/spob/porro_ii.xml
+share/naev/dat/spob/porro_iii.xml
+share/naev/dat/spob/possum_ii.xml
+share/naev/dat/spob/praxis.xml
+share/naev/dat/spob/priscus.xml
+share/naev/dat/spob/procyon_shipyards.xml
+share/naev/dat/spob/protera_nova.xml
+share/naev/dat/spob/protera_sigma.xml
+share/naev/dat/spob/provectus_nova_i.xml
+share/naev/dat/spob/provectus_nova_ia.xml
+share/naev/dat/spob/proxima_centauri_c.xml
+share/naev/dat/spob/prp1.xml
+share/naev/dat/spob/prp2.xml
+share/naev/dat/spob/prp3.xml
+share/naev/dat/spob/prp4.xml
+share/naev/dat/spob/pso_1234.xml
+share/naev/dat/spob/pso_1251.xml
+share/naev/dat/spob/pso_1324.xml
+share/naev/dat/spob/pso_2212.xml
+share/naev/dat/spob/pso_2345.xml
+share/naev/dat/spob/pso_2356.xml
+share/naev/dat/spob/pso_2434.xml
+share/naev/dat/spob/pso_monitor.xml
+share/naev/dat/spob/ptolemy.xml
+share/naev/dat/spob/pudas_i.xml
+share/naev/dat/spob/pudas_ii.xml
+share/naev/dat/spob/pultatis_i.xml
+share/naev/dat/spob/pultatis_ii.xml
+share/naev/dat/spob/pultatis_iii.xml
+share/naev/dat/spob/pund.xml
+share/naev/dat/spob/qex_ii.xml
+share/naev/dat/spob/qex_iv.xml
+share/naev/dat/spob/qex_v.xml
+share/naev/dat/spob/qoman.xml
+share/naev/dat/spob/qoral.xml
+share/naev/dat/spob/qorellia.xml
+share/naev/dat/spob/quai_i.xml
+share/naev/dat/spob/quai_ii.xml
+share/naev/dat/spob/quai_iia.xml
+share/naev/dat/spob/qulam_primus.xml
+share/naev/dat/spob/racheka.xml
+share/naev/dat/spob/racheka_secundus.xml
+share/naev/dat/spob/radix_i.xml
+share/naev/dat/spob/radix_ii.xml
+share/naev/dat/spob/radix_iii.xml
+share/naev/dat/spob/raelid_ii.xml
+share/naev/dat/spob/raelid_prime.xml
+share/naev/dat/spob/rage.xml
+share/naev/dat/spob/ramen.xml
+share/naev/dat/spob/raptor_nest.xml
+share/naev/dat/spob/readme.md
+share/naev/dat/spob/red_eye.xml
+share/naev/dat/spob/regensburg.xml
+share/naev/dat/spob/rei_ii.xml
+share/naev/dat/spob/rei_iii.xml
+share/naev/dat/spob/reidd.xml
+share/naev/dat/spob/research_post_sigma13.xml
+share/naev/dat/spob/rhaana.xml
+share/naev/dat/spob/rhu_ii.xml
+share/naev/dat/spob/rhu_iii.xml
+share/naev/dat/spob/rhu_iv.xml
+share/naev/dat/spob/ridrack.xml
+share/naev/dat/spob/rikaina.xml
+share/naev/dat/spob/rionna.xml
+share/naev/dat/spob/riun.xml
+share/naev/dat/spob/rockhardt.xml
+share/naev/dat/spob/rodney.xml
+share/naev/dat/spob/rogan.xml
+share/naev/dat/spob/ross_prime.xml
+share/naev/dat/spob/rostra.xml
+share/naev/dat/spob/rotide_i.xml
+share/naev/dat/spob/rotide_ii.xml
+share/naev/dat/spob/ruadan_gamma.xml
+share/naev/dat/spob/ruadan_host.xml
+share/naev/dat/spob/ruadan_ii.xml
+share/naev/dat/spob/ruadan_j1.xml
+share/naev/dat/spob/ruadan_j2.xml
+share/naev/dat/spob/ruadan_prime.xml
+share/naev/dat/spob/ruadan_secundus.xml
+share/naev/dat/spob/ruadan_terminal.xml
+share/naev/dat/spob/rudderfern.xml
+share/naev/dat/spob/ruid.xml
+share/naev/dat/spob/ruin.xml
+share/naev/dat/spob/rulkar.xml
+share/naev/dat/spob/ruttwi_i.xml
+share/naev/dat/spob/ruttwi_ii.xml
+share/naev/dat/spob/ryder.xml
+share/naev/dat/spob/ryder_iii.xml
+share/naev/dat/spob/s00000.xml
+share/naev/dat/spob/s00018.xml
+share/naev/dat/spob/s00522.xml
+share/naev/dat/spob/s00653.xml
+share/naev/dat/spob/s13024.xml
+share/naev/dat/spob/s23001.xml
+share/naev/dat/spob/s23491.xml
+share/naev/dat/spob/s38729.xml
+share/naev/dat/spob/s49281.xml
+share/naev/dat/spob/s49335.xml
+share/naev/dat/spob/s49588.xml
+share/naev/dat/spob/s58309.xml
+share/naev/dat/spob/s72288.xml
+share/naev/dat/spob/s72839.xml
+share/naev/dat/spob/s91456.xml
+share/naev/dat/spob/sabe.xml
+share/naev/dat/spob/salsax_nest.xml
+share/naev/dat/spob/samell.xml
+share/naev/dat/spob/sanchez.xml
+share/naev/dat/spob/sander.xml
+share/naev/dat/spob/santoros_i.xml
+share/naev/dat/spob/santoros_ia.xml
+share/naev/dat/spob/santoros_ib.xml
+share/naev/dat/spob/santoros_ii.xml
+share/naev/dat/spob/saraab.xml
+share/naev/dat/spob/sarcophagus_i.xml
+share/naev/dat/spob/sarcophagus_ii.xml
+share/naev/dat/spob/sarcophagus_iib.xml
+share/naev/dat/spob/sarcophagus_v.xml
+share/naev/dat/spob/savoy_terminal.xml
+share/naev/dat/spob/scarlet_ii.xml
+share/naev/dat/spob/scarlett_iii.xml
+share/naev/dat/spob/scinfaxi.xml
+share/naev/dat/spob/scipio.xml
+share/naev/dat/spob/scorch.xml
+share/naev/dat/spob/scorpii_enclave.xml
+share/naev/dat/spob/scorpii_omega1.xml
+share/naev/dat/spob/scorpii_omega2.xml
+share/naev/dat/spob/scorpion_nest.xml
+share/naev/dat/spob/seanich.xml
+share/naev/dat/spob/secundus_alpha.xml
+share/naev/dat/spob/secundus_beta.xml
+share/naev/dat/spob/seiben_iv.xml
+share/naev/dat/spob/seiben_xi.xml
+share/naev/dat/spob/selphod.xml
+share/naev/dat/spob/semper.xml
+share/naev/dat/spob/senara_i.xml
+share/naev/dat/spob/sergio_vix_i.xml
+share/naev/dat/spob/sergio_vix_iii.xml
+share/naev/dat/spob/serria.xml
+share/naev/dat/spob/servax.xml
+share/naev/dat/spob/sevlow.xml
+share/naev/dat/spob/shade__sunshine.xml
+share/naev/dat/spob/shakar_i.xml
+share/naev/dat/spob/shakar_iii.xml
+share/naev/dat/spob/shangris_station.xml
+share/naev/dat/spob/sharak.xml
+share/naev/dat/spob/sheik_hall.xml
+share/naev/dat/spob/shiarta.xml
+share/naev/dat/spob/shickhaw_i.xml
+share/naev/dat/spob/shickhaw_ii.xml
+share/naev/dat/spob/shickhaw_iv.xml
+share/naev/dat/spob/shikima_ii.xml
+share/naev/dat/spob/shion.xml
+share/naev/dat/spob/sidhe.xml
+share/naev/dat/spob/silverstone.xml
+share/naev/dat/spob/simoen.xml
+share/naev/dat/spob/sinass.xml
+share/naev/dat/spob/sinclair.xml
+share/naev/dat/spob/sindbad.xml
+share/naev/dat/spob/sirius_monastery.xml
+share/naev/dat/spob/sirius_ordnance.xml
+share/naev/dat/spob/sirius_shipyards.xml
+share/naev/dat/spob/sirou_enclave.xml
+share/naev/dat/spob/sirou_i.xml
+share/naev/dat/spob/sirou_ii.xml
+share/naev/dat/spob/sirou_vi.xml
+share/naev/dat/spob/sixbat_station.xml
+share/naev/dat/spob/skater.xml
+share/naev/dat/spob/skona.xml
+share/naev/dat/spob/sleuth_ii.xml
+share/naev/dat/spob/slofeldt_museum.xml
+share/naev/dat/spob/smaal.xml
+share/naev/dat/spob/socrates_academy_monastery.xml
+share/naev/dat/spob/sola.xml
+share/naev/dat/spob/sollav_ii.xml
+share/naev/dat/spob/sollav_vi.xml
+share/naev/dat/spob/sollebor.xml
+share/naev/dat/spob/solpere.xml
+share/naev/dat/spob/solvac_crops.xml
+share/naev/dat/spob/sorom.xml
+share/naev/dat/spob/soromid_customs_central.xml
+share/naev/dat/spob/soromid_databank.xml
+share/naev/dat/spob/soromid_wards_alpha.xml
+share/naev/dat/spob/soromid_wards_beta.xml
+share/naev/dat/spob/soromid_wards_gamma.xml
+share/naev/dat/spob/sorrow_ii.xml
+share/naev/dat/spob/spica.xml
+share/naev/dat/spob/sroolu.xml
+share/naev/dat/spob/stalwart_citadel.xml
+share/naev/dat/spob/starlight_end_i.xml
+share/naev/dat/spob/starlight_end_ii.xml
+share/naev/dat/spob/starlight_end_iii.xml
+share/naev/dat/spob/stein.xml
+share/naev/dat/spob/steiner_station.xml
+share/naev/dat/spob/stella.xml
+share/naev/dat/spob/stelman_i3.xml
+share/naev/dat/spob/sternguard.xml
+share/naev/dat/spob/stint_iii.xml
+share/naev/dat/spob/stormgard.xml
+share/naev/dat/spob/stormy.xml
+share/naev/dat/spob/straight_row_ii.xml
+share/naev/dat/spob/strangelove_lab.xml
+share/naev/dat/spob/stutee.xml
+share/naev/dat/spob/sudra.xml
+share/naev/dat/spob/suk_ii.xml
+share/naev/dat/spob/suk_iv.xml
+share/naev/dat/spob/sultan_iii.xml
+share/naev/dat/spob/sultan_vi.xml
+share/naev/dat/spob/suna_i.xml
+share/naev/dat/spob/suna_ii.xml
+share/naev/dat/spob/suoer.xml
+share/naev/dat/spob/sy1025.xml
+share/naev/dat/spob/sy1206.xml
+share/naev/dat/spob/sy159.xml
+share/naev/dat/spob/sy19.xml
+share/naev/dat/spob/sy237.xml
+share/naev/dat/spob/sy256.xml
+share/naev/dat/spob/sy314.xml
+share/naev/dat/spob/sy413.xml
+share/naev/dat/spob/sy612.xml
+share/naev/dat/spob/sy894.xml
+share/naev/dat/spob/sy920.xml
+share/naev/dat/spob/sylph_ii.xml
+share/naev/dat/spob/sylph_iv.xml
+share/naev/dat/spob/sylph_iva.xml
+share/naev/dat/spob/symm_ii.xml
+share/naev/dat/spob/symm_iii.xml
+share/naev/dat/spob/symm_iiia.xml
+share/naev/dat/spob/symm_iiib.xml
+share/naev/dat/spob/takeru.xml
+share/naev/dat/spob/tandar_i.xml
+share/naev/dat/spob/tandar_ia.xml
+share/naev/dat/spob/tandar_iix.xml
+share/naev/dat/spob/tankard_cloister.xml
+share/naev/dat/spob/tanulwa.xml
+share/naev/dat/spob/tarrum.xml
+share/naev/dat/spob/tarsus_ii.xml
+share/naev/dat/spob/tartarus.xml
+share/naev/dat/spob/tau_ceti_e.xml
+share/naev/dat/spob/tau_ceti_f.xml
+share/naev/dat/spob/tau_ceti_g.xml
+share/naev/dat/spob/tau_ceti_h.xml
+share/naev/dat/spob/tau_ceti_station.xml
+share/naev/dat/spob/tau_prime.xml
+share/naev/dat/spob/tau_secundus.xml
+share/naev/dat/spob/tau_station.xml
+share/naev/dat/spob/taxumi_i.xml
+share/naev/dat/spob/taxumi_ii.xml
+share/naev/dat/spob/taxumi_iii.xml
+share/naev/dat/spob/taxumi_iiia.xml
+share/naev/dat/spob/telika_ii.xml
+share/naev/dat/spob/telika_iii.xml
+share/naev/dat/spob/tenalp.xml
+share/naev/dat/spob/tepdania_customs.xml
+share/naev/dat/spob/tepdania_prime.xml
+share/naev/dat/spob/tepvin_gamma.xml
+share/naev/dat/spob/tepvin_lambda.xml
+share/naev/dat/spob/tepvins_point.xml
+share/naev/dat/spob/terminus.xml
+share/naev/dat/spob/tesla_station.xml
+share/naev/dat/spob/thaddius_terminal.xml
+share/naev/dat/spob/thar.xml
+share/naev/dat/spob/thavma.xml
+share/naev/dat/spob/the_crucible.xml
+share/naev/dat/spob/the_frontier_council.xml
+share/naev/dat/spob/the_stinker.xml
+share/naev/dat/spob/the_wringer.xml
+share/naev/dat/spob/theras_ii.xml
+share/naev/dat/spob/theras_iii.xml
+share/naev/dat/spob/theras_iv.xml
+share/naev/dat/spob/thosson.xml
+share/naev/dat/spob/three_and_a_half_kings.xml
+share/naev/dat/spob/thymo.xml
+share/naev/dat/spob/timu.xml
+share/naev/dat/spob/tomas_i1.xml
+share/naev/dat/spob/tomas_j1.xml
+share/naev/dat/spob/tomas_x1.xml
+share/naev/dat/spob/topkapi_station.xml
+share/naev/dat/spob/tora.xml
+share/naev/dat/spob/torg_crops.xml
+share/naev/dat/spob/torg_i.xml
+share/naev/dat/spob/torg_iv.xml
+share/naev/dat/spob/tori.xml
+share/naev/dat/spob/torloth.xml
+share/naev/dat/spob/toros_iv.xml
+share/naev/dat/spob/totoran.xml
+share/naev/dat/spob/traal.xml
+share/naev/dat/spob/treacle.xml
+share/naev/dat/spob/trevis_cloister.xml
+share/naev/dat/spob/triap_i.xml
+share/naev/dat/spob/trichu.xml
+share/naev/dat/spob/trincea.xml
+share/naev/dat/spob/trinel.xml
+share/naev/dat/spob/triton_shipyard.xml
+share/naev/dat/spob/tuhalar.xml
+share/naev/dat/spob/tulla.xml
+share/naev/dat/spob/tummalin.xml
+share/naev/dat/spob/tumut.xml
+share/naev/dat/spob/tuomis_orb.xml
+share/naev/dat/spob/turawee.xml
+share/naev/dat/spob/turnpike_station.xml
+share/naev/dat/spob/tuur.xml
+share/naev/dat/spob/uhp1001.xml
+share/naev/dat/spob/uhp1002.xml
+share/naev/dat/spob/uhriabi17.xml
+share/naev/dat/spob/uhriabi9.xml
+share/naev/dat/spob/ulios.xml
+share/naev/dat/spob/ullnorn.xml
+share/naev/dat/spob/ulysses_iii.xml
+share/naev/dat/spob/ulysses_iv.xml
+share/naev/dat/spob/umbrella_clinic.xml
+share/naev/dat/spob/ummula.xml
+share/naev/dat/spob/umw1231d.xml
+share/naev/dat/spob/umw1345a.xml
+share/naev/dat/spob/undergate_ii.xml
+share/naev/dat/spob/undergate_iii.xml
+share/naev/dat/spob/undergate_v.xml
+share/naev/dat/spob/unicorn_i.xml
+share/naev/dat/spob/unicorn_ii.xml
+share/naev/dat/spob/unicorp_orbital.xml
+share/naev/dat/spob/unseelie.xml
+share/naev/dat/spob/urail.xml
+share/naev/dat/spob/urbanus_crops.xml
+share/naev/dat/spob/urbanus_ii.xml
+share/naev/dat/spob/urbanus_iii.xml
+share/naev/dat/spob/uridhrion_i.xml
+share/naev/dat/spob/uridhrion_ii.xml
+share/naev/dat/spob/uridhrion_iii.xml
+share/naev/dat/spob/ururis.xml
+share/naev/dat/spob/utsuwa.xml
+share/naev/dat/spob/uuries.xml
+share/naev/dat/spob/ux_i.xml
+share/naev/dat/spob/ux_iix.xml
+share/naev/dat/spob/ux_vii.xml
+share/naev/dat/spob/vaal.xml
+share/naev/dat/spob/valerie_ii.xml
+share/naev/dat/spob/valerie_iix.xml
+share/naev/dat/spob/valerie_iv.xml
+share/naev/dat/spob/valt.xml
+share/naev/dat/spob/valur_gem_i.xml
+share/naev/dat/spob/vanir_i.xml
+share/naev/dat/spob/vanir_ia.xml
+share/naev/dat/spob/vanir_ii.xml
+share/naev/dat/spob/vao_vos.xml
+share/naev/dat/spob/varaati.xml
+share/naev/dat/spob/vargos_flint.xml
+share/naev/dat/spob/vargos_rock.xml
+share/naev/dat/spob/varia.xml
+share/naev/dat/spob/varona.xml
+share/naev/dat/spob/vauban_i1.xml
+share/naev/dat/spob/vault.xml
+share/naev/dat/spob/vean_i.xml
+share/naev/dat/spob/vean_ii.xml
+share/naev/dat/spob/vennis.xml
+share/naev/dat/spob/vercingetorix.xml
+share/naev/dat/spob/verex_i.xml
+share/naev/dat/spob/verex_ii.xml
+share/naev/dat/spob/verex_iii.xml
+share/naev/dat/spob/vert.xml
+share/naev/dat/spob/vertigo.xml
+share/naev/dat/spob/vigil_station.xml
+share/naev/dat/spob/vigilance_center.xml
+share/naev/dat/spob/vilati_vilata.xml
+share/naev/dat/spob/vino.xml
+share/naev/dat/spob/vinooso.xml
+share/naev/dat/spob/violin_monastery.xml
+share/naev/dat/spob/virginis_alpha.xml
+share/naev/dat/spob/virginis_beta.xml
+share/naev/dat/spob/virginis_chi.xml
+share/naev/dat/spob/virginis_eta.xml
+share/naev/dat/spob/virginis_lambda.xml
+share/naev/dat/spob/vlexair.xml
+share/naev/dat/spob/vlexon_i.xml
+share/naev/dat/spob/vlexon_ii.xml
+share/naev/dat/spob/voproid_monastery.xml
+share/naev/dat/spob/voproid_prime.xml
+share/naev/dat/spob/vorca.xml
+share/naev/dat/spob/vracha.xml
+share/naev/dat/spob/vuere.xml
+share/naev/dat/spob/wagenni.xml
+share/naev/dat/spob/wahri.xml
+share/naev/dat/spob/wahri_iii.xml
+share/naev/dat/spob/wahri_iv.xml
+share/naev/dat/spob/wakan.xml
+share/naev/dat/spob/waldar.xml
+share/naev/dat/spob/wardens_end.xml
+share/naev/dat/spob/warei.xml
+share/naev/dat/spob/warnecke.xml
+share/naev/dat/spob/warnecke_i.xml
+share/naev/dat/spob/warnecke_ii.xml
+share/naev/dat/spob/waterhole.xml
+share/naev/dat/spob/waterholes_moon.xml
+share/naev/dat/spob/wayline.xml
+share/naev/dat/spob/wayline_m1.xml
+share/naev/dat/spob/wayline_m2.xml
+share/naev/dat/spob/wellen.xml
+share/naev/dat/spob/werlen.xml
+share/naev/dat/spob/westeros_nest.xml
+share/naev/dat/spob/wigheta.xml
+share/naev/dat/spob/wikon.xml
+share/naev/dat/spob/wildwood_nest.xml
+share/naev/dat/spob/wolf_i.xml
+share/naev/dat/spob/wolf_ii.xml
+share/naev/dat/spob/wolf_vii.xml
+share/naev/dat/spob/wonclock.xml
+share/naev/dat/spob/worgen.xml
+share/naev/dat/spob/wormhole_carrza.xml
+share/naev/dat/spob/wormhole_ivella.xml
+share/naev/dat/spob/wormhole_ngc13674.xml
+share/naev/dat/spob/wormhole_ngc15670.xml
+share/naev/dat/spob/wormhole_ngc1931.xml
+share/naev/dat/spob/wormhole_ngc4087.xml
+share/naev/dat/spob/wormhole_rei.xml
+share/naev/dat/spob/wormhole_surano.xml
+share/naev/dat/spob/wormhole_zied.xml
+share/naev/dat/spob/worscha.xml
+share/naev/dat/spob/wsthvn_d1.xml
+share/naev/dat/spob/wsthvn_p1.xml
+share/naev/dat/spob/wunomi.xml
+share/naev/dat/spob/wunomi_i.xml
+share/naev/dat/spob/wunomi_ia.xml
+share/naev/dat/spob/wunomis_moon.xml
+share/naev/dat/spob/wunomis_world.xml
+share/naev/dat/spob/wyrmwood.xml
+share/naev/dat/spob/xavier.xml
+share/naev/dat/spob/xo4.xml
+share/naev/dat/spob/yak_nest.xml
+share/naev/dat/spob/yaroslav_farming_station.xml
+share/naev/dat/spob/yrina.xml
+share/naev/dat/spob/zaals.xml
+share/naev/dat/spob/zabween_outpost.xml
+share/naev/dat/spob/zalebus.xml
+share/naev/dat/spob/zalek_ii.xml
+share/naev/dat/spob/zalek_iv.xml
+share/naev/dat/spob/zaren.xml
+share/naev/dat/spob/zazarin.xml
+share/naev/dat/spob/zembla_shakar.xml
+share/naev/dat/spob/zemur_iii.xml
+share/naev/dat/spob/zeo.xml
+share/naev/dat/spob/zepei.xml
+share/naev/dat/spob/zeroeleven.xml
+share/naev/dat/spob/zerofive.xml
+share/naev/dat/spob/zeroone.xml
+share/naev/dat/spob/zesta.xml
+share/naev/dat/spob/zethus.xml
+share/naev/dat/spob/zhang_lu.xml
+share/naev/dat/spob/zhiru.xml
+share/naev/dat/spob/zintar_iv.xml
+share/naev/dat/spob/zintar_v.xml
+share/naev/dat/spob/ziz.xml
+share/naev/dat/spob/zuner.xml
+share/naev/dat/spob_virtual/dvaered_small.xml
+share/naev/dat/spob_virtual/dvaered_unpresence.xml
+share/naev/dat/spob_virtual/dvaered_unpresence_range1.xml
+share/naev/dat/spob_virtual/empire_small.xml
+share/naev/dat/spob_virtual/empire_unpresence.xml
+share/naev/dat/spob_virtual/empire_unpresence_range1.xml
+share/naev/dat/spob_virtual/flf_small.xml
+share/naev/dat/spob_virtual/flf_unpresence.xml
+share/naev/dat/spob_virtual/frontier_small.xml
+share/naev/dat/spob_virtual/frontier_unpresence.xml
+share/naev/dat/spob_virtual/independent_all_unpresence.xml
+share/naev/dat/spob_virtual/independent_all_unpresence_range1.xml
+share/naev/dat/spob_virtual/independent_trader_area.xml
+share/naev/dat/spob_virtual/independent_trader_local.xml
+share/naev/dat/spob_virtual/independent_unpresence.xml
+share/naev/dat/spob_virtual/miner_local.xml
+share/naev/dat/spob_virtual/miner_small.xml
+share/naev/dat/spob_virtual/pirate_all_unpresence.xml
+share/naev/dat/spob_virtual/pirate_all_unpresence_range1.xml
+share/naev/dat/spob_virtual/pirate_all_unpresence_range2.xml
+share/naev/dat/spob_virtual/pirate_medium.xml
+share/naev/dat/spob_virtual/pirate_small.xml
+share/naev/dat/spob_virtual/pirate_unpresence.xml
+share/naev/dat/spob_virtual/proteron_small.xml
+share/naev/dat/spob_virtual/proteron_unpresence.xml
+share/naev/dat/spob_virtual/proteron_unpresence_range1.xml
+share/naev/dat/spob_virtual/sirius_small.xml
+share/naev/dat/spob_virtual/sirius_unpresence.xml
+share/naev/dat/spob_virtual/soromid_unpresence.xml
+share/naev/dat/spob_virtual/soromid_unpresence_range1.xml
+share/naev/dat/spob_virtual/thurion_local.xml
+share/naev/dat/spob_virtual/tradelane.xml
+share/naev/dat/spob_virtual/tradelane_dvaered.xml
+share/naev/dat/spob_virtual/tradelane_empire.xml
+share/naev/dat/spob_virtual/tradelane_sirius.xml
+share/naev/dat/spob_virtual/tradelane_soromid.xml
+share/naev/dat/spob_virtual/tradelane_zalek.xml
+share/naev/dat/spob_virtual/traders_society_area.xml
+share/naev/dat/spob_virtual/traders_society_local.xml
+share/naev/dat/spob_virtual/traders_society_unpresence.xml
+share/naev/dat/spob_virtual/traders_society_unpresence_range1.xml
+share/naev/dat/spob_virtual/virtual_sindbad.xml
+share/naev/dat/spob_virtual/zalek_medium.xml
+share/naev/dat/spob_virtual/zalek_small.xml
+share/naev/dat/spob_virtual/zalek_unpresence.xml
+share/naev/dat/spob_virtual/zalek_unpresence_range1.xml
+share/naev/dat/ssys/acheron.xml
+share/naev/dat/ssys/adraia.xml
+share/naev/dat/ssys/adran.xml
+share/naev/dat/ssys/aesir.xml
+share/naev/dat/ssys/aesria.xml
+share/naev/dat/ssys/aet.xml
+share/naev/dat/ssys/akodu.xml
+share/naev/dat/ssys/akra.xml
+share/naev/dat/ssys/allous.xml
+share/naev/dat/ssys/alpha_centauri.xml
+share/naev/dat/ssys/alsafi.xml
+share/naev/dat/ssys/altair.xml
+share/naev/dat/ssys/alteris.xml
+share/naev/dat/ssys/amaroq.xml
+share/naev/dat/ssys/amatiri.xml
+share/naev/dat/ssys/anarbalis.xml
+share/naev/dat/ssys/andee.xml
+share/naev/dat/ssys/andres.xml
+share/naev/dat/ssys/aneel_azi.xml
+share/naev/dat/ssys/anger.xml
+share/naev/dat/ssys/anku.xml
+share/naev/dat/ssys/anrique.xml
+share/naev/dat/ssys/antares.xml
+share/naev/dat/ssys/antlejos.xml
+share/naev/dat/ssys/anubis_black_hole.xml
+share/naev/dat/ssys/apez.xml
+share/naev/dat/ssys/apik.xml
+share/naev/dat/ssys/arandon.xml
+share/naev/dat/ssys/arcanis.xml
+share/naev/dat/ssys/arcturus.xml
+share/naev/dat/ssys/ariadus.xml
+share/naev/dat/ssys/armorhead.xml
+share/naev/dat/ssys/astana.xml
+share/naev/dat/ssys/atlantis.xml
+share/naev/dat/ssys/attaria.xml
+share/naev/dat/ssys/auger.xml
+share/naev/dat/ssys/awowa.xml
+share/naev/dat/ssys/babylon.xml
+share/naev/dat/ssys/baf.xml
+share/naev/dat/ssys/baitas.xml
+share/naev/dat/ssys/barnards_star.xml
+share/naev/dat/ssys/basel.xml
+share/naev/dat/ssys/bastion.xml
+share/naev/dat/ssys/bedimann.xml
+share/naev/dat/ssys/beeklo.xml
+share/naev/dat/ssys/behar.xml
+share/naev/dat/ssys/blacin.xml
+share/naev/dat/ssys/blackwell.xml
+share/naev/dat/ssys/blunderbuss.xml
+share/naev/dat/ssys/bonanza.xml
+share/naev/dat/ssys/booster.xml
+share/naev/dat/ssys/borla.xml
+share/naev/dat/ssys/botarn.xml
+share/naev/dat/ssys/brendon.xml
+share/naev/dat/ssys/brimstone.xml
+share/naev/dat/ssys/brumerebus.xml
+share/naev/dat/ssys/brumeria.xml
+share/naev/dat/ssys/c00.xml
+share/naev/dat/ssys/c14.xml
+share/naev/dat/ssys/c28.xml
+share/naev/dat/ssys/c43.xml
+share/naev/dat/ssys/c59.xml
+share/naev/dat/ssys/capricorn.xml
+share/naev/dat/ssys/carnis_major.xml
+share/naev/dat/ssys/carnis_minor.xml
+share/naev/dat/ssys/carrza.xml
+share/naev/dat/ssys/castellan.xml
+share/naev/dat/ssys/cebus.xml
+share/naev/dat/ssys/cerberus.xml
+share/naev/dat/ssys/chloe.xml
+share/naev/dat/ssys/chraan.xml
+share/naev/dat/ssys/churchill.xml
+share/naev/dat/ssys/cleai.xml
+share/naev/dat/ssys/copernicus.xml
+share/naev/dat/ssys/corinth.xml
+share/naev/dat/ssys/coriolis.xml
+share/naev/dat/ssys/corvus.xml
+share/naev/dat/ssys/crimson_gauntlet.xml
+share/naev/dat/ssys/cygni.xml
+share/naev/dat/ssys/cygnus.xml
+share/naev/dat/ssys/daan.xml
+share/naev/dat/ssys/dakron.xml
+share/naev/dat/ssys/daled.xml
+share/naev/dat/ssys/damien.xml
+share/naev/dat/ssys/daravon.xml
+share/naev/dat/ssys/darkstone.xml
+share/naev/dat/ssys/defa.xml
+share/naev/dat/ssys/delta_pavonis.xml
+share/naev/dat/ssys/delta_polaris.xml
+share/naev/dat/ssys/dendria.xml
+share/naev/dat/ssys/deneb.xml
+share/naev/dat/ssys/diadem.xml
+share/naev/dat/ssys/doeston.xml
+share/naev/dat/ssys/dohriabi.xml
+share/naev/dat/ssys/doowa.xml
+share/naev/dat/ssys/doranthex.xml
+share/naev/dat/ssys/draconis.xml
+share/naev/dat/ssys/draygar.xml
+share/naev/dat/ssys/druid.xml
+share/naev/dat/ssys/druss.xml
+share/naev/dat/ssys/dune.xml
+share/naev/dat/ssys/duros.xml
+share/naev/dat/ssys/dust.xml
+share/naev/dat/ssys/dvaer.xml
+share/naev/dat/ssys/effetey.xml
+share/naev/dat/ssys/eiderdown.xml
+share/naev/dat/ssys/eiger.xml
+share/naev/dat/ssys/eisenhorn.xml
+share/naev/dat/ssys/ekkodu.xml
+share/naev/dat/ssys/ekta.xml
+share/naev/dat/ssys/elixir.xml
+share/naev/dat/ssys/elza.xml
+share/naev/dat/ssys/eneguoz.xml
+share/naev/dat/ssys/eridani.xml
+share/naev/dat/ssys/esker.xml
+share/naev/dat/ssys/euler.xml
+share/naev/dat/ssys/eye_of_night.xml
+share/naev/dat/ssys/farizel.xml
+share/naev/dat/ssys/fathers_pride.xml
+share/naev/dat/ssys/faust.xml
+share/naev/dat/ssys/felzen.xml
+share/naev/dat/ssys/fern.xml
+share/naev/dat/ssys/fertile_crescent.xml
+share/naev/dat/ssys/feye.xml
+share/naev/dat/ssys/fidelis.xml
+share/naev/dat/ssys/firk.xml
+share/naev/dat/ssys/flok.xml
+share/naev/dat/ssys/flow.xml
+share/naev/dat/ssys/forlat.xml
+share/naev/dat/ssys/fortitude.xml
+share/naev/dat/ssys/fried.xml
+share/naev/dat/ssys/frolina.xml
+share/naev/dat/ssys/fulcrum.xml
+share/naev/dat/ssys/fury.xml
+share/naev/dat/ssys/gamel.xml
+share/naev/dat/ssys/gamma_polaris.xml
+share/naev/dat/ssys/gammacron.xml
+share/naev/dat/ssys/ganth.xml
+share/naev/dat/ssys/garten.xml
+share/naev/dat/ssys/gewirn.xml
+share/naev/dat/ssys/gilligans_light.xml
+share/naev/dat/ssys/gilligans_memory.xml
+share/naev/dat/ssys/gilligans_tomb.xml
+share/naev/dat/ssys/ginger.xml
+share/naev/dat/ssys/gliese.xml
+share/naev/dat/ssys/gliese_minor.xml
+share/naev/dat/ssys/goddard.xml
+share/naev/dat/ssys/gold.xml
+share/naev/dat/ssys/gorman.xml
+share/naev/dat/ssys/gremlin.xml
+share/naev/dat/ssys/griffin.xml
+share/naev/dat/ssys/groombridge.xml
+share/naev/dat/ssys/gruz.xml
+share/naev/dat/ssys/guntesh.xml
+share/naev/dat/ssys/gutter.xml
+share/naev/dat/ssys/gyrios.xml
+share/naev/dat/ssys/hades.xml
+share/naev/dat/ssys/hadosh.xml
+share/naev/dat/ssys/haered.xml
+share/naev/dat/ssys/hakoi.xml
+share/naev/dat/ssys/haleb.xml
+share/naev/dat/ssys/halo.xml
+share/naev/dat/ssys/hargen.xml
+share/naev/dat/ssys/hasselt.xml
+share/naev/dat/ssys/hatter.xml
+share/naev/dat/ssys/haven.xml
+share/naev/dat/ssys/hekaras.xml
+share/naev/dat/ssys/hephaestus.xml
+share/naev/dat/ssys/herakin.xml
+share/naev/dat/ssys/herculis.xml
+share/naev/dat/ssys/hideyoshis_star.xml
+share/naev/dat/ssys/holly.xml
+share/naev/dat/ssys/hubfar.xml
+share/naev/dat/ssys/humdrum.xml
+share/naev/dat/ssys/hystera.xml
+share/naev/dat/ssys/ianella.xml
+share/naev/dat/ssys/infinity.xml
+share/naev/dat/ssys/ingot.xml
+share/naev/dat/ssys/iris.xml
+share/naev/dat/ssys/ivella.xml
+share/naev/dat/ssys/jackson.xml
+share/naev/dat/ssys/jade.xml
+share/naev/dat/ssys/jervis.xml
+share/naev/dat/ssys/jommel.xml
+share/naev/dat/ssys/kansas.xml
+share/naev/dat/ssys/karman.xml
+share/naev/dat/ssys/katami.xml
+share/naev/dat/ssys/kelvos.xml
+share/naev/dat/ssys/kenvis.xml
+share/naev/dat/ssys/khaas.xml
+share/naev/dat/ssys/kiwi.xml
+share/naev/dat/ssys/klantar.xml
+share/naev/dat/ssys/klintus.xml
+share/naev/dat/ssys/klunzar.xml
+share/naev/dat/ssys/knave.xml
+share/naev/dat/ssys/kobopos.xml
+share/naev/dat/ssys/kohler.xml
+share/naev/dat/ssys/koit.xml
+share/naev/dat/ssys/koralis.xml
+share/naev/dat/ssys/korifa.xml
+share/naev/dat/ssys/korma.xml
+share/naev/dat/ssys/kraft.xml
+share/naev/dat/ssys/kretogg.xml
+share/naev/dat/ssys/kruger.xml
+share/naev/dat/ssys/krugers_pocket.xml
+share/naev/dat/ssys/ksher.xml
+share/naev/dat/ssys/kyo.xml
+share/naev/dat/ssys/lalande.xml
+share/naev/dat/ssys/lapis.xml
+share/naev/dat/ssys/lazuli.xml
+share/naev/dat/ssys/leporis.xml
+share/naev/dat/ssys/levo.xml
+share/naev/dat/ssys/limbo.xml
+share/naev/dat/ssys/logania.xml
+share/naev/dat/ssys/longbow.xml
+share/naev/dat/ssys/lynx.xml
+share/naev/dat/ssys/machea.xml
+share/naev/dat/ssys/majesteka.xml
+share/naev/dat/ssys/malebolge.xml
+share/naev/dat/ssys/marat.xml
+share/naev/dat/ssys/margarita.xml
+share/naev/dat/ssys/maron.xml
+share/naev/dat/ssys/mason.xml
+share/naev/dat/ssys/massia.xml
+share/naev/dat/ssys/maus.xml
+share/naev/dat/ssys/merisi.xml
+share/naev/dat/ssys/metsys.xml
+share/naev/dat/ssys/mida.xml
+share/naev/dat/ssys/midoros.xml
+share/naev/dat/ssys/millstone.xml
+share/naev/dat/ssys/mirror.xml
+share/naev/dat/ssys/mizar.xml
+share/naev/dat/ssys/modus_manis.xml
+share/naev/dat/ssys/monogram.xml
+share/naev/dat/ssys/moor.xml
+share/naev/dat/ssys/moordra.xml
+share/naev/dat/ssys/muirat.xml
+share/naev/dat/ssys/mural.xml
+share/naev/dat/ssys/muran.xml
+share/naev/dat/ssys/myad.xml
+share/naev/dat/ssys/narousse.xml
+share/naev/dat/ssys/nartur.xml
+share/naev/dat/ssys/nasona.xml
+share/naev/dat/ssys/nava.xml
+share/naev/dat/ssys/neexi.xml
+share/naev/dat/ssys/neon.xml
+share/naev/dat/ssys/new_haven.xml
+share/naev/dat/ssys/newmarch.xml
+share/naev/dat/ssys/ngc1001.xml
+share/naev/dat/ssys/ngc10081.xml
+share/naev/dat/ssys/ngc10180.xml
+share/naev/dat/ssys/ngc10284.xml
+share/naev/dat/ssys/ngc10452.xml
+share/naev/dat/ssys/ngc10653.xml
+share/naev/dat/ssys/ngc10789.xml
+share/naev/dat/ssys/ngc10907.xml
+share/naev/dat/ssys/ngc1098.xml
+share/naev/dat/ssys/ngc11050.xml
+share/naev/dat/ssys/ngc11231.xml
+share/naev/dat/ssys/ngc11444.xml
+share/naev/dat/ssys/ngc11718.xml
+share/naev/dat/ssys/ngc11935.xml
+share/naev/dat/ssys/ngc12056.xml
+share/naev/dat/ssys/ngc12108.xml
+share/naev/dat/ssys/ngc12261.xml
+share/naev/dat/ssys/ngc12654.xml
+share/naev/dat/ssys/ngc127.xml
+share/naev/dat/ssys/ngc12882.xml
+share/naev/dat/ssys/ngc1292.xml
+share/naev/dat/ssys/ngc1317.xml
+share/naev/dat/ssys/ngc13322.xml
+share/naev/dat/ssys/ngc13522.xml
+share/naev/dat/ssys/ngc13564.xml
+share/naev/dat/ssys/ngc13674.xml
+share/naev/dat/ssys/ngc13747.xml
+share/naev/dat/ssys/ngc13798.xml
+share/naev/dat/ssys/ngc14337.xml
+share/naev/dat/ssys/ngc14430.xml
+share/naev/dat/ssys/ngc14479.xml
+share/naev/dat/ssys/ngc14549.xml
+share/naev/dat/ssys/ngc14676.xml
+share/naev/dat/ssys/ngc1562.xml
+share/naev/dat/ssys/ngc15670.xml
+share/naev/dat/ssys/ngc18269.xml
+share/naev/dat/ssys/ngc18451.xml
+share/naev/dat/ssys/ngc1872.xml
+share/naev/dat/ssys/ngc1931.xml
+share/naev/dat/ssys/ngc20489.xml
+share/naev/dat/ssys/ngc2175.xml
+share/naev/dat/ssys/ngc2232.xml
+share/naev/dat/ssys/ngc22375.xml
+share/naev/dat/ssys/ngc23.xml
+share/naev/dat/ssys/ngc2601.xml
+share/naev/dat/ssys/ngc2836.xml
+share/naev/dat/ssys/ngc2948.xml
+share/naev/dat/ssys/ngc2954.xml
+share/naev/dat/ssys/ngc3219.xml
+share/naev/dat/ssys/ngc3371.xml
+share/naev/dat/ssys/ngc344.xml
+share/naev/dat/ssys/ngc3858.xml
+share/naev/dat/ssys/ngc4087.xml
+share/naev/dat/ssys/ngc4131.xml
+share/naev/dat/ssys/ngc4363.xml
+share/naev/dat/ssys/ngc4746.xml
+share/naev/dat/ssys/ngc4766.xml
+share/naev/dat/ssys/ngc4771.xml
+share/naev/dat/ssys/ngc5240.xml
+share/naev/dat/ssys/ngc5362.xml
+share/naev/dat/ssys/ngc5483.xml
+share/naev/dat/ssys/ngc5838.xml
+share/naev/dat/ssys/ngc6057.xml
+share/naev/dat/ssys/ngc6610.xml
+share/naev/dat/ssys/ngc6901.xml
+share/naev/dat/ssys/ngc7061.xml
+share/naev/dat/ssys/ngc7078.xml
+share/naev/dat/ssys/ngc728.xml
+share/naev/dat/ssys/ngc7319.xml
+share/naev/dat/ssys/ngc7402.xml
+share/naev/dat/ssys/ngc7533.xml
+share/naev/dat/ssys/ngc7784.xml
+share/naev/dat/ssys/ngc7786.xml
+share/naev/dat/ssys/ngc8040.xml
+share/naev/dat/ssys/ngc8338.xml
+share/naev/dat/ssys/ngc8468.xml
+share/naev/dat/ssys/ngc9017.xml
+share/naev/dat/ssys/ngc902.xml
+share/naev/dat/ssys/ngc9415.xml
+share/naev/dat/ssys/ngc9607.xml
+share/naev/dat/ssys/ngc9654.xml
+share/naev/dat/ssys/ngc9897.xml
+share/naev/dat/ssys/ngcg5882.xml
+share/naev/dat/ssys/niger.xml
+share/naev/dat/ssys/nirtos.xml
+share/naev/dat/ssys/nixon.xml
+share/naev/dat/ssys/norn.xml
+share/naev/dat/ssys/norpin.xml
+share/naev/dat/ssys/nougat.xml
+share/naev/dat/ssys/nunavut.xml
+share/naev/dat/ssys/oberon.xml
+share/naev/dat/ssys/octantis.xml
+share/naev/dat/ssys/octavian.xml
+share/naev/dat/ssys/ogat.xml
+share/naev/dat/ssys/olympus.xml
+share/naev/dat/ssys/opal.xml
+share/naev/dat/ssys/ophiuchi.xml
+share/naev/dat/ssys/oriantis.xml
+share/naev/dat/ssys/orion.xml
+share/naev/dat/ssys/overture.xml
+share/naev/dat/ssys/oxuram.xml
+share/naev/dat/ssys/palejos.xml
+share/naev/dat/ssys/palin.xml
+share/naev/dat/ssys/palovi.xml
+share/naev/dat/ssys/paradox.xml
+share/naev/dat/ssys/pas.xml
+share/naev/dat/ssys/pastor.xml
+share/naev/dat/ssys/pellmell.xml
+share/naev/dat/ssys/penn.xml
+share/naev/dat/ssys/peogas.xml
+share/naev/dat/ssys/percival.xml
+share/naev/dat/ssys/perhelion.xml
+share/naev/dat/ssys/peter.xml
+share/naev/dat/ssys/pike.xml
+share/naev/dat/ssys/pilatis.xml
+share/naev/dat/ssys/pisces_prime.xml
+share/naev/dat/ssys/point_zero.xml
+share/naev/dat/ssys/polack.xml
+share/naev/dat/ssys/polaris.xml
+share/naev/dat/ssys/poller.xml
+share/naev/dat/ssys/poltergeist.xml
+share/naev/dat/ssys/pontus.xml
+share/naev/dat/ssys/porro.xml
+share/naev/dat/ssys/possum.xml
+share/naev/dat/ssys/procyon.xml
+share/naev/dat/ssys/protera.xml
+share/naev/dat/ssys/provectus_nova.xml
+share/naev/dat/ssys/proxima_centauri.xml
+share/naev/dat/ssys/pso.xml
+share/naev/dat/ssys/pudas.xml
+share/naev/dat/ssys/pultatis.xml
+share/naev/dat/ssys/qellan.xml
+share/naev/dat/ssys/qex.xml
+share/naev/dat/ssys/qorel.xml
+share/naev/dat/ssys/quai.xml
+share/naev/dat/ssys/qulam.xml
+share/naev/dat/ssys/radix.xml
+share/naev/dat/ssys/raelid.xml
+share/naev/dat/ssys/ram.xml
+share/naev/dat/ssys/rauthia.xml
+share/naev/dat/ssys/regas.xml
+share/naev/dat/ssys/regulus.xml
+share/naev/dat/ssys/rei.xml
+share/naev/dat/ssys/reptile.xml
+share/naev/dat/ssys/rhu.xml
+share/naev/dat/ssys/rockbed.xml
+share/naev/dat/ssys/ross.xml
+share/naev/dat/ssys/rotide.xml
+share/naev/dat/ssys/ruadan.xml
+share/naev/dat/ssys/ruttwi.xml
+share/naev/dat/ssys/ryder.xml
+share/naev/dat/ssys/sagittarius.xml
+share/naev/dat/ssys/sagittarius_prime.xml
+share/naev/dat/ssys/salvador.xml
+share/naev/dat/ssys/santoros.xml
+share/naev/dat/ssys/sarcophagus.xml
+share/naev/dat/ssys/sarrii.xml
+share/naev/dat/ssys/scarlet.xml
+share/naev/dat/ssys/scholzs_star.xml
+share/naev/dat/ssys/scorpius.xml
+share/naev/dat/ssys/seelie.xml
+share/naev/dat/ssys/seiben.xml
+share/naev/dat/ssys/seifer.xml
+share/naev/dat/ssys/senara.xml
+share/naev/dat/ssys/seport.xml
+share/naev/dat/ssys/seran.xml
+share/naev/dat/ssys/sergio_vix.xml
+share/naev/dat/ssys/severus.xml
+share/naev/dat/ssys/shakar.xml
+share/naev/dat/ssys/sheffield.xml
+share/naev/dat/ssys/shickhaw.xml
+share/naev/dat/ssys/shikima.xml
+share/naev/dat/ssys/shinnok.xml
+share/naev/dat/ssys/sigur.xml
+share/naev/dat/ssys/sikh.xml
+share/naev/dat/ssys/sirou.xml
+share/naev/dat/ssys/slaccid.xml
+share/naev/dat/ssys/sleuth.xml
+share/naev/dat/ssys/sol.xml
+share/naev/dat/ssys/solene.xml
+share/naev/dat/ssys/sollav.xml
+share/naev/dat/ssys/somard.xml
+share/naev/dat/ssys/sonas.xml
+share/naev/dat/ssys/sorrow.xml
+share/naev/dat/ssys/south_bell.xml
+share/naev/dat/ssys/stained_soul.xml
+share/naev/dat/ssys/starlight_end.xml
+share/naev/dat/ssys/stelman.xml
+share/naev/dat/ssys/sten.xml
+share/naev/dat/ssys/stint.xml
+share/naev/dat/ssys/stone_table.xml
+share/naev/dat/ssys/straight_row.xml
+share/naev/dat/ssys/struve.xml
+share/naev/dat/ssys/suk.xml
+share/naev/dat/ssys/sultan.xml
+share/naev/dat/ssys/suna.xml
+share/naev/dat/ssys/surano.xml
+share/naev/dat/ssys/sylph.xml
+share/naev/dat/ssys/symm.xml
+share/naev/dat/ssys/syndania.xml
+share/naev/dat/ssys/taiomi.xml
+share/naev/dat/ssys/tandar.xml
+share/naev/dat/ssys/tarmak.xml
+share/naev/dat/ssys/tarsus.xml
+share/naev/dat/ssys/tartan.xml
+share/naev/dat/ssys/tasopa.xml
+share/naev/dat/ssys/tau_ceti.xml
+share/naev/dat/ssys/tau_prime.xml
+share/naev/dat/ssys/taxumi.xml
+share/naev/dat/ssys/teegarden.xml
+share/naev/dat/ssys/telika.xml
+share/naev/dat/ssys/teller.xml
+share/naev/dat/ssys/tempus.xml
+share/naev/dat/ssys/tepdania.xml
+share/naev/dat/ssys/tepvin.xml
+share/naev/dat/ssys/terminus.xml
+share/naev/dat/ssys/test_of_alacrity.xml
+share/naev/dat/ssys/test_of_devotion.xml
+share/naev/dat/ssys/test_of_enlightenment.xml
+share/naev/dat/ssys/test_of_purification.xml
+share/naev/dat/ssys/test_of_renewal.xml
+share/naev/dat/ssys/theras.xml
+share/naev/dat/ssys/thirty_stars.xml
+share/naev/dat/ssys/thorndyke.xml
+share/naev/dat/ssys/tide.xml
+share/naev/dat/ssys/titus.xml
+share/naev/dat/ssys/toaxis.xml
+share/naev/dat/ssys/tobanna.xml
+share/naev/dat/ssys/tomas.xml
+share/naev/dat/ssys/torg.xml
+share/naev/dat/ssys/tormulex.xml
+share/naev/dat/ssys/toros.xml
+share/naev/dat/ssys/toxin.xml
+share/naev/dat/ssys/trask.xml
+share/naev/dat/ssys/treacle.xml
+share/naev/dat/ssys/triap.xml
+share/naev/dat/ssys/trohem.xml
+share/naev/dat/ssys/tuoladis.xml
+share/naev/dat/ssys/uhriabi.xml
+share/naev/dat/ssys/ulysses.xml
+share/naev/dat/ssys/undergate.xml
+share/naev/dat/ssys/unicorn.xml
+share/naev/dat/ssys/urbanus.xml
+share/naev/dat/ssys/urdads.xml
+share/naev/dat/ssys/uridhrion.xml
+share/naev/dat/ssys/urillian.xml
+share/naev/dat/ssys/ux.xml
+share/naev/dat/ssys/vadornla.xml
+share/naev/dat/ssys/valerie.xml
+share/naev/dat/ssys/valur_gem.xml
+share/naev/dat/ssys/van_maanen.xml
+share/naev/dat/ssys/vandal.xml
+share/naev/dat/ssys/vanir.xml
+share/naev/dat/ssys/vauban.xml
+share/naev/dat/ssys/vean.xml
+share/naev/dat/ssys/vedalus.xml
+share/naev/dat/ssys/vega.xml
+share/naev/dat/ssys/verex.xml
+share/naev/dat/ssys/veses.xml
+share/naev/dat/ssys/virgo.xml
+share/naev/dat/ssys/vlexon.xml
+share/naev/dat/ssys/volus.xml
+share/naev/dat/ssys/voproid.xml
+share/naev/dat/ssys/vost.xml
+share/naev/dat/ssys/wahri.xml
+share/naev/dat/ssys/waterhole.xml
+share/naev/dat/ssys/westhaven.xml
+share/naev/dat/ssys/willow.xml
+share/naev/dat/ssys/wochii.xml
+share/naev/dat/ssys/wolf.xml
+share/naev/dat/ssys/woreck.xml
+share/naev/dat/ssys/wunomi.xml
+share/naev/dat/ssys/xavier.xml
+share/naev/dat/ssys/xeric.xml
+share/naev/dat/ssys/yarn.xml
+share/naev/dat/ssys/zacron.xml
+share/naev/dat/ssys/zalek.xml
+share/naev/dat/ssys/zemur.xml
+share/naev/dat/ssys/zerantix.xml
+share/naev/dat/ssys/zied.xml
+share/naev/dat/ssys/zintar.xml
+share/naev/dat/ssys/zylex.xml
+share/naev/dat/start.xml
+share/naev/dat/tech/__collective_outfits.xml
+share/naev/dat/tech/__collective_ships.xml
+share/naev/dat/tech/__heavy_combat_vessel_license.xml
+share/naev/dat/tech/__heavy_weapon_license.xml
+share/naev/dat/tech/all_outfits.xml
+share/naev/dat/tech/all_ship.xml
+share/naev/dat/tech/basic_civilian_ships.xml
+share/naev/dat/tech/basic_outfits1.xml
+share/naev/dat/tech/basic_outfits2.xml
+share/naev/dat/tech/basic_trade_ships.xml
+share/naev/dat/tech/beam1.xml
+share/naev/dat/tech/beam2.xml
+share/naev/dat/tech/bioship_outfits.xml
+share/naev/dat/tech/bulk_trade_ships.xml
+share/naev/dat/tech/cargo_trader_outfits.xml
+share/naev/dat/tech/crappy_core_systems.xml
+share/naev/dat/tech/criminal_outfits.xml
+share/naev/dat/tech/dvaered_elite_outfits.xml
+share/naev/dat/tech/dvaered_military_outfits.xml
+share/naev/dat/tech/dvaered_military_ships.xml
+share/naev/dat/tech/empire_elite_outfits.xml
+share/naev/dat/tech/empire_military_outfits.xml
+share/naev/dat/tech/empire_ships_large.xml
+share/naev/dat/tech/empire_ships_medium.xml
+share/naev/dat/tech/empire_ships_small.xml
+share/naev/dat/tech/engines_cargo.xml
+share/naev/dat/tech/engines_high.xml
+share/naev/dat/tech/engines_low.xml
+share/naev/dat/tech/engines_medium.xml
+share/naev/dat/tech/flf_ships.xml
+share/naev/dat/tech/goddard_ship.xml
+share/naev/dat/tech/heavy_civilian_combat_ships.xml
+share/naev/dat/tech/heavy_weapons1.xml
+share/naev/dat/tech/heavy_weapons2.xml
+share/naev/dat/tech/high_tech_upgrades1.xml
+share/naev/dat/tech/high_tech_upgrades2.xml
+share/naev/dat/tech/high_tech_upgrades3.xml
+share/naev/dat/tech/hulls_cargo.xml
+share/naev/dat/tech/hulls_elite.xml
+share/naev/dat/tech/hulls_high.xml
+share/naev/dat/tech/hulls_low.xml
+share/naev/dat/tech/hulls_medium.xml
+share/naev/dat/tech/ion1.xml
+share/naev/dat/tech/ion2.xml
+share/naev/dat/tech/ion3.xml
+share/naev/dat/tech/kinetic1.xml
+share/naev/dat/tech/kinetic2.xml
+share/naev/dat/tech/kinetic3.xml
+share/naev/dat/tech/kretogg_maps.xml
+share/naev/dat/tech/laser1.xml
+share/naev/dat/tech/laser2.xml
+share/naev/dat/tech/laser3.xml
+share/naev/dat/tech/light_civilian_combat_ships.xml
+share/naev/dat/tech/low_tech_upgrades.xml
+share/naev/dat/tech/melendez_outfits.xml
+share/naev/dat/tech/melendez_ships.xml
+share/naev/dat/tech/milspec_outfits.xml
+share/naev/dat/tech/mining1.xml
+share/naev/dat/tech/mining2.xml
+share/naev/dat/tech/mining_outfits.xml
+share/naev/dat/tech/mining_vrata.xml
+share/naev/dat/tech/missiles1.xml
+share/naev/dat/tech/missiles2.xml
+share/naev/dat/tech/new_haven_maps.xml
+share/naev/dat/tech/nexus_outfits.xml
+share/naev/dat/tech/nexus_ships.xml
+share/naev/dat/tech/pirate_elite_outfits.xml
+share/naev/dat/tech/pirate_maps.xml
+share/naev/dat/tech/pirate_ships.xml
+share/naev/dat/tech/plasma1.xml
+share/naev/dat/tech/plasma2.xml
+share/naev/dat/tech/port_n_polish.xml
+share/naev/dat/tech/proteron_maps.xml
+share/naev/dat/tech/proteron_military_outfits.xml
+share/naev/dat/tech/proteron_military_ships.xml
+share/naev/dat/tech/raven_clan_tech.xml
+share/naev/dat/tech/sirius_elite_outfits.xml
+share/naev/dat/tech/sirius_military_outfits.xml
+share/naev/dat/tech/sirius_military_ships.xml
+share/naev/dat/tech/sirius_ships_large.xml
+share/naev/dat/tech/sirius_ships_medium.xml
+share/naev/dat/tech/sirius_ships_small.xml
+share/naev/dat/tech/sk_outfits.xml
+share/naev/dat/tech/soromid_elite_outfits.xml
+share/naev/dat/tech/soromid_military_ships.xml
+share/naev/dat/tech/soromid_ships_large.xml
+share/naev/dat/tech/soromid_ships_medium.xml
+share/naev/dat/tech/soromid_ships_small.xml
+share/naev/dat/tech/star_maps.xml
+share/naev/dat/tech/systems_elite.xml
+share/naev/dat/tech/systems_high.xml
+share/naev/dat/tech/systems_low.xml
+share/naev/dat/tech/systems_medium.xml
+share/naev/dat/tech/thurion_civilian_ships.xml
+share/naev/dat/tech/thurion_elite_outfits.xml
+share/naev/dat/tech/thurion_maps.xml
+share/naev/dat/tech/thurion_military_outfits.xml
+share/naev/dat/tech/thurion_military_ships.xml
+share/naev/dat/tech/thurion_outfits.xml
+share/naev/dat/tech/unicorp_outfits.xml
+share/naev/dat/tech/wild_ones_tech.xml
+share/naev/dat/tech/yachts.xml
+share/naev/dat/tech/zalek_military_ships.xml
+share/naev/dat/tech/zalek_outfits_high.xml
+share/naev/dat/tech/zalek_outfits_low.xml
+share/naev/dat/tech/zalek_outfits_medium.xml
+share/naev/dat/tech/zalek_ships_large.xml
+share/naev/dat/tech/zalek_ships_medium.xml
+share/naev/dat/trails/default.xml
+share/naev/dat/trails/default_missile.xml
+share/naev/dat/trails/default_missileL.xml
+share/naev/dat/trails/default_thin.xml
+share/naev/dat/trails/fire.xml
+share/naev/dat/trails/fire_missile.xml
+share/naev/dat/trails/fire_missileL.xml
+share/naev/dat/trails/fire_missileS.xml
+share/naev/dat/trails/fire_thin.xml
+share/naev/dat/trails/nebula.xml
+share/naev/dat/trails/pirate.xml
+share/naev/dat/trails/pirateS.xml
+share/naev/dat/trails/pirate_bio.xml
+share/naev/dat/trails/proteron.xml
+share/naev/dat/trails/proteronS.xml
+share/naev/dat/trails/sirius.xml
+share/naev/dat/trails/siriusS.xml
+share/naev/dat/trails/sirius_chakra.xml
+share/naev/dat/trails/soromid.xml
+share/naev/dat/trails/soromidS.xml
+share/naev/dat/trails/zalek.xml
+share/naev/dat/trails/zalekL.xml
+share/naev/dat/trails/zalekS.xml
+share/naev/dat/trails/zalekXL.xml
+share/naev/dat/trails/zalekXS.xml
+share/naev/dat/trails/zalek_missile.xml
+share/naev/dat/trails/zalek_missileL.xml
+share/naev/dat/unidiff/FLF_base.xml
+share/naev/dat/unidiff/Fury_Station.xml
+share/naev/dat/unidiff/Thurion_found.xml
+share/naev/dat/unidiff/antlejosv_1.xml
+share/naev/dat/unidiff/antlejosv_2.xml
+share/naev/dat/unidiff/antlejosv_3.xml
+share/naev/dat/unidiff/antlejosv_4.xml
+share/naev/dat/unidiff/antlejosv_5.xml
+share/naev/dat/unidiff/antlejosv_6.xml
+share/naev/dat/unidiff/antlejosv_7.xml
+share/naev/dat/unidiff/antlejosv_8.xml
+share/naev/dat/unidiff/antlejosv_9.xml
+share/naev/dat/unidiff/collective_dead.xml
+share/naev/dat/unidiff/durea_safe.xml
+share/naev/dat/unidiff/energy_harpoon.xml
+share/naev/dat/unidiff/eye_of_night_station.xml
+share/naev/dat/unidiff/flf_dead.xml
+share/naev/dat/unidiff/flf_pirate_ally.xml
+share/naev/dat/unidiff/flf_vs_empire.xml
+share/naev/dat/unidiff/heavy_combat_vessel_license.xml
+share/naev/dat/unidiff/heavy_weapons_license.xml
+share/naev/dat/unidiff/hypergates_1.xml
+share/naev/dat/unidiff/hypergates_2.xml
+share/naev/dat/unidiff/hypergates_3.xml
+share/naev/dat/unidiff/levo_safe.xml
+share/naev/dat/unidiff/minerva_1.xml
+share/naev/dat/unidiff/minerva_2.xml
+share/naev/dat/unidiff/minerva_3.xml
+share/naev/dat/unidiff/minerva_3d.xml
+share/naev/dat/unidiff/minerva_3z.xml
+share/naev/dat/unidiff/onewing_goddard.xml
+share/naev/dat/unidiff/raelid_outpost_death.xml
+share/naev/dat/unidiff/raglan_outpost_death.xml
+share/naev/dat/unidiff/sigma13_fixed1.xml
+share/naev/dat/unidiff/sigma13_fixed2.xml
+share/naev/dat/unidiff/strangelove.xml
+@pkgdir share/naev/dat/lua-repl

Index: pkgsrc/games/naev/distinfo
diff -u pkgsrc/games/naev/distinfo:1.3 pkgsrc/games/naev/distinfo:1.4
--- pkgsrc/games/naev/distinfo:1.3      Tue Oct 26 10:44:16 2021
+++ pkgsrc/games/naev/distinfo  Fri Jun 14 13:26:23 2024
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:44:16 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/06/14 13:26:23 ktnb Exp $
 
-BLAKE2s (naev-0.7.0.tar.gz) = b5d10ec31f2cf0a0c9d81ec878c330d1321b2f29aec711692a83c7e79cd83541
-SHA512 (naev-0.7.0.tar.gz) = 21984eb9108cc8d656968817090c3d2067086f66d77177780c9c2764514b98bb1044e3af1fbcabddd4eb7a356145ea709748d540e1aa6e15efd1c3c7b3972723
-Size (naev-0.7.0.tar.gz) = 313689725 bytes
-SHA1 (patch-build_shave.in) = e548c7547bc81a16a7cfbf3e7a97e4e3e23787fc
-SHA1 (patch-configure.ac) = 5b725e9b9c128c6350fec1a2310d25e4f5c28f75
-SHA1 (patch-src_ndata.c) = 2dff16576a38076561b4776e842abaa20806e856
+BLAKE2s (naev-0.11.5.tar.gz) = cb63b143aa79c3d2182a4b7799006b38e7edfa479024b79b13432123d1ae8437
+SHA512 (naev-0.11.5.tar.gz) = e28ae8e302d78ce8a803cf451f6dab430b3814072618f3ce12d312054172279eed130533251cd0c10afb4113acfe458f8f7138054bea2f5f9d0c80fb3777a45b
+Size (naev-0.11.5.tar.gz) = 20213692 bytes
+BLAKE2s (naev-naev-artwork-production-e2d2edab2317d296eb14a830505b1dc41d02dec1.tar.gz) = b061ac01b8556f1a1959c4620b1e4448ec20e663dd115477ee34fa3fe3e5352e
+SHA512 (naev-naev-artwork-production-e2d2edab2317d296eb14a830505b1dc41d02dec1.tar.gz) = 
3ae7cbed2748c1b7b625da2e53af55f7199cd438b036276dc9315a9f141a6bafbc86144c7d2b126db9460c4fa06bf394b1d2cfb5a60e1cb020f90b7b58095a9c
+Size (naev-naev-artwork-production-e2d2edab2317d296eb14a830505b1dc41d02dec1.tar.gz) = 454967410 bytes
+SHA1 (patch-docs_meson.build) = e87ee40e0558ac1e59cacd5db629c66d25971c9e

Added files:

Index: pkgsrc/games/naev/patches/patch-docs_meson.build
diff -u /dev/null pkgsrc/games/naev/patches/patch-docs_meson.build:1.1
--- /dev/null   Fri Jun 14 13:26:24 2024
+++ pkgsrc/games/naev/patches/patch-docs_meson.build    Fri Jun 14 13:26:24 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-docs_meson.build,v 1.1 2024/06/14 13:26:24 ktnb Exp $
+
+Put the docs in the right location for pkgsrc.
+
+--- docs/meson.build.orig      2024-06-03 15:10:12.658258930 +0000
++++ docs/meson.build
+@@ -27,7 +27,7 @@ if genCDoc.disabled() == false
+             output     : doxy_output,
+             command    : [doxygen, doxyfile],
+             install    : true,
+-            install_dir: 'doc/naev')
++            install_dir: 'share/doc/naev')
+     endif
+ endif
+ summary('C', is_variable('cdoc'), section: 'Documentation', bool_yn: true)



Home | Main Index | Thread Index | Old Index