Update to 0.7.9, see the changelog for details: http://changelog.wesnoth.org/
This commit is contained in:
parent
4b511a0de2
commit
52bd8a5a02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111420
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wesnoth
|
||||
PORTVERSION= 0.7.8
|
||||
PORTVERSION= 0.7.9
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.wesnoth.org/files/
|
||||
.if defined(LITE)
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (wesnoth-0.7.8.tar.gz) = cf3d1d963b26c79306a46247ee7a10a8
|
||||
SIZE (wesnoth-0.7.8.tar.gz) = 20175742
|
||||
MD5 (wesnoth-lite-0.7.8.tar.gz) = 698406dd7233727aa758486006788d8b
|
||||
SIZE (wesnoth-lite-0.7.8.tar.gz) = 6877707
|
||||
MD5 (wesnoth-0.7.9.tar.gz) = e97bbed9767a02061c6209d73c7b00ce
|
||||
SIZE (wesnoth-0.7.9.tar.gz) = 21214961
|
||||
MD5 (wesnoth-lite-0.7.9.tar.gz) = 4a75ce23208cc59fd95d668f4bc08f49
|
||||
SIZE (wesnoth-lite-0.7.9.tar.gz) = 7917471
|
||||
|
@ -4,12 +4,27 @@ bin/wesnoth
|
||||
%%EDITOR:%%bin/wesnoth_editor
|
||||
%%SERVER:%%bin/wesnothd
|
||||
share/wesnoth/data/battleworld.cfg
|
||||
share/wesnoth/data/built.cfg
|
||||
share/wesnoth/data/convert.pl
|
||||
share/wesnoth/data/deaths.cfg
|
||||
share/wesnoth/data/game.cfg
|
||||
share/wesnoth/data/intro.cfg
|
||||
share/wesnoth/data/items.cfg
|
||||
share/wesnoth/data/maps/Eastern_Invasion/An_Elven_Alliance
|
||||
share/wesnoth/data/maps/Eastern_Invasion/An_Unexpected_Appearance
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Captured
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Lake_Vrug
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Mal-Ravanals_Capital
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Northern_Outpost
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Crossing
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Escape_Tunnel
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Outpost
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Undead_Border_Patrol
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Training_the_Ogres
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Tribal_Warfare
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Two_Paths
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Undead_Crossing
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Weldyn_under_Attack
|
||||
share/wesnoth/data/maps/Eastern_Invasion/loyalistmap11
|
||||
share/wesnoth/data/maps/King_of_the_Hill
|
||||
share/wesnoth/data/maps/LiberationMap.dat
|
||||
share/wesnoth/data/maps/battleworld
|
||||
@ -67,6 +82,23 @@ share/wesnoth/data/multiplayer.cfg
|
||||
share/wesnoth/data/names.cfg
|
||||
share/wesnoth/data/sample_translation.cfg
|
||||
share/wesnoth/data/scenario-test.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Captured.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Crossing.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Elven_Alliance.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Escape_Tunnel.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Lake_Vrug.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Mal-Ravanals_Capital.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Ogre_Training.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/The_Outpost.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Tribal_Warfare.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Two_Paths.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Border_Patrol.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Crossing.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Unexpected_Appearance.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Weldyn_Attack.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/deaths.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/intro.cfg
|
||||
share/wesnoth/data/scenarios/Heir_To_The_Throne/A_Choice_Must_Be_Made.cfg
|
||||
share/wesnoth/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg
|
||||
share/wesnoth/data/scenarios/Heir_To_The_Throne/Blackwater_Port.cfg
|
||||
@ -116,6 +148,13 @@ share/wesnoth/data/scenarios/The_Dark_Hordes/Mages_And_Elves.cfg
|
||||
share/wesnoth/data/scenarios/The_Dark_Hordes/The_Skull_of_Agarash.cfg
|
||||
share/wesnoth/data/scenarios/Wesbowl.cfg
|
||||
share/wesnoth/data/schedules.cfg
|
||||
share/wesnoth/data/terrain-graphics.cfg
|
||||
share/wesnoth/data/terrain-graphics/adjacent-north.cfg
|
||||
share/wesnoth/data/terrain-graphics/adjacent.cfg
|
||||
share/wesnoth/data/terrain-graphics/base.cfg
|
||||
share/wesnoth/data/terrain-graphics/castle-transitions.cfg
|
||||
share/wesnoth/data/terrain-graphics/castles.cfg
|
||||
share/wesnoth/data/terrain-graphics/util.cfg
|
||||
share/wesnoth/data/terrain.cfg
|
||||
share/wesnoth/data/themes/default.cfg
|
||||
share/wesnoth/data/themes/editor.cfg
|
||||
@ -146,23 +185,32 @@ share/wesnoth/data/units/Battle_Princess.cfg
|
||||
share/wesnoth/data/units/Blood_Bat.cfg
|
||||
share/wesnoth/data/units/Bone_Shooter.cfg
|
||||
share/wesnoth/data/units/Bowman.cfg
|
||||
share/wesnoth/data/units/Cavalier.cfg
|
||||
share/wesnoth/data/units/Cavalry.cfg
|
||||
share/wesnoth/data/units/Cavalryman.cfg
|
||||
share/wesnoth/data/units/Cave_Spider.cfg
|
||||
share/wesnoth/data/units/Chocobone.cfg
|
||||
share/wesnoth/data/units/Cockatrice.cfg
|
||||
share/wesnoth/data/units/Commander.cfg
|
||||
share/wesnoth/data/units/Cuttle_Fish.cfg
|
||||
share/wesnoth/data/units/Dark_Adept.cfg
|
||||
share/wesnoth/data/units/Dark_Apprentice.cfg
|
||||
share/wesnoth/data/units/Dark_Spirit.cfg
|
||||
share/wesnoth/data/units/Death_Knight.cfg
|
||||
share/wesnoth/data/units/Deathmaster.cfg
|
||||
share/wesnoth/data/units/Demilich.cfg
|
||||
share/wesnoth/data/units/Direwolf_Rider.cfg
|
||||
share/wesnoth/data/units/Dragoon.cfg
|
||||
share/wesnoth/data/units/Drakonian_Fighter.cfg
|
||||
share/wesnoth/data/units/Drakonian_Slave.cfg
|
||||
share/wesnoth/data/units/Drake_Burner.cfg
|
||||
share/wesnoth/data/units/Drake_Clasher.cfg
|
||||
share/wesnoth/data/units/Drake_Fighter.cfg
|
||||
share/wesnoth/data/units/Drake_Guard.cfg
|
||||
share/wesnoth/data/units/Drake_Mage.cfg
|
||||
share/wesnoth/data/units/Drake_Petit.cfg
|
||||
share/wesnoth/data/units/Drake_Slave.cfg
|
||||
share/wesnoth/data/units/Drake_Warrior.cfg
|
||||
share/wesnoth/data/units/Duelist.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Berserker.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Dragonguard.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Fighter.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Lord.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Runemaster.cfg
|
||||
@ -187,7 +235,6 @@ share/wesnoth/data/units/Elvish_Scout.cfg
|
||||
share/wesnoth/data/units/Elvish_Shaman.cfg
|
||||
share/wesnoth/data/units/Elvish_Sharpshooter.cfg
|
||||
share/wesnoth/data/units/Elvish_Shyde.cfg
|
||||
share/wesnoth/data/units/Evil_Necromancer.cfg
|
||||
share/wesnoth/data/units/Fencer.cfg
|
||||
share/wesnoth/data/units/Fighter.cfg
|
||||
share/wesnoth/data/units/Footpad.cfg
|
||||
@ -250,8 +297,10 @@ share/wesnoth/data/units/Saurian_Warrior.cfg
|
||||
share/wesnoth/data/units/Sea_Hag.cfg
|
||||
share/wesnoth/data/units/Sea_Orc.cfg
|
||||
share/wesnoth/data/units/Sea_Serpent.cfg
|
||||
share/wesnoth/data/units/Sergeant.cfg
|
||||
share/wesnoth/data/units/Shadow.cfg
|
||||
share/wesnoth/data/units/Shock_Trooper.cfg
|
||||
share/wesnoth/data/units/Silver_Mage.cfg
|
||||
share/wesnoth/data/units/Skeleton.cfg
|
||||
share/wesnoth/data/units/Skeleton_Archer.cfg
|
||||
share/wesnoth/data/units/Sleeping_Gryphon.cfg
|
||||
@ -268,6 +317,7 @@ share/wesnoth/data/units/Troll.cfg
|
||||
share/wesnoth/data/units/Troll_Warrior.cfg
|
||||
share/wesnoth/data/units/Troll_Whelp.cfg
|
||||
share/wesnoth/data/units/Vampire_Bat.cfg
|
||||
share/wesnoth/data/units/Vampire_Lady.cfg
|
||||
share/wesnoth/data/units/Walking_Corpse.cfg
|
||||
share/wesnoth/data/units/Watch_Tower.cfg
|
||||
share/wesnoth/data/units/White_Mage.cfg
|
||||
@ -276,6 +326,7 @@ share/wesnoth/data/units/Wose.cfg
|
||||
share/wesnoth/data/units/Wose_Sappling.cfg
|
||||
share/wesnoth/data/units/Wraith.cfg
|
||||
share/wesnoth/data/units/Yeti.cfg
|
||||
share/wesnoth/data/units/Young_Ogre.cfg
|
||||
share/wesnoth/data/units/Youth.cfg
|
||||
share/wesnoth/data/utils.cfg
|
||||
share/wesnoth/fonts/Bepa-Roman.ttf
|
||||
@ -291,13 +342,69 @@ share/wesnoth/images/SecondWatch.png
|
||||
share/wesnoth/images/Underground.png
|
||||
share/wesnoth/images/UndergroundIllum.png
|
||||
share/wesnoth/images/ally-energy.png
|
||||
share/wesnoth/images/arch-mage-attack.png
|
||||
share/wesnoth/images/arch-mage-attack1.png
|
||||
share/wesnoth/images/arch-mage-attack2.png
|
||||
share/wesnoth/images/arch-mage-defend.png
|
||||
share/wesnoth/images/arch-mage.png
|
||||
share/wesnoth/images/assassin-attack.png
|
||||
share/wesnoth/images/assassin-attack2.png
|
||||
share/wesnoth/images/assassin-defend.png
|
||||
share/wesnoth/images/assassin-throwknife1.png
|
||||
share/wesnoth/images/assassin-throwknife2.png
|
||||
share/wesnoth/images/assassin.png
|
||||
share/wesnoth/images/bone-n.png
|
||||
share/wesnoth/images/bone-ne.png
|
||||
share/wesnoth/images/bullet.png
|
||||
share/wesnoth/images/attacks/axe.png
|
||||
share/wesnoth/images/attacks/baneblade.png
|
||||
share/wesnoth/images/attacks/battleaxe.png
|
||||
share/wesnoth/images/attacks/beak.png
|
||||
share/wesnoth/images/attacks/bow.png
|
||||
share/wesnoth/images/attacks/claws.png
|
||||
share/wesnoth/images/attacks/club.png
|
||||
share/wesnoth/images/attacks/crossbow.png
|
||||
share/wesnoth/images/attacks/curse.png
|
||||
share/wesnoth/images/attacks/dagger.png
|
||||
share/wesnoth/images/attacks/dark-missile.png
|
||||
share/wesnoth/images/attacks/darkstaff.png
|
||||
share/wesnoth/images/attacks/darts.png
|
||||
share/wesnoth/images/attacks/dragonstaff.png
|
||||
share/wesnoth/images/attacks/druidstaff.png
|
||||
share/wesnoth/images/attacks/entangle.png
|
||||
share/wesnoth/images/attacks/faerie_touch.png
|
||||
share/wesnoth/images/attacks/fangs.png
|
||||
share/wesnoth/images/attacks/fireball.png
|
||||
share/wesnoth/images/attacks/fist.png
|
||||
share/wesnoth/images/attacks/frenzy.png
|
||||
share/wesnoth/images/attacks/gaze.png
|
||||
share/wesnoth/images/attacks/halberd.png
|
||||
share/wesnoth/images/attacks/hammer.png
|
||||
share/wesnoth/images/attacks/hatchet.png
|
||||
share/wesnoth/images/attacks/ink.png
|
||||
share/wesnoth/images/attacks/knife.png
|
||||
share/wesnoth/images/attacks/lance.png
|
||||
share/wesnoth/images/attacks/lightbeam.png
|
||||
share/wesnoth/images/attacks/lightingbolt.png
|
||||
share/wesnoth/images/attacks/longbow.png
|
||||
share/wesnoth/images/attacks/mace.png
|
||||
share/wesnoth/images/attacks/missile.png
|
||||
share/wesnoth/images/attacks/paladinsword.png
|
||||
share/wesnoth/images/attacks/pike.png
|
||||
share/wesnoth/images/attacks/pistol.png
|
||||
share/wesnoth/images/attacks/rapier.png
|
||||
share/wesnoth/images/attacks/short-sword.png
|
||||
share/wesnoth/images/attacks/sling.png
|
||||
share/wesnoth/images/attacks/spear.png
|
||||
share/wesnoth/images/attacks/staff.png
|
||||
share/wesnoth/images/attacks/sword.png
|
||||
share/wesnoth/images/attacks/tentacle.png
|
||||
share/wesnoth/images/attacks/thorns.png
|
||||
share/wesnoth/images/attacks/thunderstick.png
|
||||
share/wesnoth/images/attacks/torch.png
|
||||
share/wesnoth/images/attacks/touch.png
|
||||
share/wesnoth/images/attacks/trident.png
|
||||
share/wesnoth/images/attacks/wail.png
|
||||
share/wesnoth/images/attacks/waterspray.png
|
||||
share/wesnoth/images/attacks/web.png
|
||||
share/wesnoth/images/attacks/woodensword.png
|
||||
share/wesnoth/images/buttons/button-active.png
|
||||
share/wesnoth/images/buttons/button-pressed.png
|
||||
share/wesnoth/images/buttons/button.png
|
||||
@ -311,6 +418,9 @@ share/wesnoth/images/buttons/downarrow-button.png
|
||||
share/wesnoth/images/buttons/lite-active.png
|
||||
share/wesnoth/images/buttons/lite-pressed.png
|
||||
share/wesnoth/images/buttons/lite.png
|
||||
share/wesnoth/images/buttons/lite_small-active.png
|
||||
share/wesnoth/images/buttons/lite_small-pressed.png
|
||||
share/wesnoth/images/buttons/lite_small.png
|
||||
share/wesnoth/images/buttons/scrollbottom-active.png
|
||||
share/wesnoth/images/buttons/scrollbottom.png
|
||||
share/wesnoth/images/buttons/scrollgroove-bottom.png
|
||||
@ -339,24 +449,62 @@ share/wesnoth/images/cursors/move.png
|
||||
share/wesnoth/images/cursors/normal.png
|
||||
share/wesnoth/images/cursors/wait.png
|
||||
share/wesnoth/images/cuttlefish.png
|
||||
share/wesnoth/images/darkmissile-n.png
|
||||
share/wesnoth/images/darkmissile-ne.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-close1.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-close2.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-fire1.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-fire2.png
|
||||
share/wesnoth/images/drakonian-fighter-defend.png
|
||||
share/wesnoth/images/drakonian-fighter.png
|
||||
share/wesnoth/images/drakonian-slave-attack1.png
|
||||
share/wesnoth/images/drakonian-slave-attack2.png
|
||||
share/wesnoth/images/drakonian-slave-defend.png
|
||||
share/wesnoth/images/drakonian-slave.png
|
||||
share/wesnoth/images/direwolf_rider.png
|
||||
share/wesnoth/images/drake-burner-attack-close1.png
|
||||
share/wesnoth/images/drake-burner-attack-close2.png
|
||||
share/wesnoth/images/drake-burner-attack-ranged.png
|
||||
share/wesnoth/images/drake-burner-defend.png
|
||||
share/wesnoth/images/drake-burner.png
|
||||
share/wesnoth/images/drake-clasher-attack-spear1.png
|
||||
share/wesnoth/images/drake-clasher-attack-spear2.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword1.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword2.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword3.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword4.png
|
||||
share/wesnoth/images/drake-clasher-defend.png
|
||||
share/wesnoth/images/drake-clasher.png
|
||||
share/wesnoth/images/drake-fighter-attack-close1.png
|
||||
share/wesnoth/images/drake-fighter-attack-close2.png
|
||||
share/wesnoth/images/drake-fighter-attack-fire1.png
|
||||
share/wesnoth/images/drake-fighter-attack-fire2.png
|
||||
share/wesnoth/images/drake-fighter-defend.png
|
||||
share/wesnoth/images/drake-fighter.png
|
||||
share/wesnoth/images/drake-guard-attack-close1.png
|
||||
share/wesnoth/images/drake-guard-attack-close2.png
|
||||
share/wesnoth/images/drake-guard-attack-ranged.png
|
||||
share/wesnoth/images/drake-guard-defend.png
|
||||
share/wesnoth/images/drake-guard.png
|
||||
share/wesnoth/images/drake-mage-attack-close.png
|
||||
share/wesnoth/images/drake-mage-attack-ranged-breath.png
|
||||
share/wesnoth/images/drake-mage-attack-ranged-staff1.png
|
||||
share/wesnoth/images/drake-mage-attack-ranged-staff2.png
|
||||
share/wesnoth/images/drake-mage-defend.png
|
||||
share/wesnoth/images/drake-mage.png
|
||||
share/wesnoth/images/drake-petit-attack.png
|
||||
share/wesnoth/images/drake-petit-defend.png
|
||||
share/wesnoth/images/drake-petit.png
|
||||
share/wesnoth/images/drake-slave-attack1.png
|
||||
share/wesnoth/images/drake-slave-attack2.png
|
||||
share/wesnoth/images/drake-slave-defend.png
|
||||
share/wesnoth/images/drake-slave.png
|
||||
share/wesnoth/images/drake-warrior-attack-close1.png
|
||||
share/wesnoth/images/drake-warrior-attack-close2.png
|
||||
share/wesnoth/images/drake-warrior-attack-ranged.png
|
||||
share/wesnoth/images/drake-warrior-defend.png
|
||||
share/wesnoth/images/drake-warrior.png
|
||||
share/wesnoth/images/dwarf-berserker-attack.png
|
||||
share/wesnoth/images/dwarf-berserker-defend.png
|
||||
share/wesnoth/images/dwarf-berserker.png
|
||||
share/wesnoth/images/dwarf-dragonguard-attack-close.png
|
||||
share/wesnoth/images/dwarf-dragonguard-attack-ranged.png
|
||||
share/wesnoth/images/dwarf-dragonguard-defend.png
|
||||
share/wesnoth/images/dwarf-dragonguard.png
|
||||
share/wesnoth/images/dwarf-fighter-attack.png
|
||||
share/wesnoth/images/dwarf-fighter-defend.png
|
||||
share/wesnoth/images/dwarf-fighter.png
|
||||
share/wesnoth/images/dwarf-lord-attack.png
|
||||
share/wesnoth/images/dwarf-lord-defend.png
|
||||
share/wesnoth/images/dwarf-lord-ranged.png
|
||||
share/wesnoth/images/dwarf-lord.png
|
||||
share/wesnoth/images/dwarf-runemaster-attack.png
|
||||
share/wesnoth/images/dwarf-runemaster-defend.png
|
||||
@ -378,6 +526,7 @@ share/wesnoth/images/editor/brush-2.png
|
||||
share/wesnoth/images/editor/brush-3.png
|
||||
share/wesnoth/images/elder-mage-attack.png
|
||||
share/wesnoth/images/elder-mage-defend.png
|
||||
share/wesnoth/images/elder-mage-ranged.png
|
||||
share/wesnoth/images/elder-mage.png
|
||||
share/wesnoth/images/elvish-archer-attack.png
|
||||
share/wesnoth/images/elvish-archer-attack1.png
|
||||
@ -409,7 +558,10 @@ share/wesnoth/images/elvish-champion-defend.png
|
||||
share/wesnoth/images/elvish-champion-range1.png
|
||||
share/wesnoth/images/elvish-champion-range2.png
|
||||
share/wesnoth/images/elvish-champion.png
|
||||
share/wesnoth/images/elvish-druid-attack.png
|
||||
share/wesnoth/images/elvish-druid-defend.png
|
||||
share/wesnoth/images/elvish-druid-healing.png
|
||||
share/wesnoth/images/elvish-druid-ranged.png
|
||||
share/wesnoth/images/elvish-druid.png
|
||||
share/wesnoth/images/elvish-fighter-attack.png
|
||||
share/wesnoth/images/elvish-fighter-bow-attack1.png
|
||||
@ -425,6 +577,7 @@ share/wesnoth/images/elvish-hero-bow-defend.png
|
||||
share/wesnoth/images/elvish-hero-bow.png
|
||||
share/wesnoth/images/elvish-hero-defend.png
|
||||
share/wesnoth/images/elvish-hero.png
|
||||
share/wesnoth/images/elvish-lord-defend.png
|
||||
share/wesnoth/images/elvish-lord-melee.png
|
||||
share/wesnoth/images/elvish-lord-ranged1.png
|
||||
share/wesnoth/images/elvish-lord-ranged2.png
|
||||
@ -434,11 +587,13 @@ share/wesnoth/images/elvish-marksman-attack1.png
|
||||
share/wesnoth/images/elvish-marksman-attack2.png
|
||||
share/wesnoth/images/elvish-marksman-attack3.png
|
||||
share/wesnoth/images/elvish-marksman-bow-defend.png
|
||||
share/wesnoth/images/elvish-marksman-defend.png
|
||||
share/wesnoth/images/elvish-marksman.png
|
||||
share/wesnoth/images/elvish-marshal-attack.png
|
||||
share/wesnoth/images/elvish-marshal-attack3.png
|
||||
share/wesnoth/images/elvish-marshal-bow.png
|
||||
share/wesnoth/images/elvish-marshal-defend.png
|
||||
share/wesnoth/images/elvish-marshal-leading.png
|
||||
share/wesnoth/images/elvish-marshal.png
|
||||
share/wesnoth/images/elvish-outrider-attack.png
|
||||
share/wesnoth/images/elvish-outrider-attack1.png
|
||||
@ -456,6 +611,7 @@ share/wesnoth/images/elvish-rider-attack.png
|
||||
share/wesnoth/images/elvish-rider-attack1.png
|
||||
share/wesnoth/images/elvish-rider-attack2.png
|
||||
share/wesnoth/images/elvish-rider-defend.png
|
||||
share/wesnoth/images/elvish-rider-moving.png
|
||||
share/wesnoth/images/elvish-rider.png
|
||||
share/wesnoth/images/elvish-scout-attack.png
|
||||
share/wesnoth/images/elvish-scout-attack1.png
|
||||
@ -466,20 +622,28 @@ share/wesnoth/images/elvish-scout.png
|
||||
share/wesnoth/images/elvish-shaman-attack.png
|
||||
share/wesnoth/images/elvish-shaman-attack2.png
|
||||
share/wesnoth/images/elvish-shaman-defend.png
|
||||
share/wesnoth/images/elvish-shaman-heal1.png
|
||||
share/wesnoth/images/elvish-shaman-heal2.png
|
||||
share/wesnoth/images/elvish-shaman-heal3.png
|
||||
share/wesnoth/images/elvish-shaman-heal4.png
|
||||
share/wesnoth/images/elvish-shaman-heal5.png
|
||||
share/wesnoth/images/elvish-shaman-healing.png
|
||||
share/wesnoth/images/elvish-shaman.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack1.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack2.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack3.png
|
||||
share/wesnoth/images/elvish-sharpshooter-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter.png
|
||||
share/wesnoth/images/elvish-shyde-ftouch-attack1.png
|
||||
share/wesnoth/images/elvish-shyde-ftouch-attack2.png
|
||||
share/wesnoth/images/elvish-shyde-healing.png
|
||||
share/wesnoth/images/elvish-shyde.png
|
||||
share/wesnoth/images/enemy-energy.png
|
||||
share/wesnoth/images/entangle.png
|
||||
share/wesnoth/images/faerie_touch.png
|
||||
share/wesnoth/images/fireball-halo.png
|
||||
share/wesnoth/images/fireball.png
|
||||
share/wesnoth/images/galleon.png
|
||||
share/wesnoth/images/goblin-direwolver-attack.png
|
||||
share/wesnoth/images/goblin-direwolver.png
|
||||
share/wesnoth/images/goblin-knight-attack.png
|
||||
share/wesnoth/images/goblin-knight.png
|
||||
@ -487,7 +651,12 @@ share/wesnoth/images/goblin-pillager-attack.png
|
||||
share/wesnoth/images/goblin-pillager-attack2.png
|
||||
share/wesnoth/images/goblin-pillager-defend.png
|
||||
share/wesnoth/images/goblin-pillager.png
|
||||
share/wesnoth/images/grand-knight-moving.png
|
||||
share/wesnoth/images/grand-knight.png
|
||||
share/wesnoth/images/great-mage-attack.png
|
||||
share/wesnoth/images/great-mage-attack1.png
|
||||
share/wesnoth/images/great-mage-attack2.png
|
||||
share/wesnoth/images/great-mage-defend.png
|
||||
share/wesnoth/images/great-mage.png
|
||||
share/wesnoth/images/gryphon-master.png
|
||||
share/wesnoth/images/gryphon-rider-attack.png
|
||||
@ -495,7 +664,40 @@ share/wesnoth/images/gryphon-rider-defend.png
|
||||
share/wesnoth/images/gryphon-rider.png
|
||||
share/wesnoth/images/gryphon-sleeping.png
|
||||
share/wesnoth/images/gryphon.png
|
||||
share/wesnoth/images/halo/blood-halo1.png
|
||||
share/wesnoth/images/halo/blood-halo2.png
|
||||
share/wesnoth/images/halo/elder-mage-halo.png
|
||||
share/wesnoth/images/halo/elder-mage-halo1.png
|
||||
share/wesnoth/images/halo/elder-mage-halo2.png
|
||||
share/wesnoth/images/halo/elder-mage-halo3.png
|
||||
share/wesnoth/images/halo/elder-mage-halo4.png
|
||||
share/wesnoth/images/halo/elder-mage-halo5.png
|
||||
share/wesnoth/images/halo/elder-mage-halo6.png
|
||||
share/wesnoth/images/halo/fireball-big1.png
|
||||
share/wesnoth/images/halo/fireball-big2.png
|
||||
share/wesnoth/images/halo/fireball-big3.png
|
||||
share/wesnoth/images/halo/fireball-big4.png
|
||||
share/wesnoth/images/halo/fireball-big5.png
|
||||
share/wesnoth/images/halo/fireball-big6.png
|
||||
share/wesnoth/images/halo/fireball-big7.png
|
||||
share/wesnoth/images/halo/fireball-halo.png
|
||||
share/wesnoth/images/halo/fireball-halo1.png
|
||||
share/wesnoth/images/halo/fireball-halo2.png
|
||||
share/wesnoth/images/halo/fireball-halo3.png
|
||||
share/wesnoth/images/halo/fireball-halo4.png
|
||||
share/wesnoth/images/halo/fireball-halo7.png
|
||||
share/wesnoth/images/halo/fireball1.png
|
||||
share/wesnoth/images/halo/fireball2.png
|
||||
share/wesnoth/images/halo/fireball3.png
|
||||
share/wesnoth/images/halo/fireball4.png
|
||||
share/wesnoth/images/halo/fireball5.png
|
||||
share/wesnoth/images/halo/fireball6.png
|
||||
share/wesnoth/images/halo/fireball7.png
|
||||
share/wesnoth/images/halo/mage-halo1.png
|
||||
share/wesnoth/images/halo/mage-halo10.png
|
||||
share/wesnoth/images/halo/mage-halo11.png
|
||||
share/wesnoth/images/halo/mage-halo12.png
|
||||
share/wesnoth/images/halo/mage-halo13.png
|
||||
share/wesnoth/images/halo/mage-halo2.png
|
||||
share/wesnoth/images/halo/mage-halo3.png
|
||||
share/wesnoth/images/halo/mage-halo4.png
|
||||
@ -504,6 +706,19 @@ share/wesnoth/images/halo/mage-halo6.png
|
||||
share/wesnoth/images/halo/mage-halo7.png
|
||||
share/wesnoth/images/halo/mage-halo8.png
|
||||
share/wesnoth/images/halo/mage-halo9.png
|
||||
share/wesnoth/images/halo/silver-mage-halo1.png
|
||||
share/wesnoth/images/halo/silver-mage-halo10.png
|
||||
share/wesnoth/images/halo/silver-mage-halo11.png
|
||||
share/wesnoth/images/halo/silver-mage-halo12.png
|
||||
share/wesnoth/images/halo/silver-mage-halo2.png
|
||||
share/wesnoth/images/halo/silver-mage-halo3.png
|
||||
share/wesnoth/images/halo/silver-mage-halo4.png
|
||||
share/wesnoth/images/halo/silver-mage-halo5.png
|
||||
share/wesnoth/images/halo/silver-mage-halo6.png
|
||||
share/wesnoth/images/halo/silver-mage-halo7.png
|
||||
share/wesnoth/images/halo/silver-mage-halo8.png
|
||||
share/wesnoth/images/halo/silver-mage-halo9.png
|
||||
share/wesnoth/images/halo/white-cleric-aura.png
|
||||
share/wesnoth/images/horseman-attack.png
|
||||
share/wesnoth/images/horseman-defend.png
|
||||
share/wesnoth/images/horseman-moving.png
|
||||
@ -518,9 +733,21 @@ share/wesnoth/images/human-bowman-attack2.png
|
||||
share/wesnoth/images/human-bowman-attack3.png
|
||||
share/wesnoth/images/human-bowman-defend.png
|
||||
share/wesnoth/images/human-bowman.png
|
||||
share/wesnoth/images/human-cavalier-attack.png
|
||||
share/wesnoth/images/human-cavalier-defend.png
|
||||
share/wesnoth/images/human-cavalier-moving.png
|
||||
share/wesnoth/images/human-cavalier-range1.png
|
||||
share/wesnoth/images/human-cavalier-range2.png
|
||||
share/wesnoth/images/human-cavalier.png
|
||||
share/wesnoth/images/human-dragoon-attack.png
|
||||
share/wesnoth/images/human-dragoon-defend.png
|
||||
share/wesnoth/images/human-dragoon-moving.png
|
||||
share/wesnoth/images/human-dragoon-range1.png
|
||||
share/wesnoth/images/human-dragoon-range2.png
|
||||
share/wesnoth/images/human-dragoon.png
|
||||
share/wesnoth/images/human-duelist-defend.png
|
||||
share/wesnoth/images/human-duelist.png
|
||||
share/wesnoth/images/human-fencer-attack.png
|
||||
share/wesnoth/images/human-fencer-defend.png
|
||||
share/wesnoth/images/human-fencer.png
|
||||
share/wesnoth/images/human-general-defend.png
|
||||
@ -530,6 +757,7 @@ share/wesnoth/images/human-halbardier.png
|
||||
share/wesnoth/images/human-heavyinfantry-attack.png
|
||||
share/wesnoth/images/human-heavyinfantry-defend.png
|
||||
share/wesnoth/images/human-heavyinfantry.png
|
||||
share/wesnoth/images/human-lieutenant-defend.png
|
||||
share/wesnoth/images/human-lieutenant-leading.png
|
||||
share/wesnoth/images/human-lieutenant.png
|
||||
share/wesnoth/images/human-longbowman-attack-sword.png
|
||||
@ -540,6 +768,7 @@ share/wesnoth/images/human-longbowman-defend.png
|
||||
share/wesnoth/images/human-longbowman.png
|
||||
share/wesnoth/images/human-masterbowman-defend.png
|
||||
share/wesnoth/images/human-masterbowman.png
|
||||
share/wesnoth/images/human-pikeman-defend.png
|
||||
share/wesnoth/images/human-pikeman.png
|
||||
share/wesnoth/images/human-princess-attack.png
|
||||
share/wesnoth/images/human-princess-defend.png
|
||||
@ -552,7 +781,11 @@ share/wesnoth/images/human-scout-attack.png
|
||||
share/wesnoth/images/human-scout-defend.png
|
||||
share/wesnoth/images/human-scout-moving.png
|
||||
share/wesnoth/images/human-scout.png
|
||||
share/wesnoth/images/human-sergeant-attack.png
|
||||
share/wesnoth/images/human-sergeant-defend.png
|
||||
share/wesnoth/images/human-sergeant.png
|
||||
share/wesnoth/images/human-shocktrooper-attack.png
|
||||
share/wesnoth/images/human-shocktrooper-defend.png
|
||||
share/wesnoth/images/human-shocktrooper.png
|
||||
share/wesnoth/images/human-siegetrooper-defend.png
|
||||
share/wesnoth/images/human-siegetrooper-melee.png
|
||||
@ -564,7 +797,6 @@ share/wesnoth/images/human-spearman.png
|
||||
share/wesnoth/images/human-swordman-attack.png
|
||||
share/wesnoth/images/human-swordman-defend.png
|
||||
share/wesnoth/images/human-swordman.png
|
||||
share/wesnoth/images/ink.png
|
||||
share/wesnoth/images/item-ball1.png
|
||||
share/wesnoth/images/item-ball2.png
|
||||
share/wesnoth/images/item-barrel.png
|
||||
@ -600,6 +832,9 @@ share/wesnoth/images/item-rock3.png
|
||||
share/wesnoth/images/item-rock4.png
|
||||
share/wesnoth/images/item-slab.png
|
||||
share/wesnoth/images/item-well.png
|
||||
share/wesnoth/images/knight-attack.png
|
||||
share/wesnoth/images/knight-defend.png
|
||||
share/wesnoth/images/knight-moving.png
|
||||
share/wesnoth/images/knight.png
|
||||
share/wesnoth/images/konrad-commander-attack.png
|
||||
share/wesnoth/images/konrad-commander-defend.png
|
||||
@ -611,6 +846,7 @@ share/wesnoth/images/konrad-fighter-attack.png
|
||||
share/wesnoth/images/konrad-fighter-defend.png
|
||||
share/wesnoth/images/konrad-fighter.png
|
||||
share/wesnoth/images/konrad-lord-attack.png
|
||||
share/wesnoth/images/konrad-lord-defend.png
|
||||
share/wesnoth/images/konrad-lord-leading.png
|
||||
share/wesnoth/images/konrad-lord.png
|
||||
share/wesnoth/images/konrad-young-attack.png
|
||||
@ -625,39 +861,25 @@ share/wesnoth/images/mage-attack2.png
|
||||
share/wesnoth/images/mage-attack3.png
|
||||
share/wesnoth/images/mage-defend.png
|
||||
share/wesnoth/images/mage.png
|
||||
share/wesnoth/images/magicmissile-n.png
|
||||
share/wesnoth/images/magicmissile-ne.png
|
||||
share/wesnoth/images/merman-attack.png
|
||||
share/wesnoth/images/merman-defend.png
|
||||
share/wesnoth/images/merman-king-attack.png
|
||||
share/wesnoth/images/merman-king-defend.png
|
||||
share/wesnoth/images/merman-king.png
|
||||
share/wesnoth/images/merman.png
|
||||
share/wesnoth/images/misc/axe.png
|
||||
share/wesnoth/images/misc/ball.png
|
||||
share/wesnoth/images/misc/baneblade.png
|
||||
share/wesnoth/images/misc/battleaxe.png
|
||||
share/wesnoth/images/misc/blank.png
|
||||
share/wesnoth/images/misc/botleft-corner.png
|
||||
share/wesnoth/images/misc/botright-corner.png
|
||||
share/wesnoth/images/misc/bow.png
|
||||
share/wesnoth/images/misc/cage.png
|
||||
share/wesnoth/images/misc/character-box.png
|
||||
share/wesnoth/images/misc/chest.png
|
||||
share/wesnoth/images/misc/claws.png
|
||||
share/wesnoth/images/misc/club.png
|
||||
share/wesnoth/images/misc/compass-north.png
|
||||
share/wesnoth/images/misc/compass-south.png
|
||||
share/wesnoth/images/misc/cross.png
|
||||
share/wesnoth/images/misc/curse.png
|
||||
share/wesnoth/images/misc/dagger.png
|
||||
share/wesnoth/images/misc/dark-missile.png
|
||||
share/wesnoth/images/misc/darkstaff.png
|
||||
share/wesnoth/images/misc/darts.png
|
||||
share/wesnoth/images/misc/delfador.png
|
||||
share/wesnoth/images/misc/disk.png
|
||||
share/wesnoth/images/misc/dot.png
|
||||
share/wesnoth/images/misc/druidstaff.png
|
||||
share/wesnoth/images/misc/ellipse-1-bottom.png
|
||||
share/wesnoth/images/misc/ellipse-1-top.png
|
||||
share/wesnoth/images/misc/ellipse-1.png
|
||||
@ -688,22 +910,14 @@ share/wesnoth/images/misc/ellipse-8.png
|
||||
share/wesnoth/images/misc/ellipse-9-bottom.png
|
||||
share/wesnoth/images/misc/ellipse-9-top.png
|
||||
share/wesnoth/images/misc/ellipse-9.png
|
||||
share/wesnoth/images/misc/entangle.png
|
||||
share/wesnoth/images/misc/eye.png
|
||||
share/wesnoth/images/misc/fangs.png
|
||||
share/wesnoth/images/misc/fireball.png
|
||||
share/wesnoth/images/misc/fist.png
|
||||
share/wesnoth/images/misc/folder-icon.png
|
||||
share/wesnoth/images/misc/font8x8.png
|
||||
share/wesnoth/images/misc/foot-left-n.png
|
||||
share/wesnoth/images/misc/foot-left-nw.png
|
||||
share/wesnoth/images/misc/foot-right-n.png
|
||||
share/wesnoth/images/misc/foot-right-nw.png
|
||||
share/wesnoth/images/misc/frenzy.png
|
||||
share/wesnoth/images/misc/gaze.png
|
||||
share/wesnoth/images/misc/gold.png
|
||||
share/wesnoth/images/misc/halberd.png
|
||||
share/wesnoth/images/misc/hammer.png
|
||||
share/wesnoth/images/misc/hatchet.png
|
||||
share/wesnoth/images/misc/income.png
|
||||
share/wesnoth/images/misc/invisible.png
|
||||
share/wesnoth/images/misc/item-darktome.png
|
||||
@ -714,16 +928,11 @@ share/wesnoth/images/misc/item-sceptreoffire.png
|
||||
share/wesnoth/images/misc/item-staff.png
|
||||
share/wesnoth/images/misc/item-stormtrident.png
|
||||
share/wesnoth/images/misc/kalenz.png
|
||||
share/wesnoth/images/misc/knife.png
|
||||
share/wesnoth/images/misc/konrad.png
|
||||
share/wesnoth/images/misc/lance.png
|
||||
share/wesnoth/images/misc/lightingbolt.png
|
||||
share/wesnoth/images/misc/lisar.png
|
||||
share/wesnoth/images/misc/lisar_b.png
|
||||
share/wesnoth/images/misc/lobby.png
|
||||
share/wesnoth/images/misc/logo.png
|
||||
share/wesnoth/images/misc/longbow.png
|
||||
share/wesnoth/images/misc/mace.png
|
||||
share/wesnoth/images/misc/mainmenu-background.png
|
||||
share/wesnoth/images/misc/mainmenu-border-botleft.png
|
||||
share/wesnoth/images/misc/mainmenu-border-botright.png
|
||||
@ -752,20 +961,12 @@ share/wesnoth/images/misc/menu2-border-right.png
|
||||
share/wesnoth/images/misc/menu2-border-top.png
|
||||
share/wesnoth/images/misc/menu2-border-topleft.png
|
||||
share/wesnoth/images/misc/menu2-border-topright.png
|
||||
share/wesnoth/images/misc/missile.png
|
||||
share/wesnoth/images/misc/paladinsword.png
|
||||
share/wesnoth/images/misc/pike.png
|
||||
share/wesnoth/images/misc/poisoned.png
|
||||
share/wesnoth/images/misc/rapier.png
|
||||
share/wesnoth/images/misc/rightside-bg.png
|
||||
share/wesnoth/images/misc/rightside-bottom.png
|
||||
share/wesnoth/images/misc/rightside-editor.png
|
||||
share/wesnoth/images/misc/rightside.png
|
||||
share/wesnoth/images/misc/short-sword.png
|
||||
share/wesnoth/images/misc/sling.png
|
||||
share/wesnoth/images/misc/slowed.png
|
||||
share/wesnoth/images/misc/spear.png
|
||||
share/wesnoth/images/misc/staff.png
|
||||
share/wesnoth/images/misc/status-bg.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story0a.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story0b.png
|
||||
@ -778,15 +979,11 @@ share/wesnoth/images/misc/status-bg.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story7.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story8.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story9.png
|
||||
share/wesnoth/images/misc/sword.png
|
||||
share/wesnoth/images/misc/tentacle.png
|
||||
share/wesnoth/images/misc/thorns.png
|
||||
share/wesnoth/images/misc/title.png
|
||||
share/wesnoth/images/misc/top-bg.png
|
||||
share/wesnoth/images/misc/topleft-corner.png
|
||||
share/wesnoth/images/misc/topright-corner.png
|
||||
share/wesnoth/images/misc/torch.png
|
||||
share/wesnoth/images/misc/trident.png
|
||||
share/wesnoth/images/misc/trapdoor.png
|
||||
%%LITE:%%share/wesnoth/images/misc/tutorial1.png
|
||||
%%LITE:%%share/wesnoth/images/misc/tutorial2.png
|
||||
%%LITE:%%share/wesnoth/images/misc/tutorial3.png
|
||||
@ -798,25 +995,8 @@ share/wesnoth/images/misc/trident.png
|
||||
share/wesnoth/images/misc/units.png
|
||||
share/wesnoth/images/misc/upkeep.png
|
||||
share/wesnoth/images/misc/villages.png
|
||||
share/wesnoth/images/misc/waterspray.png
|
||||
share/wesnoth/images/misc/web.png
|
||||
share/wesnoth/images/misc/woodensword.png
|
||||
share/wesnoth/images/missile-gaze.png
|
||||
share/wesnoth/images/missile-n.png
|
||||
share/wesnoth/images/missile-ne.png
|
||||
share/wesnoth/images/missile-nw.png
|
||||
share/wesnoth/images/missile-s.png
|
||||
share/wesnoth/images/missile-se.png
|
||||
share/wesnoth/images/missile-sw.png
|
||||
share/wesnoth/images/missile-thorns.png
|
||||
share/wesnoth/images/missile.png
|
||||
share/wesnoth/images/missiledagger-n.png
|
||||
share/wesnoth/images/missiledagger-ne.png
|
||||
share/wesnoth/images/missilehatchet.png
|
||||
share/wesnoth/images/missilespear-n.png
|
||||
share/wesnoth/images/missilespear-ne.png
|
||||
share/wesnoth/images/missilestone.png
|
||||
share/wesnoth/images/moved-energy.png
|
||||
share/wesnoth/images/naga-attack.png
|
||||
share/wesnoth/images/naga-defend.png
|
||||
share/wesnoth/images/naga.png
|
||||
share/wesnoth/images/neutral-bandit-attack.png
|
||||
@ -848,15 +1028,19 @@ share/wesnoth/images/neutral-trapper.png
|
||||
share/wesnoth/images/ogre.png
|
||||
share/wesnoth/images/orc-archer-attack.png
|
||||
share/wesnoth/images/orc-archer-attack2.png
|
||||
share/wesnoth/images/orc-archer-defend.png
|
||||
share/wesnoth/images/orc-archer.png
|
||||
share/wesnoth/images/orc-assassin-attack.png
|
||||
share/wesnoth/images/orc-assassin-defend.png
|
||||
share/wesnoth/images/orc-assassin-knife.png
|
||||
share/wesnoth/images/orc-assassin.png
|
||||
share/wesnoth/images/orc-slayer-attack1.png
|
||||
share/wesnoth/images/orc-slayer-attack2.png
|
||||
share/wesnoth/images/orc-slayer-defend.png
|
||||
share/wesnoth/images/orc-slayer-ranged.png
|
||||
share/wesnoth/images/orc-slayer.png
|
||||
share/wesnoth/images/orc-xbowman-attack.png
|
||||
share/wesnoth/images/orc-xbowman-ranged.png
|
||||
share/wesnoth/images/orc-xbowman.png
|
||||
share/wesnoth/images/orcish-grunt-attack.png
|
||||
share/wesnoth/images/orcish-grunt-defend.png
|
||||
@ -870,9 +1054,38 @@ share/wesnoth/images/orcish-warrior-defend.png
|
||||
share/wesnoth/images/orcish-warrior-melee1.png
|
||||
share/wesnoth/images/orcish-warrior.png
|
||||
share/wesnoth/images/paladin-healing.png
|
||||
share/wesnoth/images/paladin-moving.png
|
||||
share/wesnoth/images/paladin.png
|
||||
share/wesnoth/images/partmoved-energy.png
|
||||
share/wesnoth/images/pirate-galleon.png
|
||||
share/wesnoth/images/projectiles/bone-n.png
|
||||
share/wesnoth/images/projectiles/bone-ne.png
|
||||
share/wesnoth/images/projectiles/bullet.png
|
||||
share/wesnoth/images/projectiles/dagger-n.png
|
||||
share/wesnoth/images/projectiles/dagger-ne.png
|
||||
share/wesnoth/images/projectiles/darkmissile-n.png
|
||||
share/wesnoth/images/projectiles/darkmissile-ne.png
|
||||
share/wesnoth/images/projectiles/fireball.png
|
||||
share/wesnoth/images/projectiles/gaze.png
|
||||
share/wesnoth/images/projectiles/hatchet.png
|
||||
share/wesnoth/images/projectiles/ink.png
|
||||
share/wesnoth/images/projectiles/magicmissile-n.png
|
||||
share/wesnoth/images/projectiles/magicmissile-ne.png
|
||||
share/wesnoth/images/projectiles/missile-n.png
|
||||
share/wesnoth/images/projectiles/missile-ne.png
|
||||
share/wesnoth/images/projectiles/missile-nw.png
|
||||
share/wesnoth/images/projectiles/missile-s.png
|
||||
share/wesnoth/images/projectiles/missile-se.png
|
||||
share/wesnoth/images/projectiles/missile-sw.png
|
||||
share/wesnoth/images/projectiles/missile.png
|
||||
share/wesnoth/images/projectiles/spear-n.png
|
||||
share/wesnoth/images/projectiles/spear-ne.png
|
||||
share/wesnoth/images/projectiles/stone.png
|
||||
share/wesnoth/images/projectiles/thorns.png
|
||||
share/wesnoth/images/projectiles/water_spay.png
|
||||
share/wesnoth/images/projectiles/web.png
|
||||
share/wesnoth/images/projectiles/whitemissile-n.png
|
||||
share/wesnoth/images/projectiles/whitemissile-ne.png
|
||||
share/wesnoth/images/random-enemy.png
|
||||
share/wesnoth/images/red-mage-attack.png
|
||||
share/wesnoth/images/red-mage-attack1.png
|
||||
@ -880,6 +1093,7 @@ share/wesnoth/images/red-mage-defend.png
|
||||
share/wesnoth/images/red-mage.png
|
||||
share/wesnoth/images/rogue-attack.png
|
||||
share/wesnoth/images/rogue-defend.png
|
||||
share/wesnoth/images/rogue-ranged.png
|
||||
share/wesnoth/images/rogue.png
|
||||
share/wesnoth/images/saurian-attack1.png
|
||||
share/wesnoth/images/saurian-attack2.png
|
||||
@ -895,8 +1109,16 @@ share/wesnoth/images/scorpion-pincers-attack.png
|
||||
share/wesnoth/images/scorpion.png
|
||||
share/wesnoth/images/sea-hag-defend.png
|
||||
share/wesnoth/images/sea-hag.png
|
||||
share/wesnoth/images/sea-orc-attack.png
|
||||
share/wesnoth/images/sea-orc-defend.png
|
||||
share/wesnoth/images/sea-orc.png
|
||||
share/wesnoth/images/seaserpent.png
|
||||
share/wesnoth/images/silver-mage-attack1.png
|
||||
share/wesnoth/images/silver-mage-attack2.png
|
||||
share/wesnoth/images/silver-mage-attack3.png
|
||||
share/wesnoth/images/silver-mage-defend.png
|
||||
share/wesnoth/images/silver-mage-melee.png
|
||||
share/wesnoth/images/silver-mage.png
|
||||
share/wesnoth/images/sotbe/bigmap.png
|
||||
share/wesnoth/images/sotbe/fire.png
|
||||
share/wesnoth/images/sotbe/flag.png
|
||||
@ -979,6 +1201,30 @@ share/wesnoth/images/terrain/dirt-se.png
|
||||
share/wesnoth/images/terrain/dirt-sw.png
|
||||
share/wesnoth/images/terrain/dirt.png
|
||||
share/wesnoth/images/terrain/dwarven-doors.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-e.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-ne.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-nw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-se.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-sw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-w.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-e.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-ne.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-nw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-se.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-sw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-w.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-e.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-ne.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-nw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-se.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-sw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-w.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-e.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-ne.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-nw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-se.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-sw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-w.png
|
||||
share/wesnoth/images/terrain/flag-cave-neutral.png
|
||||
share/wesnoth/images/terrain/flag-coast-neutral.png
|
||||
share/wesnoth/images/terrain/flag-neutral-dusk.png
|
||||
@ -1024,6 +1270,12 @@ share/wesnoth/images/terrain/fog-sw-nw-n.png
|
||||
share/wesnoth/images/terrain/fog-sw-nw.png
|
||||
share/wesnoth/images/terrain/fog-sw.png
|
||||
share/wesnoth/images/terrain/fog.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-n-ne.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-n.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-ne.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-nw-n-ne.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-nw-n.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-nw.png
|
||||
share/wesnoth/images/terrain/forest-n.png
|
||||
share/wesnoth/images/terrain/forest-ne.png
|
||||
share/wesnoth/images/terrain/forest-nw.png
|
||||
@ -1239,6 +1491,7 @@ share/wesnoth/images/undead-adept.png
|
||||
share/wesnoth/images/undead-ancient-lich-attack.png
|
||||
share/wesnoth/images/undead-ancient-lich-defend.png
|
||||
share/wesnoth/images/undead-ancient-lich.png
|
||||
share/wesnoth/images/undead-archer-attack.png
|
||||
share/wesnoth/images/undead-archer-attack1.png
|
||||
share/wesnoth/images/undead-archer-attack2.png
|
||||
share/wesnoth/images/undead-archer.png
|
||||
@ -1246,6 +1499,7 @@ share/wesnoth/images/undead-bat-attack.png
|
||||
share/wesnoth/images/undead-bat-defend.png
|
||||
share/wesnoth/images/undead-bat.png
|
||||
share/wesnoth/images/undead-blackspell.png
|
||||
share/wesnoth/images/undead-bloodbat-attack.png
|
||||
share/wesnoth/images/undead-bloodbat-defend.png
|
||||
share/wesnoth/images/undead-bloodbat.png
|
||||
share/wesnoth/images/undead-boneshooter-attack.png
|
||||
@ -1253,6 +1507,9 @@ share/wesnoth/images/undead-boneshooter-attack1.png
|
||||
share/wesnoth/images/undead-boneshooter-attack2.png
|
||||
share/wesnoth/images/undead-boneshooter-defend.png
|
||||
share/wesnoth/images/undead-boneshooter.png
|
||||
share/wesnoth/images/undead-chocobone-attack.png
|
||||
share/wesnoth/images/undead-chocobone-defend.png
|
||||
share/wesnoth/images/undead-chocobone-moving.png
|
||||
share/wesnoth/images/undead-chocobone.png
|
||||
share/wesnoth/images/undead-darkspirit-attack.png
|
||||
share/wesnoth/images/undead-darkspirit-attack1.png
|
||||
@ -1302,6 +1559,10 @@ share/wesnoth/images/undead-spectre-attack.png
|
||||
share/wesnoth/images/undead-spectre-attack1.png
|
||||
share/wesnoth/images/undead-spectre-defend.png
|
||||
share/wesnoth/images/undead-spectre.png
|
||||
share/wesnoth/images/undead-vampirelady-attack.png
|
||||
share/wesnoth/images/undead-vampirelady-defend.png
|
||||
share/wesnoth/images/undead-vampirelady-range.png
|
||||
share/wesnoth/images/undead-vampirelady.png
|
||||
share/wesnoth/images/undead-wraith-attack.png
|
||||
share/wesnoth/images/undead-wraith-attack1.png
|
||||
share/wesnoth/images/undead-wraith-defend.png
|
||||
@ -1309,19 +1570,18 @@ share/wesnoth/images/undead-wraith.png
|
||||
share/wesnoth/images/undead-zombie-attack.png
|
||||
share/wesnoth/images/undead-zombie.png
|
||||
share/wesnoth/images/unmoved-energy.png
|
||||
share/wesnoth/images/water_spay.png
|
||||
share/wesnoth/images/web.png
|
||||
share/wesnoth/images/wesnoth-icon.png
|
||||
share/wesnoth/images/white-cleric-aura.png
|
||||
share/wesnoth/images/white-cleric-attack.png
|
||||
share/wesnoth/images/white-cleric-attack1.png
|
||||
share/wesnoth/images/white-cleric-defend.png
|
||||
share/wesnoth/images/white-cleric.png
|
||||
share/wesnoth/images/white-mage-attack.png
|
||||
share/wesnoth/images/white-mage-attack1.png
|
||||
share/wesnoth/images/white-mage-defend.png
|
||||
share/wesnoth/images/white-mage.png
|
||||
share/wesnoth/images/whitemissile-n.png
|
||||
share/wesnoth/images/whitemissile-ne.png
|
||||
share/wesnoth/images/wolf-rider-attack.png
|
||||
share/wesnoth/images/wolf-rider-defend.png
|
||||
share/wesnoth/images/wolf-rider-moving.png
|
||||
share/wesnoth/images/wolf-rider.png
|
||||
share/wesnoth/images/wose-ancient-attack-1.png
|
||||
share/wesnoth/images/wose-ancient-attack-2.png
|
||||
@ -1336,6 +1596,8 @@ share/wesnoth/images/yeti-attack1.png
|
||||
share/wesnoth/images/yeti-attack2.png
|
||||
share/wesnoth/images/yeti-defend.png
|
||||
share/wesnoth/images/yeti.png
|
||||
share/wesnoth/images/young-ogre-attack.png
|
||||
share/wesnoth/images/young-ogre.png
|
||||
%%LITE:%%share/wesnoth/music/elf-land.ogg
|
||||
%%LITE:%%share/wesnoth/music/frantic.ogg
|
||||
%%LITE:%%share/wesnoth/music/underground.ogg
|
||||
@ -1389,21 +1651,26 @@ share/wesnoth/sounds/zombie-hit.wav
|
||||
%%LITE:%%@dirrm share/wesnoth/music
|
||||
@dirrm share/wesnoth/images/terrain
|
||||
@dirrm share/wesnoth/images/sotbe
|
||||
@dirrm share/wesnoth/images/projectiles
|
||||
@dirrm share/wesnoth/images/misc
|
||||
@dirrm share/wesnoth/images/halo
|
||||
@dirrm share/wesnoth/images/editor
|
||||
@dirrm share/wesnoth/images/cursors-bw
|
||||
@dirrm share/wesnoth/images/cursors
|
||||
@dirrm share/wesnoth/images/buttons
|
||||
@dirrm share/wesnoth/images/attacks
|
||||
@dirrm share/wesnoth/images
|
||||
@dirrm share/wesnoth/fonts
|
||||
@dirrm share/wesnoth/data/units
|
||||
@dirrm share/wesnoth/data/translations
|
||||
@dirrm share/wesnoth/data/themes
|
||||
@dirrm share/wesnoth/data/terrain-graphics
|
||||
@dirrm share/wesnoth/data/scenarios/The_Dark_Hordes
|
||||
@dirrm share/wesnoth/data/scenarios/Son_Of_The_Black_Eye
|
||||
@dirrm share/wesnoth/data/scenarios/Heir_To_The_Throne
|
||||
@dirrm share/wesnoth/data/scenarios/Eastern_Invasion
|
||||
@dirrm share/wesnoth/data/scenarios
|
||||
@dirrm share/wesnoth/data/maps/Eastern_Invasion
|
||||
@dirrm share/wesnoth/data/maps
|
||||
@dirrm share/wesnoth/data
|
||||
@dirrm share/wesnoth
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wesnoth
|
||||
PORTVERSION= 0.7.8
|
||||
PORTVERSION= 0.7.9
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.wesnoth.org/files/
|
||||
.if defined(LITE)
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (wesnoth-0.7.8.tar.gz) = cf3d1d963b26c79306a46247ee7a10a8
|
||||
SIZE (wesnoth-0.7.8.tar.gz) = 20175742
|
||||
MD5 (wesnoth-lite-0.7.8.tar.gz) = 698406dd7233727aa758486006788d8b
|
||||
SIZE (wesnoth-lite-0.7.8.tar.gz) = 6877707
|
||||
MD5 (wesnoth-0.7.9.tar.gz) = e97bbed9767a02061c6209d73c7b00ce
|
||||
SIZE (wesnoth-0.7.9.tar.gz) = 21214961
|
||||
MD5 (wesnoth-lite-0.7.9.tar.gz) = 4a75ce23208cc59fd95d668f4bc08f49
|
||||
SIZE (wesnoth-lite-0.7.9.tar.gz) = 7917471
|
||||
|
@ -4,12 +4,27 @@ bin/wesnoth
|
||||
%%EDITOR:%%bin/wesnoth_editor
|
||||
%%SERVER:%%bin/wesnothd
|
||||
share/wesnoth/data/battleworld.cfg
|
||||
share/wesnoth/data/built.cfg
|
||||
share/wesnoth/data/convert.pl
|
||||
share/wesnoth/data/deaths.cfg
|
||||
share/wesnoth/data/game.cfg
|
||||
share/wesnoth/data/intro.cfg
|
||||
share/wesnoth/data/items.cfg
|
||||
share/wesnoth/data/maps/Eastern_Invasion/An_Elven_Alliance
|
||||
share/wesnoth/data/maps/Eastern_Invasion/An_Unexpected_Appearance
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Captured
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Lake_Vrug
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Mal-Ravanals_Capital
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Northern_Outpost
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Crossing
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Escape_Tunnel
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Outpost
|
||||
share/wesnoth/data/maps/Eastern_Invasion/The_Undead_Border_Patrol
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Training_the_Ogres
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Tribal_Warfare
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Two_Paths
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Undead_Crossing
|
||||
share/wesnoth/data/maps/Eastern_Invasion/Weldyn_under_Attack
|
||||
share/wesnoth/data/maps/Eastern_Invasion/loyalistmap11
|
||||
share/wesnoth/data/maps/King_of_the_Hill
|
||||
share/wesnoth/data/maps/LiberationMap.dat
|
||||
share/wesnoth/data/maps/battleworld
|
||||
@ -67,6 +82,23 @@ share/wesnoth/data/multiplayer.cfg
|
||||
share/wesnoth/data/names.cfg
|
||||
share/wesnoth/data/sample_translation.cfg
|
||||
share/wesnoth/data/scenario-test.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Captured.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Crossing.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Elven_Alliance.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Escape_Tunnel.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Lake_Vrug.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Mal-Ravanals_Capital.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Ogre_Training.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/The_Outpost.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Tribal_Warfare.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Two_Paths.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Border_Patrol.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Crossing.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Unexpected_Appearance.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/Weldyn_Attack.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/deaths.cfg
|
||||
share/wesnoth/data/scenarios/Eastern_Invasion/intro.cfg
|
||||
share/wesnoth/data/scenarios/Heir_To_The_Throne/A_Choice_Must_Be_Made.cfg
|
||||
share/wesnoth/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg
|
||||
share/wesnoth/data/scenarios/Heir_To_The_Throne/Blackwater_Port.cfg
|
||||
@ -116,6 +148,13 @@ share/wesnoth/data/scenarios/The_Dark_Hordes/Mages_And_Elves.cfg
|
||||
share/wesnoth/data/scenarios/The_Dark_Hordes/The_Skull_of_Agarash.cfg
|
||||
share/wesnoth/data/scenarios/Wesbowl.cfg
|
||||
share/wesnoth/data/schedules.cfg
|
||||
share/wesnoth/data/terrain-graphics.cfg
|
||||
share/wesnoth/data/terrain-graphics/adjacent-north.cfg
|
||||
share/wesnoth/data/terrain-graphics/adjacent.cfg
|
||||
share/wesnoth/data/terrain-graphics/base.cfg
|
||||
share/wesnoth/data/terrain-graphics/castle-transitions.cfg
|
||||
share/wesnoth/data/terrain-graphics/castles.cfg
|
||||
share/wesnoth/data/terrain-graphics/util.cfg
|
||||
share/wesnoth/data/terrain.cfg
|
||||
share/wesnoth/data/themes/default.cfg
|
||||
share/wesnoth/data/themes/editor.cfg
|
||||
@ -146,23 +185,32 @@ share/wesnoth/data/units/Battle_Princess.cfg
|
||||
share/wesnoth/data/units/Blood_Bat.cfg
|
||||
share/wesnoth/data/units/Bone_Shooter.cfg
|
||||
share/wesnoth/data/units/Bowman.cfg
|
||||
share/wesnoth/data/units/Cavalier.cfg
|
||||
share/wesnoth/data/units/Cavalry.cfg
|
||||
share/wesnoth/data/units/Cavalryman.cfg
|
||||
share/wesnoth/data/units/Cave_Spider.cfg
|
||||
share/wesnoth/data/units/Chocobone.cfg
|
||||
share/wesnoth/data/units/Cockatrice.cfg
|
||||
share/wesnoth/data/units/Commander.cfg
|
||||
share/wesnoth/data/units/Cuttle_Fish.cfg
|
||||
share/wesnoth/data/units/Dark_Adept.cfg
|
||||
share/wesnoth/data/units/Dark_Apprentice.cfg
|
||||
share/wesnoth/data/units/Dark_Spirit.cfg
|
||||
share/wesnoth/data/units/Death_Knight.cfg
|
||||
share/wesnoth/data/units/Deathmaster.cfg
|
||||
share/wesnoth/data/units/Demilich.cfg
|
||||
share/wesnoth/data/units/Direwolf_Rider.cfg
|
||||
share/wesnoth/data/units/Dragoon.cfg
|
||||
share/wesnoth/data/units/Drakonian_Fighter.cfg
|
||||
share/wesnoth/data/units/Drakonian_Slave.cfg
|
||||
share/wesnoth/data/units/Drake_Burner.cfg
|
||||
share/wesnoth/data/units/Drake_Clasher.cfg
|
||||
share/wesnoth/data/units/Drake_Fighter.cfg
|
||||
share/wesnoth/data/units/Drake_Guard.cfg
|
||||
share/wesnoth/data/units/Drake_Mage.cfg
|
||||
share/wesnoth/data/units/Drake_Petit.cfg
|
||||
share/wesnoth/data/units/Drake_Slave.cfg
|
||||
share/wesnoth/data/units/Drake_Warrior.cfg
|
||||
share/wesnoth/data/units/Duelist.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Berserker.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Dragonguard.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Fighter.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Lord.cfg
|
||||
share/wesnoth/data/units/Dwarvish_Runemaster.cfg
|
||||
@ -187,7 +235,6 @@ share/wesnoth/data/units/Elvish_Scout.cfg
|
||||
share/wesnoth/data/units/Elvish_Shaman.cfg
|
||||
share/wesnoth/data/units/Elvish_Sharpshooter.cfg
|
||||
share/wesnoth/data/units/Elvish_Shyde.cfg
|
||||
share/wesnoth/data/units/Evil_Necromancer.cfg
|
||||
share/wesnoth/data/units/Fencer.cfg
|
||||
share/wesnoth/data/units/Fighter.cfg
|
||||
share/wesnoth/data/units/Footpad.cfg
|
||||
@ -250,8 +297,10 @@ share/wesnoth/data/units/Saurian_Warrior.cfg
|
||||
share/wesnoth/data/units/Sea_Hag.cfg
|
||||
share/wesnoth/data/units/Sea_Orc.cfg
|
||||
share/wesnoth/data/units/Sea_Serpent.cfg
|
||||
share/wesnoth/data/units/Sergeant.cfg
|
||||
share/wesnoth/data/units/Shadow.cfg
|
||||
share/wesnoth/data/units/Shock_Trooper.cfg
|
||||
share/wesnoth/data/units/Silver_Mage.cfg
|
||||
share/wesnoth/data/units/Skeleton.cfg
|
||||
share/wesnoth/data/units/Skeleton_Archer.cfg
|
||||
share/wesnoth/data/units/Sleeping_Gryphon.cfg
|
||||
@ -268,6 +317,7 @@ share/wesnoth/data/units/Troll.cfg
|
||||
share/wesnoth/data/units/Troll_Warrior.cfg
|
||||
share/wesnoth/data/units/Troll_Whelp.cfg
|
||||
share/wesnoth/data/units/Vampire_Bat.cfg
|
||||
share/wesnoth/data/units/Vampire_Lady.cfg
|
||||
share/wesnoth/data/units/Walking_Corpse.cfg
|
||||
share/wesnoth/data/units/Watch_Tower.cfg
|
||||
share/wesnoth/data/units/White_Mage.cfg
|
||||
@ -276,6 +326,7 @@ share/wesnoth/data/units/Wose.cfg
|
||||
share/wesnoth/data/units/Wose_Sappling.cfg
|
||||
share/wesnoth/data/units/Wraith.cfg
|
||||
share/wesnoth/data/units/Yeti.cfg
|
||||
share/wesnoth/data/units/Young_Ogre.cfg
|
||||
share/wesnoth/data/units/Youth.cfg
|
||||
share/wesnoth/data/utils.cfg
|
||||
share/wesnoth/fonts/Bepa-Roman.ttf
|
||||
@ -291,13 +342,69 @@ share/wesnoth/images/SecondWatch.png
|
||||
share/wesnoth/images/Underground.png
|
||||
share/wesnoth/images/UndergroundIllum.png
|
||||
share/wesnoth/images/ally-energy.png
|
||||
share/wesnoth/images/arch-mage-attack.png
|
||||
share/wesnoth/images/arch-mage-attack1.png
|
||||
share/wesnoth/images/arch-mage-attack2.png
|
||||
share/wesnoth/images/arch-mage-defend.png
|
||||
share/wesnoth/images/arch-mage.png
|
||||
share/wesnoth/images/assassin-attack.png
|
||||
share/wesnoth/images/assassin-attack2.png
|
||||
share/wesnoth/images/assassin-defend.png
|
||||
share/wesnoth/images/assassin-throwknife1.png
|
||||
share/wesnoth/images/assassin-throwknife2.png
|
||||
share/wesnoth/images/assassin.png
|
||||
share/wesnoth/images/bone-n.png
|
||||
share/wesnoth/images/bone-ne.png
|
||||
share/wesnoth/images/bullet.png
|
||||
share/wesnoth/images/attacks/axe.png
|
||||
share/wesnoth/images/attacks/baneblade.png
|
||||
share/wesnoth/images/attacks/battleaxe.png
|
||||
share/wesnoth/images/attacks/beak.png
|
||||
share/wesnoth/images/attacks/bow.png
|
||||
share/wesnoth/images/attacks/claws.png
|
||||
share/wesnoth/images/attacks/club.png
|
||||
share/wesnoth/images/attacks/crossbow.png
|
||||
share/wesnoth/images/attacks/curse.png
|
||||
share/wesnoth/images/attacks/dagger.png
|
||||
share/wesnoth/images/attacks/dark-missile.png
|
||||
share/wesnoth/images/attacks/darkstaff.png
|
||||
share/wesnoth/images/attacks/darts.png
|
||||
share/wesnoth/images/attacks/dragonstaff.png
|
||||
share/wesnoth/images/attacks/druidstaff.png
|
||||
share/wesnoth/images/attacks/entangle.png
|
||||
share/wesnoth/images/attacks/faerie_touch.png
|
||||
share/wesnoth/images/attacks/fangs.png
|
||||
share/wesnoth/images/attacks/fireball.png
|
||||
share/wesnoth/images/attacks/fist.png
|
||||
share/wesnoth/images/attacks/frenzy.png
|
||||
share/wesnoth/images/attacks/gaze.png
|
||||
share/wesnoth/images/attacks/halberd.png
|
||||
share/wesnoth/images/attacks/hammer.png
|
||||
share/wesnoth/images/attacks/hatchet.png
|
||||
share/wesnoth/images/attacks/ink.png
|
||||
share/wesnoth/images/attacks/knife.png
|
||||
share/wesnoth/images/attacks/lance.png
|
||||
share/wesnoth/images/attacks/lightbeam.png
|
||||
share/wesnoth/images/attacks/lightingbolt.png
|
||||
share/wesnoth/images/attacks/longbow.png
|
||||
share/wesnoth/images/attacks/mace.png
|
||||
share/wesnoth/images/attacks/missile.png
|
||||
share/wesnoth/images/attacks/paladinsword.png
|
||||
share/wesnoth/images/attacks/pike.png
|
||||
share/wesnoth/images/attacks/pistol.png
|
||||
share/wesnoth/images/attacks/rapier.png
|
||||
share/wesnoth/images/attacks/short-sword.png
|
||||
share/wesnoth/images/attacks/sling.png
|
||||
share/wesnoth/images/attacks/spear.png
|
||||
share/wesnoth/images/attacks/staff.png
|
||||
share/wesnoth/images/attacks/sword.png
|
||||
share/wesnoth/images/attacks/tentacle.png
|
||||
share/wesnoth/images/attacks/thorns.png
|
||||
share/wesnoth/images/attacks/thunderstick.png
|
||||
share/wesnoth/images/attacks/torch.png
|
||||
share/wesnoth/images/attacks/touch.png
|
||||
share/wesnoth/images/attacks/trident.png
|
||||
share/wesnoth/images/attacks/wail.png
|
||||
share/wesnoth/images/attacks/waterspray.png
|
||||
share/wesnoth/images/attacks/web.png
|
||||
share/wesnoth/images/attacks/woodensword.png
|
||||
share/wesnoth/images/buttons/button-active.png
|
||||
share/wesnoth/images/buttons/button-pressed.png
|
||||
share/wesnoth/images/buttons/button.png
|
||||
@ -311,6 +418,9 @@ share/wesnoth/images/buttons/downarrow-button.png
|
||||
share/wesnoth/images/buttons/lite-active.png
|
||||
share/wesnoth/images/buttons/lite-pressed.png
|
||||
share/wesnoth/images/buttons/lite.png
|
||||
share/wesnoth/images/buttons/lite_small-active.png
|
||||
share/wesnoth/images/buttons/lite_small-pressed.png
|
||||
share/wesnoth/images/buttons/lite_small.png
|
||||
share/wesnoth/images/buttons/scrollbottom-active.png
|
||||
share/wesnoth/images/buttons/scrollbottom.png
|
||||
share/wesnoth/images/buttons/scrollgroove-bottom.png
|
||||
@ -339,24 +449,62 @@ share/wesnoth/images/cursors/move.png
|
||||
share/wesnoth/images/cursors/normal.png
|
||||
share/wesnoth/images/cursors/wait.png
|
||||
share/wesnoth/images/cuttlefish.png
|
||||
share/wesnoth/images/darkmissile-n.png
|
||||
share/wesnoth/images/darkmissile-ne.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-close1.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-close2.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-fire1.png
|
||||
share/wesnoth/images/drakonian-fighter-attack-fire2.png
|
||||
share/wesnoth/images/drakonian-fighter-defend.png
|
||||
share/wesnoth/images/drakonian-fighter.png
|
||||
share/wesnoth/images/drakonian-slave-attack1.png
|
||||
share/wesnoth/images/drakonian-slave-attack2.png
|
||||
share/wesnoth/images/drakonian-slave-defend.png
|
||||
share/wesnoth/images/drakonian-slave.png
|
||||
share/wesnoth/images/direwolf_rider.png
|
||||
share/wesnoth/images/drake-burner-attack-close1.png
|
||||
share/wesnoth/images/drake-burner-attack-close2.png
|
||||
share/wesnoth/images/drake-burner-attack-ranged.png
|
||||
share/wesnoth/images/drake-burner-defend.png
|
||||
share/wesnoth/images/drake-burner.png
|
||||
share/wesnoth/images/drake-clasher-attack-spear1.png
|
||||
share/wesnoth/images/drake-clasher-attack-spear2.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword1.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword2.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword3.png
|
||||
share/wesnoth/images/drake-clasher-attack-sword4.png
|
||||
share/wesnoth/images/drake-clasher-defend.png
|
||||
share/wesnoth/images/drake-clasher.png
|
||||
share/wesnoth/images/drake-fighter-attack-close1.png
|
||||
share/wesnoth/images/drake-fighter-attack-close2.png
|
||||
share/wesnoth/images/drake-fighter-attack-fire1.png
|
||||
share/wesnoth/images/drake-fighter-attack-fire2.png
|
||||
share/wesnoth/images/drake-fighter-defend.png
|
||||
share/wesnoth/images/drake-fighter.png
|
||||
share/wesnoth/images/drake-guard-attack-close1.png
|
||||
share/wesnoth/images/drake-guard-attack-close2.png
|
||||
share/wesnoth/images/drake-guard-attack-ranged.png
|
||||
share/wesnoth/images/drake-guard-defend.png
|
||||
share/wesnoth/images/drake-guard.png
|
||||
share/wesnoth/images/drake-mage-attack-close.png
|
||||
share/wesnoth/images/drake-mage-attack-ranged-breath.png
|
||||
share/wesnoth/images/drake-mage-attack-ranged-staff1.png
|
||||
share/wesnoth/images/drake-mage-attack-ranged-staff2.png
|
||||
share/wesnoth/images/drake-mage-defend.png
|
||||
share/wesnoth/images/drake-mage.png
|
||||
share/wesnoth/images/drake-petit-attack.png
|
||||
share/wesnoth/images/drake-petit-defend.png
|
||||
share/wesnoth/images/drake-petit.png
|
||||
share/wesnoth/images/drake-slave-attack1.png
|
||||
share/wesnoth/images/drake-slave-attack2.png
|
||||
share/wesnoth/images/drake-slave-defend.png
|
||||
share/wesnoth/images/drake-slave.png
|
||||
share/wesnoth/images/drake-warrior-attack-close1.png
|
||||
share/wesnoth/images/drake-warrior-attack-close2.png
|
||||
share/wesnoth/images/drake-warrior-attack-ranged.png
|
||||
share/wesnoth/images/drake-warrior-defend.png
|
||||
share/wesnoth/images/drake-warrior.png
|
||||
share/wesnoth/images/dwarf-berserker-attack.png
|
||||
share/wesnoth/images/dwarf-berserker-defend.png
|
||||
share/wesnoth/images/dwarf-berserker.png
|
||||
share/wesnoth/images/dwarf-dragonguard-attack-close.png
|
||||
share/wesnoth/images/dwarf-dragonguard-attack-ranged.png
|
||||
share/wesnoth/images/dwarf-dragonguard-defend.png
|
||||
share/wesnoth/images/dwarf-dragonguard.png
|
||||
share/wesnoth/images/dwarf-fighter-attack.png
|
||||
share/wesnoth/images/dwarf-fighter-defend.png
|
||||
share/wesnoth/images/dwarf-fighter.png
|
||||
share/wesnoth/images/dwarf-lord-attack.png
|
||||
share/wesnoth/images/dwarf-lord-defend.png
|
||||
share/wesnoth/images/dwarf-lord-ranged.png
|
||||
share/wesnoth/images/dwarf-lord.png
|
||||
share/wesnoth/images/dwarf-runemaster-attack.png
|
||||
share/wesnoth/images/dwarf-runemaster-defend.png
|
||||
@ -378,6 +526,7 @@ share/wesnoth/images/editor/brush-2.png
|
||||
share/wesnoth/images/editor/brush-3.png
|
||||
share/wesnoth/images/elder-mage-attack.png
|
||||
share/wesnoth/images/elder-mage-defend.png
|
||||
share/wesnoth/images/elder-mage-ranged.png
|
||||
share/wesnoth/images/elder-mage.png
|
||||
share/wesnoth/images/elvish-archer-attack.png
|
||||
share/wesnoth/images/elvish-archer-attack1.png
|
||||
@ -409,7 +558,10 @@ share/wesnoth/images/elvish-champion-defend.png
|
||||
share/wesnoth/images/elvish-champion-range1.png
|
||||
share/wesnoth/images/elvish-champion-range2.png
|
||||
share/wesnoth/images/elvish-champion.png
|
||||
share/wesnoth/images/elvish-druid-attack.png
|
||||
share/wesnoth/images/elvish-druid-defend.png
|
||||
share/wesnoth/images/elvish-druid-healing.png
|
||||
share/wesnoth/images/elvish-druid-ranged.png
|
||||
share/wesnoth/images/elvish-druid.png
|
||||
share/wesnoth/images/elvish-fighter-attack.png
|
||||
share/wesnoth/images/elvish-fighter-bow-attack1.png
|
||||
@ -425,6 +577,7 @@ share/wesnoth/images/elvish-hero-bow-defend.png
|
||||
share/wesnoth/images/elvish-hero-bow.png
|
||||
share/wesnoth/images/elvish-hero-defend.png
|
||||
share/wesnoth/images/elvish-hero.png
|
||||
share/wesnoth/images/elvish-lord-defend.png
|
||||
share/wesnoth/images/elvish-lord-melee.png
|
||||
share/wesnoth/images/elvish-lord-ranged1.png
|
||||
share/wesnoth/images/elvish-lord-ranged2.png
|
||||
@ -434,11 +587,13 @@ share/wesnoth/images/elvish-marksman-attack1.png
|
||||
share/wesnoth/images/elvish-marksman-attack2.png
|
||||
share/wesnoth/images/elvish-marksman-attack3.png
|
||||
share/wesnoth/images/elvish-marksman-bow-defend.png
|
||||
share/wesnoth/images/elvish-marksman-defend.png
|
||||
share/wesnoth/images/elvish-marksman.png
|
||||
share/wesnoth/images/elvish-marshal-attack.png
|
||||
share/wesnoth/images/elvish-marshal-attack3.png
|
||||
share/wesnoth/images/elvish-marshal-bow.png
|
||||
share/wesnoth/images/elvish-marshal-defend.png
|
||||
share/wesnoth/images/elvish-marshal-leading.png
|
||||
share/wesnoth/images/elvish-marshal.png
|
||||
share/wesnoth/images/elvish-outrider-attack.png
|
||||
share/wesnoth/images/elvish-outrider-attack1.png
|
||||
@ -456,6 +611,7 @@ share/wesnoth/images/elvish-rider-attack.png
|
||||
share/wesnoth/images/elvish-rider-attack1.png
|
||||
share/wesnoth/images/elvish-rider-attack2.png
|
||||
share/wesnoth/images/elvish-rider-defend.png
|
||||
share/wesnoth/images/elvish-rider-moving.png
|
||||
share/wesnoth/images/elvish-rider.png
|
||||
share/wesnoth/images/elvish-scout-attack.png
|
||||
share/wesnoth/images/elvish-scout-attack1.png
|
||||
@ -466,20 +622,28 @@ share/wesnoth/images/elvish-scout.png
|
||||
share/wesnoth/images/elvish-shaman-attack.png
|
||||
share/wesnoth/images/elvish-shaman-attack2.png
|
||||
share/wesnoth/images/elvish-shaman-defend.png
|
||||
share/wesnoth/images/elvish-shaman-heal1.png
|
||||
share/wesnoth/images/elvish-shaman-heal2.png
|
||||
share/wesnoth/images/elvish-shaman-heal3.png
|
||||
share/wesnoth/images/elvish-shaman-heal4.png
|
||||
share/wesnoth/images/elvish-shaman-heal5.png
|
||||
share/wesnoth/images/elvish-shaman-healing.png
|
||||
share/wesnoth/images/elvish-shaman.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack1.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack2.png
|
||||
share/wesnoth/images/elvish-sharpshooter-attack3.png
|
||||
share/wesnoth/images/elvish-sharpshooter-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter.png
|
||||
share/wesnoth/images/elvish-shyde-ftouch-attack1.png
|
||||
share/wesnoth/images/elvish-shyde-ftouch-attack2.png
|
||||
share/wesnoth/images/elvish-shyde-healing.png
|
||||
share/wesnoth/images/elvish-shyde.png
|
||||
share/wesnoth/images/enemy-energy.png
|
||||
share/wesnoth/images/entangle.png
|
||||
share/wesnoth/images/faerie_touch.png
|
||||
share/wesnoth/images/fireball-halo.png
|
||||
share/wesnoth/images/fireball.png
|
||||
share/wesnoth/images/galleon.png
|
||||
share/wesnoth/images/goblin-direwolver-attack.png
|
||||
share/wesnoth/images/goblin-direwolver.png
|
||||
share/wesnoth/images/goblin-knight-attack.png
|
||||
share/wesnoth/images/goblin-knight.png
|
||||
@ -487,7 +651,12 @@ share/wesnoth/images/goblin-pillager-attack.png
|
||||
share/wesnoth/images/goblin-pillager-attack2.png
|
||||
share/wesnoth/images/goblin-pillager-defend.png
|
||||
share/wesnoth/images/goblin-pillager.png
|
||||
share/wesnoth/images/grand-knight-moving.png
|
||||
share/wesnoth/images/grand-knight.png
|
||||
share/wesnoth/images/great-mage-attack.png
|
||||
share/wesnoth/images/great-mage-attack1.png
|
||||
share/wesnoth/images/great-mage-attack2.png
|
||||
share/wesnoth/images/great-mage-defend.png
|
||||
share/wesnoth/images/great-mage.png
|
||||
share/wesnoth/images/gryphon-master.png
|
||||
share/wesnoth/images/gryphon-rider-attack.png
|
||||
@ -495,7 +664,40 @@ share/wesnoth/images/gryphon-rider-defend.png
|
||||
share/wesnoth/images/gryphon-rider.png
|
||||
share/wesnoth/images/gryphon-sleeping.png
|
||||
share/wesnoth/images/gryphon.png
|
||||
share/wesnoth/images/halo/blood-halo1.png
|
||||
share/wesnoth/images/halo/blood-halo2.png
|
||||
share/wesnoth/images/halo/elder-mage-halo.png
|
||||
share/wesnoth/images/halo/elder-mage-halo1.png
|
||||
share/wesnoth/images/halo/elder-mage-halo2.png
|
||||
share/wesnoth/images/halo/elder-mage-halo3.png
|
||||
share/wesnoth/images/halo/elder-mage-halo4.png
|
||||
share/wesnoth/images/halo/elder-mage-halo5.png
|
||||
share/wesnoth/images/halo/elder-mage-halo6.png
|
||||
share/wesnoth/images/halo/fireball-big1.png
|
||||
share/wesnoth/images/halo/fireball-big2.png
|
||||
share/wesnoth/images/halo/fireball-big3.png
|
||||
share/wesnoth/images/halo/fireball-big4.png
|
||||
share/wesnoth/images/halo/fireball-big5.png
|
||||
share/wesnoth/images/halo/fireball-big6.png
|
||||
share/wesnoth/images/halo/fireball-big7.png
|
||||
share/wesnoth/images/halo/fireball-halo.png
|
||||
share/wesnoth/images/halo/fireball-halo1.png
|
||||
share/wesnoth/images/halo/fireball-halo2.png
|
||||
share/wesnoth/images/halo/fireball-halo3.png
|
||||
share/wesnoth/images/halo/fireball-halo4.png
|
||||
share/wesnoth/images/halo/fireball-halo7.png
|
||||
share/wesnoth/images/halo/fireball1.png
|
||||
share/wesnoth/images/halo/fireball2.png
|
||||
share/wesnoth/images/halo/fireball3.png
|
||||
share/wesnoth/images/halo/fireball4.png
|
||||
share/wesnoth/images/halo/fireball5.png
|
||||
share/wesnoth/images/halo/fireball6.png
|
||||
share/wesnoth/images/halo/fireball7.png
|
||||
share/wesnoth/images/halo/mage-halo1.png
|
||||
share/wesnoth/images/halo/mage-halo10.png
|
||||
share/wesnoth/images/halo/mage-halo11.png
|
||||
share/wesnoth/images/halo/mage-halo12.png
|
||||
share/wesnoth/images/halo/mage-halo13.png
|
||||
share/wesnoth/images/halo/mage-halo2.png
|
||||
share/wesnoth/images/halo/mage-halo3.png
|
||||
share/wesnoth/images/halo/mage-halo4.png
|
||||
@ -504,6 +706,19 @@ share/wesnoth/images/halo/mage-halo6.png
|
||||
share/wesnoth/images/halo/mage-halo7.png
|
||||
share/wesnoth/images/halo/mage-halo8.png
|
||||
share/wesnoth/images/halo/mage-halo9.png
|
||||
share/wesnoth/images/halo/silver-mage-halo1.png
|
||||
share/wesnoth/images/halo/silver-mage-halo10.png
|
||||
share/wesnoth/images/halo/silver-mage-halo11.png
|
||||
share/wesnoth/images/halo/silver-mage-halo12.png
|
||||
share/wesnoth/images/halo/silver-mage-halo2.png
|
||||
share/wesnoth/images/halo/silver-mage-halo3.png
|
||||
share/wesnoth/images/halo/silver-mage-halo4.png
|
||||
share/wesnoth/images/halo/silver-mage-halo5.png
|
||||
share/wesnoth/images/halo/silver-mage-halo6.png
|
||||
share/wesnoth/images/halo/silver-mage-halo7.png
|
||||
share/wesnoth/images/halo/silver-mage-halo8.png
|
||||
share/wesnoth/images/halo/silver-mage-halo9.png
|
||||
share/wesnoth/images/halo/white-cleric-aura.png
|
||||
share/wesnoth/images/horseman-attack.png
|
||||
share/wesnoth/images/horseman-defend.png
|
||||
share/wesnoth/images/horseman-moving.png
|
||||
@ -518,9 +733,21 @@ share/wesnoth/images/human-bowman-attack2.png
|
||||
share/wesnoth/images/human-bowman-attack3.png
|
||||
share/wesnoth/images/human-bowman-defend.png
|
||||
share/wesnoth/images/human-bowman.png
|
||||
share/wesnoth/images/human-cavalier-attack.png
|
||||
share/wesnoth/images/human-cavalier-defend.png
|
||||
share/wesnoth/images/human-cavalier-moving.png
|
||||
share/wesnoth/images/human-cavalier-range1.png
|
||||
share/wesnoth/images/human-cavalier-range2.png
|
||||
share/wesnoth/images/human-cavalier.png
|
||||
share/wesnoth/images/human-dragoon-attack.png
|
||||
share/wesnoth/images/human-dragoon-defend.png
|
||||
share/wesnoth/images/human-dragoon-moving.png
|
||||
share/wesnoth/images/human-dragoon-range1.png
|
||||
share/wesnoth/images/human-dragoon-range2.png
|
||||
share/wesnoth/images/human-dragoon.png
|
||||
share/wesnoth/images/human-duelist-defend.png
|
||||
share/wesnoth/images/human-duelist.png
|
||||
share/wesnoth/images/human-fencer-attack.png
|
||||
share/wesnoth/images/human-fencer-defend.png
|
||||
share/wesnoth/images/human-fencer.png
|
||||
share/wesnoth/images/human-general-defend.png
|
||||
@ -530,6 +757,7 @@ share/wesnoth/images/human-halbardier.png
|
||||
share/wesnoth/images/human-heavyinfantry-attack.png
|
||||
share/wesnoth/images/human-heavyinfantry-defend.png
|
||||
share/wesnoth/images/human-heavyinfantry.png
|
||||
share/wesnoth/images/human-lieutenant-defend.png
|
||||
share/wesnoth/images/human-lieutenant-leading.png
|
||||
share/wesnoth/images/human-lieutenant.png
|
||||
share/wesnoth/images/human-longbowman-attack-sword.png
|
||||
@ -540,6 +768,7 @@ share/wesnoth/images/human-longbowman-defend.png
|
||||
share/wesnoth/images/human-longbowman.png
|
||||
share/wesnoth/images/human-masterbowman-defend.png
|
||||
share/wesnoth/images/human-masterbowman.png
|
||||
share/wesnoth/images/human-pikeman-defend.png
|
||||
share/wesnoth/images/human-pikeman.png
|
||||
share/wesnoth/images/human-princess-attack.png
|
||||
share/wesnoth/images/human-princess-defend.png
|
||||
@ -552,7 +781,11 @@ share/wesnoth/images/human-scout-attack.png
|
||||
share/wesnoth/images/human-scout-defend.png
|
||||
share/wesnoth/images/human-scout-moving.png
|
||||
share/wesnoth/images/human-scout.png
|
||||
share/wesnoth/images/human-sergeant-attack.png
|
||||
share/wesnoth/images/human-sergeant-defend.png
|
||||
share/wesnoth/images/human-sergeant.png
|
||||
share/wesnoth/images/human-shocktrooper-attack.png
|
||||
share/wesnoth/images/human-shocktrooper-defend.png
|
||||
share/wesnoth/images/human-shocktrooper.png
|
||||
share/wesnoth/images/human-siegetrooper-defend.png
|
||||
share/wesnoth/images/human-siegetrooper-melee.png
|
||||
@ -564,7 +797,6 @@ share/wesnoth/images/human-spearman.png
|
||||
share/wesnoth/images/human-swordman-attack.png
|
||||
share/wesnoth/images/human-swordman-defend.png
|
||||
share/wesnoth/images/human-swordman.png
|
||||
share/wesnoth/images/ink.png
|
||||
share/wesnoth/images/item-ball1.png
|
||||
share/wesnoth/images/item-ball2.png
|
||||
share/wesnoth/images/item-barrel.png
|
||||
@ -600,6 +832,9 @@ share/wesnoth/images/item-rock3.png
|
||||
share/wesnoth/images/item-rock4.png
|
||||
share/wesnoth/images/item-slab.png
|
||||
share/wesnoth/images/item-well.png
|
||||
share/wesnoth/images/knight-attack.png
|
||||
share/wesnoth/images/knight-defend.png
|
||||
share/wesnoth/images/knight-moving.png
|
||||
share/wesnoth/images/knight.png
|
||||
share/wesnoth/images/konrad-commander-attack.png
|
||||
share/wesnoth/images/konrad-commander-defend.png
|
||||
@ -611,6 +846,7 @@ share/wesnoth/images/konrad-fighter-attack.png
|
||||
share/wesnoth/images/konrad-fighter-defend.png
|
||||
share/wesnoth/images/konrad-fighter.png
|
||||
share/wesnoth/images/konrad-lord-attack.png
|
||||
share/wesnoth/images/konrad-lord-defend.png
|
||||
share/wesnoth/images/konrad-lord-leading.png
|
||||
share/wesnoth/images/konrad-lord.png
|
||||
share/wesnoth/images/konrad-young-attack.png
|
||||
@ -625,39 +861,25 @@ share/wesnoth/images/mage-attack2.png
|
||||
share/wesnoth/images/mage-attack3.png
|
||||
share/wesnoth/images/mage-defend.png
|
||||
share/wesnoth/images/mage.png
|
||||
share/wesnoth/images/magicmissile-n.png
|
||||
share/wesnoth/images/magicmissile-ne.png
|
||||
share/wesnoth/images/merman-attack.png
|
||||
share/wesnoth/images/merman-defend.png
|
||||
share/wesnoth/images/merman-king-attack.png
|
||||
share/wesnoth/images/merman-king-defend.png
|
||||
share/wesnoth/images/merman-king.png
|
||||
share/wesnoth/images/merman.png
|
||||
share/wesnoth/images/misc/axe.png
|
||||
share/wesnoth/images/misc/ball.png
|
||||
share/wesnoth/images/misc/baneblade.png
|
||||
share/wesnoth/images/misc/battleaxe.png
|
||||
share/wesnoth/images/misc/blank.png
|
||||
share/wesnoth/images/misc/botleft-corner.png
|
||||
share/wesnoth/images/misc/botright-corner.png
|
||||
share/wesnoth/images/misc/bow.png
|
||||
share/wesnoth/images/misc/cage.png
|
||||
share/wesnoth/images/misc/character-box.png
|
||||
share/wesnoth/images/misc/chest.png
|
||||
share/wesnoth/images/misc/claws.png
|
||||
share/wesnoth/images/misc/club.png
|
||||
share/wesnoth/images/misc/compass-north.png
|
||||
share/wesnoth/images/misc/compass-south.png
|
||||
share/wesnoth/images/misc/cross.png
|
||||
share/wesnoth/images/misc/curse.png
|
||||
share/wesnoth/images/misc/dagger.png
|
||||
share/wesnoth/images/misc/dark-missile.png
|
||||
share/wesnoth/images/misc/darkstaff.png
|
||||
share/wesnoth/images/misc/darts.png
|
||||
share/wesnoth/images/misc/delfador.png
|
||||
share/wesnoth/images/misc/disk.png
|
||||
share/wesnoth/images/misc/dot.png
|
||||
share/wesnoth/images/misc/druidstaff.png
|
||||
share/wesnoth/images/misc/ellipse-1-bottom.png
|
||||
share/wesnoth/images/misc/ellipse-1-top.png
|
||||
share/wesnoth/images/misc/ellipse-1.png
|
||||
@ -688,22 +910,14 @@ share/wesnoth/images/misc/ellipse-8.png
|
||||
share/wesnoth/images/misc/ellipse-9-bottom.png
|
||||
share/wesnoth/images/misc/ellipse-9-top.png
|
||||
share/wesnoth/images/misc/ellipse-9.png
|
||||
share/wesnoth/images/misc/entangle.png
|
||||
share/wesnoth/images/misc/eye.png
|
||||
share/wesnoth/images/misc/fangs.png
|
||||
share/wesnoth/images/misc/fireball.png
|
||||
share/wesnoth/images/misc/fist.png
|
||||
share/wesnoth/images/misc/folder-icon.png
|
||||
share/wesnoth/images/misc/font8x8.png
|
||||
share/wesnoth/images/misc/foot-left-n.png
|
||||
share/wesnoth/images/misc/foot-left-nw.png
|
||||
share/wesnoth/images/misc/foot-right-n.png
|
||||
share/wesnoth/images/misc/foot-right-nw.png
|
||||
share/wesnoth/images/misc/frenzy.png
|
||||
share/wesnoth/images/misc/gaze.png
|
||||
share/wesnoth/images/misc/gold.png
|
||||
share/wesnoth/images/misc/halberd.png
|
||||
share/wesnoth/images/misc/hammer.png
|
||||
share/wesnoth/images/misc/hatchet.png
|
||||
share/wesnoth/images/misc/income.png
|
||||
share/wesnoth/images/misc/invisible.png
|
||||
share/wesnoth/images/misc/item-darktome.png
|
||||
@ -714,16 +928,11 @@ share/wesnoth/images/misc/item-sceptreoffire.png
|
||||
share/wesnoth/images/misc/item-staff.png
|
||||
share/wesnoth/images/misc/item-stormtrident.png
|
||||
share/wesnoth/images/misc/kalenz.png
|
||||
share/wesnoth/images/misc/knife.png
|
||||
share/wesnoth/images/misc/konrad.png
|
||||
share/wesnoth/images/misc/lance.png
|
||||
share/wesnoth/images/misc/lightingbolt.png
|
||||
share/wesnoth/images/misc/lisar.png
|
||||
share/wesnoth/images/misc/lisar_b.png
|
||||
share/wesnoth/images/misc/lobby.png
|
||||
share/wesnoth/images/misc/logo.png
|
||||
share/wesnoth/images/misc/longbow.png
|
||||
share/wesnoth/images/misc/mace.png
|
||||
share/wesnoth/images/misc/mainmenu-background.png
|
||||
share/wesnoth/images/misc/mainmenu-border-botleft.png
|
||||
share/wesnoth/images/misc/mainmenu-border-botright.png
|
||||
@ -752,20 +961,12 @@ share/wesnoth/images/misc/menu2-border-right.png
|
||||
share/wesnoth/images/misc/menu2-border-top.png
|
||||
share/wesnoth/images/misc/menu2-border-topleft.png
|
||||
share/wesnoth/images/misc/menu2-border-topright.png
|
||||
share/wesnoth/images/misc/missile.png
|
||||
share/wesnoth/images/misc/paladinsword.png
|
||||
share/wesnoth/images/misc/pike.png
|
||||
share/wesnoth/images/misc/poisoned.png
|
||||
share/wesnoth/images/misc/rapier.png
|
||||
share/wesnoth/images/misc/rightside-bg.png
|
||||
share/wesnoth/images/misc/rightside-bottom.png
|
||||
share/wesnoth/images/misc/rightside-editor.png
|
||||
share/wesnoth/images/misc/rightside.png
|
||||
share/wesnoth/images/misc/short-sword.png
|
||||
share/wesnoth/images/misc/sling.png
|
||||
share/wesnoth/images/misc/slowed.png
|
||||
share/wesnoth/images/misc/spear.png
|
||||
share/wesnoth/images/misc/staff.png
|
||||
share/wesnoth/images/misc/status-bg.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story0a.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story0b.png
|
||||
@ -778,15 +979,11 @@ share/wesnoth/images/misc/status-bg.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story7.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story8.png
|
||||
%%LITE:%%share/wesnoth/images/misc/story9.png
|
||||
share/wesnoth/images/misc/sword.png
|
||||
share/wesnoth/images/misc/tentacle.png
|
||||
share/wesnoth/images/misc/thorns.png
|
||||
share/wesnoth/images/misc/title.png
|
||||
share/wesnoth/images/misc/top-bg.png
|
||||
share/wesnoth/images/misc/topleft-corner.png
|
||||
share/wesnoth/images/misc/topright-corner.png
|
||||
share/wesnoth/images/misc/torch.png
|
||||
share/wesnoth/images/misc/trident.png
|
||||
share/wesnoth/images/misc/trapdoor.png
|
||||
%%LITE:%%share/wesnoth/images/misc/tutorial1.png
|
||||
%%LITE:%%share/wesnoth/images/misc/tutorial2.png
|
||||
%%LITE:%%share/wesnoth/images/misc/tutorial3.png
|
||||
@ -798,25 +995,8 @@ share/wesnoth/images/misc/trident.png
|
||||
share/wesnoth/images/misc/units.png
|
||||
share/wesnoth/images/misc/upkeep.png
|
||||
share/wesnoth/images/misc/villages.png
|
||||
share/wesnoth/images/misc/waterspray.png
|
||||
share/wesnoth/images/misc/web.png
|
||||
share/wesnoth/images/misc/woodensword.png
|
||||
share/wesnoth/images/missile-gaze.png
|
||||
share/wesnoth/images/missile-n.png
|
||||
share/wesnoth/images/missile-ne.png
|
||||
share/wesnoth/images/missile-nw.png
|
||||
share/wesnoth/images/missile-s.png
|
||||
share/wesnoth/images/missile-se.png
|
||||
share/wesnoth/images/missile-sw.png
|
||||
share/wesnoth/images/missile-thorns.png
|
||||
share/wesnoth/images/missile.png
|
||||
share/wesnoth/images/missiledagger-n.png
|
||||
share/wesnoth/images/missiledagger-ne.png
|
||||
share/wesnoth/images/missilehatchet.png
|
||||
share/wesnoth/images/missilespear-n.png
|
||||
share/wesnoth/images/missilespear-ne.png
|
||||
share/wesnoth/images/missilestone.png
|
||||
share/wesnoth/images/moved-energy.png
|
||||
share/wesnoth/images/naga-attack.png
|
||||
share/wesnoth/images/naga-defend.png
|
||||
share/wesnoth/images/naga.png
|
||||
share/wesnoth/images/neutral-bandit-attack.png
|
||||
@ -848,15 +1028,19 @@ share/wesnoth/images/neutral-trapper.png
|
||||
share/wesnoth/images/ogre.png
|
||||
share/wesnoth/images/orc-archer-attack.png
|
||||
share/wesnoth/images/orc-archer-attack2.png
|
||||
share/wesnoth/images/orc-archer-defend.png
|
||||
share/wesnoth/images/orc-archer.png
|
||||
share/wesnoth/images/orc-assassin-attack.png
|
||||
share/wesnoth/images/orc-assassin-defend.png
|
||||
share/wesnoth/images/orc-assassin-knife.png
|
||||
share/wesnoth/images/orc-assassin.png
|
||||
share/wesnoth/images/orc-slayer-attack1.png
|
||||
share/wesnoth/images/orc-slayer-attack2.png
|
||||
share/wesnoth/images/orc-slayer-defend.png
|
||||
share/wesnoth/images/orc-slayer-ranged.png
|
||||
share/wesnoth/images/orc-slayer.png
|
||||
share/wesnoth/images/orc-xbowman-attack.png
|
||||
share/wesnoth/images/orc-xbowman-ranged.png
|
||||
share/wesnoth/images/orc-xbowman.png
|
||||
share/wesnoth/images/orcish-grunt-attack.png
|
||||
share/wesnoth/images/orcish-grunt-defend.png
|
||||
@ -870,9 +1054,38 @@ share/wesnoth/images/orcish-warrior-defend.png
|
||||
share/wesnoth/images/orcish-warrior-melee1.png
|
||||
share/wesnoth/images/orcish-warrior.png
|
||||
share/wesnoth/images/paladin-healing.png
|
||||
share/wesnoth/images/paladin-moving.png
|
||||
share/wesnoth/images/paladin.png
|
||||
share/wesnoth/images/partmoved-energy.png
|
||||
share/wesnoth/images/pirate-galleon.png
|
||||
share/wesnoth/images/projectiles/bone-n.png
|
||||
share/wesnoth/images/projectiles/bone-ne.png
|
||||
share/wesnoth/images/projectiles/bullet.png
|
||||
share/wesnoth/images/projectiles/dagger-n.png
|
||||
share/wesnoth/images/projectiles/dagger-ne.png
|
||||
share/wesnoth/images/projectiles/darkmissile-n.png
|
||||
share/wesnoth/images/projectiles/darkmissile-ne.png
|
||||
share/wesnoth/images/projectiles/fireball.png
|
||||
share/wesnoth/images/projectiles/gaze.png
|
||||
share/wesnoth/images/projectiles/hatchet.png
|
||||
share/wesnoth/images/projectiles/ink.png
|
||||
share/wesnoth/images/projectiles/magicmissile-n.png
|
||||
share/wesnoth/images/projectiles/magicmissile-ne.png
|
||||
share/wesnoth/images/projectiles/missile-n.png
|
||||
share/wesnoth/images/projectiles/missile-ne.png
|
||||
share/wesnoth/images/projectiles/missile-nw.png
|
||||
share/wesnoth/images/projectiles/missile-s.png
|
||||
share/wesnoth/images/projectiles/missile-se.png
|
||||
share/wesnoth/images/projectiles/missile-sw.png
|
||||
share/wesnoth/images/projectiles/missile.png
|
||||
share/wesnoth/images/projectiles/spear-n.png
|
||||
share/wesnoth/images/projectiles/spear-ne.png
|
||||
share/wesnoth/images/projectiles/stone.png
|
||||
share/wesnoth/images/projectiles/thorns.png
|
||||
share/wesnoth/images/projectiles/water_spay.png
|
||||
share/wesnoth/images/projectiles/web.png
|
||||
share/wesnoth/images/projectiles/whitemissile-n.png
|
||||
share/wesnoth/images/projectiles/whitemissile-ne.png
|
||||
share/wesnoth/images/random-enemy.png
|
||||
share/wesnoth/images/red-mage-attack.png
|
||||
share/wesnoth/images/red-mage-attack1.png
|
||||
@ -880,6 +1093,7 @@ share/wesnoth/images/red-mage-defend.png
|
||||
share/wesnoth/images/red-mage.png
|
||||
share/wesnoth/images/rogue-attack.png
|
||||
share/wesnoth/images/rogue-defend.png
|
||||
share/wesnoth/images/rogue-ranged.png
|
||||
share/wesnoth/images/rogue.png
|
||||
share/wesnoth/images/saurian-attack1.png
|
||||
share/wesnoth/images/saurian-attack2.png
|
||||
@ -895,8 +1109,16 @@ share/wesnoth/images/scorpion-pincers-attack.png
|
||||
share/wesnoth/images/scorpion.png
|
||||
share/wesnoth/images/sea-hag-defend.png
|
||||
share/wesnoth/images/sea-hag.png
|
||||
share/wesnoth/images/sea-orc-attack.png
|
||||
share/wesnoth/images/sea-orc-defend.png
|
||||
share/wesnoth/images/sea-orc.png
|
||||
share/wesnoth/images/seaserpent.png
|
||||
share/wesnoth/images/silver-mage-attack1.png
|
||||
share/wesnoth/images/silver-mage-attack2.png
|
||||
share/wesnoth/images/silver-mage-attack3.png
|
||||
share/wesnoth/images/silver-mage-defend.png
|
||||
share/wesnoth/images/silver-mage-melee.png
|
||||
share/wesnoth/images/silver-mage.png
|
||||
share/wesnoth/images/sotbe/bigmap.png
|
||||
share/wesnoth/images/sotbe/fire.png
|
||||
share/wesnoth/images/sotbe/flag.png
|
||||
@ -979,6 +1201,30 @@ share/wesnoth/images/terrain/dirt-se.png
|
||||
share/wesnoth/images/terrain/dirt-sw.png
|
||||
share/wesnoth/images/terrain/dirt.png
|
||||
share/wesnoth/images/terrain/dwarven-doors.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-e.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-ne.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-nw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-se.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-sw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-concave-w.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-e.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-ne.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-nw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-se.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-sw.png
|
||||
share/wesnoth/images/terrain/encampment-bg-convex-w.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-e.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-ne.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-nw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-se.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-sw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-concave-w.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-e.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-ne.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-nw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-se.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-sw.png
|
||||
share/wesnoth/images/terrain/encampment-fg-convex-w.png
|
||||
share/wesnoth/images/terrain/flag-cave-neutral.png
|
||||
share/wesnoth/images/terrain/flag-coast-neutral.png
|
||||
share/wesnoth/images/terrain/flag-neutral-dusk.png
|
||||
@ -1024,6 +1270,12 @@ share/wesnoth/images/terrain/fog-sw-nw-n.png
|
||||
share/wesnoth/images/terrain/fog-sw-nw.png
|
||||
share/wesnoth/images/terrain/fog-sw.png
|
||||
share/wesnoth/images/terrain/fog.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-n-ne.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-n.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-ne.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-nw-n-ne.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-nw-n.png
|
||||
share/wesnoth/images/terrain/forest-ctrans-nw.png
|
||||
share/wesnoth/images/terrain/forest-n.png
|
||||
share/wesnoth/images/terrain/forest-ne.png
|
||||
share/wesnoth/images/terrain/forest-nw.png
|
||||
@ -1239,6 +1491,7 @@ share/wesnoth/images/undead-adept.png
|
||||
share/wesnoth/images/undead-ancient-lich-attack.png
|
||||
share/wesnoth/images/undead-ancient-lich-defend.png
|
||||
share/wesnoth/images/undead-ancient-lich.png
|
||||
share/wesnoth/images/undead-archer-attack.png
|
||||
share/wesnoth/images/undead-archer-attack1.png
|
||||
share/wesnoth/images/undead-archer-attack2.png
|
||||
share/wesnoth/images/undead-archer.png
|
||||
@ -1246,6 +1499,7 @@ share/wesnoth/images/undead-bat-attack.png
|
||||
share/wesnoth/images/undead-bat-defend.png
|
||||
share/wesnoth/images/undead-bat.png
|
||||
share/wesnoth/images/undead-blackspell.png
|
||||
share/wesnoth/images/undead-bloodbat-attack.png
|
||||
share/wesnoth/images/undead-bloodbat-defend.png
|
||||
share/wesnoth/images/undead-bloodbat.png
|
||||
share/wesnoth/images/undead-boneshooter-attack.png
|
||||
@ -1253,6 +1507,9 @@ share/wesnoth/images/undead-boneshooter-attack1.png
|
||||
share/wesnoth/images/undead-boneshooter-attack2.png
|
||||
share/wesnoth/images/undead-boneshooter-defend.png
|
||||
share/wesnoth/images/undead-boneshooter.png
|
||||
share/wesnoth/images/undead-chocobone-attack.png
|
||||
share/wesnoth/images/undead-chocobone-defend.png
|
||||
share/wesnoth/images/undead-chocobone-moving.png
|
||||
share/wesnoth/images/undead-chocobone.png
|
||||
share/wesnoth/images/undead-darkspirit-attack.png
|
||||
share/wesnoth/images/undead-darkspirit-attack1.png
|
||||
@ -1302,6 +1559,10 @@ share/wesnoth/images/undead-spectre-attack.png
|
||||
share/wesnoth/images/undead-spectre-attack1.png
|
||||
share/wesnoth/images/undead-spectre-defend.png
|
||||
share/wesnoth/images/undead-spectre.png
|
||||
share/wesnoth/images/undead-vampirelady-attack.png
|
||||
share/wesnoth/images/undead-vampirelady-defend.png
|
||||
share/wesnoth/images/undead-vampirelady-range.png
|
||||
share/wesnoth/images/undead-vampirelady.png
|
||||
share/wesnoth/images/undead-wraith-attack.png
|
||||
share/wesnoth/images/undead-wraith-attack1.png
|
||||
share/wesnoth/images/undead-wraith-defend.png
|
||||
@ -1309,19 +1570,18 @@ share/wesnoth/images/undead-wraith.png
|
||||
share/wesnoth/images/undead-zombie-attack.png
|
||||
share/wesnoth/images/undead-zombie.png
|
||||
share/wesnoth/images/unmoved-energy.png
|
||||
share/wesnoth/images/water_spay.png
|
||||
share/wesnoth/images/web.png
|
||||
share/wesnoth/images/wesnoth-icon.png
|
||||
share/wesnoth/images/white-cleric-aura.png
|
||||
share/wesnoth/images/white-cleric-attack.png
|
||||
share/wesnoth/images/white-cleric-attack1.png
|
||||
share/wesnoth/images/white-cleric-defend.png
|
||||
share/wesnoth/images/white-cleric.png
|
||||
share/wesnoth/images/white-mage-attack.png
|
||||
share/wesnoth/images/white-mage-attack1.png
|
||||
share/wesnoth/images/white-mage-defend.png
|
||||
share/wesnoth/images/white-mage.png
|
||||
share/wesnoth/images/whitemissile-n.png
|
||||
share/wesnoth/images/whitemissile-ne.png
|
||||
share/wesnoth/images/wolf-rider-attack.png
|
||||
share/wesnoth/images/wolf-rider-defend.png
|
||||
share/wesnoth/images/wolf-rider-moving.png
|
||||
share/wesnoth/images/wolf-rider.png
|
||||
share/wesnoth/images/wose-ancient-attack-1.png
|
||||
share/wesnoth/images/wose-ancient-attack-2.png
|
||||
@ -1336,6 +1596,8 @@ share/wesnoth/images/yeti-attack1.png
|
||||
share/wesnoth/images/yeti-attack2.png
|
||||
share/wesnoth/images/yeti-defend.png
|
||||
share/wesnoth/images/yeti.png
|
||||
share/wesnoth/images/young-ogre-attack.png
|
||||
share/wesnoth/images/young-ogre.png
|
||||
%%LITE:%%share/wesnoth/music/elf-land.ogg
|
||||
%%LITE:%%share/wesnoth/music/frantic.ogg
|
||||
%%LITE:%%share/wesnoth/music/underground.ogg
|
||||
@ -1389,21 +1651,26 @@ share/wesnoth/sounds/zombie-hit.wav
|
||||
%%LITE:%%@dirrm share/wesnoth/music
|
||||
@dirrm share/wesnoth/images/terrain
|
||||
@dirrm share/wesnoth/images/sotbe
|
||||
@dirrm share/wesnoth/images/projectiles
|
||||
@dirrm share/wesnoth/images/misc
|
||||
@dirrm share/wesnoth/images/halo
|
||||
@dirrm share/wesnoth/images/editor
|
||||
@dirrm share/wesnoth/images/cursors-bw
|
||||
@dirrm share/wesnoth/images/cursors
|
||||
@dirrm share/wesnoth/images/buttons
|
||||
@dirrm share/wesnoth/images/attacks
|
||||
@dirrm share/wesnoth/images
|
||||
@dirrm share/wesnoth/fonts
|
||||
@dirrm share/wesnoth/data/units
|
||||
@dirrm share/wesnoth/data/translations
|
||||
@dirrm share/wesnoth/data/themes
|
||||
@dirrm share/wesnoth/data/terrain-graphics
|
||||
@dirrm share/wesnoth/data/scenarios/The_Dark_Hordes
|
||||
@dirrm share/wesnoth/data/scenarios/Son_Of_The_Black_Eye
|
||||
@dirrm share/wesnoth/data/scenarios/Heir_To_The_Throne
|
||||
@dirrm share/wesnoth/data/scenarios/Eastern_Invasion
|
||||
@dirrm share/wesnoth/data/scenarios
|
||||
@dirrm share/wesnoth/data/maps/Eastern_Invasion
|
||||
@dirrm share/wesnoth/data/maps
|
||||
@dirrm share/wesnoth/data
|
||||
@dirrm share/wesnoth
|
||||
|
Loading…
Reference in New Issue
Block a user