pkgsrc-WIP-changes archive

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

naev: update to naev-0.8.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu Dec 24 14:17:25 2020 +0200
Changeset:	cd6ee76c778a03a7c937227dc2530b15a2cc4a4a

Modified Files:
	naev/Makefile
	naev/PLIST
	naev/distinfo
	naev/patches/patch-build_shave.in
	naev/patches/patch-configure.ac
Added Files:
	naev/patches/patch-Makefile.am
	naev/patches/patch-src_tk_widget_input.c
	naev/patches/patch-src_utf8.c
	naev/patches/patch-utils_build_naev.sh
Removed Files:
	naev/patches/patch-src_ndata.c

Log Message:
naev: update to naev-0.8.0

Release announcement:

  * Gameplay
      = Overhaul of the interface to be more sleek and functional
          - Interface is much more slick
          - Dark theme to be more consistent with space
          - Font uses outlines to be more readable
      = New map overlay with adjustable opacity
      = Added rarity indicator to ships and outfits
      = Changed fonts
      = Indicate non-common NPC with exclamation marks
      = Added accessory slot and unique accessory outfits as mission rewards
      = Simple economy model implemented with map visualizations
      = Added travelling merchant who sells unique items
      = Made missiles and fighter bays reload while in space
      = Modified the balancing of missiles
      = Added asteroids and mining
      = Improved player GUI
      = Brushed GUI is now the default
      = Improved and fixed escort system
      = Made Pirates and FLF spawn in a fairer way
      = Made time pass at different rates for different ships ("Time Dilation")
      = Made piracy missions available from any Independent or black market
        planet
      = Substantially increased pay for unique missions (10x in most cases)
      = Made references to the player gender-neutral
      = Made combat music vary from faction to faction
      = Made it so AI ships spawn with cargo
      = Improved AI behaviours
      = Nerfed Quicksilver
      = Added the ability to buy "fake IDs" from pirate strongholds
      = Made jammers into activated outfits that increase cloaking
      = Added Soromid organic ships that level up organs
      = Improved and expanded NPC portraits
      = Commodities can be sold/bought everywhere
      = Added a "slow mode", which runs the game at half speed (like an easy
        mode)
      = Added a ship log which records events
      = Added a "system map" which displays information about known remote
        planets
      = Added support for giving commands to individual escorts
      = New intro images replacing old placeholders
      = Increased pirate name variety for bounty missions
      = Ships now travel with you automatically for free, as with outfits
      = Added map decorators showing locations of factions and the Nebula
      = Added a dogfight aiming helper
      = More music
      = New and/or improved missions
          - New Za'lek mini-campaign
          - Completed the FLF campaign
          - Fixed up the Collective campaign
          - Improved the Shark (Nexus Shipyards) campaign
          - Improved the Dvaered anti-FLF campaign
          - Added and improved piracy missions
          - New minor Soromid campaign, "Coming Out"
          - New tutorial mission at the start of a new game
          - Various newly added and improved generic missions
  * Engine
      = Support for compilation with Meson
      = HiDPI-awareness
      = Support for translations
      = Added shaders to speed up and improve graphics
      = Added support for non-ascii direct character input
      = Added support for map decorators
      = Removed support for Lua 5.0
      = Removed support for SDL 1, only SDL 2 is supported
      = Added support for translating
      = Made the OSD compact itself to avoid showing redundant information
      = Made Autonav able to follow ships
      = Consolidated the effects of cloaking and jammers under cloaking
      = Added workaround for ALSOFT buggy version that crashes
      = Added a polygon-based collision algorithm
      = Added some symbols for partial colorblind accessibility
      = Support #include in shaders
      = Multiple font support
      = Many bugfixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd6ee76c778a03a7c937227dc2530b15a2cc4a4a

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

diffstat:
 naev/Makefile                            |   34 +-
 naev/PLIST                               | 4126 +++++++++++++++++++++++++++++-
 naev/distinfo                            |   15 +-
 naev/patches/patch-Makefile.am           |   16 +
 naev/patches/patch-build_shave.in        |    2 +-
 naev/patches/patch-configure.ac          |   56 +-
 naev/patches/patch-src_ndata.c           |   29 -
 naev/patches/patch-src_tk_widget_input.c |   16 +
 naev/patches/patch-src_utf8.c            |   18 +
 naev/patches/patch-utils_build_naev.sh   |   15 +
 10 files changed, 4249 insertions(+), 78 deletions(-)

diffs:
diff --git a/naev/Makefile b/naev/Makefile
index e83e45ab3e..9de45a8396 100644
--- a/naev/Makefile
+++ b/naev/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.7 2020/11/05 09:08:13 ryoon Exp $
 
-DISTNAME=	naev-0.7.0
-PKGREVISION=	6
+DISTNAME=	naev-0.8.0
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=naev/}
-GITHUB_TAG=	naev-${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/naev/naev
@@ -12,26 +11,35 @@ COMMENT=	2D space trading and combat game
 LICENSE=	gnu-gpl-v3
 
 USE_TOOLS+=	autoreconf autoconf automake
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	gmake intltool pkg-config
 GNU_CONFIGURE=	yes
 
-TOOL_DEPENDS+=	zip-[0-9]*:../../archivers/zip
+DEPENDS+=	bash-[0-9]*:../../shells/bash
+REPLACE_BASH=	naev-confupdate.sh
 
-BUILD_TARGET=	all ndata.zip
-INSTALL_TARGET=	install install-ndata
+INSTALL_TARGET=	install install-data-local
 
 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,"
+INSTALL_MAKE_FLAGS+=	INSTALL_GAME_DIR="${INSTALL_GAME_DIR}"
+INSTALL_MAKE_FLAGS+=	INSTALL_GAME_DATA="${INSTALL_GAME_DATA}"
 
 pre-configure:
 	cd ${WRKSRC} && ${SH} autogen.sh
 
+# These scripts are not used once
+# installed, they appear to be for
+# developer use only -- but meson
+# installs them anyway
+pre-build:
+	${RM} ${WRKSRC}/dat/gfx/metadata_sprite.sh
+	${RM} ${WRKSRC}/dat/gfx/outfit/check.sh
+	${RM} ${WRKSRC}/dat/gfx/planet/check.sh
+	${RM} ${WRKSRC}/dat/gfx/ship/update.sh
+	${RM} ${WRKSRC}/dat/snd/music/checkgain.sh
+
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
@@ -40,8 +48,12 @@ pre-configure:
 .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/png/buildlink3.mk"
 .include "../../lang/lua51/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/suitesparse/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/naev/PLIST b/naev/PLIST
index 78dbb882e7..03538afaf9 100644
--- a/naev/PLIST
+++ b/naev/PLIST
@@ -1,12 +1,4128 @@
 @comment $NetBSD: PLIST,v 1.1 2019/10/01 12:25:37 nia 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/icons/hicolor/256x256/apps/naev.png
+share/locale/de/LC_MESSAGES/naev_src.mo
+share/locale/ja/LC_MESSAGES/naev_src.mo
+share/locale/ko/LC_MESSAGES/naev_src.mo
+share/metainfo/org.naev.naev.metainfo.xml
+share/naev/dat/AUTHORS
+share/naev/dat/LANGUAGES
+share/naev/dat/LICENSE
+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/base.lua
+share/naev/dat/ai/civilian.lua
+share/naev/dat/ai/collective.lua
+share/naev/dat/ai/collective_norun.lua
+share/naev/dat/ai/distress_behaviour.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/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/include/atk_bomber.lua
+share/naev/dat/ai/include/atk_capital.lua
+share/naev/dat/ai/include/atk_corvette.lua
+share/naev/dat/ai/include/atk_drone.lua
+share/naev/dat/ai/include/atk_fighter.lua
+share/naev/dat/ai/include/atk_generic.lua
+share/naev/dat/ai/include/atk_target.lua
+share/naev/dat/ai/include/atk_util.lua
+share/naev/dat/ai/include/attack.lua
+share/naev/dat/ai/include/attack_bomber.lua
+share/naev/dat/ai/include/attack_generic.lua
+share/naev/dat/ai/include/attack_profiles.lua
+share/naev/dat/ai/include/basic.lua
+share/naev/dat/ai/independent.lua
+share/naev/dat/ai/mercenary.lua
+share/naev/dat/ai/miner.lua
+share/naev/dat/ai/noidle.lua
+share/naev/dat/ai/personality/advertiser.lua
+share/naev/dat/ai/personality/civilian.lua
+share/naev/dat/ai/personality/miner.lua
+share/naev/dat/ai/personality/patrol.lua
+share/naev/dat/ai/personality/trader.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/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/tpl/escort.lua
+share/naev/dat/ai/tpl/generic.lua
+share/naev/dat/ai/tpl/merchant.lua
+share/naev/dat/ai/tpl/scout.lua
+share/naev/dat/ai/trader.lua
+share/naev/dat/ai/zalek.lua
+share/naev/dat/assets/abacus.xml
+share/naev/dat/assets/abandoned_station.xml
+share/naev/dat/assets/adham.xml
+share/naev/dat/assets/adius.xml
+share/naev/dat/assets/adrian.xml
+share/naev/dat/assets/aera.xml
+share/naev/dat/assets/aesir_iv.xml
+share/naev/dat/assets/agino.xml
+share/naev/dat/assets/ahmed.xml
+share/naev/dat/assets/aillis.xml
+share/naev/dat/assets/akios_station.xml
+share/naev/dat/assets/akra_iii.xml
+share/naev/dat/assets/akra_station.xml
+share/naev/dat/assets/akra_v.xml
+share/naev/dat/assets/akrikos.xml
+share/naev/dat/assets/aldarus.xml
+share/naev/dat/assets/aldernael.xml
+share/naev/dat/assets/aldous.xml
+share/naev/dat/assets/aldous_moon.xml
+share/naev/dat/assets/aleph.xml
+share/naev/dat/assets/alexian.xml
+share/naev/dat/assets/allan.xml
+share/naev/dat/assets/alleyway.xml
+share/naev/dat/assets/allous_gg3.xml
+share/naev/dat/assets/allous_i.xml
+share/naev/dat/assets/allous_ii.xml
+share/naev/dat/assets/allous_station.xml
+share/naev/dat/assets/alteris_i.xml
+share/naev/dat/assets/alteris_iv.xml
+share/naev/dat/assets/alteris_v.xml
+share/naev/dat/assets/aluben.xml
+share/naev/dat/assets/amaroq_i.xml
+share/naev/dat/assets/amaroq_iii.xml
+share/naev/dat/assets/amatiri_i.xml
+share/naev/dat/assets/amatiri_ia.xml
+share/naev/dat/assets/amatiri_ii.xml
+share/naev/dat/assets/ambre.xml
+share/naev/dat/assets/amhurst.xml
+share/naev/dat/assets/amianta.xml
+share/naev/dat/assets/ammu.xml
+share/naev/dat/assets/amphion.xml
+share/naev/dat/assets/anarbalis_ii.xml
+share/naev/dat/assets/anarbalis_iii.xml
+share/naev/dat/assets/andee_ii.xml
+share/naev/dat/assets/andee_iia.xml
+share/naev/dat/assets/andee_iii.xml
+share/naev/dat/assets/andee_iiia.xml
+share/naev/dat/assets/andors.xml
+share/naev/dat/assets/andors_refining.xml
+share/naev/dat/assets/anecu.xml
+share/naev/dat/assets/anger_i.xml
+share/naev/dat/assets/anger_ii.xml
+share/naev/dat/assets/anifta.xml
+share/naev/dat/assets/anker.xml
+share/naev/dat/assets/anku_i.xml
+share/naev/dat/assets/anku_ii.xml
+share/naev/dat/assets/anku_iii.xml
+share/naev/dat/assets/antica.xml
+share/naev/dat/assets/anubis.xml
+share/naev/dat/assets/anya.xml
+share/naev/dat/assets/apez_ii.xml
+share/naev/dat/assets/apez_v.xml
+share/naev/dat/assets/apik_i.xml
+share/naev/dat/assets/apik_ii.xml
+share/naev/dat/assets/apik_shipyard.xml
+share/naev/dat/assets/aquilia.xml
+share/naev/dat/assets/arai.xml
+share/naev/dat/assets/arashu.xml
+share/naev/dat/assets/arcadia.xml
+share/naev/dat/assets/arch_arai.xml
+share/naev/dat/assets/arck.xml
+share/naev/dat/assets/arcturus_gamma.xml
+share/naev/dat/assets/arcturus_i.xml
+share/naev/dat/assets/arcturus_ii.xml
+share/naev/dat/assets/ariadus_ii.xml
+share/naev/dat/assets/ariadus_iv.xml
+share/naev/dat/assets/ariadus_vi.xml
+share/naev/dat/assets/ariadus_via.xml
+share/naev/dat/assets/ariadus_vib.xml
+share/naev/dat/assets/ariak.xml
+share/naev/dat/assets/armorhead_i1.xml
+share/naev/dat/assets/armorhead_i1_b.xml
+share/naev/dat/assets/arrakis.xml
+share/naev/dat/assets/arrentil.xml
+share/naev/dat/assets/astana.xml
+share/naev/dat/assets/astana_iiv.xml
+share/naev/dat/assets/atalanta.xml
+share/naev/dat/assets/atlantis_i.xml
+share/naev/dat/assets/atryssa.xml
+share/naev/dat/assets/atryssa_iv.xml
+share/naev/dat/assets/august.xml
+share/naev/dat/assets/avoss.xml
+share/naev/dat/assets/awowa_iv.xml
+share/naev/dat/assets/awowa_v.xml
+share/naev/dat/assets/baba_yaga.xml
+share/naev/dat/assets/babylon_i.xml
+share/naev/dat/assets/babylon_ii.xml
+share/naev/dat/assets/babylon_iia.xml
+share/naev/dat/assets/baf_i.xml
+share/naev/dat/assets/baf_iv.xml
+share/naev/dat/assets/basel_i.xml
+share/naev/dat/assets/bastion_station.xml
+share/naev/dat/assets/bedimann_shipyards.xml
+share/naev/dat/assets/beeklo_ii.xml
+share/naev/dat/assets/beene.xml
+share/naev/dat/assets/behemoth.xml
+share/naev/dat/assets/belltower_station.xml
+share/naev/dat/assets/benedict.xml
+share/naev/dat/assets/benteen.xml
+share/naev/dat/assets/berkhere.xml
+share/naev/dat/assets/beth.xml
+share/naev/dat/assets/bgg1356.xml
+share/naev/dat/assets/big_fred.xml
+share/naev/dat/assets/blackwell_i.xml
+share/naev/dat/assets/blackwell_iix.xml
+share/naev/dat/assets/blackwell_vii.xml
+share/naev/dat/assets/blunderbuss_ii.xml
+share/naev/dat/assets/bolero.xml
+share/naev/dat/assets/bon_sebb.xml
+share/naev/dat/assets/bonanza_i.xml
+share/naev/dat/assets/bonanza_ii.xml
+share/naev/dat/assets/boowoy.xml
+share/naev/dat/assets/botarn_i.xml
+share/naev/dat/assets/brandt_station.xml
+share/naev/dat/assets/brendon_i.xml
+share/naev/dat/assets/brimstone_i.xml
+share/naev/dat/assets/brimstone_ia.xml
+share/naev/dat/assets/brimstone_ib.xml
+share/naev/dat/assets/brimstone_ii.xml
+share/naev/dat/assets/brimstone_iii.xml
+share/naev/dat/assets/brock.xml
+share/naev/dat/assets/brooks.xml
+share/naev/dat/assets/buritt.xml
+share/naev/dat/assets/burnan.xml
+share/naev/dat/assets/burnans_moon.xml
+share/naev/dat/assets/caladan.xml
+share/naev/dat/assets/calvin.xml
+share/naev/dat/assets/cantina_station.xml
+share/naev/dat/assets/capricorn_ii.xml
+share/naev/dat/assets/capricorn_iii.xml
+share/naev/dat/assets/capricorn_iiia.xml
+share/naev/dat/assets/castellan_epsilon.xml
+share/naev/dat/assets/castellan_i.xml
+share/naev/dat/assets/castellan_iii.xml
+share/naev/dat/assets/castellan_vi.xml
+share/naev/dat/assets/cerberus.xml
+share/naev/dat/assets/cerberus_i.xml
+share/naev/dat/assets/cerberus_ii.xml
+share/naev/dat/assets/cerberus_iia.xml
+share/naev/dat/assets/cerberus_iv.xml
+share/naev/dat/assets/cetrat.xml
+share/naev/dat/assets/charcoal.xml
+share/naev/dat/assets/charred.xml
+share/naev/dat/assets/chriik.xml
+share/naev/dat/assets/churchill_i.xml
+share/naev/dat/assets/churchill_ii.xml
+share/naev/dat/assets/churchill_iia.xml
+share/naev/dat/assets/claudius_mehan.xml
+share/naev/dat/assets/cole_station.xml
+share/naev/dat/assets/colley.xml
+share/naev/dat/assets/coral_station.xml
+share/naev/dat/assets/coran.xml
+share/naev/dat/assets/corax.xml
+share/naev/dat/assets/corinth_1.xml
+share/naev/dat/assets/corinth_2.xml
+share/naev/dat/assets/corinth_foods.xml
+share/naev/dat/assets/cornwal_ordinance.xml
+share/naev/dat/assets/corvus_i.xml
+share/naev/dat/assets/corvus_vi.xml
+share/naev/dat/assets/corvus_via.xml
+share/naev/dat/assets/corvus_vib.xml
+share/naev/dat/assets/cristen.xml
+share/naev/dat/assets/crow.xml
+share/naev/dat/assets/crylo.xml
+share/naev/dat/assets/culex.xml
+share/naev/dat/assets/curie.xml
+share/naev/dat/assets/cutha.xml
+share/naev/dat/assets/cygnus_iv.xml
+share/naev/dat/assets/cyrene.xml
+share/naev/dat/assets/daahrax.xml
+share/naev/dat/assets/daal.xml
+share/naev/dat/assets/dakron_iii.xml
+share/naev/dat/assets/dakron_v.xml
+share/naev/dat/assets/damien_vii.xml
+share/naev/dat/assets/damphyr.xml
+share/naev/dat/assets/daravon_i.xml
+share/naev/dat/assets/daravon_iii.xml
+share/naev/dat/assets/darkshed.xml
+share/naev/dat/assets/darkstone_iv.xml
+share/naev/dat/assets/darkstone_v.xml
+share/naev/dat/assets/dawn.xml
+share/naev/dat/assets/delta_pavonis_i.xml
+share/naev/dat/assets/delta_pavonis_ii.xml
+share/naev/dat/assets/delta_pavonis_iia.xml
+share/naev/dat/assets/delta_polaris_i.xml
+share/naev/dat/assets/delta_polaris_ii.xml
+share/naev/dat/assets/delta_polaris_vi.xml
+share/naev/dat/assets/diabolos.xml
+share/naev/dat/assets/diadem_i.xml
+share/naev/dat/assets/diadem_ii.xml
+share/naev/dat/assets/doeston_prime.xml
+share/naev/dat/assets/dohriabi_prime.xml
+share/naev/dat/assets/dolmen.xml
+share/naev/dat/assets/donnar.xml
+share/naev/dat/assets/dono.xml
+share/naev/dat/assets/doormat.xml
+share/naev/dat/assets/doranthex_prime.xml
+share/naev/dat/assets/doranthex_secundus.xml
+share/naev/dat/assets/doro.xml
+share/naev/dat/assets/dowue.xml
+share/naev/dat/assets/draconis_alpha.xml
+share/naev/dat/assets/draconis_beta.xml
+share/naev/dat/assets/draconis_delta.xml
+share/naev/dat/assets/draconis_epsilon.xml
+share/naev/dat/assets/draconis_gamma.xml
+share/naev/dat/assets/draconis_omega.xml
+share/naev/dat/assets/draygar_iii.xml
+share/naev/dat/assets/drognain.xml
+share/naev/dat/assets/druss_ii.xml
+share/naev/dat/assets/druss_iia.xml
+share/naev/dat/assets/druss_iii.xml
+share/naev/dat/assets/dumas_station.xml
+share/naev/dat/assets/dun_hill.xml
+share/naev/dat/assets/dundrop_station.xml
+share/naev/dat/assets/dunmer.xml
+share/naev/dat/assets/duran_shipyard.xml
+share/naev/dat/assets/durea.xml
+share/naev/dat/assets/duros_i.xml
+share/naev/dat/assets/duros_ia.xml
+share/naev/dat/assets/durumdra.xml
+share/naev/dat/assets/dusk.xml
+share/naev/dat/assets/dust.xml
+share/naev/dat/assets/dvaer_ii.xml
+share/naev/dat/assets/dvaer_iii.xml
+share/naev/dat/assets/dvaer_iiia.xml
+share/naev/dat/assets/dvaer_iv.xml
+share/naev/dat/assets/dvaer_prime.xml
+share/naev/dat/assets/dvaered_high_command.xml
+share/naev/dat/assets/dvnn_central.xml
+share/naev/dat/assets/ebenezer.xml
+share/naev/dat/assets/eclipse_station.xml
+share/naev/dat/assets/edergast.xml
+share/naev/dat/assets/edorn.xml
+share/naev/dat/assets/eenerim.xml
+share/naev/dat/assets/efferey.xml
+share/naev/dat/assets/eiderdown_i.xml
+share/naev/dat/assets/eiderdown_iii.xml
+share/naev/dat/assets/eiger.xml
+share/naev/dat/assets/eiroik.xml
+share/naev/dat/assets/eist_shipyard.xml
+share/naev/dat/assets/ekta_i.xml
+share/naev/dat/assets/ekta_ii.xml
+share/naev/dat/assets/ekta_iia.xml
+share/naev/dat/assets/ekta_iib.xml
+share/naev/dat/assets/ekta_station.xml
+share/naev/dat/assets/elixir_i.xml
+share/naev/dat/assets/elpa.xml
+share/naev/dat/assets/elza_i.xml
+share/naev/dat/assets/elza_ia.xml
+share/naev/dat/assets/elza_iii.xml
+share/naev/dat/assets/em_1.xml
+share/naev/dat/assets/em_2.xml
+share/naev/dat/assets/em_4.xml
+share/naev/dat/assets/em_5.xml
+share/naev/dat/assets/ember.xml
+share/naev/dat/assets/emperors_fist.xml
+share/naev/dat/assets/emperors_wrath.xml
+share/naev/dat/assets/eneguoz_ii.xml
+share/naev/dat/assets/eridani_ii.xml
+share/naev/dat/assets/eridani_iii.xml
+share/naev/dat/assets/eryla.xml
+share/naev/dat/assets/esker_i.xml
+share/naev/dat/assets/esker_ii.xml
+share/naev/dat/assets/esker_iv.xml
+share/naev/dat/assets/euler_i.xml
+share/naev/dat/assets/euler_ia.xml
+share/naev/dat/assets/euler_ii.xml
+share/naev/dat/assets/euler_iii.xml
+share/naev/dat/assets/euler_iiia.xml
+share/naev/dat/assets/euler_iv.xml
+share/naev/dat/assets/europea.xml
+share/naev/dat/assets/excelcior.xml
+share/naev/dat/assets/eye_of_night_i.xml
+share/naev/dat/assets/eye_of_night_ii.xml
+share/naev/dat/assets/eye_of_night_iii.xml
+share/naev/dat/assets/facett_outpost.xml
+share/naev/dat/assets/fae.xml
+share/naev/dat/assets/fairfax_station.xml
+share/naev/dat/assets/falas.xml
+share/naev/dat/assets/fathers_pride_i.xml
+share/naev/dat/assets/fathers_pride_ii.xml
+share/naev/dat/assets/fathers_pride_iii.xml
+share/naev/dat/assets/faust_iii.xml
+share/naev/dat/assets/faust_vi.xml
+share/naev/dat/assets/fd24.xml
+share/naev/dat/assets/fernando_station.xml
+share/naev/dat/assets/ferrungir.xml
+share/naev/dat/assets/feye_i.xml
+share/naev/dat/assets/feye_iv.xml
+share/naev/dat/assets/fidelis_iii.xml
+share/naev/dat/assets/fidelis_iv.xml
+share/naev/dat/assets/finn.xml
+share/naev/dat/assets/flach.xml
+share/naev/dat/assets/folevo.xml
+share/naev/dat/assets/forbes_station.xml
+share/naev/dat/assets/forge.xml
+share/naev/dat/assets/fort_sirius.xml
+share/naev/dat/assets/fortitude_i.xml
+share/naev/dat/assets/fortitude_ii.xml
+share/naev/dat/assets/fortitude_iii.xml
+share/naev/dat/assets/foundation_station.xml
+share/naev/dat/assets/freshwater_station.xml
+share/naev/dat/assets/fried_i.xml
+share/naev/dat/assets/fried_ia.xml
+share/naev/dat/assets/fried_ii.xml
+share/naev/dat/assets/fried_iii.xml
+share/naev/dat/assets/fried_iiia.xml
+share/naev/dat/assets/fulcrum_i.xml
+share/naev/dat/assets/fury_i.xml
+share/naev/dat/assets/fury_station.xml
+share/naev/dat/assets/fuzka.xml
+share/naev/dat/assets/fyruse_station.xml
+share/naev/dat/assets/galileo.xml
+share/naev/dat/assets/gamma.xml
+share/naev/dat/assets/gammacron_iv.xml
+share/naev/dat/assets/gammacron_v.xml
+share/naev/dat/assets/gammacron_va.xml
+share/naev/dat/assets/gammacron_vb.xml
+share/naev/dat/assets/ganth_i.xml
+share/naev/dat/assets/garten_iv.xml
+share/naev/dat/assets/garten_x.xml
+share/naev/dat/assets/gastan.xml
+share/naev/dat/assets/gath_station.xml
+share/naev/dat/assets/gaula.xml
+share/naev/dat/assets/gaula_foods.xml
+share/naev/dat/assets/gayathi.xml
+share/naev/dat/assets/gem.xml
+share/naev/dat/assets/gennus.xml
+share/naev/dat/assets/gerhart_station.xml
+share/naev/dat/assets/geron.xml
+share/naev/dat/assets/gewirn_iv.xml
+share/naev/dat/assets/gilligans_light_iii.xml
+share/naev/dat/assets/gilligans_memory.xml
+share/naev/dat/assets/gilligans_tomb.xml
+share/naev/dat/assets/ginger_ii.xml
+share/naev/dat/assets/ginger_iii.xml
+share/naev/dat/assets/ginni.xml
+share/naev/dat/assets/goddard_iii.xml
+share/naev/dat/assets/goddard_iv.xml
+share/naev/dat/assets/godtra.xml
+share/naev/dat/assets/golem.xml
+share/naev/dat/assets/gorchenchev_shipyards.xml
+share/naev/dat/assets/gordons_exchange.xml
+share/naev/dat/assets/gorgate.xml
+share/naev/dat/assets/grandard.xml
+share/naev/dat/assets/green_eye.xml
+share/naev/dat/assets/greenberg.xml
+share/naev/dat/assets/greis.xml
+share/naev/dat/assets/griffin__ii.xml
+share/naev/dat/assets/griffin_i.xml
+share/naev/dat/assets/griffin_iii.xml
+share/naev/dat/assets/griffin_vi.xml
+share/naev/dat/assets/grindstone_shipyards.xml
+share/naev/dat/assets/gruz_i.xml
+share/naev/dat/assets/gruz_ii.xml
+share/naev/dat/assets/gruz_iii.xml
+share/naev/dat/assets/gutter_i.xml
+share/naev/dat/assets/gutter_iii.xml
+share/naev/dat/assets/gyrios_ii.xml
+share/naev/dat/assets/gyrios_iv.xml
+share/naev/dat/assets/gyrios_v.xml
+share/naev/dat/assets/hadosh_ia.xml
+share/naev/dat/assets/hadosh_ii.xml
+share/naev/dat/assets/hadosh_iii.xml
+share/naev/dat/assets/hadosh_iv.xml
+share/naev/dat/assets/haldr.xml
+share/naev/dat/assets/haleb_iv.xml
+share/naev/dat/assets/halir.xml
+share/naev/dat/assets/handalier.xml
+share/naev/dat/assets/hankies.xml
+share/naev/dat/assets/harnaar.xml
+share/naev/dat/assets/hartwell_station.xml
+share/naev/dat/assets/hassak.xml
+share/naev/dat/assets/hasselt_ii.xml
+share/naev/dat/assets/hasselt_iv.xml
+share/naev/dat/assets/hatter_i.xml
+share/naev/dat/assets/hatter_ii.xml
+share/naev/dat/assets/haurn.xml
+share/naev/dat/assets/haven.xml
+share/naev/dat/assets/heii.xml
+share/naev/dat/assets/hekaras_iii.xml
+share/naev/dat/assets/hekaras_iv.xml
+share/naev/dat/assets/heronus.xml
+share/naev/dat/assets/heronus_orbital.xml
+share/naev/dat/assets/hikatalat.xml
+share/naev/dat/assets/house_zalek_central_station.xml
+share/naev/dat/assets/hrimfaxi.xml
+share/naev/dat/assets/hs224.xml
+share/naev/dat/assets/hs232.xml
+share/naev/dat/assets/hs24.xml
+share/naev/dat/assets/hs37.xml
+share/naev/dat/assets/hs54.xml
+share/naev/dat/assets/hs__5.xml
+share/naev/dat/assets/hs__5_1.xml
+share/naev/dat/assets/huanxi.xml
+share/naev/dat/assets/humdrum_i.xml
+share/naev/dat/assets/humdrum_ii.xml
+share/naev/dat/assets/humdrum_iii.xml
+share/naev/dat/assets/hurada.xml
+share/naev/dat/assets/hurne_station.xml
+share/naev/dat/assets/hystera_i.xml
+share/naev/dat/assets/hystera_ia.xml
+share/naev/dat/assets/hystera_ii.xml
+share/naev/dat/assets/hystera_outpost.xml
+share/naev/dat/assets/hzmm01.xml
+share/naev/dat/assets/hznss1.xml
+share/naev/dat/assets/hznss2.xml
+share/naev/dat/assets/hznss3.xml
+share/naev/dat/assets/ian.xml
+share/naev/dat/assets/icarus.xml
+share/naev/dat/assets/idio.xml
+share/naev/dat/assets/imk.xml
+share/naev/dat/assets/impala.xml
+share/naev/dat/assets/inca.xml
+share/naev/dat/assets/infinity_iii.xml
+share/naev/dat/assets/infinity_iv.xml
+share/naev/dat/assets/infinity_vii.xml
+share/naev/dat/assets/ingot_i.xml
+share/naev/dat/assets/inios_station.xml
+share/naev/dat/assets/inss1.xml
+share/naev/dat/assets/inss2.xml
+share/naev/dat/assets/inss3.xml
+share/naev/dat/assets/isador.xml
+share/naev/dat/assets/jaan.xml
+share/naev/dat/assets/jackson_ii.xml
+share/naev/dat/assets/jackson_v.xml
+share/naev/dat/assets/jade_court.xml
+share/naev/dat/assets/jade_i.xml
+share/naev/dat/assets/jade_ii.xml
+share/naev/dat/assets/jade_iii.xml
+share/naev/dat/assets/jade_vi.xml
+share/naev/dat/assets/jaegnhild.xml
+share/naev/dat/assets/jankelo.xml
+share/naev/dat/assets/janko.xml
+share/naev/dat/assets/janus_farming_station.xml
+share/naev/dat/assets/janus_station.xml
+share/naev/dat/assets/jaqeline.xml
+share/naev/dat/assets/jasmine.xml
+share/naev/dat/assets/jaxheen.xml
+share/naev/dat/assets/jemard.xml
+share/naev/dat/assets/jermose.xml
+share/naev/dat/assets/jeronon.xml
+share/naev/dat/assets/jervis_v.xml
+share/naev/dat/assets/jervis_vii.xml
+share/naev/dat/assets/jezza.xml
+share/naev/dat/assets/jomos.xml
+share/naev/dat/assets/jorcan.xml
+share/naev/dat/assets/jorla.xml
+share/naev/dat/assets/jorlan.xml
+share/naev/dat/assets/jugreny.xml
+share/naev/dat/assets/jurai.xml
+share/naev/dat/assets/juran.xml
+share/naev/dat/assets/kaira.xml
+share/naev/dat/assets/kanar.xml
+share/naev/dat/assets/kanel.xml
+share/naev/dat/assets/kansas_i.xml
+share/naev/dat/assets/kansas_iii.xml
+share/naev/dat/assets/kansas_iv.xml
+share/naev/dat/assets/kansas_vi.xml
+share/naev/dat/assets/karman_i.xml
+share/naev/dat/assets/karman_ii.xml
+share/naev/dat/assets/karvua.xml
+share/naev/dat/assets/kaso.xml
+share/naev/dat/assets/kataka.xml
+share/naev/dat/assets/katami_i.xml
+share/naev/dat/assets/katar.xml
+share/naev/dat/assets/kaulas.xml
+share/naev/dat/assets/kayel.xml
+share/naev/dat/assets/khelim.xml
+share/naev/dat/assets/khorin.xml
+share/naev/dat/assets/killerog.xml
+share/naev/dat/assets/klantar_i.xml
+share/naev/dat/assets/klantar_iii.xml
+share/naev/dat/assets/kobopos_i.xml
+share/naev/dat/assets/kobopos_ii.xml
+share/naev/dat/assets/kobopos_iv.xml
+share/naev/dat/assets/koga.xml
+share/naev/dat/assets/koralis_iv.xml
+share/naev/dat/assets/koralis_vi.xml
+share/naev/dat/assets/korifa_i.xml
+share/naev/dat/assets/korifa_ia.xml
+share/naev/dat/assets/korifa_ii.xml
+share/naev/dat/assets/korifa_iii.xml
+share/naev/dat/assets/kotori.xml
+share/naev/dat/assets/kraft_i.xml
+share/naev/dat/assets/kraft_ii.xml
+share/naev/dat/assets/kraft_iv.xml
+share/naev/dat/assets/kraft_v.xml
+share/naev/dat/assets/kraft_vi.xml
+share/naev/dat/assets/kramer.xml
+share/naev/dat/assets/kretogg_i.xml
+share/naev/dat/assets/kretogg_ii.xml
+share/naev/dat/assets/kretogg_iii.xml
+share/naev/dat/assets/ksher_i.xml
+share/naev/dat/assets/ksher_ii.xml
+share/naev/dat/assets/ksher_iii.xml
+share/naev/dat/assets/kunzler.xml
+share/naev/dat/assets/kyo_iii.xml
+share/naev/dat/assets/laarss.xml
+share/naev/dat/assets/lanze.xml
+share/naev/dat/assets/lapis_i.xml
+share/naev/dat/assets/lapis_ii.xml
+share/naev/dat/assets/lapra.xml
+share/naev/dat/assets/larling.xml
+share/naev/dat/assets/lazuli_i.xml
+share/naev/dat/assets/lazuli_ia.xml
+share/naev/dat/assets/lazuli_iii.xml
+share/naev/dat/assets/leo.xml
+share/naev/dat/assets/leszec.xml
+share/naev/dat/assets/leviathan.xml
+share/naev/dat/assets/limbo_i.xml
+share/naev/dat/assets/limbo_ii.xml
+share/naev/dat/assets/lirith.xml
+share/naev/dat/assets/little_rock.xml
+share/naev/dat/assets/long_rock.xml
+share/naev/dat/assets/longbow_i.xml
+share/naev/dat/assets/longbow_iii.xml
+share/naev/dat/assets/longbow_iv.xml
+share/naev/dat/assets/loramor.xml
+share/naev/dat/assets/lorelei.xml
+share/naev/dat/assets/lugun.xml
+share/naev/dat/assets/luna_skona.xml
+share/naev/dat/assets/luxsor.xml
+share/naev/dat/assets/maatsu.xml
+share/naev/dat/assets/madeleine_station.xml
+share/naev/dat/assets/madria.xml
+share/naev/dat/assets/magellan.xml
+share/naev/dat/assets/malebolge.xml
+share/naev/dat/assets/malebolge_iii.xml
+share/naev/dat/assets/malebolge_iv.xml
+share/naev/dat/assets/malebolge_v.xml
+share/naev/dat/assets/manis.xml
+share/naev/dat/assets/mannannan.xml
+share/naev/dat/assets/manuel_station.xml
+share/naev/dat/assets/marauder_station.xml
+share/naev/dat/assets/margarita_i.xml
+share/naev/dat/assets/margarita_ii.xml
+share/naev/dat/assets/margarita_iv.xml
+share/naev/dat/assets/margot.xml
+share/naev/dat/assets/marius_station.xml
+share/naev/dat/assets/mason_i.xml
+share/naev/dat/assets/mason_ii.xml
+share/naev/dat/assets/mason_iv.xml
+share/naev/dat/assets/massia_i.xml
+share/naev/dat/assets/massia_iv.xml
+share/naev/dat/assets/massia_iva.xml
+share/naev/dat/assets/mastodon_station.xml
+share/naev/dat/assets/maus_i.xml
+share/naev/dat/assets/maus_ii.xml
+share/naev/dat/assets/maus_iii.xml
+share/naev/dat/assets/maus_station.xml
+share/naev/dat/assets/maya.xml
+share/naev/dat/assets/medenus_observatory.xml
+share/naev/dat/assets/megala.xml
+share/naev/dat/assets/megan_station.xml
+share/naev/dat/assets/megas.xml
+share/naev/dat/assets/memory_of_sorom.xml
+share/naev/dat/assets/mendez.xml
+share/naev/dat/assets/merisi_i.xml
+share/naev/dat/assets/merisi_ii.xml
+share/naev/dat/assets/merisi_iii.xml
+share/naev/dat/assets/merisi_iv.xml
+share/naev/dat/assets/meya.xml
+share/naev/dat/assets/mgg003.xml
+share/naev/dat/assets/mgg007.xml
+share/naev/dat/assets/mgg1294.xml
+share/naev/dat/assets/mida_proxima.xml
+share/naev/dat/assets/mirror_i.xml
+share/naev/dat/assets/mirror_iv.xml
+share/naev/dat/assets/mirror_vi.xml
+share/naev/dat/assets/mirror_via.xml
+share/naev/dat/assets/mirror_vib.xml
+share/naev/dat/assets/mizar_iii.xml
+share/naev/dat/assets/mizar_iv.xml
+share/naev/dat/assets/mizar_vi.xml
+share/naev/dat/assets/mk.xml
+share/naev/dat/assets/modus.xml
+share/naev/dat/assets/mokoshotar.xml
+share/naev/dat/assets/monogram_iii.xml
+share/naev/dat/assets/monogram_iv.xml
+share/naev/dat/assets/monogram_v.xml
+share/naev/dat/assets/monsoon_station.xml
+share/naev/dat/assets/moor_i.xml
+share/naev/dat/assets/moor_ii.xml
+share/naev/dat/assets/moor_iii.xml
+share/naev/dat/assets/moordra_i.xml
+share/naev/dat/assets/moordra_ii.xml
+share/naev/dat/assets/moorline_station.xml
+share/naev/dat/assets/morgan_station.xml
+share/naev/dat/assets/mouddar.xml
+share/naev/dat/assets/mugen.xml
+share/naev/dat/assets/mutris.xml
+share/naev/dat/assets/myonei.xml
+share/naev/dat/assets/myuirr_station.xml
+share/naev/dat/assets/naga.xml
+share/naev/dat/assets/nanek.xml
+share/naev/dat/assets/nappi.xml
+share/naev/dat/assets/narousse_i.xml
+share/naev/dat/assets/narousse_ii.xml
+share/naev/dat/assets/narousse_iii.xml
+share/naev/dat/assets/narousse_iiia.xml
+share/naev/dat/assets/narousse_iv.xml
+share/naev/dat/assets/nartur_i.xml
+share/naev/dat/assets/nartur_ii.xml
+share/naev/dat/assets/nartur_iii.xml
+share/naev/dat/assets/nartur_iv.xml
+share/naev/dat/assets/nartur_iva.xml
+share/naev/dat/assets/nasano.xml
+share/naev/dat/assets/nava_i.xml
+share/naev/dat/assets/neexi_i.xml
+share/naev/dat/assets/neexi_ii.xml
+share/naev/dat/assets/neo_pomerania.xml
+share/naev/dat/assets/neon_i.xml
+share/naev/dat/assets/neon_iii.xml
+share/naev/dat/assets/nera.xml
+share/naev/dat/assets/neurri.xml
+share/naev/dat/assets/new_deimos.xml
+share/naev/dat/assets/new_dortmund.xml
+share/naev/dat/assets/new_haven.xml
+share/naev/dat/assets/new_konnor.xml
+share/naev/dat/assets/new_mars.xml
+share/naev/dat/assets/new_phobos.xml
+share/naev/dat/assets/new_pluto.xml
+share/naev/dat/assets/new_thomas.xml
+share/naev/dat/assets/newmarch_a1.xml
+share/naev/dat/assets/newmarch_d3.xml
+share/naev/dat/assets/niflheim.xml
+share/naev/dat/assets/niger_i.xml
+share/naev/dat/assets/niger_ii.xml
+share/naev/dat/assets/nixa.xml
+share/naev/dat/assets/nixon_i.xml
+share/naev/dat/assets/nixon_ii.xml
+share/naev/dat/assets/nixon_iii.xml
+share/naev/dat/assets/nixon_iv.xml
+share/naev/dat/assets/nixon_v.xml
+share/naev/dat/assets/nocalin.xml
+share/naev/dat/assets/nolan.xml
+share/naev/dat/assets/nonuri.xml
+share/naev/dat/assets/nor.xml
+share/naev/dat/assets/norpin_ii.xml
+share/naev/dat/assets/norpin_iv.xml
+share/naev/dat/assets/nougat_i.xml
+share/naev/dat/assets/nougat_ii.xml
+share/naev/dat/assets/nova_shakar.xml
+share/naev/dat/assets/ns1.xml
+share/naev/dat/assets/ns144.xml
+share/naev/dat/assets/ns27.xml
+share/naev/dat/assets/ns42.xml
+share/naev/dat/assets/ns63.xml
+share/naev/dat/assets/obelisk_station.xml
+share/naev/dat/assets/oberon.xml
+share/naev/dat/assets/oberon_i.xml
+share/naev/dat/assets/oberon_iii.xml
+share/naev/dat/assets/oberon_iv.xml
+share/naev/dat/assets/ocata.xml
+share/naev/dat/assets/odonga.xml
+share/naev/dat/assets/odonga_m1.xml
+share/naev/dat/assets/ohon.xml
+share/naev/dat/assets/olario.xml
+share/naev/dat/assets/old_king_cole.xml
+share/naev/dat/assets/old_man_jack.xml
+share/naev/dat/assets/olljan.xml
+share/naev/dat/assets/oma.xml
+share/naev/dat/assets/omar.xml
+share/naev/dat/assets/omega_station.xml
+share/naev/dat/assets/onar.xml
+share/naev/dat/assets/onasan.xml
+share/naev/dat/assets/oni.xml
+share/naev/dat/assets/onyx_shipyard.xml
+share/naev/dat/assets/oort_farming_station.xml
+share/naev/dat/assets/opa.xml
+share/naev/dat/assets/opal_i.xml
+share/naev/dat/assets/opal_station.xml
+share/naev/dat/assets/oring.xml
+share/naev/dat/assets/orions_anger.xml
+share/naev/dat/assets/orions_fist.xml
+share/naev/dat/assets/orions_might.xml
+share/naev/dat/assets/orville_shipyard.xml
+share/naev/dat/assets/outbound_station.xml
+share/naev/dat/assets/overture_i.xml
+share/naev/dat/assets/overture_ii.xml
+share/naev/dat/assets/overture_iii.xml
+share/naev/dat/assets/ozogo_x.xml
+share/naev/dat/assets/p0125.xml
+share/naev/dat/assets/p2020.xml
+share/naev/dat/assets/p2021.xml
+share/naev/dat/assets/p2022.xml
+share/naev/dat/assets/p9122.xml
+share/naev/dat/assets/p9234.xml
+share/naev/dat/assets/palin_i.xml
+share/naev/dat/assets/palin_ii.xml
+share/naev/dat/assets/palin_iii.xml
+share/naev/dat/assets/palovi_ii.xml
+share/naev/dat/assets/palovi_iv.xml
+share/naev/dat/assets/palovi_v.xml
+share/naev/dat/assets/paradox_ii.xml
+share/naev/dat/assets/paradox_iii.xml
+share/naev/dat/assets/paradox_iiia.xml
+share/naev/dat/assets/paradox_v.xml
+share/naev/dat/assets/passir.xml
+share/naev/dat/assets/pastor_ii.xml
+share/naev/dat/assets/pastor_iix.xml
+share/naev/dat/assets/pastor_vi.xml
+share/naev/dat/assets/paul_2.xml
+share/naev/dat/assets/pauldur.xml
+share/naev/dat/assets/paxadon.xml
+share/naev/dat/assets/paxsor.xml
+share/naev/dat/assets/peogas_ii.xml
+share/naev/dat/assets/peogas_iii.xml
+share/naev/dat/assets/peogas_iv.xml
+share/naev/dat/assets/peogas_v.xml
+share/naev/dat/assets/percola.xml
+share/naev/dat/assets/perhelion_alpha.xml
+share/naev/dat/assets/perhelion_beta.xml
+share/naev/dat/assets/perhelion_gamma.xml
+share/naev/dat/assets/petaat.xml
+share/naev/dat/assets/petra.xml
+share/naev/dat/assets/phee.xml
+share/naev/dat/assets/phosarrus.xml
+share/naev/dat/assets/pike_i.xml
+share/naev/dat/assets/pilatis_i.xml
+share/naev/dat/assets/pilatis_ii.xml
+share/naev/dat/assets/pilatis_iii.xml
+share/naev/dat/assets/point_zero_0.xml
+share/naev/dat/assets/point_zero_station.xml
+share/naev/dat/assets/pokyos_station.xml
+share/naev/dat/assets/polaris_prime.xml
+share/naev/dat/assets/poller_d2.xml
+share/naev/dat/assets/poller_i1.xml
+share/naev/dat/assets/porro_farming_station.xml
+share/naev/dat/assets/porro_ii.xml
+share/naev/dat/assets/porro_iii.xml
+share/naev/dat/assets/possum_ii.xml
+share/naev/dat/assets/praxis.xml
+share/naev/dat/assets/priscus.xml
+share/naev/dat/assets/procyon_shipyards.xml
+share/naev/dat/assets/protera_sigma.xml
+share/naev/dat/assets/provectus_nova_i.xml
+share/naev/dat/assets/provectus_nova_ia.xml
+share/naev/dat/assets/prp1.xml
+share/naev/dat/assets/prp2.xml
+share/naev/dat/assets/prp3.xml
+share/naev/dat/assets/prp4.xml
+share/naev/dat/assets/pso_1234.xml
+share/naev/dat/assets/pso_1251.xml
+share/naev/dat/assets/pso_1324.xml
+share/naev/dat/assets/pso_2212.xml
+share/naev/dat/assets/pso_2345.xml
+share/naev/dat/assets/pso_2356.xml
+share/naev/dat/assets/pso_2434.xml
+share/naev/dat/assets/pso_monitor.xml
+share/naev/dat/assets/pt237_iii.xml
+share/naev/dat/assets/pt237_iv.xml
+share/naev/dat/assets/pt413_vi.xml
+share/naev/dat/assets/pt413_viii.xml
+share/naev/dat/assets/pt612_i.xml
+share/naev/dat/assets/pt612_ii.xml
+share/naev/dat/assets/pt612_iii.xml
+share/naev/dat/assets/pt612_iv.xml
+share/naev/dat/assets/ptolemy.xml
+share/naev/dat/assets/pudas_i.xml
+share/naev/dat/assets/pudas_ii.xml
+share/naev/dat/assets/pultatis_i.xml
+share/naev/dat/assets/pultatis_ii.xml
+share/naev/dat/assets/pultatis_iii.xml
+share/naev/dat/assets/pund.xml
+share/naev/dat/assets/qex_ii.xml
+share/naev/dat/assets/qex_iv.xml
+share/naev/dat/assets/qex_v.xml
+share/naev/dat/assets/qoman.xml
+share/naev/dat/assets/qoral.xml
+share/naev/dat/assets/qorellia.xml
+share/naev/dat/assets/quai_i.xml
+share/naev/dat/assets/quai_ii.xml
+share/naev/dat/assets/quai_iia.xml
+share/naev/dat/assets/qulam_primus.xml
+share/naev/dat/assets/racheka.xml
+share/naev/dat/assets/racheka_secundus.xml
+share/naev/dat/assets/radix_i.xml
+share/naev/dat/assets/radix_ii.xml
+share/naev/dat/assets/radix_iii.xml
+share/naev/dat/assets/raelid_ii.xml
+share/naev/dat/assets/raelid_outpost.xml
+share/naev/dat/assets/raelid_prime.xml
+share/naev/dat/assets/rage.xml
+share/naev/dat/assets/raglan_outpost.xml
+share/naev/dat/assets/ramen.xml
+share/naev/dat/assets/raptor_station.xml
+share/naev/dat/assets/red_eye.xml
+share/naev/dat/assets/regensburg.xml
+share/naev/dat/assets/rei_ii.xml
+share/naev/dat/assets/rei_iii.xml
+share/naev/dat/assets/reidd.xml
+share/naev/dat/assets/rein.xml
+share/naev/dat/assets/rhaana.xml
+share/naev/dat/assets/rhu_ii.xml
+share/naev/dat/assets/rhu_iii.xml
+share/naev/dat/assets/rhu_iv.xml
+share/naev/dat/assets/ridrack.xml
+share/naev/dat/assets/rikaina.xml
+share/naev/dat/assets/rin.xml
+share/naev/dat/assets/rionna.xml
+share/naev/dat/assets/riun.xml
+share/naev/dat/assets/rocker.xml
+share/naev/dat/assets/rockhardt.xml
+share/naev/dat/assets/rodney.xml
+share/naev/dat/assets/rogan.xml
+share/naev/dat/assets/rostra.xml
+share/naev/dat/assets/rotide_i.xml
+share/naev/dat/assets/rotide_ii.xml
+share/naev/dat/assets/ruadan_bastion.xml
+share/naev/dat/assets/ruadan_gamma.xml
+share/naev/dat/assets/ruadan_ii.xml
+share/naev/dat/assets/ruadan_j1.xml
+share/naev/dat/assets/ruadan_j2.xml
+share/naev/dat/assets/ruadan_prime.xml
+share/naev/dat/assets/ruadan_secundus.xml
+share/naev/dat/assets/ruadan_station.xml
+share/naev/dat/assets/rudderfern.xml
+share/naev/dat/assets/ruid.xml
+share/naev/dat/assets/ruin.xml
+share/naev/dat/assets/rulkar.xml
+share/naev/dat/assets/ruttwi_i.xml
+share/naev/dat/assets/ruttwi_ii.xml
+share/naev/dat/assets/s00000.xml
+share/naev/dat/assets/s00018.xml
+share/naev/dat/assets/s00522.xml
+share/naev/dat/assets/s00653.xml
+share/naev/dat/assets/s13024.xml
+share/naev/dat/assets/s23001.xml
+share/naev/dat/assets/s23491.xml
+share/naev/dat/assets/s38729.xml
+share/naev/dat/assets/s49281.xml
+share/naev/dat/assets/s49335.xml
+share/naev/dat/assets/s49588.xml
+share/naev/dat/assets/s58309.xml
+share/naev/dat/assets/s72288.xml
+share/naev/dat/assets/s72839.xml
+share/naev/dat/assets/s91456.xml
+share/naev/dat/assets/sabe.xml
+share/naev/dat/assets/salsax_station.xml
+share/naev/dat/assets/samell.xml
+share/naev/dat/assets/sanchez.xml
+share/naev/dat/assets/sander.xml
+share/naev/dat/assets/saraab.xml
+share/naev/dat/assets/sarcophagus_i.xml
+share/naev/dat/assets/sarcophagus_ii.xml
+share/naev/dat/assets/sarcophagus_iib.xml
+share/naev/dat/assets/sarcophagus_v.xml
+share/naev/dat/assets/sarrii_station.xml
+share/naev/dat/assets/savoy.xml
+share/naev/dat/assets/scarlet_ii.xml
+share/naev/dat/assets/scarlett_iii.xml
+share/naev/dat/assets/scinfaxi.xml
+share/naev/dat/assets/scipio.xml
+share/naev/dat/assets/scorch.xml
+share/naev/dat/assets/scorpion_station.xml
+share/naev/dat/assets/seanich.xml
+share/naev/dat/assets/secundus_alpha.xml
+share/naev/dat/assets/secundus_beta.xml
+share/naev/dat/assets/secundus_station.xml
+share/naev/dat/assets/seiben_iv.xml
+share/naev/dat/assets/seiben_xi.xml
+share/naev/dat/assets/selphod.xml
+share/naev/dat/assets/semper.xml
+share/naev/dat/assets/sergio_vix_i.xml
+share/naev/dat/assets/sergio_vix_iii.xml
+share/naev/dat/assets/serria.xml
+share/naev/dat/assets/servax.xml
+share/naev/dat/assets/sevlow.xml
+share/naev/dat/assets/shade__sunshine_station.xml
+share/naev/dat/assets/shakar_i.xml
+share/naev/dat/assets/shakar_iii.xml
+share/naev/dat/assets/sharak.xml
+share/naev/dat/assets/shariff_station.xml
+share/naev/dat/assets/sheik_hall.xml
+share/naev/dat/assets/shiarta.xml
+share/naev/dat/assets/shickhaw_i.xml
+share/naev/dat/assets/shickhaw_ii.xml
+share/naev/dat/assets/shickhaw_iv.xml
+share/naev/dat/assets/shikima_ii.xml
+share/naev/dat/assets/shikima_iii.xml
+share/naev/dat/assets/shion.xml
+share/naev/dat/assets/sidhe.xml
+share/naev/dat/assets/sigma_station.xml
+share/naev/dat/assets/silverstone.xml
+share/naev/dat/assets/simoen.xml
+share/naev/dat/assets/sinass.xml
+share/naev/dat/assets/sinclair.xml
+share/naev/dat/assets/sindbad.xml
+share/naev/dat/assets/sirius_ordnance.xml
+share/naev/dat/assets/sirius_shipyards.xml
+share/naev/dat/assets/sirou_alpha.xml
+share/naev/dat/assets/sirou_i.xml
+share/naev/dat/assets/sirou_ii.xml
+share/naev/dat/assets/sirou_vi.xml
+share/naev/dat/assets/sixbat_station.xml
+share/naev/dat/assets/skater.xml
+share/naev/dat/assets/skona.xml
+share/naev/dat/assets/sleuth_ii.xml
+share/naev/dat/assets/slofeldt.xml
+share/naev/dat/assets/smaal.xml
+share/naev/dat/assets/socrates_military_academy.xml
+share/naev/dat/assets/sola.xml
+share/naev/dat/assets/sollav_ii.xml
+share/naev/dat/assets/sollav_vi.xml
+share/naev/dat/assets/sollebor.xml
+share/naev/dat/assets/solpere.xml
+share/naev/dat/assets/solvac_crops.xml
+share/naev/dat/assets/sorom.xml
+share/naev/dat/assets/soromid_customs_central.xml
+share/naev/dat/assets/soromid_databank.xml
+share/naev/dat/assets/soromid_wards_alpha.xml
+share/naev/dat/assets/soromid_wards_beta.xml
+share/naev/dat/assets/soromid_wards_gamma.xml
+share/naev/dat/assets/soros_station.xml
+share/naev/dat/assets/sroolu.xml
+share/naev/dat/assets/stalwart_station.xml
+share/naev/dat/assets/starlight_end_i.xml
+share/naev/dat/assets/starlight_end_ii.xml
+share/naev/dat/assets/starlight_end_iii.xml
+share/naev/dat/assets/stein.xml
+share/naev/dat/assets/steiner.xml
+share/naev/dat/assets/stella.xml
+share/naev/dat/assets/stelman_i3.xml
+share/naev/dat/assets/sternguard.xml
+share/naev/dat/assets/stint_iii.xml
+share/naev/dat/assets/stoma.xml
+share/naev/dat/assets/stormgard.xml
+share/naev/dat/assets/stormy.xml
+share/naev/dat/assets/straight_row_ii.xml
+share/naev/dat/assets/stutee.xml
+share/naev/dat/assets/sudra.xml
+share/naev/dat/assets/suk_ii.xml
+share/naev/dat/assets/suk_iv.xml
+share/naev/dat/assets/sultan_iii.xml
+share/naev/dat/assets/sultan_vi.xml
+share/naev/dat/assets/suna_i.xml
+share/naev/dat/assets/suna_ii.xml
+share/naev/dat/assets/suoer.xml
+share/naev/dat/assets/sy1025.xml
+share/naev/dat/assets/sy1206.xml
+share/naev/dat/assets/sy159.xml
+share/naev/dat/assets/sy19.xml
+share/naev/dat/assets/sy237.xml
+share/naev/dat/assets/sy256.xml
+share/naev/dat/assets/sy314.xml
+share/naev/dat/assets/sy413.xml
+share/naev/dat/assets/sy612.xml
+share/naev/dat/assets/sy894.xml
+share/naev/dat/assets/sy920.xml
+share/naev/dat/assets/sylph_ii.xml
+share/naev/dat/assets/sylph_iv.xml
+share/naev/dat/assets/sylph_iva.xml
+share/naev/dat/assets/symm_ii.xml
+share/naev/dat/assets/symm_iii.xml
+share/naev/dat/assets/symm_iiia.xml
+share/naev/dat/assets/symm_iiib.xml
+share/naev/dat/assets/takeru.xml
+share/naev/dat/assets/tandar_i.xml
+share/naev/dat/assets/tandar_ia.xml
+share/naev/dat/assets/tandar_iix.xml
+share/naev/dat/assets/tankard_station.xml
+share/naev/dat/assets/tanulwa.xml
+share/naev/dat/assets/tarrum.xml
+share/naev/dat/assets/tarsus_ii.xml
+share/naev/dat/assets/tarsus_station.xml
+share/naev/dat/assets/tartarus.xml
+share/naev/dat/assets/tau_prime.xml
+share/naev/dat/assets/tau_secundus.xml
+share/naev/dat/assets/tau_station.xml
+share/naev/dat/assets/tein.xml
+share/naev/dat/assets/telika_ii.xml
+share/naev/dat/assets/telika_iii.xml
+share/naev/dat/assets/telika_station.xml
+share/naev/dat/assets/tenalp.xml
+share/naev/dat/assets/terminus.xml
+share/naev/dat/assets/thaddius_station.xml
+share/naev/dat/assets/thar.xml
+share/naev/dat/assets/thavma.xml
+share/naev/dat/assets/the_crucible.xml
+share/naev/dat/assets/the_frontier_council.xml
+share/naev/dat/assets/the_stinker.xml
+share/naev/dat/assets/the_wringer.xml
+share/naev/dat/assets/theras_ii.xml
+share/naev/dat/assets/theras_iii.xml
+share/naev/dat/assets/thosson.xml
+share/naev/dat/assets/three_and_a_half_kings.xml
+share/naev/dat/assets/thymo.xml
+share/naev/dat/assets/tiger.xml
+share/naev/dat/assets/timu.xml
+share/naev/dat/assets/tomas_i1.xml
+share/naev/dat/assets/tomas_j1.xml
+share/naev/dat/assets/tomas_x1.xml
+share/naev/dat/assets/topkapi_station.xml
+share/naev/dat/assets/tora.xml
+share/naev/dat/assets/torg_crops.xml
+share/naev/dat/assets/torg_i.xml
+share/naev/dat/assets/torg_iv.xml
+share/naev/dat/assets/tori.xml
+share/naev/dat/assets/torloth.xml
+share/naev/dat/assets/totoran.xml
+share/naev/dat/assets/traal.xml
+share/naev/dat/assets/treacle.xml
+share/naev/dat/assets/trevis_station.xml
+share/naev/dat/assets/triap_i.xml
+share/naev/dat/assets/trichu.xml
+share/naev/dat/assets/trincea.xml
+share/naev/dat/assets/trinel.xml
+share/naev/dat/assets/triton_station.xml
+share/naev/dat/assets/tuhalar.xml
+share/naev/dat/assets/tulla.xml
+share/naev/dat/assets/tummalin.xml
+share/naev/dat/assets/tumut.xml
+share/naev/dat/assets/turawee.xml
+share/naev/dat/assets/turnpike_station.xml
+share/naev/dat/assets/tuur.xml
+share/naev/dat/assets/uhp1001.xml
+share/naev/dat/assets/uhp1002.xml
+share/naev/dat/assets/uhriabi17.xml
+share/naev/dat/assets/uhriabi9.xml
+share/naev/dat/assets/ulios.xml
+share/naev/dat/assets/ullnorn.xml
+share/naev/dat/assets/ulysses_iii.xml
+share/naev/dat/assets/ulysses_iv.xml
+share/naev/dat/assets/umbrella_station.xml
+share/naev/dat/assets/ummula.xml
+share/naev/dat/assets/umw1231d.xml
+share/naev/dat/assets/umw1345a.xml
+share/naev/dat/assets/undergate_ii.xml
+share/naev/dat/assets/undergate_iii.xml
+share/naev/dat/assets/undergate_v.xml
+share/naev/dat/assets/unicorn_i.xml
+share/naev/dat/assets/unicorn_ii.xml
+share/naev/dat/assets/unseelie.xml
+share/naev/dat/assets/urail.xml
+share/naev/dat/assets/urbanus_crops.xml
+share/naev/dat/assets/urbanus_ii.xml
+share/naev/dat/assets/urbanus_iii.xml
+share/naev/dat/assets/uridhrion_i.xml
+share/naev/dat/assets/uridhrion_ii.xml
+share/naev/dat/assets/uridhrion_iii.xml
+share/naev/dat/assets/ururis.xml
+share/naev/dat/assets/utsuwa.xml
+share/naev/dat/assets/uuries.xml
+share/naev/dat/assets/ux_i.xml
+share/naev/dat/assets/ux_iix.xml
+share/naev/dat/assets/ux_vii.xml
+share/naev/dat/assets/vaal.xml
+share/naev/dat/assets/valerie_ii.xml
+share/naev/dat/assets/valerie_iix.xml
+share/naev/dat/assets/valerie_iv.xml
+share/naev/dat/assets/valt.xml
+share/naev/dat/assets/valur_gem_i.xml
+share/naev/dat/assets/vanir_i.xml
+share/naev/dat/assets/vanir_ia.xml
+share/naev/dat/assets/vanir_ii.xml
+share/naev/dat/assets/vao_vos.xml
+share/naev/dat/assets/varaati.xml
+share/naev/dat/assets/vargos_flint.xml
+share/naev/dat/assets/vargos_rock.xml
+share/naev/dat/assets/varia.xml
+share/naev/dat/assets/varona.xml
+share/naev/dat/assets/vauban_i1.xml
+share/naev/dat/assets/vault.xml
+share/naev/dat/assets/vean_i.xml
+share/naev/dat/assets/vean_ii.xml
+share/naev/dat/assets/vennis.xml
+share/naev/dat/assets/vercingetorix.xml
+share/naev/dat/assets/verex_i.xml
+share/naev/dat/assets/verex_ii.xml
+share/naev/dat/assets/verex_iii.xml
+share/naev/dat/assets/vert.xml
+share/naev/dat/assets/vertigo.xml
+share/naev/dat/assets/vigil_station.xml
+share/naev/dat/assets/vigilance_station.xml
+share/naev/dat/assets/vilati_vilata.xml
+share/naev/dat/assets/vino.xml
+share/naev/dat/assets/vinooso.xml
+share/naev/dat/assets/violin_station.xml
+share/naev/dat/assets/virtual_civilian_standard.xml
+share/naev/dat/assets/virtual_dvaered_small.xml
+share/naev/dat/assets/virtual_dvaered_unpresence.xml
+share/naev/dat/assets/virtual_empire_small.xml
+share/naev/dat/assets/virtual_empire_unpresence.xml
+share/naev/dat/assets/virtual_flf_sindbad.xml
+share/naev/dat/assets/virtual_flf_small.xml
+share/naev/dat/assets/virtual_flf_unpresence.xml
+share/naev/dat/assets/virtual_frontier_small.xml
+share/naev/dat/assets/virtual_frontier_unpresence.xml
+share/naev/dat/assets/virtual_independent_trader_area.xml
+share/naev/dat/assets/virtual_independent_trader_local.xml
+share/naev/dat/assets/virtual_miner_local.xml
+share/naev/dat/assets/virtual_miner_small.xml
+share/naev/dat/assets/virtual_pirate_medium.xml
+share/naev/dat/assets/virtual_pirate_small.xml
+share/naev/dat/assets/virtual_pirate_unpresence.xml
+share/naev/dat/assets/virtual_proteron_dissident_local.xml
+share/naev/dat/assets/virtual_proteron_small.xml
+share/naev/dat/assets/virtual_proteron_unpresence.xml
+share/naev/dat/assets/virtual_sindbad.xml
+share/naev/dat/assets/virtual_sirius_small.xml
+share/naev/dat/assets/virtual_sirius_unpresence.xml
+share/naev/dat/assets/virtual_soromid_unpresence.xml
+share/naev/dat/assets/virtual_thurion_local.xml
+share/naev/dat/assets/virtual_trader_area.xml
+share/naev/dat/assets/virtual_trader_local.xml
+share/naev/dat/assets/virtual_zalek_medium.xml
+share/naev/dat/assets/virtual_zalek_small.xml
+share/naev/dat/assets/virtual_zalek_unpresence.xml
+share/naev/dat/assets/vlexair.xml
+share/naev/dat/assets/vlexon_i.xml
+share/naev/dat/assets/vlexon_ii.xml
+share/naev/dat/assets/vorca.xml
+share/naev/dat/assets/vracha.xml
+share/naev/dat/assets/vuere.xml
+share/naev/dat/assets/wagenni.xml
+share/naev/dat/assets/wahri.xml
+share/naev/dat/assets/wahri_iii.xml
+share/naev/dat/assets/wahri_iv.xml
+share/naev/dat/assets/wakan.xml
+share/naev/dat/assets/waldar.xml
+share/naev/dat/assets/wardens_end.xml
+share/naev/dat/assets/warei.xml
+share/naev/dat/assets/warnecke.xml
+share/naev/dat/assets/warnecke_i.xml
+share/naev/dat/assets/warnecke_ii.xml
+share/naev/dat/assets/waterhole.xml
+share/naev/dat/assets/waterholes_moon.xml
+share/naev/dat/assets/wayline.xml
+share/naev/dat/assets/wayline_m1.xml
+share/naev/dat/assets/wayling_m2.xml
+share/naev/dat/assets/wellen.xml
+share/naev/dat/assets/werlen.xml
+share/naev/dat/assets/westeros_station.xml
+share/naev/dat/assets/wigheta.xml
+share/naev/dat/assets/wikon.xml
+share/naev/dat/assets/wildwood_station.xml
+share/naev/dat/assets/wolf_i.xml
+share/naev/dat/assets/wolf_ii.xml
+share/naev/dat/assets/wolf_vii.xml
+share/naev/dat/assets/wonclock.xml
+share/naev/dat/assets/worgen.xml
+share/naev/dat/assets/worscha.xml
+share/naev/dat/assets/wsthvn_d1.xml
+share/naev/dat/assets/wsthvn_p1.xml
+share/naev/dat/assets/xavier.xml
+share/naev/dat/assets/yak_station.xml
+share/naev/dat/assets/yaroslav_farming_station.xml
+share/naev/dat/assets/yrina.xml
+share/naev/dat/assets/zaals.xml
+share/naev/dat/assets/zabween.xml
+share/naev/dat/assets/zalebus.xml
+share/naev/dat/assets/zalek_ii.xml
+share/naev/dat/assets/zalek_iv.xml
+share/naev/dat/assets/zaren.xml
+share/naev/dat/assets/zazarin.xml
+share/naev/dat/assets/zembla_shakar.xml
+share/naev/dat/assets/zemur_iii.xml
+share/naev/dat/assets/zeo.xml
+share/naev/dat/assets/zepei.xml
+share/naev/dat/assets/zeroeleven.xml
+share/naev/dat/assets/zerofive.xml
+share/naev/dat/assets/zeroone.xml
+share/naev/dat/assets/zesta.xml
+share/naev/dat/assets/zethus.xml
+share/naev/dat/assets/zhang_lu.xml
+share/naev/dat/assets/zhiru.xml
+share/naev/dat/assets/zintar_iv.xml
+share/naev/dat/assets/zintar_v.xml
+share/naev/dat/assets/ziz.xml
+share/naev/dat/assets/zuner.xml
+share/naev/dat/asteroids.xml
+share/naev/dat/bkg/default.lua
+share/naev/dat/commodity.xml
+share/naev/dat/damagetype.xml
+share/naev/dat/events/bioship_upgrade.lua
+share/naev/dat/events/cinematic/DvdFLFbattle.lua
+share/naev/dat/events/dvaered/warlords_battle.lua
+share/naev/dat/events/flf/derelict.lua
+share/naev/dat/events/flf/flf_catastrophe.lua
+share/naev/dat/events/naev_needs_YOU.lua
+share/naev/dat/events/neutral/animaltrouble.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/derelict.lua
+share/naev/dat/events/neutral/kidnapped.lua
+share/naev/dat/events/neutral/news.lua
+share/naev/dat/events/neutral/npc.lua
+share/naev/dat/events/neutral/shadow_comm.lua
+share/naev/dat/events/neutral/shadow_comm2.lua
+share/naev/dat/events/neutral/shipwreck.lua
+share/naev/dat/events/pirate_fame.lua
+share/naev/dat/events/proteron_discovery.lua
+share/naev/dat/events/shiplog.lua
+share/naev/dat/events/sirius/achack04.lua
+share/naev/dat/events/sirius/preach.lua
+share/naev/dat/events/start.lua
+share/naev/dat/events/travelling_merchant.lua
+share/naev/dat/events/tutorial/tutorial_common.lua
+share/naev/dat/events/tutorial/tutorial_enter.lua
+share/naev/dat/events/tutorial/tutorial_land.lua
+share/naev/dat/faction.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/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/zalek.lua
+share/naev/dat/factions/spawn/civilian.lua
+share/naev/dat/factions/spawn/collective.lua
+share/naev/dat/factions/spawn/common.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/mercenary_helper.lua
+share/naev/dat/factions/spawn/miner.lua
+share/naev/dat/factions/spawn/nasin.lua
+share/naev/dat/factions/spawn/pirate.lua
+share/naev/dat/factions/spawn/proteron.lua
+share/naev/dat/factions/spawn/proteron_dissident.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_guild.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/nasin.lua
+share/naev/dat/factions/standing/pirate.lua
+share/naev/dat/factions/standing/proteron.lua
+share/naev/dat/factions/standing/sirius.lua
+share/naev/dat/factions/standing/skel.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.lua
+share/naev/dat/factions/standing/zalek.lua
+share/naev/dat/fleet.xml
+share/naev/dat/fonts/Cabin-SemiBold.otf
+share/naev/dat/fonts/D2CodingBold.ttf
+share/naev/dat/fonts/FONT_LICENSE.yaml
+share/naev/dat/fonts/NanumBarunGothicBold.ttf
+share/naev/dat/fonts/OFL.txt
+share/naev/dat/fonts/SourceCodePro-Semibold.ttf
+share/naev/dat/gettext/de/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/gfx/ARTWORK_LICENSE.yaml
+share/naev/dat/gfx/Naev.png
+share/naev/dat/gfx/bkg/nebula02.png
+share/naev/dat/gfx/bkg/nebula04.png
+share/naev/dat/gfx/bkg/nebula10.png
+share/naev/dat/gfx/bkg/nebula12.png
+share/naev/dat/gfx/bkg/nebula16.png
+share/naev/dat/gfx/bkg/nebula17.png
+share/naev/dat/gfx/bkg/nebula19.png
+share/naev/dat/gfx/bkg/nebula20.png
+share/naev/dat/gfx/bkg/nebula21.png
+share/naev/dat/gfx/bkg/nebula22.png
+share/naev/dat/gfx/bkg/nebula23.png
+share/naev/dat/gfx/bkg/nebula24.png
+share/naev/dat/gfx/bkg/nebula25.png
+share/naev/dat/gfx/bkg/nebula26.png
+share/naev/dat/gfx/bkg/nebula27.png
+share/naev/dat/gfx/bkg/nebula28.png
+share/naev/dat/gfx/bkg/nebula29.png
+share/naev/dat/gfx/bkg/nebula30.png
+share/naev/dat/gfx/bkg/nebula31.png
+share/naev/dat/gfx/bkg/nebula32.png
+share/naev/dat/gfx/bkg/nebula33.png
+share/naev/dat/gfx/bkg/nebula34.png
+share/naev/dat/gfx/bkg/star/blue01.png
+share/naev/dat/gfx/bkg/star/blue02.png
+share/naev/dat/gfx/bkg/star/blue04.png
+share/naev/dat/gfx/bkg/star/green01.png
+share/naev/dat/gfx/bkg/star/green02.png
+share/naev/dat/gfx/bkg/star/orange01.png
+share/naev/dat/gfx/bkg/star/orange02.png
+share/naev/dat/gfx/bkg/star/orange05.png
+share/naev/dat/gfx/bkg/star/redgiant01.png
+share/naev/dat/gfx/bkg/star/redgiant02.png
+share/naev/dat/gfx/bkg/star/white01.png
+share/naev/dat/gfx/bkg/star/white02.png
+share/naev/dat/gfx/bkg/star/yellow01.png
+share/naev/dat/gfx/bkg/star/yellow02.png
+share/naev/dat/gfx/commodity/_default.png
+share/naev/dat/gfx/commodity/acids.png
+share/naev/dat/gfx/commodity/advanced_medicines.png
+share/naev/dat/gfx/commodity/aera_ration.png
+share/naev/dat/gfx/commodity/aeranervestimuli.png
+share/naev/dat/gfx/commodity/ai_cores.png
+share/naev/dat/gfx/commodity/alkali_metals.png
+share/naev/dat/gfx/commodity/am_magcells.png
+share/naev/dat/gfx/commodity/animal_meat.png
+share/naev/dat/gfx/commodity/animal_products.png
+share/naev/dat/gfx/commodity/anti_corrosives.png
+share/naev/dat/gfx/commodity/aromatic_scents.png
+share/naev/dat/gfx/commodity/artificial_limbs.png
+share/naev/dat/gfx/commodity/artificial_organs.png
+share/naev/dat/gfx/commodity/assembly_tools.png
+share/naev/dat/gfx/commodity/astral_gases.png
+share/naev/dat/gfx/commodity/atasan_furs.png
+share/naev/dat/gfx/commodity/atmospheric_gases.png
+share/naev/dat/gfx/commodity/atmospheric_processors.png
+share/naev/dat/gfx/commodity/atmospheric_scrubbers.png
+share/naev/dat/gfx/commodity/automated_factories.png
+share/naev/dat/gfx/commodity/baakgah.png
+share/naev/dat/gfx/commodity/base.png
+share/naev/dat/gfx/commodity/beer.png
+share/naev/dat/gfx/commodity/bio_remodeler.png
+share/naev/dat/gfx/commodity/bioapplicator.png
+share/naev/dat/gfx/commodity/biocell.png
+share/naev/dat/gfx/commodity/biogenerators.png
+share/naev/dat/gfx/commodity/bipolite.png
+share/naev/dat/gfx/commodity/bonsai.png
+share/naev/dat/gfx/commodity/books.png
+share/naev/dat/gfx/commodity/boring_droids.png
+share/naev/dat/gfx/commodity/brandy.png
+share/naev/dat/gfx/commodity/bulk_seeds.png
+share/naev/dat/gfx/commodity/business_class_passenger.png
+share/naev/dat/gfx/commodity/butane.png
+share/naev/dat/gfx/commodity/carbonium.png
+share/naev/dat/gfx/commodity/cargo-hud.png
+share/naev/dat/gfx/commodity/cargo_expansion.png
+share/naev/dat/gfx/commodity/catalysts.png
+share/naev/dat/gfx/commodity/cellular_accelerant.png
+share/naev/dat/gfx/commodity/chemfuel.png
+share/naev/dat/gfx/commodity/chemical_mix.png
+share/naev/dat/gfx/commodity/chitty-boom.png
+share/naev/dat/gfx/commodity/classical_instruments.png
+share/naev/dat/gfx/commodity/cloaking_device_aeramilspec.png
+share/naev/dat/gfx/commodity/cloaking_device_experimental.png
+share/naev/dat/gfx/commodity/clones.png
+share/naev/dat/gfx/commodity/clothing.png
+share/naev/dat/gfx/commodity/coffee.png
+share/naev/dat/gfx/commodity/computer_fibres.png
+share/naev/dat/gfx/commodity/consoles.png
+share/naev/dat/gfx/commodity/construction_stone.png
+share/naev/dat/gfx/commodity/construction_vehicles.png
+share/naev/dat/gfx/commodity/corundum_crystal.png
+share/naev/dat/gfx/commodity/cotton.png
+share/naev/dat/gfx/commodity/cryogenic_pods.png
+share/naev/dat/gfx/commodity/cyborg_mercs.png
+share/naev/dat/gfx/commodity/diamonds.png
+share/naev/dat/gfx/commodity/diesel.png
+share/naev/dat/gfx/commodity/dilithium.png
+share/naev/dat/gfx/commodity/distillators.png
+share/naev/dat/gfx/commodity/dna_resequencer.png
+share/naev/dat/gfx/commodity/duranium.png
+share/naev/dat/gfx/commodity/dyes.png
+share/naev/dat/gfx/commodity/earthmover.png
+share/naev/dat/gfx/commodity/engineered_bacteria.png
+share/naev/dat/gfx/commodity/engineered_seeds.png
+share/naev/dat/gfx/commodity/enhanced_limbs.png
+share/naev/dat/gfx/commodity/enhanced_organs.png
+share/naev/dat/gfx/commodity/erotica.png
+share/naev/dat/gfx/commodity/esters.png
+share/naev/dat/gfx/commodity/ethanol.png
+share/naev/dat/gfx/commodity/experimental_drugs.png
+share/naev/dat/gfx/commodity/explosives.png
+share/naev/dat/gfx/commodity/facing_stone.png
+share/naev/dat/gfx/commodity/factory_constructors.png
+share/naev/dat/gfx/commodity/factory_equipment.png
+share/naev/dat/gfx/commodity/first_aid_kits.png
+share/naev/dat/gfx/commodity/first_class_passenger.png
+share/naev/dat/gfx/commodity/forest_regenerators.png
+share/naev/dat/gfx/commodity/fresh_water.png
+share/naev/dat/gfx/commodity/fullbody.png
+share/naev/dat/gfx/commodity/fusion_injectors.png
+share/naev/dat/gfx/commodity/games.png
+share/naev/dat/gfx/commodity/gold.png
+share/naev/dat/gfx/commodity/grains.png
+share/naev/dat/gfx/commodity/halogen_gases.png
+share/naev/dat/gfx/commodity/heavy_water.png
+share/naev/dat/gfx/commodity/holovids.png
+share/naev/dat/gfx/commodity/home_appliances.png
+share/naev/dat/gfx/commodity/home_furnishings.png
+share/naev/dat/gfx/commodity/hull_patches.png
+share/naev/dat/gfx/commodity/hydrocarbons.png
+share/naev/dat/gfx/commodity/hydroponics.png
+share/naev/dat/gfx/commodity/hyposyringes.png
+share/naev/dat/gfx/commodity/icbinf.png
+share/naev/dat/gfx/commodity/illegal_weapons.png
+share/naev/dat/gfx/commodity/incense.png
+share/naev/dat/gfx/commodity/industrial_gemstones.png
+share/naev/dat/gfx/commodity/intatouch.png
+share/naev/dat/gfx/commodity/isometal.png
+share/naev/dat/gfx/commodity/jewelry.png
+share/naev/dat/gfx/commodity/jewels.png
+share/naev/dat/gfx/commodity/jhurlon.png
+share/naev/dat/gfx/commodity/khaisalantimin_F62.png
+share/naev/dat/gfx/commodity/krystal.png
+share/naev/dat/gfx/commodity/laser_drills.png
+share/naev/dat/gfx/commodity/light_alls.png
+share/naev/dat/gfx/commodity/livestock.png
+share/naev/dat/gfx/commodity/livestock_equipment.png
+share/naev/dat/gfx/commodity/londegal_silks.png
+share/naev/dat/gfx/commodity/longevity_drugs.png
+share/naev/dat/gfx/commodity/luddite_tracts.png
+share/naev/dat/gfx/commodity/lumber.png
+share/naev/dat/gfx/commodity/luxury_mealpacks.png
+share/naev/dat/gfx/commodity/material_processors.png
+share/naev/dat/gfx/commodity/medical_kit.png
+share/naev/dat/gfx/commodity/music.png
+share/naev/dat/gfx/commodity/musical_instruments.png
+share/naev/dat/gfx/commodity/narcotics.png
+share/naev/dat/gfx/commodity/natural_gas.png
+share/naev/dat/gfx/commodity/natural_sculptures.png
+share/naev/dat/gfx/commodity/neural_computer.png
+share/naev/dat/gfx/commodity/neural_interface.png
+share/naev/dat/gfx/commodity/noble_gases.png
+share/naev/dat/gfx/commodity/nuclear_pods.png
+share/naev/dat/gfx/commodity/nutripacks.png
+share/naev/dat/gfx/commodity/obsidisteel.png
+share/naev/dat/gfx/commodity/oil.png
+share/naev/dat/gfx/commodity/ozone_replacement.png
+share/naev/dat/gfx/commodity/pai_wetware.png
+share/naev/dat/gfx/commodity/pearls.png
+share/naev/dat/gfx/commodity/personal_hygienics.png
+share/naev/dat/gfx/commodity/personal_transport.png
+share/naev/dat/gfx/commodity/pesticides.png
+share/naev/dat/gfx/commodity/petrochems.png
+share/naev/dat/gfx/commodity/petroleum.png
+share/naev/dat/gfx/commodity/pilot.png
+share/naev/dat/gfx/commodity/plasglass.png
+share/naev/dat/gfx/commodity/plasteel.png
+share/naev/dat/gfx/commodity/plastics.png
+share/naev/dat/gfx/commodity/polysteel.png
+share/naev/dat/gfx/commodity/precious.png
+share/naev/dat/gfx/commodity/prefab_buildings.png
+share/naev/dat/gfx/commodity/premium_pad.png
+share/naev/dat/gfx/commodity/produce.png
+share/naev/dat/gfx/commodity/pseudotherms.png
+share/naev/dat/gfx/commodity/quantum_processor.png
+share/naev/dat/gfx/commodity/quartz_crystal.png
+share/naev/dat/gfx/commodity/radioactives.png
+share/naev/dat/gfx/commodity/radium.png
+share/naev/dat/gfx/commodity/rare_artwork.png
+share/naev/dat/gfx/commodity/rare_catalysts.png
+share/naev/dat/gfx/commodity/rare_earths.png
+share/naev/dat/gfx/commodity/ration_mealpacks.png
+share/naev/dat/gfx/commodity/recycled_electronics.png
+share/naev/dat/gfx/commodity/recycled_metals.png
+share/naev/dat/gfx/commodity/recycled_oil.png
+share/naev/dat/gfx/commodity/recycled_plastics.png
+share/naev/dat/gfx/commodity/recycling_tanks.png
+share/naev/dat/gfx/commodity/regen_tank.png
+share/naev/dat/gfx/commodity/reinforced_rubber.png
+share/naev/dat/gfx/commodity/repair_droid01.png
+share/naev/dat/gfx/commodity/repulsor_beam.png
+share/naev/dat/gfx/commodity/resistant_biologics.png
+share/naev/dat/gfx/commodity/retrified_salt.png
+share/naev/dat/gfx/commodity/robot_servants.png
+share/naev/dat/gfx/commodity/robot_workers.png
+share/naev/dat/gfx/commodity/robotic_surgeons.png
+share/naev/dat/gfx/commodity/rubber.png
+share/naev/dat/gfx/commodity/salted_thok.png
+share/naev/dat/gfx/commodity/sarakan_tears.png
+share/naev/dat/gfx/commodity/seafood.png
+share/naev/dat/gfx/commodity/simple_medicines.png
+share/naev/dat/gfx/commodity/sorir_lightstones.png
+share/naev/dat/gfx/commodity/space/_default.png
+share/naev/dat/gfx/commodity/space/diamonds.png
+share/naev/dat/gfx/commodity/space/gold.png
+share/naev/dat/gfx/commodity/space/water.png
+share/naev/dat/gfx/commodity/space_grog.png
+share/naev/dat/gfx/commodity/specialty_wines.png
+share/naev/dat/gfx/commodity/spices.png
+share/naev/dat/gfx/commodity/spirits.png
+share/naev/dat/gfx/commodity/standard_PAD.png
+share/naev/dat/gfx/commodity/standard_mealpacks.png
+share/naev/dat/gfx/commodity/steel.png
+share/naev/dat/gfx/commodity/surgical_techniques.png
+share/naev/dat/gfx/commodity/sustipacks.png
+share/naev/dat/gfx/commodity/synthetic_fertilizer.png
+share/naev/dat/gfx/commodity/terraforming_units.png
+share/naev/dat/gfx/commodity/thermal_boreholes.png
+share/naev/dat/gfx/commodity/tractor_beam.png
+share/naev/dat/gfx/commodity/tractor_capability.png
+share/naev/dat/gfx/commodity/tractor_heavy.png
+share/naev/dat/gfx/commodity/trilithium_crystal.png
+share/naev/dat/gfx/commodity/tripezian_premium.png
+share/naev/dat/gfx/commodity/tritanium.png
+share/naev/dat/gfx/commodity/ultrapacks.png
+share/naev/dat/gfx/commodity/uranium.png
+share/naev/dat/gfx/commodity/vaccines.png
+share/naev/dat/gfx/commodity/virtual_tunneling_terminal.png
+share/naev/dat/gfx/commodity/virtuarea.png
+share/naev/dat/gfx/commodity/waste_recyclers.png
+share/naev/dat/gfx/commodity/water_dynamo.png
+share/naev/dat/gfx/commodity/weather_control.png
+share/naev/dat/gfx/commodity/welding_lasers.png
+share/naev/dat/gfx/commodity/wine.png
+share/naev/dat/gfx/commodity/wood_boards.png
+share/naev/dat/gfx/commodity/xenoforming_units.png
+share/naev/dat/gfx/commodity/zhollus.png
+share/naev/dat/gfx/gui/brushed/A.png
+share/naev/dat/gfx/gui/brushed/barBg.png
+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.png
+share/naev/dat/gfx/gui/brushed/fieldBgCenter2.png
+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.png
+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.png
+share/naev/dat/gfx/gui/brushed/iconEnergy.png
+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.png
+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.png
+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.png
+share/naev/dat/gfx/gui/brushed/tooltipRight.png
+share/naev/dat/gfx/gui/brushed/tooltipRightBottom.png
+share/naev/dat/gfx/gui/brushed/tooltipRightSideLeft.png
+share/naev/dat/gfx/gui/brushed/tooltipRightTop.png
+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.png
+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/no.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_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.png
+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.png
+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.png
+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/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/gui/slimv2/warnlight1.png
+share/naev/dat/gfx/gui/slimv2/warnlight2.png
+share/naev/dat/gfx/gui/slimv2/warnlight3.png
+share/naev/dat/gfx/gui/yes.png
+share/naev/dat/gfx/icon.png
+share/naev/dat/gfx/intro/faster_than_light.png
+share/naev/dat/gfx/intro/first_steps_into_space.png
+share/naev/dat/gfx/intro/questions.png
+share/naev/dat/gfx/intro/reign_of_daedris.png
+share/naev/dat/gfx/loading/admonisher.png
+share/naev/dat/gfx/loading/admonisher_pirate.png
+share/naev/dat/gfx/loading/ancestor.png
+share/naev/dat/gfx/loading/ancestor_pirate.png
+share/naev/dat/gfx/loading/archimedes.png
+share/naev/dat/gfx/loading/derivative.png
+share/naev/dat/gfx/loading/drone.png
+share/naev/dat/gfx/loading/fidelity.png
+share/naev/dat/gfx/loading/gawain.png
+share/naev/dat/gfx/loading/goddard.png
+share/naev/dat/gfx/loading/hawking.png
+share/naev/dat/gfx/loading/kahan.png
+share/naev/dat/gfx/loading/kestrel_pirate.png
+share/naev/dat/gfx/loading/koala.png
+share/naev/dat/gfx/loading/lancelot.png
+share/naev/dat/gfx/loading/llama.png
+share/naev/dat/gfx/loading/mule.png
+share/naev/dat/gfx/loading/pacifier.png
+share/naev/dat/gfx/loading/peacemaker.png
+share/naev/dat/gfx/loading/preacher.png
+share/naev/dat/gfx/loading/quicksilver.png
+share/naev/dat/gfx/loading/rhino.png
+share/naev/dat/gfx/loading/rhino_pirate.png
+share/naev/dat/gfx/loading/schroedinger.png
+share/naev/dat/gfx/loading/shaman.png
+share/naev/dat/gfx/loading/shark.png
+share/naev/dat/gfx/loading/shark_empire.png
+share/naev/dat/gfx/loading/shark_pirate.png
+share/naev/dat/gfx/loading/vendetta.png
+share/naev/dat/gfx/loading/vendetta_pirate.png
+share/naev/dat/gfx/loading/vigilance.png
+share/naev/dat/gfx/logo/collective_small.png
+share/naev/dat/gfx/logo/collective_tiny.png
+share/naev/dat/gfx/logo/dvaered_small.png
+share/naev/dat/gfx/logo/dvaered_tiny.png
+share/naev/dat/gfx/logo/empire_small.png
+share/naev/dat/gfx/logo/empire_tiny.png
+share/naev/dat/gfx/logo/flf_small.png
+share/naev/dat/gfx/logo/flf_tiny.png
+share/naev/dat/gfx/logo/frontier_small.png
+share/naev/dat/gfx/logo/frontier_tiny.png
+share/naev/dat/gfx/logo/goddard_small.png
+share/naev/dat/gfx/logo/goddard_tiny.png
+share/naev/dat/gfx/logo/miner_small.png
+share/naev/dat/gfx/logo/miner_tiny.png
+share/naev/dat/gfx/logo/pirate_small.png
+share/naev/dat/gfx/logo/pirate_tiny.png
+share/naev/dat/gfx/logo/proteron_small.png
+share/naev/dat/gfx/logo/proteron_tiny.png
+share/naev/dat/gfx/logo/prototype_tiny.png
+share/naev/dat/gfx/logo/sirius_small.png
+share/naev/dat/gfx/logo/sirius_tiny.png
+share/naev/dat/gfx/logo/soromid_small.png
+share/naev/dat/gfx/logo/soromid_tiny.png
+share/naev/dat/gfx/logo/thurion_small.png
+share/naev/dat/gfx/logo/thurion_tiny.png
+share/naev/dat/gfx/logo/trader_small.png
+share/naev/dat/gfx/logo/trader_tiny.png
+share/naev/dat/gfx/logo/zalek_small.png
+share/naev/dat/gfx/logo/zalek_tiny.png
+share/naev/dat/gfx/map/dvaered.png
+share/naev/dat/gfx/map/empire.png
+share/naev/dat/gfx/map/frontier.png
+share/naev/dat/gfx/map/nebula.png
+share/naev/dat/gfx/map/proteron.png
+share/naev/dat/gfx/map/sirius.png
+share/naev/dat/gfx/map/soromid.png
+share/naev/dat/gfx/map/zalek.png
+share/naev/dat/gfx/outfit/space/autocannon.png
+share/naev/dat/gfx/outfit/space/banshee.png
+share/naev/dat/gfx/outfit/space/beam_ion.png
+share/naev/dat/gfx/outfit/space/beam_orion.png
+share/naev/dat/gfx/outfit/space/beam_orion_inv.png
+share/naev/dat/gfx/outfit/space/beam_particle.png
+share/naev/dat/gfx/outfit/space/beam_ragnarok.png
+share/naev/dat/gfx/outfit/space/beam_ragnarok2.png
+share/naev/dat/gfx/outfit/space/beam_ragnarok_inv.png
+share/naev/dat/gfx/outfit/space/caesar.png
+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/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/zalek_reaper.pdn
+share/naev/dat/gfx/outfit/space/zalek_reaper.png
+share/naev/dat/gfx/outfit/space_polygon/autocannon.xml
+share/naev/dat/gfx/outfit/space_polygon/banshee.xml
+share/naev/dat/gfx/outfit/space_polygon/caesar.xml
+share/naev/dat/gfx/outfit/space_polygon/convulsion.xml
+share/naev/dat/gfx/outfit/space_polygon/electron.xml
+share/naev/dat/gfx/outfit/space_polygon/empgrenade.xml
+share/naev/dat/gfx/outfit/space_polygon/empgrenade_blue.xml
+share/naev/dat/gfx/outfit/space_polygon/fury.xml
+share/naev/dat/gfx/outfit/space_polygon/fury_blue.xml
+share/naev/dat/gfx/outfit/space_polygon/gatling.xml
+share/naev/dat/gfx/outfit/space_polygon/headhunter.xml
+share/naev/dat/gfx/outfit/space_polygon/ionL.xml
+share/naev/dat/gfx/outfit/space_polygon/ionM.xml
+share/naev/dat/gfx/outfit/space_polygon/laser1L.xml
+share/naev/dat/gfx/outfit/space_polygon/laser1M.xml
+share/naev/dat/gfx/outfit/space_polygon/laser1S.xml
+share/naev/dat/gfx/outfit/space_polygon/laser2L.xml
+share/naev/dat/gfx/outfit/space_polygon/laser2M.xml
+share/naev/dat/gfx/outfit/space_polygon/laser2S.xml
+share/naev/dat/gfx/outfit/space_polygon/laser3L.xml
+share/naev/dat/gfx/outfit/space_polygon/laser3M.xml
+share/naev/dat/gfx/outfit/space_polygon/laser3S.xml
+share/naev/dat/gfx/outfit/space_polygon/laser4L.xml
+share/naev/dat/gfx/outfit/space_polygon/laser4M.xml
+share/naev/dat/gfx/outfit/space_polygon/laser4S.xml
+share/naev/dat/gfx/outfit/space_polygon/lasergreen.xml
+share/naev/dat/gfx/outfit/space_polygon/mace.xml
+share/naev/dat/gfx/outfit/space_polygon/massL.xml
+share/naev/dat/gfx/outfit/space_polygon/massM.xml
+share/naev/dat/gfx/outfit/space_polygon/neutron.xml
+share/naev/dat/gfx/outfit/space_polygon/particle.xml
+share/naev/dat/gfx/outfit/space_polygon/plasma.xml
+share/naev/dat/gfx/outfit/space_polygon/plasma2.xml
+share/naev/dat/gfx/outfit/space_polygon/razorL.xml
+share/naev/dat/gfx/outfit/space_polygon/razorM.xml
+share/naev/dat/gfx/outfit/space_polygon/razorS.xml
+share/naev/dat/gfx/outfit/space_polygon/ripperM.xml
+share/naev/dat/gfx/outfit/space_polygon/ripperS.xml
+share/naev/dat/gfx/outfit/space_polygon/seeker.xml
+share/naev/dat/gfx/outfit/space_polygon/zalek_reaper.xml
+share/naev/dat/gfx/outfit/store/accuracy_forward.png
+share/naev/dat/gfx/outfit/store/accuracy_forward_2.png
+share/naev/dat/gfx/outfit/store/accuracy_forward_3.png
+share/naev/dat/gfx/outfit/store/accuracy_turret.png
+share/naev/dat/gfx/outfit/store/active_plating.png
+share/naev/dat/gfx/outfit/store/afterburner.png
+share/naev/dat/gfx/outfit/store/afterburner2.png
+share/naev/dat/gfx/outfit/store/banshee.png
+share/naev/dat/gfx/outfit/store/bansheelauncher.png
+share/naev/dat/gfx/outfit/store/base_hull_h.png
+share/naev/dat/gfx/outfit/store/base_hull_l.png
+share/naev/dat/gfx/outfit/store/base_hull_m.png
+share/naev/dat/gfx/outfit/store/base_hull_s.png
+share/naev/dat/gfx/outfit/store/base_hull_t.png
+share/naev/dat/gfx/outfit/store/base_hull_x.png
+share/naev/dat/gfx/outfit/store/biometal.png
+share/naev/dat/gfx/outfit/store/brushedGUI.png
+share/naev/dat/gfx/outfit/store/caesar.png
+share/naev/dat/gfx/outfit/store/caesarlauncher.png
+share/naev/dat/gfx/outfit/store/capacitor-g.png
+share/naev/dat/gfx/outfit/store/capacitor.png
+share/naev/dat/gfx/outfit/store/capacitor2-g.png
+share/naev/dat/gfx/outfit/store/capacitor2.png
+share/naev/dat/gfx/outfit/store/capacitor4-g.png
+share/naev/dat/gfx/outfit/store/capacitor4.png
+share/naev/dat/gfx/outfit/store/capacitor8.png
+share/naev/dat/gfx/outfit/store/cargo_pod.png
+share/naev/dat/gfx/outfit/store/combat_hull_h.png
+share/naev/dat/gfx/outfit/store/combat_hull_l.png
+share/naev/dat/gfx/outfit/store/combat_hull_m.png
+share/naev/dat/gfx/outfit/store/combat_hull_s.png
+share/naev/dat/gfx/outfit/store/combat_hull_t.png
+share/naev/dat/gfx/outfit/store/combat_hull_x.png
+share/naev/dat/gfx/outfit/store/convulsion.png
+share/naev/dat/gfx/outfit/store/convulsion_launcher.png
+share/naev/dat/gfx/outfit/store/core_system_basic_l1.png
+share/naev/dat/gfx/outfit/store/core_system_basic_l2.png
+share/naev/dat/gfx/outfit/store/core_system_basic_m1.png
+share/naev/dat/gfx/outfit/store/core_system_basic_m2.png
+share/naev/dat/gfx/outfit/store/core_system_basic_s1.png
+share/naev/dat/gfx/outfit/store/core_system_basic_s2.png
+share/naev/dat/gfx/outfit/store/core_system_cpu_l1.png
+share/naev/dat/gfx/outfit/store/core_system_cpu_l2.png
+share/naev/dat/gfx/outfit/store/core_system_cpu_m1.png
+share/naev/dat/gfx/outfit/store/core_system_cpu_m2.png
+share/naev/dat/gfx/outfit/store/core_system_cpu_s1.png
+share/naev/dat/gfx/outfit/store/core_system_cpu_s2.png
+share/naev/dat/gfx/outfit/store/core_system_organic_l1.png
+share/naev/dat/gfx/outfit/store/core_system_organic_l2.png
+share/naev/dat/gfx/outfit/store/core_system_organic_m1.png
+share/naev/dat/gfx/outfit/store/core_system_organic_m2.png
+share/naev/dat/gfx/outfit/store/core_system_organic_s1.png
+share/naev/dat/gfx/outfit/store/core_system_organic_s2.png
+share/naev/dat/gfx/outfit/store/core_system_power_l1.png
+share/naev/dat/gfx/outfit/store/core_system_power_l2.png
+share/naev/dat/gfx/outfit/store/core_system_power_m1.png
+share/naev/dat/gfx/outfit/store/core_system_power_m2.png
+share/naev/dat/gfx/outfit/store/core_system_power_s1.png
+share/naev/dat/gfx/outfit/store/core_system_power_s2.png
+share/naev/dat/gfx/outfit/store/core_system_refined_l1.png
+share/naev/dat/gfx/outfit/store/core_system_refined_l2.png
+share/naev/dat/gfx/outfit/store/core_system_refined_m1.png
+share/naev/dat/gfx/outfit/store/core_system_refined_m2.png
+share/naev/dat/gfx/outfit/store/core_system_refined_s1.png
+share/naev/dat/gfx/outfit/store/core_system_refined_s2.png
+share/naev/dat/gfx/outfit/store/core_system_shield_l1.png
+share/naev/dat/gfx/outfit/store/core_system_shield_l2.png
+share/naev/dat/gfx/outfit/store/core_system_shield_m1.png
+share/naev/dat/gfx/outfit/store/core_system_shield_m2.png
+share/naev/dat/gfx/outfit/store/core_system_shield_s1.png
+share/naev/dat/gfx/outfit/store/core_system_shield_s2.png
+share/naev/dat/gfx/outfit/store/cpu_i.png
+share/naev/dat/gfx/outfit/store/cpu_ii.png
+share/naev/dat/gfx/outfit/store/cpu_iii.png
+share/naev/dat/gfx/outfit/store/damage_forward.png
+share/naev/dat/gfx/outfit/store/droid.png
+share/naev/dat/gfx/outfit/store/drone_fighter.png
+share/naev/dat/gfx/outfit/store/efficiency_turret.png
+share/naev/dat/gfx/outfit/store/empgrenade.png
+share/naev/dat/gfx/outfit/store/empgrenade_blue.png
+share/naev/dat/gfx/outfit/store/empgrenadelauncher.png
+share/naev/dat/gfx/outfit/store/empgrenadelauncher_blue.png
+share/naev/dat/gfx/outfit/store/energy_dart.png
+share/naev/dat/gfx/outfit/store/energy_missile.png
+share/naev/dat/gfx/outfit/store/energy_torpedo.png
+share/naev/dat/gfx/outfit/store/engine01.png
+share/naev/dat/gfx/outfit/store/engine02.png
+share/naev/dat/gfx/outfit/store/engine03.png
+share/naev/dat/gfx/outfit/store/engine04.png
+share/naev/dat/gfx/outfit/store/engine05.png
+share/naev/dat/gfx/outfit/store/engine06.png
+share/naev/dat/gfx/outfit/store/engine07.png
+share/naev/dat/gfx/outfit/store/engine08.png
+share/naev/dat/gfx/outfit/store/engine09.png
+share/naev/dat/gfx/outfit/store/engine10.png
+share/naev/dat/gfx/outfit/store/engine11.png
+share/naev/dat/gfx/outfit/store/engine12.png
+share/naev/dat/gfx/outfit/store/engine13.png
+share/naev/dat/gfx/outfit/store/engine14.png
+share/naev/dat/gfx/outfit/store/engine15.png
+share/naev/dat/gfx/outfit/store/fidelity_fighter.png
+share/naev/dat/gfx/outfit/store/firerate_turret.png
+share/naev/dat/gfx/outfit/store/fuel_pod.png
+share/naev/dat/gfx/outfit/store/fury.png
+share/naev/dat/gfx/outfit/store/gatling.png
+share/naev/dat/gfx/outfit/store/gaussgun.png
+share/naev/dat/gfx/outfit/store/gaussturret.png
+share/naev/dat/gfx/outfit/store/headhunter.png
+share/naev/dat/gfx/outfit/store/headhunterlauncher.png
+share/naev/dat/gfx/outfit/store/ioncannon.png
+share/naev/dat/gfx/outfit/store/ionturret.png
+share/naev/dat/gfx/outfit/store/jammer0.png
+share/naev/dat/gfx/outfit/store/jammer1.png
+share/naev/dat/gfx/outfit/store/lancelot_empire_fighter.png
+share/naev/dat/gfx/outfit/store/lancelot_empire_fighter_bay.png
+share/naev/dat/gfx/outfit/store/lancelot_fighter.png
+share/naev/dat/gfx/outfit/store/lancelot_fighter_bay.png
+share/naev/dat/gfx/outfit/store/large_cargo_hull.png
+share/naev/dat/gfx/outfit/store/large_fuel_pod.png
+share/naev/dat/gfx/outfit/store/laser.png
+share/naev/dat/gfx/outfit/store/laser2.png
+share/naev/dat/gfx/outfit/store/laserturret.png
+share/naev/dat/gfx/outfit/store/laserturret2.png
+share/naev/dat/gfx/outfit/store/license.png
+share/naev/dat/gfx/outfit/store/license_pirate.png
+share/naev/dat/gfx/outfit/store/mace.png
+share/naev/dat/gfx/outfit/store/macelauncher.png
+share/naev/dat/gfx/outfit/store/map.png
+share/naev/dat/gfx/outfit/store/medium_cargo_hull.png
+share/naev/dat/gfx/outfit/store/medium_fuel_pod.png
+share/naev/dat/gfx/outfit/store/misc01.png
+share/naev/dat/gfx/outfit/store/misc02.png
+share/naev/dat/gfx/outfit/store/misc04.png
+share/naev/dat/gfx/outfit/store/missile.png
+share/naev/dat/gfx/outfit/store/nanobond.png
+share/naev/dat/gfx/outfit/store/neutron.png
+share/naev/dat/gfx/outfit/store/neutronheavy.png
+share/naev/dat/gfx/outfit/store/organic_engine_fast_l1.png
+share/naev/dat/gfx/outfit/store/organic_engine_fast_l2.png
+share/naev/dat/gfx/outfit/store/organic_engine_fast_m1.png
+share/naev/dat/gfx/outfit/store/organic_engine_fast_m2.png
+share/naev/dat/gfx/outfit/store/organic_engine_fast_s1.png
+share/naev/dat/gfx/outfit/store/organic_engine_fast_s2.png
+share/naev/dat/gfx/outfit/store/organic_engine_strong_l1.png
+share/naev/dat/gfx/outfit/store/organic_engine_strong_l2.png
+share/naev/dat/gfx/outfit/store/organic_engine_strong_m1.png
+share/naev/dat/gfx/outfit/store/organic_engine_strong_m2.png
+share/naev/dat/gfx/outfit/store/organic_engine_strong_s1.png
+share/naev/dat/gfx/outfit/store/organic_engine_strong_s2.png
+share/naev/dat/gfx/outfit/store/organic_hull_h.png
+share/naev/dat/gfx/outfit/store/organic_hull_l.png
+share/naev/dat/gfx/outfit/store/organic_hull_m.png
+share/naev/dat/gfx/outfit/store/organic_hull_s.png
+share/naev/dat/gfx/outfit/store/organic_hull_t.png
+share/naev/dat/gfx/outfit/store/organic_hull_x.png
+share/naev/dat/gfx/outfit/store/orion.png
+share/naev/dat/gfx/outfit/store/placeholder.png
+share/naev/dat/gfx/outfit/store/plasma.png
+share/naev/dat/gfx/outfit/store/plasma2.png
+share/naev/dat/gfx/outfit/store/plasteel.png
+share/naev/dat/gfx/outfit/store/plating01.png
+share/naev/dat/gfx/outfit/store/plating_cargo.png
+share/naev/dat/gfx/outfit/store/plating_combat.png
+share/naev/dat/gfx/outfit/store/plating_patchwork.png
+share/naev/dat/gfx/outfit/store/plating_stealth.png
+share/naev/dat/gfx/outfit/store/ragnarok.png
+share/naev/dat/gfx/outfit/store/railgun.png
+share/naev/dat/gfx/outfit/store/railgunturret.png
+share/naev/dat/gfx/outfit/store/reactor01.png
+share/naev/dat/gfx/outfit/store/reactor_i.png
+share/naev/dat/gfx/outfit/store/reactor_ii.png
+share/naev/dat/gfx/outfit/store/reactor_iii.png
+share/naev/dat/gfx/outfit/store/refined_hull_h.png
+share/naev/dat/gfx/outfit/store/refined_hull_l.png
+share/naev/dat/gfx/outfit/store/refined_hull_m.png
+share/naev/dat/gfx/outfit/store/refined_hull_s.png
+share/naev/dat/gfx/outfit/store/refined_hull_t.png
+share/naev/dat/gfx/outfit/store/refined_hull_x.png
+share/naev/dat/gfx/outfit/store/reroute.png
+share/naev/dat/gfx/outfit/store/ripper.png
+share/naev/dat/gfx/outfit/store/ripperturret.png
+share/naev/dat/gfx/outfit/store/seeker.png
+share/naev/dat/gfx/outfit/store/seekerlauncher.png
+share/naev/dat/gfx/outfit/store/shield.png
+share/naev/dat/gfx/outfit/store/shredder.png
+share/naev/dat/gfx/outfit/store/small_cargo_hull.png
+share/naev/dat/gfx/outfit/store/solar.png
+share/naev/dat/gfx/outfit/store/stabilizer.png
+share/naev/dat/gfx/outfit/store/stealth_hull_h.png
+share/naev/dat/gfx/outfit/store/stealth_hull_m.png
+share/naev/dat/gfx/outfit/store/stealth_hull_s.png
+share/naev/dat/gfx/outfit/store/stealth_hull_t.png
+share/naev/dat/gfx/outfit/store/stealth_plating.png
+share/naev/dat/gfx/outfit/store/teracom_fury_launcher.png
+share/naev/dat/gfx/outfit/store/thruster.png
+share/naev/dat/gfx/outfit/store/turreted_convulsion_launcher.png
+share/naev/dat/gfx/outfit/store/turreted_fury_launcher.png
+share/naev/dat/gfx/outfit/store/unicorp_fury_launcher.png
+share/naev/dat/gfx/outfit/store/vulcangun.png
+share/naev/dat/gfx/outfit/store/vulcanturret.png
+share/naev/dat/gfx/outfit/store/weapon01.png
+share/naev/dat/gfx/outfit/store/weapon02.png
+share/naev/dat/gfx/outfit/store/weapon_rack.png
+share/naev/dat/gfx/outfit/store/zalek_drone_bomber_fighter.png
+share/naev/dat/gfx/outfit/store/zalek_drone_heavy_fighter.png
+share/naev/dat/gfx/outfit/store/zalek_drone_light_fighter.png
+share/naev/dat/gfx/outfit/store/zalek_reaper.png
+share/naev/dat/gfx/outfit/store/zalek_reaper_launcher.png
+share/naev/dat/gfx/overlays/active.png
+share/naev/dat/gfx/overlays/portrait_exclamation.png
+share/naev/dat/gfx/overlays/rarity_1.png
+share/naev/dat/gfx/overlays/rarity_2.png
+share/naev/dat/gfx/overlays/rarity_3.png
+share/naev/dat/gfx/overlays/rarity_4.png
+share/naev/dat/gfx/overlays/rarity_5.png
+share/naev/dat/gfx/overlays/rarity_6.png
+share/naev/dat/gfx/planet/exterior/aquatic.png
+share/naev/dat/gfx/planet/exterior/aquatic2.png
+share/naev/dat/gfx/planet/exterior/aquatic3.png
+share/naev/dat/gfx/planet/exterior/asteroid.png
+share/naev/dat/gfx/planet/exterior/desertic.png
+share/naev/dat/gfx/planet/exterior/desertic2.png
+share/naev/dat/gfx/planet/exterior/desertic3.png
+share/naev/dat/gfx/planet/exterior/desertic4.png
+share/naev/dat/gfx/planet/exterior/forest.png
+share/naev/dat/gfx/planet/exterior/forest2.png
+share/naev/dat/gfx/planet/exterior/gas.png
+share/naev/dat/gfx/planet/exterior/lava.png
+share/naev/dat/gfx/planet/exterior/methane.png
+share/naev/dat/gfx/planet/exterior/mining.png
+share/naev/dat/gfx/planet/exterior/mining2.png
+share/naev/dat/gfx/planet/exterior/mining3.png
+share/naev/dat/gfx/planet/exterior/mining4.png
+share/naev/dat/gfx/planet/exterior/mining5.png
+share/naev/dat/gfx/planet/exterior/mining6.png
+share/naev/dat/gfx/planet/exterior/oceanic.png
+share/naev/dat/gfx/planet/exterior/oceanic2.png
+share/naev/dat/gfx/planet/exterior/rocky_small.png
+share/naev/dat/gfx/planet/exterior/scrapped_station.png
+share/naev/dat/gfx/planet/exterior/snow.png
+share/naev/dat/gfx/planet/exterior/snowy_cliffs.png
+share/naev/dat/gfx/planet/exterior/station00.png
+share/naev/dat/gfx/planet/exterior/station01.png
+share/naev/dat/gfx/planet/exterior/station02.png
+share/naev/dat/gfx/planet/exterior/station03.png
+share/naev/dat/gfx/planet/exterior/station04.png
+share/naev/dat/gfx/planet/exterior/station05.png
+share/naev/dat/gfx/planet/exterior/traderoom.png
+share/naev/dat/gfx/planet/exterior/uninhabited-jungle.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-airless-00.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-airless-01.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-airless-02.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-airless-03.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-airless-04.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-blue-00.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-blue-01.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-blue-02.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-blue-03.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-blue-04.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-cyan-00.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-cyan-01.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-cyan-02.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-cyan-03.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-cyan-04.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-green-00.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-green-01.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-green-02.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-green-03.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-green-04.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-magenta-00.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-magenta-01.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-magenta-02.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-magenta-03.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-magenta-04.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-red-00.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-red-01.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-red-02.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-red-03.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-red-04.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-yellow-00.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-yellow-01.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-yellow-02.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-yellow-03.png
+share/naev/dat/gfx/planet/exterior/uninhabited-rocky-yellow-04.png
+share/naev/dat/gfx/planet/space/000.png
+share/naev/dat/gfx/planet/space/001.png
+share/naev/dat/gfx/planet/space/002.png
+share/naev/dat/gfx/planet/space/003.png
+share/naev/dat/gfx/planet/space/A00.png
+share/naev/dat/gfx/planet/space/A01.png
+share/naev/dat/gfx/planet/space/A02.png
+share/naev/dat/gfx/planet/space/A03.png
+share/naev/dat/gfx/planet/space/A04.png
+share/naev/dat/gfx/planet/space/C00.png
+share/naev/dat/gfx/planet/space/C01.png
+share/naev/dat/gfx/planet/space/D00.png
+share/naev/dat/gfx/planet/space/D01.png
+share/naev/dat/gfx/planet/space/D02.png
+share/naev/dat/gfx/planet/space/D03.png
+share/naev/dat/gfx/planet/space/D04.png
+share/naev/dat/gfx/planet/space/D05.png
+share/naev/dat/gfx/planet/space/D06.png
+share/naev/dat/gfx/planet/space/D07.png
+share/naev/dat/gfx/planet/space/G00.png
+share/naev/dat/gfx/planet/space/G01.png
+share/naev/dat/gfx/planet/space/G02.png
+share/naev/dat/gfx/planet/space/G03.png
+share/naev/dat/gfx/planet/space/H00.png
+share/naev/dat/gfx/planet/space/H01.png
+share/naev/dat/gfx/planet/space/H02.png
+share/naev/dat/gfx/planet/space/H03.png
+share/naev/dat/gfx/planet/space/H04.png
+share/naev/dat/gfx/planet/space/I00.png
+share/naev/dat/gfx/planet/space/I01.png
+share/naev/dat/gfx/planet/space/I02.png
+share/naev/dat/gfx/planet/space/I03.png
+share/naev/dat/gfx/planet/space/I04.png
+share/naev/dat/gfx/planet/space/I05.png
+share/naev/dat/gfx/planet/space/I06.png
+share/naev/dat/gfx/planet/space/I07.png
+share/naev/dat/gfx/planet/space/J00.png
+share/naev/dat/gfx/planet/space/J01.png
+share/naev/dat/gfx/planet/space/J02.png
+share/naev/dat/gfx/planet/space/J03.png
+share/naev/dat/gfx/planet/space/J04.png
+share/naev/dat/gfx/planet/space/J05.png
+share/naev/dat/gfx/planet/space/J06.png
+share/naev/dat/gfx/planet/space/J07.png
+share/naev/dat/gfx/planet/space/J08.png
+share/naev/dat/gfx/planet/space/J09.png
+share/naev/dat/gfx/planet/space/K00.png
+share/naev/dat/gfx/planet/space/K02.png
+share/naev/dat/gfx/planet/space/K03.png
+share/naev/dat/gfx/planet/space/K04.png
+share/naev/dat/gfx/planet/space/K05.png
+share/naev/dat/gfx/planet/space/L00.png
+share/naev/dat/gfx/planet/space/M00.png
+share/naev/dat/gfx/planet/space/M01.png
+share/naev/dat/gfx/planet/space/M02.png
+share/naev/dat/gfx/planet/space/M03.png
+share/naev/dat/gfx/planet/space/M04.png
+share/naev/dat/gfx/planet/space/M05.png
+share/naev/dat/gfx/planet/space/M06.png
+share/naev/dat/gfx/planet/space/M07.png
+share/naev/dat/gfx/planet/space/M08.png
+share/naev/dat/gfx/planet/space/M09.png
+share/naev/dat/gfx/planet/space/M10.png
+share/naev/dat/gfx/planet/space/M11.png
+share/naev/dat/gfx/planet/space/M12.png
+share/naev/dat/gfx/planet/space/M13.png
+share/naev/dat/gfx/planet/space/O00.png
+share/naev/dat/gfx/planet/space/O01.png
+share/naev/dat/gfx/planet/space/O02.png
+share/naev/dat/gfx/planet/space/O03.png
+share/naev/dat/gfx/planet/space/O04.png
+share/naev/dat/gfx/planet/space/O05.png
+share/naev/dat/gfx/planet/space/P00.png
+share/naev/dat/gfx/planet/space/P01.png
+share/naev/dat/gfx/planet/space/P02.png
+share/naev/dat/gfx/planet/space/P03.png
+share/naev/dat/gfx/planet/space/P04.png
+share/naev/dat/gfx/planet/space/P05.png
+share/naev/dat/gfx/planet/space/S00.png
+share/naev/dat/gfx/planet/space/S01.png
+share/naev/dat/gfx/planet/space/X00.png
+share/naev/dat/gfx/planet/space/X01.png
+share/naev/dat/gfx/planet/space/Y00.png
+share/naev/dat/gfx/planet/space/Z00.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D00.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D01.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D02.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D03.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D04.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D05.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D06.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D07.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D08.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D09.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D10.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D11.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D12.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D13.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D14.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D15.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D16.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D17.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D18.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D19.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D20.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D21.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D22.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D23.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D24.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D25.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D26.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D27.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D28.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D29.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D30.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D31.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D32.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D33.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D34.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D35.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D36.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D37.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D38.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D39.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D40.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D41.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D42.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D43.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D44.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D45.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D46.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D47.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D48.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D49.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D50.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D51.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D52.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D53.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D54.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D55.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D56.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D57.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D58.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D59.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D60.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D61.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D62.png
+share/naev/dat/gfx/planet/space/asteroid/asteroid-D63.png
+share/naev/dat/gfx/planet/space/jumpbuoy.png
+share/naev/dat/gfx/planet/space/jumppoint.png
+share/naev/dat/gfx/planet/space/marker/jumpgate.png
+share/naev/dat/gfx/planet/space/marker/jumppoint.png
+share/naev/dat/gfx/planet/space/moon-A00.png
+share/naev/dat/gfx/planet/space/moon-A01.png
+share/naev/dat/gfx/planet/space/moon-C00.png
+share/naev/dat/gfx/planet/space/moon-C01.png
+share/naev/dat/gfx/planet/space/moon-D00.png
+share/naev/dat/gfx/planet/space/moon-D01.png
+share/naev/dat/gfx/planet/space/moon-D02.png
+share/naev/dat/gfx/planet/space/moon-G00.png
+share/naev/dat/gfx/planet/space/moon-G01.png
+share/naev/dat/gfx/planet/space/moon-H00.png
+share/naev/dat/gfx/planet/space/moon-H01.png
+share/naev/dat/gfx/planet/space/moon-H02.png
+share/naev/dat/gfx/planet/space/moon-I00.png
+share/naev/dat/gfx/planet/space/moon-I01.png
+share/naev/dat/gfx/planet/space/moon-J00.png
+share/naev/dat/gfx/planet/space/moon-J01.png
+share/naev/dat/gfx/planet/space/moon-J02.png
+share/naev/dat/gfx/planet/space/moon-K00.png
+share/naev/dat/gfx/planet/space/moon-L00.png
+share/naev/dat/gfx/planet/space/moon-M00.png
+share/naev/dat/gfx/planet/space/moon-M01.png
+share/naev/dat/gfx/planet/space/moon-M02.png
+share/naev/dat/gfx/planet/space/moon-M03.png
+share/naev/dat/gfx/planet/space/moon-M04.png
+share/naev/dat/gfx/planet/space/moon-M05.png
+share/naev/dat/gfx/planet/space/moon-M06.png
+share/naev/dat/gfx/planet/space/moon-O00.png
+share/naev/dat/gfx/planet/space/moon-O01.png
+share/naev/dat/gfx/planet/space/moon-P00.png
+share/naev/dat/gfx/planet/space/moon-P01.png
+share/naev/dat/gfx/planet/space/moon-P02.png
+share/naev/dat/gfx/planet/space/moon-P03.png
+share/naev/dat/gfx/planet/space/moon-X00.png
+share/naev/dat/gfx/planet/space/moon-Y00.png
+share/naev/dat/gfx/planet/space/station-agriculture.png
+share/naev/dat/gfx/planet/space/station-battlestation.png
+share/naev/dat/gfx/planet/space/station-commerce.png
+share/naev/dat/gfx/planet/space/station-commerce2.png
+share/naev/dat/gfx/planet/space/station-commerce3.png
+share/naev/dat/gfx/planet/space/station-cylinder.png
+share/naev/dat/gfx/planet/space/station-fleetbase.png
+share/naev/dat/gfx/planet/space/station-fleetbase2.png
+share/naev/dat/gfx/planet/space/station-fleetbase3.png
+share/naev/dat/gfx/planet/space/station-powerplant.png
+share/naev/dat/gfx/planet/space/station-shipyard.png
+share/naev/dat/gfx/planet/space/station-shipyard2.png
+share/naev/dat/gfx/planet/space/station-sphere.png
+share/naev/dat/gfx/planet/space/wrath.png
+share/naev/dat/gfx/planet/space/zalek_hq.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f1.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f10.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f11.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f2.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f3.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f4.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f5.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f6.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f7.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f8.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_f9.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m1.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m10.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m11.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m2.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m3.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m4.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m5.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m6.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m7.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m8.png
+share/naev/dat/gfx/portraits/dvaered/dv_civilian_m9.png
+share/naev/dat/gfx/portraits/dvaered/dv_general1.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f1.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f2.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f3.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f4.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f5.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f6.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f7.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_f8.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m1.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m2.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m3.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m4.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m5.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m6.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m7.png
+share/naev/dat/gfx/portraits/dvaered/dv_military_m8.png
+share/naev/dat/gfx/portraits/dvaered/unique/ka'def.png
+share/naev/dat/gfx/portraits/dvaered/unique/vicious.png
+share/naev/dat/gfx/portraits/dvaered/unique/zolo.png
+share/naev/dat/gfx/portraits/empire/empire_mil_f1.png
+share/naev/dat/gfx/portraits/empire/empire_mil_f2.png
+share/naev/dat/gfx/portraits/empire/empire_mil_f3.png
+share/naev/dat/gfx/portraits/empire/empire_mil_f4.png
+share/naev/dat/gfx/portraits/empire/empire_mil_f5.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m1.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m2.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m3.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m4.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m5.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m6.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m7.png
+share/naev/dat/gfx/portraits/empire/empire_mil_m8.png
+share/naev/dat/gfx/portraits/empire/unique/czesc.png
+share/naev/dat/gfx/portraits/empire/unique/dimitri.png
+share/naev/dat/gfx/portraits/empire/unique/keer.png
+share/naev/dat/gfx/portraits/empire/unique/soldner.png
+share/naev/dat/gfx/portraits/flf/unique/benito.png
+share/naev/dat/gfx/portraits/neutral/barman.png
+share/naev/dat/gfx/portraits/neutral/cyborg1.png
+share/naev/dat/gfx/portraits/neutral/cyborg2.png
+share/naev/dat/gfx/portraits/neutral/cyborg3.png
+share/naev/dat/gfx/portraits/neutral/female1.png
+share/naev/dat/gfx/portraits/neutral/female10.png
+share/naev/dat/gfx/portraits/neutral/female11.png
+share/naev/dat/gfx/portraits/neutral/female12.png
+share/naev/dat/gfx/portraits/neutral/female13.png
+share/naev/dat/gfx/portraits/neutral/female2.png
+share/naev/dat/gfx/portraits/neutral/female3.png
+share/naev/dat/gfx/portraits/neutral/female4.png
+share/naev/dat/gfx/portraits/neutral/female5.png
+share/naev/dat/gfx/portraits/neutral/female6.png
+share/naev/dat/gfx/portraits/neutral/female7.png
+share/naev/dat/gfx/portraits/neutral/female8.png
+share/naev/dat/gfx/portraits/neutral/female9.png
+share/naev/dat/gfx/portraits/neutral/male1.png
+share/naev/dat/gfx/portraits/neutral/male10.png
+share/naev/dat/gfx/portraits/neutral/male11.png
+share/naev/dat/gfx/portraits/neutral/male12.png
+share/naev/dat/gfx/portraits/neutral/male13.png
+share/naev/dat/gfx/portraits/neutral/male2.png
+share/naev/dat/gfx/portraits/neutral/male3.png
+share/naev/dat/gfx/portraits/neutral/male4.png
+share/naev/dat/gfx/portraits/neutral/male5.png
+share/naev/dat/gfx/portraits/neutral/male6.png
+share/naev/dat/gfx/portraits/neutral/male7.png
+share/naev/dat/gfx/portraits/neutral/male8.png
+share/naev/dat/gfx/portraits/neutral/male9.png
+share/naev/dat/gfx/portraits/neutral/miner1.png
+share/naev/dat/gfx/portraits/neutral/miner2.png
+share/naev/dat/gfx/portraits/neutral/scientist.png
+share/naev/dat/gfx/portraits/neutral/scientist2.png
+share/naev/dat/gfx/portraits/neutral/scientist3.png
+share/naev/dat/gfx/portraits/neutral/thief1.png
+share/naev/dat/gfx/portraits/neutral/thief2.png
+share/naev/dat/gfx/portraits/neutral/thief3.png
+share/naev/dat/gfx/portraits/neutral/thief4.png
+share/naev/dat/gfx/portraits/neutral/unique/aristocrat.png
+share/naev/dat/gfx/portraits/neutral/unique/arnoldsmith.png
+share/naev/dat/gfx/portraits/neutral/unique/cynthia.png
+share/naev/dat/gfx/portraits/neutral/unique/cynthia_father.png
+share/naev/dat/gfx/portraits/neutral/unique/dealer.png
+share/naev/dat/gfx/portraits/neutral/unique/drunkard.png
+share/naev/dat/gfx/portraits/neutral/unique/fakesister.png
+share/naev/dat/gfx/portraits/neutral/unique/flintley.png
+share/naev/dat/gfx/portraits/neutral/unique/hunter.png
+share/naev/dat/gfx/portraits/neutral/unique/jorek.png
+share/naev/dat/gfx/portraits/neutral/unique/laidback.png
+share/naev/dat/gfx/portraits/neutral/unique/mia.png
+share/naev/dat/gfx/portraits/neutral/unique/michal.png
+share/naev/dat/gfx/portraits/neutral/unique/middleaged.png
+share/naev/dat/gfx/portraits/neutral/unique/neil.png
+share/naev/dat/gfx/portraits/neutral/unique/nexus_agent.png
+share/naev/dat/gfx/portraits/neutral/unique/oldwoman.png
+share/naev/dat/gfx/portraits/neutral/unique/paddy.png
+share/naev/dat/gfx/portraits/neutral/unique/rebina.png
+share/naev/dat/gfx/portraits/neutral/unique/rebina_casual.png
+share/naev/dat/gfx/portraits/neutral/unique/reynir.png
+share/naev/dat/gfx/portraits/neutral/unique/reynir2.png
+share/naev/dat/gfx/portraits/neutral/unique/shifty_merchant.png
+share/naev/dat/gfx/portraits/neutral/unique/unfamiliarman.png
+share/naev/dat/gfx/portraits/neutral/unique/youngbusinessman.png
+share/naev/dat/gfx/portraits/neutral/unique/youngbusinessman2.png
+share/naev/dat/gfx/portraits/news.png
+share/naev/dat/gfx/portraits/none.png
+share/naev/dat/gfx/portraits/pirate/pirate1.png
+share/naev/dat/gfx/portraits/pirate/pirate10.png
+share/naev/dat/gfx/portraits/pirate/pirate11.png
+share/naev/dat/gfx/portraits/pirate/pirate12.png
+share/naev/dat/gfx/portraits/pirate/pirate13.png
+share/naev/dat/gfx/portraits/pirate/pirate14.png
+share/naev/dat/gfx/portraits/pirate/pirate2.png
+share/naev/dat/gfx/portraits/pirate/pirate3.png
+share/naev/dat/gfx/portraits/pirate/pirate4.png
+share/naev/dat/gfx/portraits/pirate/pirate5.png
+share/naev/dat/gfx/portraits/pirate/pirate6.png
+share/naev/dat/gfx/portraits/pirate/pirate7.png
+share/naev/dat/gfx/portraits/pirate/pirate8.png
+share/naev/dat/gfx/portraits/pirate/pirate9.png
+share/naev/dat/gfx/portraits/pirate/pirate_militia1.png
+share/naev/dat/gfx/portraits/pirate/pirate_militia2.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f1.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f2.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f3.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f4.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_f5.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m1.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m2.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m3.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m4.png
+share/naev/dat/gfx/portraits/sirius/sirius_fyrra_m5.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_f1.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_f2.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_f3.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_f4.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_f5.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_m1.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_m2.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_m3.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_m4.png
+share/naev/dat/gfx/portraits/sirius/sirius_shiara_m5.png
+share/naev/dat/gfx/portraits/sirius/unique/draga.png
+share/naev/dat/gfx/portraits/sirius/unique/harja.png
+share/naev/dat/gfx/portraits/sirius/unique/joanne.png
+share/naev/dat/gfx/portraits/sirius/unique/patrek.png
+share/naev/dat/gfx/portraits/sirius/unique/rodentman.png
+share/naev/dat/gfx/portraits/sirius/unique/shaman.png
+share/naev/dat/gfx/portraits/sirius/unique/strangeman.png
+share/naev/dat/gfx/portraits/soromid/unique/chelsea.png
+share/naev/dat/gfx/portraits/unknown.png
+share/naev/dat/gfx/portraits/zalek/unique/geller.png
+share/naev/dat/gfx/portraits/zalek/unique/logan.png
+share/naev/dat/gfx/portraits/zalek/unique/mensing.png
+share/naev/dat/gfx/portraits/zalek/unique/student.png
+share/naev/dat/gfx/ship/admonisher/admonisher.png
+share/naev/dat/gfx/ship/admonisher/admonisher_comm.png
+share/naev/dat/gfx/ship/admonisher/admonisher_empire.png
+share/naev/dat/gfx/ship/admonisher/admonisher_empire_comm.png
+share/naev/dat/gfx/ship/admonisher/admonisher_empire_engine.png
+share/naev/dat/gfx/ship/admonisher/admonisher_engine.png
+share/naev/dat/gfx/ship/admonisher/admonisher_pirate.png
+share/naev/dat/gfx/ship/admonisher/admonisher_pirate_comm.png
+share/naev/dat/gfx/ship/admonisher/admonisher_pirate_engine.png
+share/naev/dat/gfx/ship/ancestor/ancestor.png
+share/naev/dat/gfx/ship/ancestor/ancestor_comm.png
+share/naev/dat/gfx/ship/ancestor/ancestor_dvaered.png
+share/naev/dat/gfx/ship/ancestor/ancestor_dvaered_comm.png
+share/naev/dat/gfx/ship/ancestor/ancestor_dvaered_engine.png
+share/naev/dat/gfx/ship/ancestor/ancestor_engine.png
+share/naev/dat/gfx/ship/ancestor/ancestor_pirate.png
+share/naev/dat/gfx/ship/ancestor/ancestor_pirate_comm.png
+share/naev/dat/gfx/ship/ancestor/ancestor_pirate_engine.png
+share/naev/dat/gfx/ship/apprehension/apprehension.png
+share/naev/dat/gfx/ship/apprehension/apprehension_comm.png
+share/naev/dat/gfx/ship/apprehension/apprehension_engine.png
+share/naev/dat/gfx/ship/archimedes/archimedes.png
+share/naev/dat/gfx/ship/archimedes/archimedes_comm.png
+share/naev/dat/gfx/ship/archimedes/archimedes_engine.png
+share/naev/dat/gfx/ship/arx/arx.png
+share/naev/dat/gfx/ship/arx/arx_comm.png
+share/naev/dat/gfx/ship/arx/arx_engine.png
+share/naev/dat/gfx/ship/brigand/brigand.png
+share/naev/dat/gfx/ship/brigand/brigand_comm.png
+share/naev/dat/gfx/ship/brigand/brigand_engine.png
+share/naev/dat/gfx/ship/certitude/certitude.png
+share/naev/dat/gfx/ship/certitude/certitude_comm.png
+share/naev/dat/gfx/ship/certitude/certitude_engine.png
+share/naev/dat/gfx/ship/demon/demon.png
+share/naev/dat/gfx/ship/demon/demon_comm.png
+share/naev/dat/gfx/ship/demon/demon_engine.png
+share/naev/dat/gfx/ship/derivative/derivative.png
+share/naev/dat/gfx/ship/derivative/derivative_comm.png
+share/naev/dat/gfx/ship/derivative/derivative_engine.png
+share/naev/dat/gfx/ship/diablo/diablo.png
+share/naev/dat/gfx/ship/diablo/diablo_comm.png
+share/naev/dat/gfx/ship/diablo/diablo_engine.png
+share/naev/dat/gfx/ship/divinity/divinity.png
+share/naev/dat/gfx/ship/divinity/divinity_comm.png
+share/naev/dat/gfx/ship/divinity/divinity_engine.png
+share/naev/dat/gfx/ship/dogma/dogma.png
+share/naev/dat/gfx/ship/dogma/dogma_comm.png
+share/naev/dat/gfx/ship/dogma/dogma_engine.png
+share/naev/dat/gfx/ship/drone/drone.png
+share/naev/dat/gfx/ship/drone/drone_comm.png
+share/naev/dat/gfx/ship/drone/drone_engine.png
+share/naev/dat/gfx/ship/drone/drone_heavy.png
+share/naev/dat/gfx/ship/drone/drone_heavy_comm.png
+share/naev/dat/gfx/ship/drone/drone_heavy_engine.png
+share/naev/dat/gfx/ship/fidelity/fidelity.png
+share/naev/dat/gfx/ship/fidelity/fidelity_comm.png
+share/naev/dat/gfx/ship/fidelity/fidelity_engine.png
+share/naev/dat/gfx/ship/gawain/gawain.png
+share/naev/dat/gfx/ship/gawain/gawain_comm.png
+share/naev/dat/gfx/ship/gawain/gawain_engine.png
+share/naev/dat/gfx/ship/goddard/goddard.png
+share/naev/dat/gfx/ship/goddard/goddard_comm.png
+share/naev/dat/gfx/ship/goddard/goddard_dvaered.png
+share/naev/dat/gfx/ship/goddard/goddard_dvaered_comm.png
+share/naev/dat/gfx/ship/goddard/goddard_dvaered_engine.png
+share/naev/dat/gfx/ship/goddard/goddard_engine.png
+share/naev/dat/gfx/ship/hawking/hawking.png
+share/naev/dat/gfx/ship/hawking/hawking_comm.png
+share/naev/dat/gfx/ship/hawking/hawking_empire.png
+share/naev/dat/gfx/ship/hawking/hawking_empire_comm.png
+share/naev/dat/gfx/ship/hawking/hawking_empire_engine.png
+share/naev/dat/gfx/ship/hawking/hawking_engine.png
+share/naev/dat/gfx/ship/hephaestus/hephaestus.png
+share/naev/dat/gfx/ship/hephaestus/hephaestus_comm.png
+share/naev/dat/gfx/ship/hephaestus/hephaestus_engine.png
+share/naev/dat/gfx/ship/hyena/hyena.png
+share/naev/dat/gfx/ship/hyena/hyena_comm.png
+share/naev/dat/gfx/ship/hyena/hyena_engine.png
+share/naev/dat/gfx/ship/imp/imp.png
+share/naev/dat/gfx/ship/imp/imp_comm.png
+share/naev/dat/gfx/ship/imp/imp_engine.png
+share/naev/dat/gfx/ship/ingenuity/ingenuity.png
+share/naev/dat/gfx/ship/ingenuity/ingenuity_comm.png
+share/naev/dat/gfx/ship/ingenuity/ingenuity_engine.png
+share/naev/dat/gfx/ship/ira/ira.png
+share/naev/dat/gfx/ship/ira/ira_comm.png
+share/naev/dat/gfx/ship/ira/ira_engine.png
+share/naev/dat/gfx/ship/kahan/kahan.png
+share/naev/dat/gfx/ship/kahan/kahan_comm.png
+share/naev/dat/gfx/ship/kahan/kahan_engine.png
+share/naev/dat/gfx/ship/kestrel/kestrel.png
+share/naev/dat/gfx/ship/kestrel/kestrel_comm.png
+share/naev/dat/gfx/ship/kestrel/kestrel_engine.png
+share/naev/dat/gfx/ship/kestrel/kestrel_pirate.png
+share/naev/dat/gfx/ship/kestrel/kestrel_pirate_comm.png
+share/naev/dat/gfx/ship/kestrel/kestrel_pirate_engine.png
+share/naev/dat/gfx/ship/koala/koala.png
+share/naev/dat/gfx/ship/koala/koala_comm.png
+share/naev/dat/gfx/ship/koala/koala_engine.png
+share/naev/dat/gfx/ship/lancelot/lancelot.png
+share/naev/dat/gfx/ship/lancelot/lancelot_comm.png
+share/naev/dat/gfx/ship/lancelot/lancelot_empire.png
+share/naev/dat/gfx/ship/lancelot/lancelot_empire_comm.png
+share/naev/dat/gfx/ship/lancelot/lancelot_empire_engine.png
+share/naev/dat/gfx/ship/lancelot/lancelot_engine.png
+share/naev/dat/gfx/ship/llama/llama.png
+share/naev/dat/gfx/ship/llama/llama_comm.png
+share/naev/dat/gfx/ship/llama/llama_engine.png
+share/naev/dat/gfx/ship/marauder/marauder.png
+share/naev/dat/gfx/ship/marauder/marauder_comm.png
+share/naev/dat/gfx/ship/marauder/marauder_engine.png
+share/naev/dat/gfx/ship/mephisto/mephisto.png
+share/naev/dat/gfx/ship/mephisto/mephisto_comm.png
+share/naev/dat/gfx/ship/mephisto/mephisto_engine.png
+share/naev/dat/gfx/ship/mule/mule.png
+share/naev/dat/gfx/ship/mule/mule_comm.png
+share/naev/dat/gfx/ship/mule/mule_engine.png
+share/naev/dat/gfx/ship/naevup.xcf
+share/naev/dat/gfx/ship/nyx/nyx.png
+share/naev/dat/gfx/ship/nyx/nyx_comm.png
+share/naev/dat/gfx/ship/nyx/nyx_engine.png
+share/naev/dat/gfx/ship/odium/odium.png
+share/naev/dat/gfx/ship/odium/odium_comm.png
+share/naev/dat/gfx/ship/odium/odium_engine.png
+share/naev/dat/gfx/ship/pacifier/pacifier.png
+share/naev/dat/gfx/ship/pacifier/pacifier_comm.png
+share/naev/dat/gfx/ship/pacifier/pacifier_empire.png
+share/naev/dat/gfx/ship/pacifier/pacifier_empire_comm.png
+share/naev/dat/gfx/ship/pacifier/pacifier_empire_engine.png
+share/naev/dat/gfx/ship/pacifier/pacifier_engine.png
+share/naev/dat/gfx/ship/peacemaker/peacemaker.png
+share/naev/dat/gfx/ship/peacemaker/peacemaker_comm.png
+share/naev/dat/gfx/ship/peacemaker/peacemaker_engine.png
+share/naev/dat/gfx/ship/perspicacity/perspicacity.png
+share/naev/dat/gfx/ship/perspicacity/perspicacity_comm.png
+share/naev/dat/gfx/ship/perspicacity/perspicacity_engine.png
+share/naev/dat/gfx/ship/phalanx/phalanx.png
+share/naev/dat/gfx/ship/phalanx/phalanx_comm.png
+share/naev/dat/gfx/ship/phalanx/phalanx_dvaered.png
+share/naev/dat/gfx/ship/phalanx/phalanx_dvaered_comm.png
+share/naev/dat/gfx/ship/phalanx/phalanx_dvaered_engine.png
+share/naev/dat/gfx/ship/phalanx/phalanx_engine.png
+share/naev/dat/gfx/ship/phalanx/phalanx_pirate.png
+share/naev/dat/gfx/ship/phalanx/phalanx_pirate_comm.png
+share/naev/dat/gfx/ship/phalanx/phalanx_pirate_engine.png
+share/naev/dat/gfx/ship/preacher/preacher.png
+share/naev/dat/gfx/ship/preacher/preacher_comm.png
+share/naev/dat/gfx/ship/preacher/preacher_engine.png
+share/naev/dat/gfx/ship/prototype/prototype.png
+share/naev/dat/gfx/ship/prototype/prototype_comm.png
+share/naev/dat/gfx/ship/prototype/prototype_engine.png
+share/naev/dat/gfx/ship/quicksilver/quicksilver.png
+share/naev/dat/gfx/ship/quicksilver/quicksilver_comm.png
+share/naev/dat/gfx/ship/quicksilver/quicksilver_engine.png
+share/naev/dat/gfx/ship/reaver/reaver.png
+share/naev/dat/gfx/ship/reaver/reaver_comm.png
+share/naev/dat/gfx/ship/reaver/reaver_engine.png
+share/naev/dat/gfx/ship/rhino/rhino.png
+share/naev/dat/gfx/ship/rhino/rhino_comm.png
+share/naev/dat/gfx/ship/rhino/rhino_engine.png
+share/naev/dat/gfx/ship/rhino/rhino_pirate.png
+share/naev/dat/gfx/ship/rhino/rhino_pirate_comm.png
+share/naev/dat/gfx/ship/rhino/rhino_pirate_engine.png
+share/naev/dat/gfx/ship/schroedinger/schroedinger.png
+share/naev/dat/gfx/ship/schroedinger/schroedinger_comm.png
+share/naev/dat/gfx/ship/schroedinger/schroedinger_engine.png
+share/naev/dat/gfx/ship/scintillation/scintillation.png
+share/naev/dat/gfx/ship/scintillation/scintillation_comm.png
+share/naev/dat/gfx/ship/scintillation/scintillation_engine.png
+share/naev/dat/gfx/ship/shaman/shaman.png
+share/naev/dat/gfx/ship/shaman/shaman_comm.png
+share/naev/dat/gfx/ship/shaman/shaman_engine.png
+share/naev/dat/gfx/ship/shark/shark.png
+share/naev/dat/gfx/ship/shark/shark_comm.png
+share/naev/dat/gfx/ship/shark/shark_empire.png
+share/naev/dat/gfx/ship/shark/shark_empire_comm.png
+share/naev/dat/gfx/ship/shark/shark_empire_engine.png
+share/naev/dat/gfx/ship/shark/shark_engine.png
+share/naev/dat/gfx/ship/shark/shark_pirate.png
+share/naev/dat/gfx/ship/shark/shark_pirate_comm.png
+share/naev/dat/gfx/ship/shark/shark_pirate_engine.png
+share/naev/dat/gfx/ship/sting/sting.png
+share/naev/dat/gfx/ship/sting/sting_comm.png
+share/naev/dat/gfx/ship/sting/sting_engine.png
+share/naev/dat/gfx/ship/taciturnity/taciturnity.png
+share/naev/dat/gfx/ship/taciturnity/taciturnity_comm.png
+share/naev/dat/gfx/ship/taciturnity/taciturnity_engine.png
+share/naev/dat/gfx/ship/vendetta/vendetta.png
+share/naev/dat/gfx/ship/vendetta/vendetta_comm.png
+share/naev/dat/gfx/ship/vendetta/vendetta_dvaered.png
+share/naev/dat/gfx/ship/vendetta/vendetta_dvaered_comm.png
+share/naev/dat/gfx/ship/vendetta/vendetta_dvaered_engine.png
+share/naev/dat/gfx/ship/vendetta/vendetta_engine.png
+share/naev/dat/gfx/ship/vendetta/vendetta_pirate.png
+share/naev/dat/gfx/ship/vendetta/vendetta_pirate_comm.png
+share/naev/dat/gfx/ship/vendetta/vendetta_pirate_engine.png
+share/naev/dat/gfx/ship/vigilance/vigilance.png
+share/naev/dat/gfx/ship/vigilance/vigilance_comm.png
+share/naev/dat/gfx/ship/vigilance/vigilance_dvaered.png
+share/naev/dat/gfx/ship/vigilance/vigilance_dvaered_comm.png
+share/naev/dat/gfx/ship/vigilance/vigilance_dvaered_engine.png
+share/naev/dat/gfx/ship/vigilance/vigilance_engine.png
+share/naev/dat/gfx/ship/virtuosity/virtuosity.png
+share/naev/dat/gfx/ship/virtuosity/virtuosity_comm.png
+share/naev/dat/gfx/ship/virtuosity/virtuosity_engine.png
+share/naev/dat/gfx/ship/vox/vox.png
+share/naev/dat/gfx/ship/vox/vox_comm.png
+share/naev/dat/gfx/ship/vox/vox_engine.png
+share/naev/dat/gfx/ship/watson/watson.png
+share/naev/dat/gfx/ship/watson/watson_comm.png
+share/naev/dat/gfx/ship/watson/watson_engine.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_bomber.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_bomber_comm.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_bomber_engine.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_heavy.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_heavy_comm.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_heavy_engine.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_light.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_light_comm.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_light_engine.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_scout.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_scout_comm.png
+share/naev/dat/gfx/ship/zalek/zalek_drone_scout_engine.png
+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/apprehension.xml
+share/naev/dat/gfx/ship_polygon/archimedes.xml
+share/naev/dat/gfx/ship_polygon/arx.xml
+share/naev/dat/gfx/ship_polygon/brigand.xml
+share/naev/dat/gfx/ship_polygon/certitude.xml
+share/naev/dat/gfx/ship_polygon/demon.xml
+share/naev/dat/gfx/ship_polygon/derivative.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_heavy.xml
+share/naev/dat/gfx/ship_polygon/fidelity.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/hyena.xml
+share/naev/dat/gfx/ship_polygon/imp.xml
+share/naev/dat/gfx/ship_polygon/ingenuity.xml
+share/naev/dat/gfx/ship_polygon/ira.xml
+share/naev/dat/gfx/ship_polygon/kahan.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/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/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/prototype.xml
+share/naev/dat/gfx/ship_polygon/quicksilver.xml
+share/naev/dat/gfx/ship_polygon/reaver.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/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/spfx/cargo.png
+share/naev/dat/gfx/spfx/debris0.png
+share/naev/dat/gfx/spfx/debris1.png
+share/naev/dat/gfx/spfx/debris2.png
+share/naev/dat/gfx/spfx/debris3.png
+share/naev/dat/gfx/spfx/debris4.png
+share/naev/dat/gfx/spfx/debris5.png
+share/naev/dat/gfx/spfx/empm.png
+share/naev/dat/gfx/spfx/emps.png
+share/naev/dat/gfx/spfx/expl.png
+share/naev/dat/gfx/spfx/expl2.png
+share/naev/dat/gfx/spfx/expm.png
+share/naev/dat/gfx/spfx/expm2.png
+share/naev/dat/gfx/spfx/exps.png
+share/naev/dat/gfx/spfx/plam.png
+share/naev/dat/gfx/spfx/plam2.png
+share/naev/dat/gfx/spfx/plas.png
+share/naev/dat/gfx/spfx/plas2.png
+share/naev/dat/gfx/spfx/shim.png
+share/naev/dat/gfx/spfx/shis.png
+share/naev/dat/glsl/beam.frag
+share/naev/dat/glsl/beam.vert
+share/naev/dat/glsl/circle.frag
+share/naev/dat/glsl/circle.vert
+share/naev/dat/glsl/circle_filled.frag
+share/naev/dat/glsl/colorblind.glsl
+share/naev/dat/glsl/font.frag
+share/naev/dat/glsl/font.vert
+share/naev/dat/glsl/nebula.frag
+share/naev/dat/glsl/nebula.vert
+share/naev/dat/glsl/smooth.frag
+share/naev/dat/glsl/smooth.vert
+share/naev/dat/glsl/solid.frag
+share/naev/dat/glsl/solid.vert
+share/naev/dat/glsl/stars.frag
+share/naev/dat/glsl/stars.vert
+share/naev/dat/glsl/texture.frag
+share/naev/dat/glsl/texture.vert
+share/naev/dat/glsl/texture_interpolate.frag
+share/naev/dat/glsl/tk.frag
+share/naev/dat/glsl/tk.vert
+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/landing.lua
+share/naev/dat/map.xml
+share/naev/dat/missions/baron/baron_baron.lua
+share/naev/dat/missions/baron/baron_prince.lua
+share/naev/dat/missions/baron/common.lua
+share/naev/dat/missions/dvaered/assault_on_unicorn.lua
+share/naev/dat/missions/dvaered/championship.lua
+share/naev/dat/missions/dvaered/common.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/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/common.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_rogue.lua
+share/naev/dat/missions/neutral/animaltransport.lua
+share/naev/dat/missions/neutral/aristodrink.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/common.lua
+share/naev/dat/missions/neutral/crimelord.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/nebu_satellite.lua
+share/naev/dat/missions/neutral/oldwoman.lua
+share/naev/dat/missions/neutral/patrol.lua
+share/naev/dat/missions/neutral/pirbounty_alive.lua
+share/naev/dat/missions/neutral/pirbounty_dead.lua
+share/naev/dat/missions/neutral/race1.lua
+share/naev/dat/missions/neutral/race2.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/common.lua
+share/naev/dat/missions/pirate/empbounty_dead.lua
+share/naev/dat/missions/pirate/fake_id.lua
+share/naev/dat/missions/pirate/hitman.lua
+share/naev/dat/missions/pirate/hitman2.lua
+share/naev/dat/missions/pirate/patrol.lua
+share/naev/dat/missions/pirate/pir_cargo.lua
+share/naev/dat/missions/pirate/pir_clan_cargo.lua
+share/naev/dat/missions/pirate/pir_ship_stealing.lua
+share/naev/dat/missions/pirate/pirate_commodity_run.lua
+share/naev/dat/missions/proteron/dissbounty_dead.lua
+share/naev/dat/missions/rehab_common.lua
+share/naev/dat/missions/shadow/common.lua
+share/naev/dat/missions/shadow/darkshadow.lua
+share/naev/dat/missions/shadow/shadowrun.lua
+share/naev/dat/missions/shadow/shadowvigil.lua
+share/naev/dat/missions/shark/common.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/common.lua
+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/srs_ferry.lua
+share/naev/dat/missions/sirius/srs_rehab.lua
+share/naev/dat/missions/soromid/comingout/srm_comingout.lua
+share/naev/dat/missions/soromid/comingout/srm_comingout2.lua
+share/naev/dat/missions/soromid/comingout/srm_comingout3.lua
+share/naev/dat/missions/soromid/comingout/srm_comingout4.lua
+share/naev/dat/missions/soromid/comingout/srm_comingout5.lua
+share/naev/dat/missions/soromid/comingout/srm_comingout6.lua
+share/naev/dat/missions/soromid/common.lua
+share/naev/dat/missions/soromid/srm_rehab.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/tutorial.lua
+share/naev/dat/missions/zalek/common.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/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/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/racing_trophy.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/ugly_statue.xml
+share/naev/dat/outfits/activated/emergency_shield_booster.xml
+share/naev/dat/outfits/activated/generic_afterburner.xml
+share/naev/dat/outfits/activated/hellburner.xml
+share/naev/dat/outfits/activated/hidden_jump_scanner.xml
+share/naev/dat/outfits/activated/milspec_jammer.xml
+share/naev/dat/outfits/activated/unicorp_jammer.xml
+share/naev/dat/outfits/bio_weapons/bioplasma_organ_stage_1.xml
+share/naev/dat/outfits/bio_weapons/bioplasma_organ_stage_2.xml
+share/naev/dat/outfits/bio_weapons/bioplasma_organ_stage_3.xml
+share/naev/dat/outfits/bio_weapons/bioplasma_organ_stage_x.xml
+share/naev/dat/outfits/biocore_brain/heavy_bioship_brain_stage_1.xml
+share/naev/dat/outfits/biocore_brain/heavy_bioship_brain_stage_2.xml
+share/naev/dat/outfits/biocore_brain/heavy_bioship_brain_stage_3.xml
+share/naev/dat/outfits/biocore_brain/heavy_bioship_brain_stage_4.xml
+share/naev/dat/outfits/biocore_brain/heavy_bioship_brain_stage_5.xml
+share/naev/dat/outfits/biocore_brain/heavy_bioship_brain_stage_6.xml
+share/naev/dat/outfits/biocore_brain/heavy_bioship_brain_stage_x.xml
+share/naev/dat/outfits/biocore_brain/light_bioship_brain_stage_1.xml
+share/naev/dat/outfits/biocore_brain/light_bioship_brain_stage_2.xml
+share/naev/dat/outfits/biocore_brain/light_bioship_brain_stage_3.xml
+share/naev/dat/outfits/biocore_brain/light_bioship_brain_stage_x.xml
+share/naev/dat/outfits/biocore_brain/medium_bioship_brain_stage_1.xml
+share/naev/dat/outfits/biocore_brain/medium_bioship_brain_stage_2.xml
+share/naev/dat/outfits/biocore_brain/medium_bioship_brain_stage_3.xml
+share/naev/dat/outfits/biocore_brain/medium_bioship_brain_stage_4.xml
+share/naev/dat/outfits/biocore_brain/medium_bioship_brain_stage_x.xml
+share/naev/dat/outfits/biocore_brain/mediumheavy_bioship_brain_stage_1.xml
+share/naev/dat/outfits/biocore_brain/mediumheavy_bioship_brain_stage_2.xml
+share/naev/dat/outfits/biocore_brain/mediumheavy_bioship_brain_stage_3.xml
+share/naev/dat/outfits/biocore_brain/mediumheavy_bioship_brain_stage_4.xml
+share/naev/dat/outfits/biocore_brain/mediumheavy_bioship_brain_stage_5.xml
+share/naev/dat/outfits/biocore_brain/mediumheavy_bioship_brain_stage_x.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_1.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_2.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_3.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_4.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_5.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_6.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_7.xml
+share/naev/dat/outfits/biocore_brain/superheavy_bioship_brain_stage_x.xml
+share/naev/dat/outfits/biocore_brain/ultralight_bioship_brain_stage_1.xml
+share/naev/dat/outfits/biocore_brain/ultralight_bioship_brain_stage_2.xml
+share/naev/dat/outfits/biocore_brain/ultralight_bioship_brain_stage_x.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_fast_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_fast_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_fast_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_fast_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_fast_fin_stage_5.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_fast_fin_stage_6.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_fast_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_strong_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_strong_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_strong_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_strong_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_strong_fin_stage_5.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_strong_fin_stage_6.xml
+share/naev/dat/outfits/biocore_fin/heavy_bioship_strong_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_fast_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_fast_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_fast_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_fast_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_strong_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_strong_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_strong_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/light_bioship_strong_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_fast_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_fast_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_fast_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_fast_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_fast_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_strong_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_strong_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_strong_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_strong_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/medium_bioship_strong_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_fast_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_fast_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_fast_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_fast_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_fast_fin_stage_5.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_fast_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_strong_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_strong_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_strong_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_strong_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_strong_fin_stage_5.xml
+share/naev/dat/outfits/biocore_fin/mediumheavy_bioship_strong_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_5.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_6.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_7.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_fast_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_3.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_4.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_5.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_6.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_7.xml
+share/naev/dat/outfits/biocore_fin/superheavy_bioship_strong_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/ultralight_bioship_fast_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/ultralight_bioship_fast_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/ultralight_bioship_fast_fin_stage_x.xml
+share/naev/dat/outfits/biocore_fin/ultralight_bioship_strong_fin_stage_1.xml
+share/naev/dat/outfits/biocore_fin/ultralight_bioship_strong_fin_stage_2.xml
+share/naev/dat/outfits/biocore_fin/ultralight_bioship_strong_fin_stage_x.xml
+share/naev/dat/outfits/biocore_shell/heavy_bioship_shell_stage_1.xml
+share/naev/dat/outfits/biocore_shell/heavy_bioship_shell_stage_2.xml
+share/naev/dat/outfits/biocore_shell/heavy_bioship_shell_stage_3.xml
+share/naev/dat/outfits/biocore_shell/heavy_bioship_shell_stage_4.xml
+share/naev/dat/outfits/biocore_shell/heavy_bioship_shell_stage_5.xml
+share/naev/dat/outfits/biocore_shell/heavy_bioship_shell_stage_6.xml
+share/naev/dat/outfits/biocore_shell/heavy_bioship_shell_stage_x.xml
+share/naev/dat/outfits/biocore_shell/light_bioship_shell_stage_1.xml
+share/naev/dat/outfits/biocore_shell/light_bioship_shell_stage_2.xml
+share/naev/dat/outfits/biocore_shell/light_bioship_shell_stage_3.xml
+share/naev/dat/outfits/biocore_shell/light_bioship_shell_stage_x.xml
+share/naev/dat/outfits/biocore_shell/medium_bioship_shell_stage_1.xml
+share/naev/dat/outfits/biocore_shell/medium_bioship_shell_stage_2.xml
+share/naev/dat/outfits/biocore_shell/medium_bioship_shell_stage_3.xml
+share/naev/dat/outfits/biocore_shell/medium_bioship_shell_stage_4.xml
+share/naev/dat/outfits/biocore_shell/medium_bioship_shell_stage_x.xml
+share/naev/dat/outfits/biocore_shell/mediumheavy_bioship_shell_stage_1.xml
+share/naev/dat/outfits/biocore_shell/mediumheavy_bioship_shell_stage_2.xml
+share/naev/dat/outfits/biocore_shell/mediumheavy_bioship_shell_stage_3.xml
+share/naev/dat/outfits/biocore_shell/mediumheavy_bioship_shell_stage_4.xml
+share/naev/dat/outfits/biocore_shell/mediumheavy_bioship_shell_stage_5.xml
+share/naev/dat/outfits/biocore_shell/mediumheavy_bioship_shell_stage_x.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_1.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_2.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_3.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_4.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_5.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_6.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_7.xml
+share/naev/dat/outfits/biocore_shell/superheavy_bioship_shell_stage_x.xml
+share/naev/dat/outfits/biocore_shell/ultralight_bioship_shell_stage_1.xml
+share/naev/dat/outfits/biocore_shell/ultralight_bioship_shell_stage_2.xml
+share/naev/dat/outfits/biocore_shell/ultralight_bioship_shell_stage_x.xml
+share/naev/dat/outfits/core_engine/beat_up_large_engine.xml
+share/naev/dat/outfits/core_engine/beat_up_medium_engine.xml
+share/naev/dat/outfits/core_engine/beat_up_small_engine.xml
+share/naev/dat/outfits/core_engine/dummy_engine.xml
+share/naev/dat/outfits/core_engine/krain_remige_engine.xml
+share/naev/dat/outfits/core_engine/melendez_buffalo_engine.xml
+share/naev/dat/outfits/core_engine/melendez_buffalo_xl_engine.xml
+share/naev/dat/outfits/core_engine/melendez_mammoth_engine.xml
+share/naev/dat/outfits/core_engine/melendez_mammoth_xl_engine.xml
+share/naev/dat/outfits/core_engine/melendez_ox_engine.xml
+share/naev/dat/outfits/core_engine/melendez_ox_xl_engine.xml
+share/naev/dat/outfits/core_engine/nexus_arrow_1200_engine.xml
+share/naev/dat/outfits/core_engine/nexus_arrow_550_engine.xml
+share/naev/dat/outfits/core_engine/nexus_bolt_4500_engine.xml
+share/naev/dat/outfits/core_engine/nexus_bolt_6500_engine.xml
+share/naev/dat/outfits/core_engine/nexus_dart_150_engine.xml
+share/naev/dat/outfits/core_engine/nexus_dart_300_engine.xml
+share/naev/dat/outfits/core_engine/tricon_cyclone_engine.xml
+share/naev/dat/outfits/core_engine/tricon_cyclone_ii_engine.xml
+share/naev/dat/outfits/core_engine/tricon_typhoon_engine.xml
+share/naev/dat/outfits/core_engine/tricon_typhoon_ii_engine.xml
+share/naev/dat/outfits/core_engine/tricon_zephyr_engine.xml
+share/naev/dat/outfits/core_engine/tricon_zephyr_ii_engine.xml
+share/naev/dat/outfits/core_engine/unicorp_eagle_4500_engine.xml
+share/naev/dat/outfits/core_engine/unicorp_eagle_6500_engine.xml
+share/naev/dat/outfits/core_engine/unicorp_falcon_1200_engine.xml
+share/naev/dat/outfits/core_engine/unicorp_falcon_550_engine.xml
+share/naev/dat/outfits/core_engine/unicorp_hawk_150_engine.xml
+share/naev/dat/outfits/core_engine/unicorp_hawk_300_engine.xml
+share/naev/dat/outfits/core_engine/zalek_test_engine.xml
+share/naev/dat/outfits/core_hull/dummy_plating.xml
+share/naev/dat/outfits/core_hull/patchwork_heavy_plating.xml
+share/naev/dat/outfits/core_hull/patchwork_light_plating.xml
+share/naev/dat/outfits/core_hull/patchwork_medium_plating.xml
+share/naev/dat/outfits/core_hull/sk_heavy_combat_plating.xml
+share/naev/dat/outfits/core_hull/sk_large_cargo_hull.xml
+share/naev/dat/outfits/core_hull/sk_light_combat_plating.xml
+share/naev/dat/outfits/core_hull/sk_light_stealth_plating.xml
+share/naev/dat/outfits/core_hull/sk_medium_cargo_hull.xml
+share/naev/dat/outfits/core_hull/sk_medium_combat_plating.xml
+share/naev/dat/outfits/core_hull/sk_medium_stealth_plating.xml
+share/naev/dat/outfits/core_hull/sk_mediumheavy_combat_plating.xml
+share/naev/dat/outfits/core_hull/sk_mediumheavy_stealth_plating.xml
+share/naev/dat/outfits/core_hull/sk_small_cargo_hull.xml
+share/naev/dat/outfits/core_hull/sk_superheavy_combat_plating.xml
+share/naev/dat/outfits/core_hull/sk_ultralight_combat_plating.xml
+share/naev/dat/outfits/core_hull/sk_ultralight_stealth_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_b12_medium_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_b16_heavy_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_b20_heavy_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_b2_light_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_b4_light_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_b8_medium_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_d12_medium_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_d16_heavy_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_d20_heavy_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_d2_light_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_d4_light_plating.xml
+share/naev/dat/outfits/core_hull/unicorp_d8_medium_plating.xml
+share/naev/dat/outfits/core_system/dummy_systems.xml
+share/naev/dat/outfits/core_system/milspec_aegis_2201_core_system.xml
+share/naev/dat/outfits/core_system/milspec_aegis_3601_core_system.xml
+share/naev/dat/outfits/core_system/milspec_aegis_4701_core_system.xml
+share/naev/dat/outfits/core_system/milspec_aegis_5401_core_system.xml
+share/naev/dat/outfits/core_system/milspec_aegis_8501_core_system.xml
+share/naev/dat/outfits/core_system/milspec_aegis_9801_core_system.xml
+share/naev/dat/outfits/core_system/milspec_hermes_2202_core_system.xml
+share/naev/dat/outfits/core_system/milspec_hermes_3602_core_system.xml
+share/naev/dat/outfits/core_system/milspec_hermes_4702_core_system.xml
+share/naev/dat/outfits/core_system/milspec_hermes_5402_core_system.xml
+share/naev/dat/outfits/core_system/milspec_hermes_8502_core_system.xml
+share/naev/dat/outfits/core_system/milspec_hermes_9802_core_system.xml
+share/naev/dat/outfits/core_system/milspec_orion_2301_core_system.xml
+share/naev/dat/outfits/core_system/milspec_orion_3701_core_system.xml
+share/naev/dat/outfits/core_system/milspec_orion_4801_core_system.xml
+share/naev/dat/outfits/core_system/milspec_orion_5501_core_system.xml
+share/naev/dat/outfits/core_system/milspec_orion_8601_core_system.xml
+share/naev/dat/outfits/core_system/milspec_orion_9901_core_system.xml
+share/naev/dat/outfits/core_system/milspec_prometheus_2203_core_system.xml
+share/naev/dat/outfits/core_system/milspec_prometheus_3603_core_system.xml
+share/naev/dat/outfits/core_system/milspec_prometheus_4703_core_system.xml
+share/naev/dat/outfits/core_system/milspec_prometheus_5403_core_system.xml
+share/naev/dat/outfits/core_system/milspec_prometheus_8503_core_system.xml
+share/naev/dat/outfits/core_system/milspec_prometheus_9803_core_system.xml
+share/naev/dat/outfits/core_system/previous_generation_large_systems.xml
+share/naev/dat/outfits/core_system/previous_generation_medium_systems.xml
+share/naev/dat/outfits/core_system/previous_generation_small_systems.xml
+share/naev/dat/outfits/core_system/unicorp_pt1000_core_system.xml
+share/naev/dat/outfits/core_system/unicorp_pt100_core_system.xml
+share/naev/dat/outfits/core_system/unicorp_pt200_core_system.xml
+share/naev/dat/outfits/core_system/unicorp_pt500_core_system.xml
+share/naev/dat/outfits/core_system/unicorp_pt600_core_system.xml
+share/naev/dat/outfits/core_system/unicorp_pt900_core_system.xml
+share/naev/dat/outfits/launchers/convulsion_launcher.xml
+share/naev/dat/outfits/launchers/drone_fighter_bay.xml
+share/naev/dat/outfits/launchers/electron_burst_cannon.xml
+share/naev/dat/outfits/launchers/emp_grenade_launcher.xml
+share/naev/dat/outfits/launchers/empire_lancelot_fighter_bay.xml
+share/naev/dat/outfits/launchers/energy_torpedo_mk1.xml
+share/naev/dat/outfits/launchers/energy_torpedo_mk2.xml
+share/naev/dat/outfits/launchers/energy_torpedo_mk3.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/enygma_systems_turreted_vengeance_launcher.xml
+share/naev/dat/outfits/launchers/fidelity_fighter_bay.xml
+share/naev/dat/outfits/launchers/lancelot_fighter_bay.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_banshee_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_caesar_iv_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_fury_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_headhunter_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_mace_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_medusa_launcher.xml
+share/naev/dat/outfits/launchers/unicorp_vengeance_launcher.xml
+share/naev/dat/outfits/launchers/zalek_bomber_drone_fighter_bay.xml
+share/naev/dat/outfits/launchers/zalek_heavy_drone_fighter_bay.xml
+share/naev/dat/outfits/launchers/zalek_hunter_launcher.xml
+share/naev/dat/outfits/launchers/zalek_light_drone_fighter_bay.xml
+share/naev/dat/outfits/launchers/zalek_reaper_launcher.xml
+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_dvaeredsoromid_trade_route.xml
+share/naev/dat/outfits/maps/map_empire_core.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_hidden_jumps.xml
+share/naev/dat/outfits/maps/map_nebula_edge.xml
+share/naev/dat/outfits/maps/map_new_haven_hidden_jumps.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/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/modifiers/active_plating.xml
+share/naev/dat/outfits/modifiers/adaptive_stealth_plating.xml
+share/naev/dat/outfits/modifiers/asteroid_scanner.xml
+share/naev/dat/outfits/modifiers/battery.xml
+share/naev/dat/outfits/modifiers/battery_ii.xml
+share/naev/dat/outfits/modifiers/battery_iii.xml
+share/naev/dat/outfits/modifiers/biometal_armour.xml
+share/naev/dat/outfits/modifiers/boarding_androids_mk1.xml
+share/naev/dat/outfits/modifiers/boarding_androids_mk2.xml
+share/naev/dat/outfits/modifiers/cargo_pod.xml
+share/naev/dat/outfits/modifiers/droid_repair_crew.xml
+share/naev/dat/outfits/modifiers/engine_reroute.xml
+share/naev/dat/outfits/modifiers/forward_shock_absorbers.xml
+share/naev/dat/outfits/modifiers/fuel_pod.xml
+share/naev/dat/outfits/modifiers/improved_power_regulator.xml
+share/naev/dat/outfits/modifiers/improved_refrigeration_cycle.xml
+share/naev/dat/outfits/modifiers/improved_stabilizer.xml
+share/naev/dat/outfits/modifiers/jump_scanner.xml
+share/naev/dat/outfits/modifiers/large_cargo_pod.xml
+share/naev/dat/outfits/modifiers/large_fuel_pod.xml
+share/naev/dat/outfits/modifiers/large_shield_booster.xml
+share/naev/dat/outfits/modifiers/medium_cargo_pod.xml
+share/naev/dat/outfits/modifiers/medium_fuel_pod.xml
+share/naev/dat/outfits/modifiers/medium_shield_booster.xml
+share/naev/dat/outfits/modifiers/milspec_scrambler.xml
+share/naev/dat/outfits/modifiers/nanobond_plating.xml
+share/naev/dat/outfits/modifiers/nebula_shielding0.xml
+share/naev/dat/outfits/modifiers/plasteel_plating.xml
+share/naev/dat/outfits/modifiers/power_regulation_override.xml
+share/naev/dat/outfits/modifiers/reactor_class_i.xml
+share/naev/dat/outfits/modifiers/reactor_class_ii.xml
+share/naev/dat/outfits/modifiers/reactor_class_iii.xml
+share/naev/dat/outfits/modifiers/reactor_thurion_i.xml
+share/naev/dat/outfits/modifiers/reactor_thurion_ii.xml
+share/naev/dat/outfits/modifiers/reactor_thurion_iii.xml
+share/naev/dat/outfits/modifiers/reverse_thrusters.xml
+share/naev/dat/outfits/modifiers/sensor_array.xml
+share/naev/dat/outfits/modifiers/shield_capacitor.xml
+share/naev/dat/outfits/modifiers/shield_capacitor_ii.xml
+share/naev/dat/outfits/modifiers/shield_capacitor_iii.xml
+share/naev/dat/outfits/modifiers/shield_capacitor_iv.xml
+share/naev/dat/outfits/modifiers/shield_nullifier.xml
+share/naev/dat/outfits/modifiers/small_shield_booster.xml
+share/naev/dat/outfits/modifiers/solar_panel.xml
+share/naev/dat/outfits/modifiers/steering_thrusters.xml
+share/naev/dat/outfits/modifiers/targeting_array.xml
+share/naev/dat/outfits/modifiers/thurion_engine_reroute.xml
+share/naev/dat/outfits/modifiers/unicorp_scrambler.xml
+share/naev/dat/outfits/rockets/banshee_rocket.xml
+share/naev/dat/outfits/rockets/caesar_iv_torpedo.xml
+share/naev/dat/outfits/rockets/convulsion_missile.xml
+share/naev/dat/outfits/rockets/drone_fighter.xml
+share/naev/dat/outfits/rockets/electron_energy_cell.xml
+share/naev/dat/outfits/rockets/emp_grenade.xml
+share/naev/dat/outfits/rockets/empire_lancelot_fighter.xml
+share/naev/dat/outfits/rockets/energy_cell_i.xml
+share/naev/dat/outfits/rockets/energy_cell_ii.xml
+share/naev/dat/outfits/rockets/energy_cell_iii.xml
+share/naev/dat/outfits/rockets/fidelity_fighter.xml
+share/naev/dat/outfits/rockets/fury_missile.xml
+share/naev/dat/outfits/rockets/headhunter_missile.xml
+share/naev/dat/outfits/rockets/imperator_torpedo.xml
+share/naev/dat/outfits/rockets/lancelot_fighter.xml
+share/naev/dat/outfits/rockets/mace_rocket.xml
+share/naev/dat/outfits/rockets/medusa_missile.xml
+share/naev/dat/outfits/rockets/spearhead_missile.xml
+share/naev/dat/outfits/rockets/vengeance_missile.xml
+share/naev/dat/outfits/rockets/zalek_bomber_drone_fighter.xml
+share/naev/dat/outfits/rockets/zalek_heavy_drone_fighter.xml
+share/naev/dat/outfits/rockets/zalek_hunter.xml
+share/naev/dat/outfits/rockets/zalek_light_drone_fighter.xml
+share/naev/dat/outfits/rockets/zalek_reaper.xml
+share/naev/dat/outfits/unique/hades_torch.xml
+share/naev/dat/outfits/unique/valkyrie_beam.xml
+share/naev/dat/outfits/weapons/base_ripper_mk2.xml
+share/naev/dat/outfits/weapons/cheaters_laser_cannon.xml
+share/naev/dat/outfits/weapons/cheaters_ragnarok_beam.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.xml
+share/naev/dat/outfits/weapons/heavy_razor_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_mk0.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_cannon_mk3.xml
+share/naev/dat/outfits/weapons/laser_pd_mk1.xml
+share/naev/dat/outfits/weapons/laser_pd_mk2.xml
+share/naev/dat/outfits/weapons/laser_pd_mk3.xml
+share/naev/dat/outfits/weapons/laser_turret_mk1.xml
+share/naev/dat/outfits/weapons/laser_turret_mk2.xml
+share/naev/dat/outfits/weapons/laser_turret_mk3.xml
+share/naev/dat/outfits/weapons/mass_driver_mk1.xml
+share/naev/dat/outfits/weapons/mass_driver_mk2.xml
+share/naev/dat/outfits/weapons/mass_driver_mk3.xml
+share/naev/dat/outfits/weapons/neutron_disruptor.xml
+share/naev/dat/outfits/weapons/neutron_disruptor_heavy.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_blaster_mk1.xml
+share/naev/dat/outfits/weapons/plasma_blaster_mk2.xml
+share/naev/dat/outfits/weapons/plasma_blaster_mk3.xml
+share/naev/dat/outfits/weapons/plasma_cluster_cannon_mk1.xml
+share/naev/dat/outfits/weapons/plasma_cluster_cannon_mk2.xml
+share/naev/dat/outfits/weapons/plasma_cluster_cannon_mk3.xml
+share/naev/dat/outfits/weapons/plasma_turret_mk1.xml
+share/naev/dat/outfits/weapons/plasma_turret_mk2.xml
+share/naev/dat/outfits/weapons/pulse_beam.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_mk1.xml
+share/naev/dat/outfits/weapons/razor_mk2.xml
+share/naev/dat/outfits/weapons/razor_mk3.xml
+share/naev/dat/outfits/weapons/razor_turret_mk1.xml
+share/naev/dat/outfits/weapons/razor_turret_mk2.xml
+share/naev/dat/outfits/weapons/razor_turret_mk3.xml
+share/naev/dat/outfits/weapons/repeating_railgun.xml
+share/naev/dat/outfits/weapons/ripper_cannon.xml
+share/naev/dat/outfits/weapons/shattershield_lance.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/rescue.lua
+share/naev/dat/scripts/cargo_common.lua
+share/naev/dat/scripts/chatter.lua
+share/naev/dat/scripts/coreprofile.lua
+share/naev/dat/scripts/debug/debug.lua
+share/naev/dat/scripts/enum.lua
+share/naev/dat/scripts/fleet_form.lua
+share/naev/dat/scripts/fleethelper.lua
+share/naev/dat/scripts/formation.lua
+share/naev/dat/scripts/jumpdist.lua
+share/naev/dat/scripts/misnhelper.lua
+share/naev/dat/scripts/nextjump.lua
+share/naev/dat/scripts/numstring.lua
+share/naev/dat/scripts/pilot/generic.lua
+share/naev/dat/scripts/pilot/pirate.lua
+share/naev/dat/scripts/playerform.lua
+share/naev/dat/scripts/portrait.lua
+share/naev/dat/scripts/prng.lua
+share/naev/dat/scripts/proximity.lua
+share/naev/dat/scripts/selectiveclear.lua
+share/naev/dat/scripts/swapship.lua
+share/naev/dat/ships/admonisher.xml
+share/naev/dat/ships/ancestor.xml
+share/naev/dat/ships/diplomatic_vessel.xml
+share/naev/dat/ships/drone.xml
+share/naev/dat/ships/drone_heavy.xml
+share/naev/dat/ships/dvaered_ancestor.xml
+share/naev/dat/ships/dvaered_goddard.xml
+share/naev/dat/ships/dvaered_phalanx.xml
+share/naev/dat/ships/dvaered_vendetta.xml
+share/naev/dat/ships/dvaered_vigilance.xml
+share/naev/dat/ships/empire_admonisher.xml
+share/naev/dat/ships/empire_hawking.xml
+share/naev/dat/ships/empire_lancelot.xml
+share/naev/dat/ships/empire_pacifier.xml
+share/naev/dat/ships/empire_peacemaker.xml
+share/naev/dat/ships/empire_shark.xml
+share/naev/dat/ships/gawain.xml
+share/naev/dat/ships/goddard.xml
+share/naev/dat/ships/hawking.xml
+share/naev/dat/ships/hyena.xml
+share/naev/dat/ships/kestrel.xml
+share/naev/dat/ships/koala.xml
+share/naev/dat/ships/lancelot.xml
+share/naev/dat/ships/llama.xml
+share/naev/dat/ships/mule.xml
+share/naev/dat/ships/pacifier.xml
+share/naev/dat/ships/phalanx.xml
+share/naev/dat/ships/pirate_admonisher.xml
+share/naev/dat/ships/pirate_ancestor.xml
+share/naev/dat/ships/pirate_kestrel.xml
+share/naev/dat/ships/pirate_phalanx.xml
+share/naev/dat/ships/pirate_rhino.xml
+share/naev/dat/ships/pirate_shark.xml
+share/naev/dat/ships/pirate_vendetta.xml
+share/naev/dat/ships/proteron_archimedes.xml
+share/naev/dat/ships/proteron_derivative.xml
+share/naev/dat/ships/proteron_kahan.xml
+share/naev/dat/ships/proteron_watson.xml
+share/naev/dat/ships/quicksilver.xml
+share/naev/dat/ships/raelid_outpost.xml
+share/naev/dat/ships/raglan_outpost.xml
+share/naev/dat/ships/rhino.xml
+share/naev/dat/ships/schroedinger.xml
+share/naev/dat/ships/shark.xml
+share/naev/dat/ships/sindbad.xml
+share/naev/dat/ships/sirius_divinity.xml
+share/naev/dat/ships/sirius_dogma.xml
+share/naev/dat/ships/sirius_fidelity.xml
+share/naev/dat/ships/sirius_preacher.xml
+share/naev/dat/ships/sirius_reverence.xml
+share/naev/dat/ships/sirius_shaman.xml
+share/naev/dat/ships/soromid_arx.xml
+share/naev/dat/ships/soromid_brigand.xml
+share/naev/dat/ships/soromid_ira.xml
+share/naev/dat/ships/soromid_marauder.xml
+share/naev/dat/ships/soromid_nyx.xml
+share/naev/dat/ships/soromid_odium.xml
+share/naev/dat/ships/soromid_reaver.xml
+share/naev/dat/ships/soromid_vox.xml
+share/naev/dat/ships/thurion_apprehension.xml
+share/naev/dat/ships/thurion_certitude.xml
+share/naev/dat/ships/thurion_ingenuity.xml
+share/naev/dat/ships/thurion_perspicacity.xml
+share/naev/dat/ships/thurion_scintillation.xml
+share/naev/dat/ships/thurion_taciturnity.xml
+share/naev/dat/ships/thurion_virtuosity.xml
+share/naev/dat/ships/vendetta.xml
+share/naev/dat/ships/vigilance.xml
+share/naev/dat/ships/zalek_demon.xml
+share/naev/dat/ships/zalek_diablo.xml
+share/naev/dat/ships/zalek_drone_bomber.xml
+share/naev/dat/ships/zalek_drone_heavy.xml
+share/naev/dat/ships/zalek_drone_light.xml
+share/naev/dat/ships/zalek_drone_scout.xml
+share/naev/dat/ships/zalek_hephaestus.xml
+share/naev/dat/ships/zalek_imp.xml
+share/naev/dat/ships/zalek_mephisto.xml
+share/naev/dat/ships/zalek_prototype.xml
+share/naev/dat/ships/zalek_sting.xml
+share/naev/dat/slots.xml
+share/naev/dat/snd/SOUND_LICENSE.yaml
+share/naev/dat/snd/music.lua
+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/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/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/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/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/upbeat.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/afb_disengage.wav
+share/naev/dat/snd/sounds/afterburner.wav
+share/naev/dat/snd/sounds/autocannon.ogg
+share/naev/dat/snd/sounds/bansheeexp.ogg
+share/naev/dat/snd/sounds/beam0.wav
+share/naev/dat/snd/sounds/beam_off0.wav
+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/empexplode.ogg
+share/naev/dat/snd/sounds/engine.wav
+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/grenade.wav
+share/naev/dat/snd/sounds/grenadefire.ogg
+share/naev/dat/snd/sounds/hail.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/jump.wav
+share/naev/dat/snd/sounds/laser.wav
+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/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/plasma.wav
+share/naev/dat/snd/sounds/ripper.ogg
+share/naev/dat/snd/sounds/seeker.wav
+share/naev/dat/snd/sounds/target.wav
+share/naev/dat/snd/soundtrack.yaml
+share/naev/dat/spfx.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/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/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/auger.xml
+share/naev/dat/ssys/awowa.xml
+share/naev/dat/ssys/babylon.xml
+share/naev/dat/ssys/baf.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/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/castellan.xml
+share/naev/dat/ssys/cerberus.xml
+share/naev/dat/ssys/cherokee.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/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/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/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/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/gruz.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/hideyoshis_star.xml
+share/naev/dat/ssys/humdrum.xml
+share/naev/dat/ssys/hystera.xml
+share/naev/dat/ssys/infinity.xml
+share/naev/dat/ssys/ingot.xml
+share/naev/dat/ssys/iris.xml
+share/naev/dat/ssys/iroquois.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/khaas.xml
+share/naev/dat/ssys/kiwi.xml
+share/naev/dat/ssys/klantar.xml
+share/naev/dat/ssys/knave.xml
+share/naev/dat/ssys/kobopos.xml
+share/naev/dat/ssys/kohler.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/ksher.xml
+share/naev/dat/ssys/kyo.xml
+share/naev/dat/ssys/lapis.xml
+share/naev/dat/ssys/lazuli.xml
+share/naev/dat/ssys/limbo.xml
+share/naev/dat/ssys/longbow.xml
+share/naev/dat/ssys/machea.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/mohawk.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/navajo.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/niger.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/oriantis.xml
+share/naev/dat/ssys/orion.xml
+share/naev/dat/ssys/overture.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/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/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_prime.xml
+share/naev/dat/ssys/salvador.xml
+share/naev/dat/ssys/sarcophagus.xml
+share/naev/dat/ssys/sarrii.xml
+share/naev/dat/ssys/scarlet.xml
+share/naev/dat/ssys/seelie.xml
+share/naev/dat/ssys/seiben.xml
+share/naev/dat/ssys/seifer.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/sioux.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/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/tandar.xml
+share/naev/dat/ssys/tarmak.xml
+share/naev/dat/ssys/tarsus.xml
+share/naev/dat/ssys/tartan.xml
+share/naev/dat/ssys/tau_prime.xml
+share/naev/dat/ssys/telika.xml
+share/naev/dat/ssys/teller.xml
+share/naev/dat/ssys/tempus.xml
+share/naev/dat/ssys/terminus.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/todo_traders_here.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/ux.xml
+share/naev/dat/ssys/valerie.xml
+share/naev/dat/ssys/valur_gem.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/vlexon.xml
+share/naev/dat/ssys/volus.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/wolf.xml
+share/naev/dat/ssys/woreck.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.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/collective_dead.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/raelid_outpost_death.xml
+share/naev/dat/unidiff/raglan_outpost_death.xml
+share/naev/dat/unidiff/test.xml
 share/naev/naev-confupdate.sh
-share/naev/ndata
-share/pixmaps/naev.png
diff --git a/naev/distinfo b/naev/distinfo
index 4c4961137c..6a41ba9560 100644
--- a/naev/distinfo
+++ b/naev/distinfo
@@ -1,9 +1,12 @@
 $NetBSD: distinfo,v 1.1 2019/10/01 12:25:37 nia Exp $
 
-SHA1 (naev-0.7.0.tar.gz) = 5c5c5dc98052ef78248b8bd28fb07b23a1f8691c
-RMD160 (naev-0.7.0.tar.gz) = b689366541732392feda2991a2d38f28cb1c517f
-SHA512 (naev-0.7.0.tar.gz) = 21984eb9108cc8d656968817090c3d2067086f66d77177780c9c2764514b98bb1044e3af1fbcabddd4eb7a356145ea709748d540e1aa6e15efd1c3c7b3972723
-Size (naev-0.7.0.tar.gz) = 313689725 bytes
+SHA1 (naev-0.8.0.tar.gz) = ba2d23d7778d140b1bf840638c6d7a7184eb1ad8
+RMD160 (naev-0.8.0.tar.gz) = 2a6e096f34c9f5cc6ef714261769d3607d48a005
+SHA512 (naev-0.8.0.tar.gz) = 3b4544d1f916e1426775c0229a6e294a80d2b8de0657d761b911ddd43070d51e5986ca0f5f37731b65479de2fee484db0f893f8599947e0ebb5e58e817514bb0
+Size (naev-0.8.0.tar.gz) = 359215676 bytes
+SHA1 (patch-Makefile.am) = 88254c5e35033a188f09db8a50baedcdd6b76080
 SHA1 (patch-build_shave.in) = e548c7547bc81a16a7cfbf3e7a97e4e3e23787fc
-SHA1 (patch-configure.ac) = 5b725e9b9c128c6350fec1a2310d25e4f5c28f75
-SHA1 (patch-src_ndata.c) = 2dff16576a38076561b4776e842abaa20806e856
+SHA1 (patch-configure.ac) = b54678d7b79c06bd82fe1c8917184965561919ef
+SHA1 (patch-src_tk_widget_input.c) = 4aaaa3d1969bdb975bc7433494f1d3eadc543aab
+SHA1 (patch-src_utf8.c) = 4c10e8d8ec97cc7a4608870e90dcb38320794e03
+SHA1 (patch-utils_build_naev.sh) = ae67f5fbec418b058baaceafebdb056765627b73
diff --git a/naev/patches/patch-Makefile.am b/naev/patches/patch-Makefile.am
new file mode 100644
index 0000000000..9cab39bd15
--- /dev/null
+++ b/naev/patches/patch-Makefile.am
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Fix installation commands.
+
+--- Makefile.am.orig	2020-12-17 02:23:41.000000000 +0000
++++ Makefile.am
+@@ -106,7 +106,8 @@ $(MKSPR):
+ 	$(MAKE) -C utils/mkspr
+ 
+ install-data-local:
+-	(cd $(top_srcdir)/dat; find . -type f -exec install -Dm 644 "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \;)
++	(cd $(top_srcdir)/dat; find . -type d -exec ${INSTALL_GAME_DIR} "$(DESTDIR)$(pkgdatadir)/dat/{}" \;)
++	(cd $(top_srcdir)/dat; find . -type f -exec ${INSTALL_GAME_DATA} "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \;)
+ 
+ clean-local:
+ 	(rm -rf $(top_builddir)/dat/gettext)
diff --git a/naev/patches/patch-build_shave.in b/naev/patches/patch-build_shave.in
index 95c3cd23be..6fbbd78e35 100644
--- a/naev/patches/patch-build_shave.in
+++ b/naev/patches/patch-build_shave.in
@@ -1,4 +1,4 @@
-$NetBSD: patch-build_shave.in,v 1.1 2019/10/01 12:25:37 nia Exp $
+$NetBSD: patch-build_shave.in,v 1.1 2015/08/19 20:11:36 yhardy Exp $
 
 Fix shell script.
 
diff --git a/naev/patches/patch-configure.ac b/naev/patches/patch-configure.ac
index d7e8f2954d..e244f739b0 100644
--- a/naev/patches/patch-configure.ac
+++ b/naev/patches/patch-configure.ac
@@ -1,40 +1,44 @@
 $NetBSD: patch-configure.ac,v 1.1 2019/10/01 12:25:37 nia Exp $
 
-Add compile and linker flags for NetBSD.
-Fix shell script = tests.
+Add compile and linker flags for Free/Net/OpenBSD.
 
---- configure.ac.orig	2017-07-02 00:40:29.000000000 +0000
+--- configure.ac.orig	2020-12-17 02:23:41.000000000 +0000
 +++ configure.ac
-@@ -392,6 +392,9 @@ AS_IF([test "$have_sdl2" = "yes"], [
-      *-linux*)
-        SDL_CFLAGS="$SDL_CFLAGS -D_GNU_SOURCE=1"
-        ;;
-+     *-netbsd*)
-+       SDL_CFLAGS="$SDL_CFLAGS -D_GNU_SOURCE=1"
-+       ;;
-    esac
- # Disable mkspr
-    SDL_IMAGE_CFLAGS=
-@@ -412,6 +415,9 @@ case "$host" in
+@@ -344,6 +344,15 @@ case "$host" in
+   *-linux*)
+     SDL_CFLAGS="$SDL_CFLAGS -D_GNU_SOURCE=1"
+     ;;
++  *-freebsd*)
++    SDL_CFLAGS="$SDL_CFLAGS -D_GNU_SOURCE=1"
++    ;;
++  *-netbsd*)
++    SDL_CFLAGS="$SDL_CFLAGS -D_GNU_SOURCE=1"
++    ;;
++  *-openbsd*)
++    SDL_CFLAGS="$SDL_CFLAGS -D_GNU_SOURCE=1"
++    ;;
+ esac
+ 
+ # global
+@@ -364,6 +373,12 @@ case "$host" in
    *-linux*)
      GLOBAL_LIBS="$NAEV_LIBS -lm" # feels so wrong
      ;;
++  *-freebsd*)
++    GLOBAL_LIBS="$NAEV_LIBS -lm"
++    ;;
 +  *-netbsd*)
 +    GLOBAL_LIBS="$NAEV_LIBS -lm"
 +    ;;
    *-mingw*)
      GLOBAL_LIBS="$NAEV_LIBS -lwsock32"
      ;;
-@@ -470,10 +476,10 @@ esac
- # automake to detect when the binary needs recompiling after a library has been
- # changed.
- NAEV_DEPENDENCIES="$WIDGET_LIBS"
--AS_IF([test "$used_lua" == "internal"], [
-+AS_IF([test "$used_lua" = "internal"], [
-    NAEV_DEPENDENCIES="$NAEV_DEPENDENCIES $LUA_LIBS"
- ])
--AS_IF([test "$used_csparse" == "internal"], [
-+AS_IF([test "$used_csparse" = "internal"], [
-    NAEV_DEPENDENCIES="$NAEV_DEPENDENCIES $CSPARSE_LIBS"
- ])
+@@ -383,7 +398,7 @@ case "$host" in
+   *-mingw*)
+     ;;
+   *)
+-    NAEV_LIBS="$NAEV_LIBS -ldl"
++    NAEV_LIBS="$NAEV_LIBS ${DL_LIBS}"
+     ;;
+ esac
  
diff --git a/naev/patches/patch-src_ndata.c b/naev/patches/patch-src_ndata.c
deleted file mode 100644
index 64251e414f..0000000000
--- a/naev/patches/patch-src_ndata.c
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-src_ndata.c,v 1.1 2019/10/01 12:25:37 nia Exp $
-
-Support loading data from @DATADIR@ (set in the Makefile).
-
-$NetBSD: patch-src_ndata.c,v 1.1 2019/10/01 12:25:37 nia Exp $
-
---- src/ndata.c.orig	2015-03-17 16:29:43.000000000 +0000
-+++ src/ndata.c
-@@ -17,7 +17,7 @@
-  *  2) conf.lua option
-  * -- DONE AS NEEDED --
-  *  3) Current dir laid out (does not work well when iterating through directories)
-- *  4) ndata-$VERSION
-+ *  4) @DATADIR@/ndata-$VERSION
-  *  5) Makefile version
-  *  6) ./ndata*
-  *  7) dirname(argv[0])/ndata* (binary path)
-@@ -408,9 +408,9 @@ static int ndata_openFile (void)
- 
-       /* Check ndata with version appended. */
- #if VREV < 0
--      nsnprintf ( pathname, PATH_MAX, "%s-%d.%d.0-beta%d", NDATA_FILENAME, VMAJOR, VMINOR, ABS ( VREV ) );
-+      nsnprintf ( pathname, PATH_MAX, "@DATADIR@/%s-%d.%d.0-beta%d", NDATA_FILENAME, VMAJOR, VMINOR, ABS ( VREV ) );
- #else /* VREV < 0 */
--      nsnprintf ( pathname, PATH_MAX, "%s-%d.%d.%d", NDATA_FILENAME, VMAJOR, VMINOR, VREV );
-+      nsnprintf ( pathname, PATH_MAX, "@DATADIR@/%s-%d.%d.%d", NDATA_FILENAME, VMAJOR, VMINOR, VREV );
- #endif /* VREV < 0 */
- 
-       if (ndata_isndata(pathname)) {
diff --git a/naev/patches/patch-src_tk_widget_input.c b/naev/patches/patch-src_tk_widget_input.c
new file mode 100644
index 0000000000..25359cefca
--- /dev/null
+++ b/naev/patches/patch-src_tk_widget_input.c
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Fix a warning when compiling on NetBSD (namely, use an int argument
+for isspace instead of char).
+
+--- src/tk/widget/input.c.orig	2020-12-17 02:23:41.000000000 +0000
++++ src/tk/widget/input.c
+@@ -314,7 +314,7 @@ static int inp_key( Widget* inp, SDL_Key
+             line_end = curr_line_start + inp_rangeFromWidth( inp, curr_line_start, -1 );
+             if (inp->dat.inp.input[line_end] == '\0')
+                next_line_start = SIZE_MAX;
+-            else if (isspace(inp->dat.inp.input[line_end]))
++            else if (isspace((int)inp->dat.inp.input[line_end]))
+                next_line_start = line_end + 1;
+             else
+                next_line_start = line_end;
diff --git a/naev/patches/patch-src_utf8.c b/naev/patches/patch-src_utf8.c
new file mode 100644
index 0000000000..793f91b8a6
--- /dev/null
+++ b/naev/patches/patch-src_utf8.c
@@ -0,0 +1,18 @@
+$NetBSD$
+
+alloca(3) is in stdlib.h on NetBSD (others?)
+
+--- src/utf8.c.orig	2020-12-17 02:23:41.000000000 +0000
++++ src/utf8.c
+@@ -23,7 +23,11 @@
+ #if HAS_WIN32
+ #include <malloc.h>
+ #else /* HAS_WIN32 */
++#ifdef __linux__
+ #include <alloca.h> /* Not available in windows, necessary for linux. */
++#else
++#include <stdlib.h>
++#endif /* __linux__ */
+ #endif /* HAS_WIN32 */
+ #include <assert.h>
+ 
diff --git a/naev/patches/patch-utils_build_naev.sh b/naev/patches/patch-utils_build_naev.sh
new file mode 100644
index 0000000000..4d44dd6c2c
--- /dev/null
+++ b/naev/patches/patch-utils_build_naev.sh
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix equality test.
+
+--- utils/build/naev.sh.orig	2020-12-17 02:23:41.000000000 +0000
++++ utils/build/naev.sh
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+ cd @source_root@
+ type "gdb" > /dev/null
+-if [ "$?" == 0 ]; then
++if [ "$?" = 0 ]; then
+    gdb -x @source_root@/.gdbinit @naev_bin@ "$@"
+ else
+    @naev_bin@ "$@"


Home | Main Index | Thread Index | Old Index