cleanup: Remove expired ports:

2023-02-14 games/opendungeons: Broken for more than 6 months
This commit is contained in:
Rene Ladan 2023-02-15 00:32:03 +01:00
parent 1162a8c650
commit ae3f7a140c
8 changed files with 1 additions and 1059 deletions

1
MOVED
View file

@ -17764,3 +17764,4 @@ audio/libgpod-sharp||2023-02-01|Depends on EOLed gtk+20, not depended on in the
x11/plasma5-kwayland-server|x11-wm/plasma5-kwin|2023-02-07|Reintegrated into x11-wm/plasma5-kwin
finance/py-TA-Lib|finance/py-ta-lib|2023-02-12|Remove duplicate port
x11-toolkits/gnocl||2023-02-13|Fails to build, newer snapshot depends on a removed port
games/opendungeons||2023-02-14|Has expired: Broken for more than 6 months

View file

@ -709,7 +709,6 @@
SUBDIR += opencity
SUBDIR += openclaw
SUBDIR += openclonk
SUBDIR += opendungeons
SUBDIR += openenroth
SUBDIR += openfodder
SUBDIR += opengfx

View file

@ -1,44 +0,0 @@
PORTNAME= opendungeons
PORTVERSION= 0.7.1
PORTREVISION= 8
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source game inspired by Dungeon Keeper
WWW= https://opendungeons.github.io/
LICENSE= CC-BY-3.0 CC-BY-SA-3.0 CC0-1.0 GPLv3 MIT OFL11
LICENSE_COMB= multi
LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/licenses/CC-BY-3.0.txt
LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/licenses/CC-BY-SA-3.0.txt
LICENSE_FILE_CC0-1.0= ${WRKSRC}/licenses/CC0.txt
LICENSE_FILE_GPLv3= ${WRKSRC}/licenses/GPL-3.0.txt
LICENSE_FILE_MIT= ${WRKSRC}/licenses/MIT.txt
LICENSE_FILE_OFL11= ${WRKSRC}/licenses/SIL-Open-Font-License.txt
ONLY_FOR_ARCHS= amd64 i386
LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
libOIS.so:devel/ois \
libsfml-audio.so:devel/sfml \
libCEGUIBase-0.so:graphics/cegui \
libOgreMain.so:graphics/ogre3d19
BROKEN= error: no template named 'conditional_t' in namespace 'std'
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE=2023-02-14
USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= OpenDungeons
GH_PROJECT= OpenDungeons
CMAKE_ARGS= -DOD_BIN_PATH:PATH=${PREFIX}/bin \
-DOD_PLUGINS_CFG_PATH:PATH=${ETCDIR} \
-DOD_ENABLE_WARNINGS:BOOL=FALSE \
-DOD_TREAT_WARNINGS_AS_ERRORS:BOOL=FALSE
LDFLAGS+= -lexecinfo
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1516730466
SHA256 (OpenDungeons-OpenDungeons-0.7.1_GH0.tar.gz) = 7541acaf545ad6b2726f0319e073014cd872cef41b589a50ca03e44a4c222cde
SIZE (OpenDungeons-OpenDungeons-0.7.1_GH0.tar.gz) = 139830656

View file

@ -1,13 +0,0 @@
https://github.com/OpenDungeons/OpenDungeons/pull/1287
--- CMakeLists.txt.orig 2016-08-24 19:52:29 UTC
+++ CMakeLists.txt
@@ -634,7 +634,7 @@ endif()
# MSVC automatically links boost
if(NOT MSVC)
- target_link_libraries(${PROJECT_BINARY_NAME} ${Boost_LIBRARIES})
+ target_link_libraries(${PROJECT_BINARY_NAME} ${Boost_LIBRARIES} Threads::Threads)
endif()
# Link sfml

View file

@ -1,14 +0,0 @@
--- source/utils/StackTraceUnix.cpp.orig 2016-08-24 19:52:29 UTC
+++ source/utils/StackTraceUnix.cpp
@@ -105,9 +105,9 @@ void StackTracePrintPrivateData::critErrHandler(int si
sig_ucontext_t* uc = static_cast<sig_ucontext_t*>(ucontext);
#if defined(__i386__) // gcc specific
- caller_address = reinterpret_cast<void*>(uc->uc_mcontext.eip); // EIP: x86 specific
+ caller_address = reinterpret_cast<void*>(uc->uc_mcontext.sc_eip); // EIP: x86 specific
#elif defined(__x86_64__) // gcc specific
- caller_address = reinterpret_cast<void*>(uc->uc_mcontext.rip); // RIP: x86_64 specific
+ caller_address = reinterpret_cast<void*>(uc->uc_mcontext.sc_rip); // RIP: x86_64 specific
#else
#error Unsupported architecture. // TODO: Add support for other arch.
#endif

View file

@ -1,5 +0,0 @@
OpenDungeons is an open source, real time strategy game sharing game elements
with the Dungeon Keeper series and Evil Genius. Players build an underground
dungeon which is inhabited by creatures. Players fight each other for control
of the underground by indirectly commanding their creatures, directly casting
spells in combat, and luring enemies into sinister traps.

View file

@ -1,979 +0,0 @@
bin/opendungeons
%%ETCDIR%%/plugins.cfg
share/man/man6/opendungeons.6.gz
share/appdata/opendungeons.appdata.xml
share/applications/opendungeons.desktop
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/CREDITS
%%DOCSDIR%%/LICENSE.md
%%DOCSDIR%%/README.md
%%DOCSDIR%%/RELEASE-NOTES.md
share/games/opendungeons/config/creatures.cfg
share/games/opendungeons/config/equipments.cfg
share/games/opendungeons/config/factions.cfg
share/games/opendungeons/config/global.cfg
share/games/opendungeons/config/mainmenuscene.cfg
share/games/opendungeons/config/rooms.cfg
share/games/opendungeons/config/skills.cfg
share/games/opendungeons/config/spawnconditions.cfg
share/games/opendungeons/config/spells.cfg
share/games/opendungeons/config/tilesets.cfg
share/games/opendungeons/config/traps.cfg
share/games/opendungeons/gui/MenuConfigureSeats.layout
share/games/opendungeons/gui/MenuEditorLoad.layout
share/games/opendungeons/gui/MenuEditorNew.layout
share/games/opendungeons/gui/MenuLoad.layout
share/games/opendungeons/gui/MenuMain.layout
share/games/opendungeons/gui/MenuMasterServerJoin.layout
share/games/opendungeons/gui/MenuMultiplayerClient.layout
share/games/opendungeons/gui/MenuMultiplayerServer.layout
share/games/opendungeons/gui/MenuReplay.layout
share/games/opendungeons/gui/MenuSkirmish.layout
share/games/opendungeons/gui/ModeEditor.layout
share/games/opendungeons/gui/ModeGame.layout
share/games/opendungeons/gui/OD.looknfeel
share/games/opendungeons/gui/OD.project
share/games/opendungeons/gui/ODBackgrounds.imageset
share/games/opendungeons/gui/ODBackgrounds.png
share/games/opendungeons/gui/ODIcons.imageset
share/games/opendungeons/gui/ODIcons.png
share/games/opendungeons/gui/ODLogo.imageset
share/games/opendungeons/gui/ODLogo.png
share/games/opendungeons/gui/ODMainMenuBackground.imageset
share/games/opendungeons/gui/ODMainMenuBackground.png
share/games/opendungeons/gui/ODMainMenuButtons.imageset
share/games/opendungeons/gui/ODMainMenuButtons.png
share/games/opendungeons/gui/ODSkin.imageset
share/games/opendungeons/gui/ODSkin.png
share/games/opendungeons/gui/ODSkin.scheme
share/games/opendungeons/gui/WidgetsTest.layout
share/games/opendungeons/gui/WindowApplyChanges.layout
share/games/opendungeons/gui/WindowChat.layout
share/games/opendungeons/gui/WindowConsole.layout
share/games/opendungeons/gui/WindowEditorOptions.layout
share/games/opendungeons/gui/WindowEditorSubMenu.layout
share/games/opendungeons/gui/WindowEvent.layout
share/games/opendungeons/gui/WindowGameOptions.layout
share/games/opendungeons/gui/WindowHelp.layout
share/games/opendungeons/gui/WindowMultiplayerSubMenu.layout
share/games/opendungeons/gui/WindowObjectives.layout
share/games/opendungeons/gui/WindowPlayerSettings.layout
share/games/opendungeons/gui/WindowQuit.layout
share/games/opendungeons/gui/WindowSettings.layout
share/games/opendungeons/gui/WindowSkillTree.layout
share/games/opendungeons/gui/WindowSkirmishSubMenu.layout
share/games/opendungeons/gui/WindowTabCreatures.layout
share/games/opendungeons/gui/WindowTabRooms.layout
share/games/opendungeons/gui/WindowTabSpells.layout
share/games/opendungeons/gui/WindowTabTraps.layout
share/games/opendungeons/gui/fonts/LiberationSans-10.font
share/games/opendungeons/gui/fonts/LiberationSans-Bold.ttf
share/games/opendungeons/gui/fonts/MedievalSharp-10.font
share/games/opendungeons/gui/fonts/MedievalSharp-12.font
share/games/opendungeons/gui/fonts/MedievalSharp-Bold.ttf
share/games/opendungeons/gui/fonts/ogrefonts.fontdef
share/games/opendungeons/gui/schemas/Animation.xsd
share/games/opendungeons/gui/schemas/CEGUIConfig.xsd
share/games/opendungeons/gui/schemas/Falagard.xsd
share/games/opendungeons/gui/schemas/Font.xsd
share/games/opendungeons/gui/schemas/GUILayout.xsd
share/games/opendungeons/gui/schemas/GUIScheme.xsd
share/games/opendungeons/gui/schemas/Imageset.xsd
share/games/opendungeons/levels/multiplayer/Angel.level
share/games/opendungeons/levels/multiplayer/GreedOrMight.level
share/games/opendungeons/levels/multiplayer/RuinsOfTheConfluent.level
share/games/opendungeons/levels/multiplayer/ScreamInTheDark.level
share/games/opendungeons/levels/multiplayer/TestBigMap.level
share/games/opendungeons/levels/multiplayer/TestMultiplayerSmall1v1.level
share/games/opendungeons/levels/multiplayer/TestMultiplayerSmallAlliance.level
share/games/opendungeons/levels/multiplayer/TestMultiplayerSmallFreeForAll.level
share/games/opendungeons/levels/multiplayer/TheBridge.level
share/games/opendungeons/levels/multiplayer/aa.level
share/games/opendungeons/levels/multiplayer/ab.level
share/games/opendungeons/levels/skirmish/DuelToDeath.level
share/games/opendungeons/levels/skirmish/FallingKeeper.level
share/games/opendungeons/levels/skirmish/ForgottenTreasures.level
share/games/opendungeons/levels/skirmish/StoneKeep.level
share/games/opendungeons/levels/skirmish/TestLegacy.level
share/games/opendungeons/levels/skirmish/TestModelsFair.level
share/games/opendungeons/levels/skirmish/TestSingleplayerSmall.level
share/games/opendungeons/levels/skirmish/TestSingleplayerSmallEmpty.level
share/games/opendungeons/levels/skirmish/TestSingleplayerSmallPassability.level
share/games/opendungeons/levels/skirmish/TestWeaponsShowcase.level
share/games/opendungeons/levels/template.level
share/games/opendungeons/materials/RTShaderLib/Cg/DualQuaternionSkinning_Shadow.cg
share/games/opendungeons/materials/RTShaderLib/Cg/FFPLib_Common.cg
share/games/opendungeons/materials/RTShaderLib/Cg/FFPLib_Fog.cg
share/games/opendungeons/materials/RTShaderLib/Cg/FFPLib_Lighting.cg
share/games/opendungeons/materials/RTShaderLib/Cg/FFPLib_Texturing.cg
share/games/opendungeons/materials/RTShaderLib/Cg/FFPLib_Transform.cg
share/games/opendungeons/materials/RTShaderLib/Cg/HardwareSkinningShadow.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SGXLib_DualQuaternion.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SGXLib_IntegratedPSSM.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SGXLib_LayeredBlending.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SGXLib_NormalMapLighting.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SGXLib_PerPixelLighting.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SGXLib_TextureAtlas.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SGXLib_TriplanarTexturing.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SampleLib_InstancedViewports.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SampleLib_ReflectionMap.cg
share/games/opendungeons/materials/RTShaderLib/Cg/SegmentedPerPixelLighting.cg
share/games/opendungeons/materials/RTShaderLib/GLSL/120/FFPLib_Texturing.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/130/FFPLib_Texturing.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowCasterTwoPhaseTwoWeights.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowFourWeights.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowOneWeight.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowPassThrough_ps.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowPassThrough_vs.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowThreeWeights.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowTwoWeights.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/DualQuaternion_Common.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/FFPLib_Common.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/FFPLib_Fog.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/FFPLib_Lighting.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/FFPLib_Transform.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/HardwareSkinningShadow_Fragment.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/HardwareSkinningShadow_TwoWeights.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SGXLib_DualQuaternion.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SGXLib_IntegratedPSSM.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SGXLib_LayeredBlending.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SGXLib_NormalMapLighting.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SGXLib_PerPixelLighting.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SGXLib_TextureAtlas.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SGXLib_TriplanarTexturing.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SampleLib_InstancedViewports.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SampleLib_ReflectionMap.glsl
share/games/opendungeons/materials/RTShaderLib/GLSL/SegmentedPerPixelLighting.glsl
share/games/opendungeons/materials/RTShaderLib/HLSL/FFPLib_Common.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/FFPLib_Fog.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/FFPLib_Lighting.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/FFPLib_Texturing.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/FFPLib_Transform.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SGXLib_DualQuaternion.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SGXLib_IntegratedPSSM.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SGXLib_LayeredBlending.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SGXLib_NormalMapLighting.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SGXLib_PerPixelLighting.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SGXLib_TextureAtlas.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SGXLib_TriplanarTexturing.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SampleLib_InstancedViewports.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SampleLib_ReflectionMap.hlsl
share/games/opendungeons/materials/RTShaderLib/HLSL/SegmentedPerPixelLighting.hlsl
share/games/opendungeons/materials/RTShaderLib/materials/DualQuaternionSkinning_Shadow.material
share/games/opendungeons/materials/RTShaderLib/materials/HardwareSkinningShadow.material
share/games/opendungeons/materials/RTShaderLib/materials/RTShaderSystem.material
share/games/opendungeons/materials/RTShaderLib/materials/TriplanarTexturing.material
share/games/opendungeons/materials/scripts/Adventurer.material
share/games/opendungeons/materials/scripts/AdventurerBed.material
share/games/opendungeons/materials/scripts/Anvil.material
share/games/opendungeons/materials/scripts/Arena.material
share/games/opendungeons/materials/scripts/ArrowProjectile.material
share/games/opendungeons/materials/scripts/BasicAxe.material
share/games/opendungeons/materials/scripts/BasicHammer.material
share/games/opendungeons/materials/scripts/BasicShield.material
share/games/opendungeons/materials/scripts/BasicSword.material
share/games/opendungeons/materials/scripts/Bed.material
share/games/opendungeons/materials/scripts/Bookcase.material
share/games/opendungeons/materials/scripts/Bookshelf.material
share/games/opendungeons/materials/scripts/Boulder.material
share/games/opendungeons/materials/scripts/Bow.material
share/games/opendungeons/materials/scripts/Cannon.material
share/games/opendungeons/materials/scripts/Cannonball.material
share/games/opendungeons/materials/scripts/CasinoPokerTable.material
share/games/opendungeons/materials/scripts/CasinoWallBeer.material
share/games/opendungeons/materials/scripts/CaveHornetBody.material
share/games/opendungeons/materials/scripts/CaveHornetWings.material
share/games/opendungeons/materials/scripts/CelticCross.material
share/games/opendungeons/materials/scripts/Chicken.material
share/games/opendungeons/materials/scripts/ChickenCoop.material
share/games/opendungeons/materials/scripts/Chimney.material
share/games/opendungeons/materials/scripts/Claimed.material
share/games/opendungeons/materials/scripts/Claimedwall.material
share/games/opendungeons/materials/scripts/CreatureOverlay.material
share/games/opendungeons/materials/scripts/CreatureOverlayStatus.material
share/games/opendungeons/materials/scripts/Crossbow.material
share/games/opendungeons/materials/scripts/Crypt.material
share/games/opendungeons/materials/scripts/Cultist.material
share/games/opendungeons/materials/scripts/DCW0000.material
share/games/opendungeons/materials/scripts/DCW0100.material
share/games/opendungeons/materials/scripts/DCW0101.material
share/games/opendungeons/materials/scripts/DCW0110.material
share/games/opendungeons/materials/scripts/DCW1110.material
share/games/opendungeons/materials/scripts/DCW1111.material
share/games/opendungeons/materials/scripts/DarkElf.material
share/games/opendungeons/materials/scripts/Defender.material
share/games/opendungeons/materials/scripts/DefenderWeapon.material
share/games/opendungeons/materials/scripts/Dirt.material
share/games/opendungeons/materials/scripts/Dojo.material
share/games/opendungeons/materials/scripts/Dormitory.material
share/games/opendungeons/materials/scripts/Dragon.material
share/games/opendungeons/materials/scripts/DragonBed.material
share/games/opendungeons/materials/scripts/DungeonTemple.material
share/games/opendungeons/materials/scripts/Dwarf1.material
share/games/opendungeons/materials/scripts/Dwarf2.material
share/games/opendungeons/materials/scripts/Elf.material
share/games/opendungeons/materials/scripts/Farm.material
share/games/opendungeons/materials/scripts/Flame.material
share/games/opendungeons/materials/scripts/FlyingSkull.material
share/games/opendungeons/materials/scripts/Forge.material
share/games/opendungeons/materials/scripts/Foundry.material
share/games/opendungeons/materials/scripts/GemFull.material
share/games/opendungeons/materials/scripts/GemGround.material
share/games/opendungeons/materials/scripts/Gnome.material
share/games/opendungeons/materials/scripts/GoblinBed.material
share/games/opendungeons/materials/scripts/GoblinBody.material
share/games/opendungeons/materials/scripts/GoblinKnife.material
share/games/opendungeons/materials/scripts/Gold.material
share/games/opendungeons/materials/scripts/GoldGround.material
share/games/opendungeons/materials/scripts/Goldstacks.material
share/games/opendungeons/materials/scripts/Grimoire.material
share/games/opendungeons/materials/scripts/Grindstone.material
share/games/opendungeons/materials/scripts/Hammock.material
share/games/opendungeons/materials/scripts/ImpBed.material
share/games/opendungeons/materials/scripts/Keeperhand.material
share/games/opendungeons/materials/scripts/Knight.material
share/games/opendungeons/materials/scripts/KnightCoffin.material
share/games/opendungeons/materials/scripts/KnightStatue.material
share/games/opendungeons/materials/scripts/KnightStatue2.material
share/games/opendungeons/materials/scripts/Kobold.material
share/games/opendungeons/materials/scripts/Kreatur.material
share/games/opendungeons/materials/scripts/Lamp.material
share/games/opendungeons/materials/scripts/Lava.material
share/games/opendungeons/materials/scripts/LavaSpawn.material
share/games/opendungeons/materials/scripts/Library.material
share/games/opendungeons/materials/scripts/Lizardman.material
share/games/opendungeons/materials/scripts/LizardmanBed.material
share/games/opendungeons/materials/scripts/Longsword.material
share/games/opendungeons/materials/scripts/MissileMagic.material
share/games/opendungeons/materials/scripts/Monk.material
share/games/opendungeons/materials/scripts/MysteryBox.material
share/games/opendungeons/materials/scripts/NatureMonster.material
share/games/opendungeons/materials/scripts/Orc.material
share/games/opendungeons/materials/scripts/OrcBed.material
share/games/opendungeons/materials/scripts/PitDemon.material
share/games/opendungeons/materials/scripts/Podium.material
share/games/opendungeons/materials/scripts/Portal.material
share/games/opendungeons/materials/scripts/PortalVortex.material
share/games/opendungeons/materials/scripts/Prison.material
share/games/opendungeons/materials/scripts/RangerBed.material
share/games/opendungeons/materials/scripts/Rat.material
share/games/opendungeons/materials/scripts/ReflMetal.material
share/games/opendungeons/materials/scripts/Roach.material
share/games/opendungeons/materials/scripts/Rock.material
share/games/opendungeons/materials/scripts/Roulette.material
share/games/opendungeons/materials/scripts/Roundshield.material
share/games/opendungeons/materials/scripts/RunelordDwarf.material
share/games/opendungeons/materials/scripts/Scarab.material
share/games/opendungeons/materials/scripts/Skull_Monster.material
share/games/opendungeons/materials/scripts/Slime.material
share/games/opendungeons/materials/scripts/SmallSpider.material
share/games/opendungeons/materials/scripts/SpellCreatureDefense.material
share/games/opendungeons/materials/scripts/SpellCreatureExplosion.material
share/games/opendungeons/materials/scripts/SpellCreatureHaste.material
share/games/opendungeons/materials/scripts/SpellCreatureHeal.material
share/games/opendungeons/materials/scripts/SpellCreatureSlow.material
share/games/opendungeons/materials/scripts/SpellCreatureStrength.material
share/games/opendungeons/materials/scripts/SpellCreatureWeak.material
share/games/opendungeons/materials/scripts/Spider.material
share/games/opendungeons/materials/scripts/SpiderBed.material
share/games/opendungeons/materials/scripts/SpiderBedWeb.material
share/games/opendungeons/materials/scripts/Spiketrap.material
share/games/opendungeons/materials/scripts/Staff.material
share/games/opendungeons/materials/scripts/StoneBridge.material
share/games/opendungeons/materials/scripts/StoneCoffin.material
share/games/opendungeons/materials/scripts/T2HammerGood.material
share/games/opendungeons/materials/scripts/T2ShieldEvil.material
share/games/opendungeons/materials/scripts/T2ShieldGood.material
share/games/opendungeons/materials/scripts/T2SwordGood.material
share/games/opendungeons/materials/scripts/T3HammerGood.material
share/games/opendungeons/materials/scripts/T3ShieldEvil.material
share/games/opendungeons/materials/scripts/T3ShieldGood.material
share/games/opendungeons/materials/scripts/T3SwordGood.material
share/games/opendungeons/materials/scripts/T4HammerGood.material
share/games/opendungeons/materials/scripts/T4ShieldEvil.material
share/games/opendungeons/materials/scripts/T4ShieldGood.material
share/games/opendungeons/materials/scripts/T4SwordGood.material
share/games/opendungeons/materials/scripts/TentacleAlbine.material
share/games/opendungeons/materials/scripts/TentacleBed.material
share/games/opendungeons/materials/scripts/TentacleGreen.material
share/games/opendungeons/materials/scripts/TortureObject.material
share/games/opendungeons/materials/scripts/TrainingDummy1.material
share/games/opendungeons/materials/scripts/TrainingDummy2.material
share/games/opendungeons/materials/scripts/TrainingDummy3.material
share/games/opendungeons/materials/scripts/TrainingDummy4.material
share/games/opendungeons/materials/scripts/Treasury.material
share/games/opendungeons/materials/scripts/Troll.material
share/games/opendungeons/materials/scripts/TrollBed.material
share/games/opendungeons/materials/scripts/TrollRock.material
share/games/opendungeons/materials/scripts/WarBanner.material
share/games/opendungeons/materials/scripts/WarBannerAlpha.material
share/games/opendungeons/materials/scripts/Water.material
share/games/opendungeons/materials/scripts/WeaponShield1.material
share/games/opendungeons/materials/scripts/WeaponShield2.material
share/games/opendungeons/materials/scripts/Wizard.material
share/games/opendungeons/materials/scripts/WoodBridge.material
share/games/opendungeons/materials/scripts/WoodenDoor.material
share/games/opendungeons/materials/scripts/Workshop.material
share/games/opendungeons/materials/scripts/WorkshopMachine1.material
share/games/opendungeons/materials/scripts/WorkshopMachine2.material
share/games/opendungeons/materials/scripts/Wyvern.material
share/games/opendungeons/materials/scripts/undead Army.material
share/games/opendungeons/materials/textures/Adventurer.png
share/games/opendungeons/materials/textures/AdventurerBed.png
share/games/opendungeons/materials/textures/Anvil.png
share/games/opendungeons/materials/textures/AnvilNormal.png
share/games/opendungeons/materials/textures/Arena.png
share/games/opendungeons/materials/textures/ArenaNormal.png
share/games/opendungeons/materials/textures/BasicAxe.png
share/games/opendungeons/materials/textures/BasicAxeNormal.png
share/games/opendungeons/materials/textures/BasicHammer.png
share/games/opendungeons/materials/textures/BasicHammerNormal.png
share/games/opendungeons/materials/textures/BasicShield.png
share/games/opendungeons/materials/textures/BasicShieldNormal.png
share/games/opendungeons/materials/textures/BasicSword.png
share/games/opendungeons/materials/textures/BasicSwordNormal.png
share/games/opendungeons/materials/textures/BedBlanket.png
share/games/opendungeons/materials/textures/BedWood.png
share/games/opendungeons/materials/textures/Black.png
share/games/opendungeons/materials/textures/Bookcase.png
share/games/opendungeons/materials/textures/BookcaseNormal.png
share/games/opendungeons/materials/textures/Bookshelf.png
share/games/opendungeons/materials/textures/BookshelfNormal.png
share/games/opendungeons/materials/textures/Boulder.png
share/games/opendungeons/materials/textures/Bow.png
share/games/opendungeons/materials/textures/BowNormal.png
share/games/opendungeons/materials/textures/Cannon.png
share/games/opendungeons/materials/textures/CasinoPokerTable.png
share/games/opendungeons/materials/textures/CasinoPokerTableNormal.png
share/games/opendungeons/materials/textures/CasinoWallBeer.png
share/games/opendungeons/materials/textures/CasinoWallBeerNormal.png
share/games/opendungeons/materials/textures/Cavehornet.png
share/games/opendungeons/materials/textures/CavehornetNormal.png
share/games/opendungeons/materials/textures/CelticCross.png
share/games/opendungeons/materials/textures/CelticCrossNormal.png
share/games/opendungeons/materials/textures/Chicken.png
share/games/opendungeons/materials/textures/ChickenCoop.png
share/games/opendungeons/materials/textures/ChickenCoopNormal.png
share/games/opendungeons/materials/textures/ChickenNormal.png
share/games/opendungeons/materials/textures/Chimney.png
share/games/opendungeons/materials/textures/ChimneyNormal.png
share/games/opendungeons/materials/textures/Claimed.png
share/games/opendungeons/materials/textures/ClaimedMask.png
share/games/opendungeons/materials/textures/ClaimedNormal.png
share/games/opendungeons/materials/textures/ClaimedWall.png
share/games/opendungeons/materials/textures/ClaimedWallMask.png
share/games/opendungeons/materials/textures/ClaimedWallNormal.png
share/games/opendungeons/materials/textures/ConcreteDirty.png
share/games/opendungeons/materials/textures/ConcreteDirtyNormal.png
share/games/opendungeons/materials/textures/CreatureAngry.png
share/games/opendungeons/materials/textures/CreatureFurious.png
share/games/opendungeons/materials/textures/CreatureHungry.png
share/games/opendungeons/materials/textures/CreatureKO.png
share/games/opendungeons/materials/textures/CreatureLeaving.png
share/games/opendungeons/materials/textures/CreatureOverlay0.png
share/games/opendungeons/materials/textures/CreatureOverlay1.png
share/games/opendungeons/materials/textures/CreatureOverlay2.png
share/games/opendungeons/materials/textures/CreatureOverlay3.png
share/games/opendungeons/materials/textures/CreatureOverlay4.png
share/games/opendungeons/materials/textures/CreatureOverlay5.png
share/games/opendungeons/materials/textures/CreatureOverlay6.png
share/games/opendungeons/materials/textures/CreatureOverlay7.png
share/games/opendungeons/materials/textures/CreaturePaid.png
share/games/opendungeons/materials/textures/CreaturePrisoner.png
share/games/opendungeons/materials/textures/CreatureSleepy.png
share/games/opendungeons/materials/textures/CreatureStunned.png
share/games/opendungeons/materials/textures/Crossbow.png
share/games/opendungeons/materials/textures/CrossbowNormal.png
share/games/opendungeons/materials/textures/Crypt.png
share/games/opendungeons/materials/textures/CryptNormal.png
share/games/opendungeons/materials/textures/Cultist.png
share/games/opendungeons/materials/textures/CultistNormal.png
share/games/opendungeons/materials/textures/DarkElfCloth.png
share/games/opendungeons/materials/textures/DarkElfClothNormal.png
share/games/opendungeons/materials/textures/DarkElfHair.png
share/games/opendungeons/materials/textures/DarkElfHairNormal.png
share/games/opendungeons/materials/textures/DarkElfHorns.png
share/games/opendungeons/materials/textures/DarkElfHornsNormal.png
share/games/opendungeons/materials/textures/DarkElfSkin.png
share/games/opendungeons/materials/textures/DarkElfSkinNormal.png
share/games/opendungeons/materials/textures/Defender.png
share/games/opendungeons/materials/textures/DefenderNormal.png
share/games/opendungeons/materials/textures/DefenderWeapon.png
share/games/opendungeons/materials/textures/DefenderWeaponNormal.png
share/games/opendungeons/materials/textures/Dirt.png
share/games/opendungeons/materials/textures/DirtNormal.png
share/games/opendungeons/materials/textures/Dojo.png
share/games/opendungeons/materials/textures/DojoNormal.png
share/games/opendungeons/materials/textures/Dormitory.png
share/games/opendungeons/materials/textures/DormitoryNormal.png
share/games/opendungeons/materials/textures/Dragon.png
share/games/opendungeons/materials/textures/DragonBed.png
share/games/opendungeons/materials/textures/DragonBedNormal.png
share/games/opendungeons/materials/textures/DragonNormal.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0000.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0000Normal.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0100.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0100Normal.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0101.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0101Normal.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0110.png
share/games/opendungeons/materials/textures/DungeonClaimedWall0110Normal.png
share/games/opendungeons/materials/textures/DungeonClaimedWall1110.png
share/games/opendungeons/materials/textures/DungeonClaimedWall1110Normal.png
share/games/opendungeons/materials/textures/DungeonClaimedWall1111.png
share/games/opendungeons/materials/textures/DungeonClaimedWall1111Normal.png
share/games/opendungeons/materials/textures/DungeonClaimedWallMask.png
share/games/opendungeons/materials/textures/DungeonClaimedWallMask2.png
share/games/opendungeons/materials/textures/DungeonTemple.png
share/games/opendungeons/materials/textures/Dwarf1.png
share/games/opendungeons/materials/textures/Dwarf2.png
share/games/opendungeons/materials/textures/ElfCloth.png
share/games/opendungeons/materials/textures/ElfClothNormal.png
share/games/opendungeons/materials/textures/ElfHair.png
share/games/opendungeons/materials/textures/ElfSkin.png
share/games/opendungeons/materials/textures/ElfSkinNormal.png
share/games/opendungeons/materials/textures/EnvmapCity.png
share/games/opendungeons/materials/textures/EnvmapMetal.png
share/games/opendungeons/materials/textures/Farm.png
share/games/opendungeons/materials/textures/FarmNormal.png
share/games/opendungeons/materials/textures/Flame.png
share/games/opendungeons/materials/textures/Flare.png
share/games/opendungeons/materials/textures/FlyingSkull.png
share/games/opendungeons/materials/textures/FlyingSkullNormal.png
share/games/opendungeons/materials/textures/Forge.png
share/games/opendungeons/materials/textures/ForgeNormal.png
share/games/opendungeons/materials/textures/Foundry.png
share/games/opendungeons/materials/textures/FoundryNormal.png
share/games/opendungeons/materials/textures/Gems.png
share/games/opendungeons/materials/textures/GemsGround.png
share/games/opendungeons/materials/textures/Gnome.png
share/games/opendungeons/materials/textures/Goblin.png
share/games/opendungeons/materials/textures/GoblinBed.png
share/games/opendungeons/materials/textures/GoblinBedNormal.png
share/games/opendungeons/materials/textures/GoblinKnife.png
share/games/opendungeons/materials/textures/GoblinKnifeNormal.png
share/games/opendungeons/materials/textures/GoblinNormal.png
share/games/opendungeons/materials/textures/Gold.png
share/games/opendungeons/materials/textures/GoldGround.png
share/games/opendungeons/materials/textures/GoldNormal.png
share/games/opendungeons/materials/textures/GoldStacks.png
share/games/opendungeons/materials/textures/GoldStacksNormal.png
share/games/opendungeons/materials/textures/Grimoire.png
share/games/opendungeons/materials/textures/GrimoireNormal.png
share/games/opendungeons/materials/textures/Grindstone.png
share/games/opendungeons/materials/textures/GrindstoneNormal.png
share/games/opendungeons/materials/textures/Hammock.png
share/games/opendungeons/materials/textures/HammockNormal.png
share/games/opendungeons/materials/textures/Hasteflare.png
share/games/opendungeons/materials/textures/Heartflare.png
share/games/opendungeons/materials/textures/ImpBed.png
share/games/opendungeons/materials/textures/ImpBedNormal.png
share/games/opendungeons/materials/textures/Keeperhand.png
share/games/opendungeons/materials/textures/KeeperhandNormal.png
share/games/opendungeons/materials/textures/Knight.png
share/games/opendungeons/materials/textures/KnightStatue.png
share/games/opendungeons/materials/textures/Kobold.png
share/games/opendungeons/materials/textures/Kreatur.png
share/games/opendungeons/materials/textures/KreaturNormal.png
share/games/opendungeons/materials/textures/Lamp.png
share/games/opendungeons/materials/textures/LampNormal.png
share/games/opendungeons/materials/textures/Lava.png
share/games/opendungeons/materials/textures/LavaSpawn.png
share/games/opendungeons/materials/textures/LavaSpawnNormal.png
share/games/opendungeons/materials/textures/Library.png
share/games/opendungeons/materials/textures/LibraryNormal.png
share/games/opendungeons/materials/textures/Lizardman.png
share/games/opendungeons/materials/textures/LizardmanBed.png
share/games/opendungeons/materials/textures/LizardmanBedNormal.png
share/games/opendungeons/materials/textures/LizardmanNormal.png
share/games/opendungeons/materials/textures/Longsword.png
share/games/opendungeons/materials/textures/MonkBody.png
share/games/opendungeons/materials/textures/MonkBodyNormal.png
share/games/opendungeons/materials/textures/MonkHair.png
share/games/opendungeons/materials/textures/MonkHead.png
share/games/opendungeons/materials/textures/MonkHeadNormal.png
share/games/opendungeons/materials/textures/MysteryBox.png
share/games/opendungeons/materials/textures/MysteryBoxNormal.png
share/games/opendungeons/materials/textures/Orc.png
share/games/opendungeons/materials/textures/OrcBed.png
share/games/opendungeons/materials/textures/OrcBedNormal.png
share/games/opendungeons/materials/textures/OrcNormal.png
share/games/opendungeons/materials/textures/PitDemon.png
share/games/opendungeons/materials/textures/PitDemonNormal.png
share/games/opendungeons/materials/textures/Podium.png
share/games/opendungeons/materials/textures/PodiumNormal.png
share/games/opendungeons/materials/textures/Portal.png
share/games/opendungeons/materials/textures/PortalNormal.png
share/games/opendungeons/materials/textures/PortalVortex.png
share/games/opendungeons/materials/textures/Prison.png
share/games/opendungeons/materials/textures/PrisonNormal.png
share/games/opendungeons/materials/textures/RangerBed.png
share/games/opendungeons/materials/textures/RangerBedNormal.png
share/games/opendungeons/materials/textures/RatBody.png
share/games/opendungeons/materials/textures/RatBodyNorm.png
share/games/opendungeons/materials/textures/RatHead.png
share/games/opendungeons/materials/textures/RatHeadNorm.png
share/games/opendungeons/materials/textures/Roach.png
share/games/opendungeons/materials/textures/RoachNormal.png
share/games/opendungeons/materials/textures/Rock.png
share/games/opendungeons/materials/textures/Roulette.png
share/games/opendungeons/materials/textures/RouletteNormal.png
share/games/opendungeons/materials/textures/Roundshield.png
share/games/opendungeons/materials/textures/RunelordDwarf.png
share/games/opendungeons/materials/textures/RunelordDwarfNormal.png
share/games/opendungeons/materials/textures/Scarab.png
share/games/opendungeons/materials/textures/ScarabNormal.png
share/games/opendungeons/materials/textures/Shieldflare.png
share/games/opendungeons/materials/textures/Skull_Monster_512.png
share/games/opendungeons/materials/textures/Slime.png
share/games/opendungeons/materials/textures/Slowflare.png
share/games/opendungeons/materials/textures/SmallSpider.png
share/games/opendungeons/materials/textures/Spider.png
share/games/opendungeons/materials/textures/SpiderBed.png
share/games/opendungeons/materials/textures/SpiderBedNormal.png
share/games/opendungeons/materials/textures/SpiderNormal.png
share/games/opendungeons/materials/textures/Spiketrap.png
share/games/opendungeons/materials/textures/Staff.png
share/games/opendungeons/materials/textures/StoneBridge.png
share/games/opendungeons/materials/textures/StoneBridgeMask.png
share/games/opendungeons/materials/textures/StoneBridgeNormal.png
share/games/opendungeons/materials/textures/StoneCoffin.png
share/games/opendungeons/materials/textures/StoneCoffinNormal.png
share/games/opendungeons/materials/textures/Strengthflare.png
share/games/opendungeons/materials/textures/T2HammerGood.png
share/games/opendungeons/materials/textures/T2HammerGoodNormal.png
share/games/opendungeons/materials/textures/T2ShieldEvil.png
share/games/opendungeons/materials/textures/T2ShieldEvilNormal.png
share/games/opendungeons/materials/textures/T2ShieldGood.png
share/games/opendungeons/materials/textures/T2ShieldGoodNormal.png
share/games/opendungeons/materials/textures/T2SwordGood.png
share/games/opendungeons/materials/textures/T2SwordGoodNormal.png
share/games/opendungeons/materials/textures/T3HammerGood.png
share/games/opendungeons/materials/textures/T3HammerGoodNormal.png
share/games/opendungeons/materials/textures/T3ShieldEvil.png
share/games/opendungeons/materials/textures/T3ShieldEvilNormal.png
share/games/opendungeons/materials/textures/T3ShieldGood.png
share/games/opendungeons/materials/textures/T3ShieldGoodNormal.png
share/games/opendungeons/materials/textures/T3SwordGood.png
share/games/opendungeons/materials/textures/T3SwordGoodNormal.png
share/games/opendungeons/materials/textures/T4HammerGood.png
share/games/opendungeons/materials/textures/T4HammerGoodNormal.png
share/games/opendungeons/materials/textures/T4ShieldEvil.png
share/games/opendungeons/materials/textures/T4ShieldEvilNormal.png
share/games/opendungeons/materials/textures/T4ShieldGood.png
share/games/opendungeons/materials/textures/T4ShieldGoodNormal.png
share/games/opendungeons/materials/textures/T4SwordGood.png
share/games/opendungeons/materials/textures/T4SwordGoodNormal.png
share/games/opendungeons/materials/textures/TentacleAlbine.png
share/games/opendungeons/materials/textures/TentacleBed.png
share/games/opendungeons/materials/textures/TentacleBedNormal.png
share/games/opendungeons/materials/textures/TentacleGreen.png
share/games/opendungeons/materials/textures/TentacleNormal.png
share/games/opendungeons/materials/textures/TortureObject.png
share/games/opendungeons/materials/textures/TortureObjectNormal.png
share/games/opendungeons/materials/textures/TrainingDummy1.png
share/games/opendungeons/materials/textures/TrainingDummy1Normal.png
share/games/opendungeons/materials/textures/TrainingDummy2.png
share/games/opendungeons/materials/textures/TrainingDummy2Normal.png
share/games/opendungeons/materials/textures/TrainingDummy3.png
share/games/opendungeons/materials/textures/TrainingDummy3Normal.png
share/games/opendungeons/materials/textures/TrainingDummy4.png
share/games/opendungeons/materials/textures/TrainingDummy4Normal.png
share/games/opendungeons/materials/textures/Treasury.png
share/games/opendungeons/materials/textures/TreasuryNormal.png
share/games/opendungeons/materials/textures/Troll.png
share/games/opendungeons/materials/textures/TrollBed.png
share/games/opendungeons/materials/textures/TrollBedNormal.png
share/games/opendungeons/materials/textures/TrollNormal.png
share/games/opendungeons/materials/textures/TrollRock.png
share/games/opendungeons/materials/textures/WarBanner.png
share/games/opendungeons/materials/textures/WarBannerNormal.png
share/games/opendungeons/materials/textures/Water.png
share/games/opendungeons/materials/textures/Weakflare.png
share/games/opendungeons/materials/textures/WeaponShield1.png
share/games/opendungeons/materials/textures/WeaponShield1Normal.png
share/games/opendungeons/materials/textures/WeaponShield2.png
share/games/opendungeons/materials/textures/WeaponShield2Normal.png
share/games/opendungeons/materials/textures/White.png
share/games/opendungeons/materials/textures/Wizard.png
share/games/opendungeons/materials/textures/WoodBridge.png
share/games/opendungeons/materials/textures/WoodBridgeMask.png
share/games/opendungeons/materials/textures/WoodBridgeNormal.png
share/games/opendungeons/materials/textures/WoodenDoor.png
share/games/opendungeons/materials/textures/Workshop.png
share/games/opendungeons/materials/textures/WorkshopMachine1.png
share/games/opendungeons/materials/textures/WorkshopMachine1Normal.png
share/games/opendungeons/materials/textures/WorkshopMachine2.png
share/games/opendungeons/materials/textures/WorkshopMachine2Normal.png
share/games/opendungeons/materials/textures/WorkshopNormal.png
share/games/opendungeons/materials/textures/Wyvern.png
share/games/opendungeons/materials/textures/WyvernNormal.png
share/games/opendungeons/materials/textures/forest-monster-norm.png
share/games/opendungeons/materials/textures/forest-monster-skin1.png
share/games/opendungeons/materials/textures/undead_color.png
share/games/opendungeons/models/Adventurer.mesh
share/games/opendungeons/models/Adventurer.skeleton
share/games/opendungeons/models/AdventurerBed.mesh
share/games/opendungeons/models/Anvil.mesh
share/games/opendungeons/models/Arena.mesh
share/games/opendungeons/models/ArrowProjectile.mesh
share/games/opendungeons/models/BasicAxe.mesh
share/games/opendungeons/models/BasicHammer.mesh
share/games/opendungeons/models/BasicShield.mesh
share/games/opendungeons/models/BasicSword.mesh
share/games/opendungeons/models/Bed.mesh
share/games/opendungeons/models/Bookcase.mesh
share/games/opendungeons/models/Bookshelf.mesh
share/games/opendungeons/models/Boulder.mesh
share/games/opendungeons/models/Boulder.skeleton
share/games/opendungeons/models/Bow.mesh
share/games/opendungeons/models/Cannon.mesh
share/games/opendungeons/models/Cannonball.mesh
share/games/opendungeons/models/Casino.mesh
share/games/opendungeons/models/CasinoPokerTable.mesh
share/games/opendungeons/models/CasinoWallBeer.mesh
share/games/opendungeons/models/CaveHornet.mesh
share/games/opendungeons/models/CaveHornet.skeleton
share/games/opendungeons/models/CelticCross.mesh
share/games/opendungeons/models/Chicken.mesh
share/games/opendungeons/models/Chicken.skeleton
share/games/opendungeons/models/ChickenCoop.mesh
share/games/opendungeons/models/Chimney.mesh
share/games/opendungeons/models/Claimed_fl_0000.mesh
share/games/opendungeons/models/Claimed_fl_0100.mesh
share/games/opendungeons/models/Claimed_fl_0101.mesh
share/games/opendungeons/models/Claimed_fl_0110.mesh
share/games/opendungeons/models/Claimed_fl_1110.mesh
share/games/opendungeons/models/Claimed_fl_1111.mesh
share/games/opendungeons/models/Claimed_gd_1111.mesh
share/games/opendungeons/models/Cre_vision_indicator.mesh
share/games/opendungeons/models/Crossbow.mesh
share/games/opendungeons/models/Crypt.mesh
share/games/opendungeons/models/Cultist.mesh
share/games/opendungeons/models/Cultist.skeleton
share/games/opendungeons/models/DarkElf.mesh
share/games/opendungeons/models/DarkElf.skeleton
share/games/opendungeons/models/Defender.mesh
share/games/opendungeons/models/Defender.skeleton
share/games/opendungeons/models/Dirt0.mesh
share/games/opendungeons/models/Dirt100.mesh
share/games/opendungeons/models/Dirt101.mesh
share/games/opendungeons/models/Dirt102.mesh
share/games/opendungeons/models/Dirt103.mesh
share/games/opendungeons/models/Dirt104.mesh
share/games/opendungeons/models/Dirt105.mesh
share/games/opendungeons/models/Dirt_fl_0000.mesh
share/games/opendungeons/models/Dirt_fl_0100.mesh
share/games/opendungeons/models/Dirt_fl_0101.mesh
share/games/opendungeons/models/Dirt_fl_0110.mesh
share/games/opendungeons/models/Dirt_fl_1011.mesh
share/games/opendungeons/models/Dirt_fl_1111.mesh
share/games/opendungeons/models/Dirt_gd_1111.mesh
share/games/opendungeons/models/Dojo.mesh
share/games/opendungeons/models/Dormitory.mesh
share/games/opendungeons/models/Dragon.mesh
share/games/opendungeons/models/Dragon.skeleton
share/games/opendungeons/models/DragonBed.mesh
share/games/opendungeons/models/DungeonTemple.mesh
share/games/opendungeons/models/DungeonTempleObject.mesh
share/games/opendungeons/models/DungeonTempleObject.skeleton
share/games/opendungeons/models/Dwarf1.mesh
share/games/opendungeons/models/Dwarf1.skeleton
share/games/opendungeons/models/Dwarf2.mesh
share/games/opendungeons/models/Dwarf2.skeleton
share/games/opendungeons/models/Elf.mesh
share/games/opendungeons/models/Elf.skeleton
share/games/opendungeons/models/Farm.mesh
share/games/opendungeons/models/FlyingSkull.mesh
share/games/opendungeons/models/FlyingSkull.skeleton
share/games/opendungeons/models/Forge.mesh
share/games/opendungeons/models/Foundry.mesh
share/games/opendungeons/models/Gnome.mesh
share/games/opendungeons/models/Gnome.skeleton
share/games/opendungeons/models/Goblin.mesh
share/games/opendungeons/models/Goblin.skeleton
share/games/opendungeons/models/GoblinBed.mesh
share/games/opendungeons/models/GoldstackLv1.mesh
share/games/opendungeons/models/GoldstackLv2.mesh
share/games/opendungeons/models/GoldstackLv3.mesh
share/games/opendungeons/models/GoldstackLv4.mesh
share/games/opendungeons/models/Grimoire.mesh
share/games/opendungeons/models/Grimoire.skeleton
share/games/opendungeons/models/Grindstone.mesh
share/games/opendungeons/models/Hammock.mesh
share/games/opendungeons/models/ImpBed.mesh
share/games/opendungeons/models/Keeperhand.mesh
share/games/opendungeons/models/Keeperhand.skeleton
share/games/opendungeons/models/Knight.mesh
share/games/opendungeons/models/Knight.skeleton
share/games/opendungeons/models/KnightCoffin.mesh
share/games/opendungeons/models/KnightStatue.mesh
share/games/opendungeons/models/KnightStatue2.mesh
share/games/opendungeons/models/Kobold.mesh
share/games/opendungeons/models/Kobold.skeleton
share/games/opendungeons/models/Kreatur.mesh
share/games/opendungeons/models/Kreatur.skeleton
share/games/opendungeons/models/Lamp.mesh
share/games/opendungeons/models/Lava0.mesh
share/games/opendungeons/models/LavaSpawn.mesh
share/games/opendungeons/models/LavaSpawn.skeleton
share/games/opendungeons/models/Lava_gd_0000.mesh
share/games/opendungeons/models/Lava_gd_0001.mesh
share/games/opendungeons/models/Lava_gd_0010.mesh
share/games/opendungeons/models/Lava_gd_0011.mesh
share/games/opendungeons/models/Lava_gd_0100.mesh
share/games/opendungeons/models/Lava_gd_0101.mesh
share/games/opendungeons/models/Lava_gd_0110.mesh
share/games/opendungeons/models/Lava_gd_0111.mesh
share/games/opendungeons/models/Lava_gd_1000.mesh
share/games/opendungeons/models/Lava_gd_1001.mesh
share/games/opendungeons/models/Lava_gd_1010.mesh
share/games/opendungeons/models/Lava_gd_1011.mesh
share/games/opendungeons/models/Lava_gd_1100.mesh
share/games/opendungeons/models/Lava_gd_1101.mesh
share/games/opendungeons/models/Lava_gd_1110.mesh
share/games/opendungeons/models/Lava_gd_1111.mesh
share/games/opendungeons/models/Library.mesh
share/games/opendungeons/models/Lizardman.mesh
share/games/opendungeons/models/Lizardman.skeleton
share/games/opendungeons/models/LizardmanBed.mesh
share/games/opendungeons/models/Longsword.mesh
share/games/opendungeons/models/Monk.mesh
share/games/opendungeons/models/Monk.skeleton
share/games/opendungeons/models/MysteryBox.mesh
share/games/opendungeons/models/MysteryBox.skeleton
share/games/opendungeons/models/NatureMonster.mesh
share/games/opendungeons/models/NatureMonster.skeleton
share/games/opendungeons/models/Orc.mesh
share/games/opendungeons/models/Orc.skeleton
share/games/opendungeons/models/OrcBed.mesh
share/games/opendungeons/models/PitDemon.mesh
share/games/opendungeons/models/PitDemon.skeleton
share/games/opendungeons/models/Podium.mesh
share/games/opendungeons/models/Portal.mesh
share/games/opendungeons/models/PortalObject.mesh
share/games/opendungeons/models/PortalObject.skeleton
share/games/opendungeons/models/PrisonGround.mesh
share/games/opendungeons/models/RangerBed.mesh
share/games/opendungeons/models/Rat.mesh
share/games/opendungeons/models/Rat.skeleton
share/games/opendungeons/models/Roach.mesh
share/games/opendungeons/models/Roach.skeleton
share/games/opendungeons/models/Roulette.mesh
share/games/opendungeons/models/Roulette.skeleton
share/games/opendungeons/models/Roundshield.mesh
share/games/opendungeons/models/RunelordDwarf.mesh
share/games/opendungeons/models/RunelordDwarf.skeleton
share/games/opendungeons/models/Sabre.mesh
share/games/opendungeons/models/Scarab.mesh
share/games/opendungeons/models/Scarab.skeleton
share/games/opendungeons/models/Skull.mesh
share/games/opendungeons/models/Slime.mesh
share/games/opendungeons/models/Slime.skeleton
share/games/opendungeons/models/SmallSpider.mesh
share/games/opendungeons/models/SmallSpider.skeleton
share/games/opendungeons/models/Spider.mesh
share/games/opendungeons/models/Spider.skeleton
share/games/opendungeons/models/SpiderBed.mesh
share/games/opendungeons/models/Spiketrap.mesh
share/games/opendungeons/models/Spiketrap.skeleton
share/games/opendungeons/models/SquareSelector.mesh
share/games/opendungeons/models/Staff.mesh
share/games/opendungeons/models/Staff.skeleton
share/games/opendungeons/models/StoneBridge.mesh
share/games/opendungeons/models/StoneCoffin.mesh
share/games/opendungeons/models/T2HammerGood.mesh
share/games/opendungeons/models/T2ShieldEvil.mesh
share/games/opendungeons/models/T2ShieldGood.mesh
share/games/opendungeons/models/T2SwordGood.mesh
share/games/opendungeons/models/T3HammerGood.mesh
share/games/opendungeons/models/T3ShieldEvil.mesh
share/games/opendungeons/models/T3ShieldGood.mesh
share/games/opendungeons/models/T3SwordGood.mesh
share/games/opendungeons/models/T4HammerGood.mesh
share/games/opendungeons/models/T4ShieldEvil.mesh
share/games/opendungeons/models/T4ShieldGood.mesh
share/games/opendungeons/models/T4SwordGood.mesh
share/games/opendungeons/models/Tentacle.skeleton
share/games/opendungeons/models/TentacleAlbine.mesh
share/games/opendungeons/models/TentacleBed.mesh
share/games/opendungeons/models/TentacleGreen.mesh
share/games/opendungeons/models/TortureGround.mesh
share/games/opendungeons/models/TortureObject.mesh
share/games/opendungeons/models/TrainingDummy1.mesh
share/games/opendungeons/models/TrainingDummy2.mesh
share/games/opendungeons/models/TrainingDummy2.skeleton
share/games/opendungeons/models/TrainingDummy3.mesh
share/games/opendungeons/models/TrainingDummy3.skeleton
share/games/opendungeons/models/TrainingDummy4.mesh
share/games/opendungeons/models/TrainingDummy4.skeleton
share/games/opendungeons/models/Trainingdummy1.skeleton
share/games/opendungeons/models/Treasury.mesh
share/games/opendungeons/models/Troll.mesh
share/games/opendungeons/models/Troll.skeleton
share/games/opendungeons/models/TrollBed.mesh
share/games/opendungeons/models/TrollRock.mesh
share/games/opendungeons/models/WarBanner.mesh
share/games/opendungeons/models/WarBanner.skeleton
share/games/opendungeons/models/Water0.mesh
share/games/opendungeons/models/Water_gd_0000.mesh
share/games/opendungeons/models/Water_gd_0001.mesh
share/games/opendungeons/models/Water_gd_0010.mesh
share/games/opendungeons/models/Water_gd_0011.mesh
share/games/opendungeons/models/Water_gd_0100.mesh
share/games/opendungeons/models/Water_gd_0101.mesh
share/games/opendungeons/models/Water_gd_0110.mesh
share/games/opendungeons/models/Water_gd_0111.mesh
share/games/opendungeons/models/Water_gd_1000.mesh
share/games/opendungeons/models/Water_gd_1001.mesh
share/games/opendungeons/models/Water_gd_1010.mesh
share/games/opendungeons/models/Water_gd_1011.mesh
share/games/opendungeons/models/Water_gd_1100.mesh
share/games/opendungeons/models/Water_gd_1101.mesh
share/games/opendungeons/models/Water_gd_1110.mesh
share/games/opendungeons/models/Water_gd_1111.mesh
share/games/opendungeons/models/WeaponShield1.mesh
share/games/opendungeons/models/WeaponShield2.mesh
share/games/opendungeons/models/Wizard.mesh
share/games/opendungeons/models/Wizard.skeleton
share/games/opendungeons/models/WoodBridge.mesh
share/games/opendungeons/models/WoodenDoor.mesh
share/games/opendungeons/models/WoodenDoor.skeleton
share/games/opendungeons/models/Workshop.mesh
share/games/opendungeons/models/WorkshopMachine1.mesh
share/games/opendungeons/models/WorkshopMachine2.mesh
share/games/opendungeons/models/WorkshopMachine2.skeleton
share/games/opendungeons/models/Wyvern.mesh
share/games/opendungeons/models/Wyvern.skeleton
share/games/opendungeons/models/lich.mesh
share/games/opendungeons/models/lich.skeleton
share/games/opendungeons/models/skeleton.mesh
share/games/opendungeons/models/skeleton.skeleton
share/games/opendungeons/music/OpenDungeonsMainTheme_pZi.ogg
share/games/opendungeons/music/Searching_yd.ogg
share/games/opendungeons/music/TheDarkAmulet_MP.ogg
share/games/opendungeons/particles/Flame.particle
share/games/opendungeons/particles/MissileMagic.particle
share/games/opendungeons/particles/SpellCreatureDefense.particle
share/games/opendungeons/particles/SpellCreatureExplosion.particle
share/games/opendungeons/particles/SpellCreatureHaste.particle
share/games/opendungeons/particles/SpellCreatureHeal.particle
share/games/opendungeons/particles/SpellCreatureSlow.particle
share/games/opendungeons/particles/SpellCreatureStrength.particle
share/games/opendungeons/particles/SpellCreatureWeak.particle
share/games/opendungeons/resources.cfg
share/games/opendungeons/scripts/unix/run_unit_tests.sh
share/games/opendungeons/scripts/win32/OpenDungeonsTests.bat
share/games/opendungeons/sounds/Relative/Default/Interface/Click/click.ogg
share/games/opendungeons/sounds/Relative/Default/Interface/PickSelector/PickSelector.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/AllyDefeated/OD_voice_keeper(neutral)_allydefeated1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/AllyDefeated/OD_voice_keeper(neutral)_allydefeated2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/AllyDefeated/OD_voice_keeper(neutral)_allydefeated3.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/AllyDefeated/OD_voice_keeper(neutral)_allydefeated4.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNew/OD_voice_keeper(neutral)_creaturenew1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNew/OD_voice_keeper(neutral)_creaturenew2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNew/OD_voice_keeper(neutral)_creaturenew3.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNoBed/OD_voice_keeper(neutral)_creaturebed1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNoBed/OD_voice_keeper(neutral)_creaturebed2v1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNoBed/OD_voice_keeper(neutral)_creaturebed2v2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNoFood/OD_voice_keeper(neutral)_creaturehungry1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/CreatureNoFood/OD_voice_keeper(neutral)_creaturehungry3.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/Defeat/OD_voice_keeper(neutral)_defeat1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/Defeat/OD_voice_keeper(neutral)_defeat3.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/GoalFailed/OD_voice_keeper(neutral)_objectivefailed1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/GoalFailed/OD_voice_keeper(neutral)_objectivefailed2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/GoalMet/OD_voice_keeper(neutral)_objectivemet1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/GoalMet/OD_voice_keeper(neutral)_objectivemet2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/Lost/OD_voice_keeper(neutral)_defeat2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/Victory/OD_voice_keeper(neutral)_victory1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/Victory/OD_voice_keeper(neutral)_victory2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/Victory/OD_voice_keeper(neutral)_victory3.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/WeAreUnderAttack/OD_voice_keeper(neutral)_weareunderattack1v1.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/WeAreUnderAttack/OD_voice_keeper(neutral)_weareunderattack1v2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/WeAreUnderAttack/OD_voice_keeper(neutral)_weareunderattack2.ogg
share/games/opendungeons/sounds/Relative/Default/Keeper/WeAreUnderAttack/OD_voice_keeper(neutral)_weareunderattack3.ogg
share/games/opendungeons/sounds/Relative/KeeperGroan/Keeper/Lost/OD_voice_keeper(groan)_defeat1.ogg
share/games/opendungeons/sounds/Relative/KeeperGroan/Keeper/Lost/OD_voice_keeper(groan)_defeat2.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Attack/SwordBlock01.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Attack/SwordBlock02.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Attack/SwordBlock03.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Attack/SwordBlock04.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Attack/SwordBlock05.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Attack/SwordBlock06.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Attack/SwordBlock07.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Die/die1.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging01.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging02.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging03.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging04.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging05.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging06.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging07.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging08.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging09.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging10.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging11.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging12.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging13.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging14.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging15.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging16.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging17.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Dig/Digging18.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Drop/falling1.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Pickup/inventory1.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Pickup/inventory2.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-1.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-10.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-11.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-12.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-13.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-14.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-15.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-16.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-17.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-18.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-19.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-2.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-20.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-21.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-22.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-23.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-24.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-3.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-4.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-5.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-6.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-7.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-8.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Default/Slap/zombie-9.ogg
share/games/opendungeons/sounds/Spatial/Creatures/Keeper/Workers/Die/die1.ogg
share/games/opendungeons/sounds/Spatial/Game/BuildRoom/default_build_room.ogg
share/games/opendungeons/sounds/Spatial/Game/BuildTrap/default_build_trap.ogg
share/games/opendungeons/sounds/Spatial/Game/ClaimTile/Claim01.ogg
share/games/opendungeons/sounds/Spatial/Game/RocksFalling/RocksFalling01.ogg
share/games/opendungeons/sounds/Spatial/Game/RocksFalling/RocksFalling02.ogg
share/games/opendungeons/sounds/Spatial/Game/RocksFalling/RocksFalling03.ogg
share/games/opendungeons/sounds/Spatial/Game/RocksFalling/RocksFalling04.ogg
share/games/opendungeons/sounds/Spatial/Game/RocksFalling/RocksFalling05.ogg
share/games/opendungeons/sounds/Spatial/Game/RocksFalling/RocksFalling06.ogg
share/games/opendungeons/sounds/Spatial/Game/RocksFalling/RocksFalling07.ogg
share/games/opendungeons/sounds/Spatial/Rooms/Treasury/DepositGold/DepositGold1.ogg
share/games/opendungeons/sounds/Spatial/Rooms/Treasury/DepositGold/DepositGold2.ogg
share/games/opendungeons/sounds/Spatial/Rooms/Treasury/DepositGold/DepositGold3.ogg
share/games/opendungeons/sounds/Spatial/Rooms/Treasury/DepositGold/DepositGold4.ogg
share/games/opendungeons/sounds/Spatial/Rooms/Treasury/DepositGold/DepositGold5.ogg
share/games/opendungeons/sounds/Spatial/Spells/Defense/healspell1.ogg
share/games/opendungeons/sounds/Spatial/Spells/Haste/healspell1.ogg
share/games/opendungeons/sounds/Spatial/Spells/Heal/healspell1.ogg
share/games/opendungeons/sounds/Spatial/Spells/Heal/healspell2.ogg
share/games/opendungeons/sounds/Spatial/Spells/Heal/healspell3.ogg
share/games/opendungeons/sounds/Spatial/Spells/Slow/healspell1.ogg
share/games/opendungeons/sounds/Spatial/Traps/Cannon/Fire/cannon_firing.ogg
share/icons/hicolor/128x128/apps/opendungeons.png
share/icons/hicolor/16x16/apps/opendungeons.png
share/icons/hicolor/256x256/apps/opendungeons.png
share/icons/hicolor/32x32/apps/opendungeons.png
share/icons/hicolor/48x48/apps/opendungeons.png
share/icons/hicolor/64x64/apps/opendungeons.png
share/icons/hicolor/scalable/apps/opendungeons.svg