From nobody@FreeBSD.org Tue Nov 1 05:14:13 2005 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F18E16A420 for ; Tue, 1 Nov 2005 05:14:13 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B58943D58 for ; Tue, 1 Nov 2005 05:14:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jA15E9eV059125 for ; Tue, 1 Nov 2005 05:14:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jA15E9Ar059124; Tue, 1 Nov 2005 05:14:09 GMT (envelope-from nobody) Message-Id: <200511010514.jA15E9Ar059124@www.freebsd.org> Date: Tue, 1 Nov 2005 05:14:09 GMT From: Jose Alonso Cardenas Marquez To: freebsd-gnats-submit@FreeBSD.org Subject: [NEW PORT] games/glest: Free 3d real-time customizable strategy game X-Send-Pr-Version: www-2.3 >Number: 88306 >Category: ports >Synopsis: [NEW PORT] games/glest: Free 3d real-time customizable strategy game >Confidential: no >Severity: non-critical >Priority: low >Responsible: mnag >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 01 05:20:18 GMT 2005 >Closed-Date: Thu Dec 29 06:26:28 GMT 2005 >Last-Modified: Thu Dec 29 06:26:28 GMT 2005 >Originator: Jose Alonso Cardenas Marquez >Release: FreeBSD 6.0-RC1 i386 >Organization: BSDPeru (http://www.bsd.org.pe) >Environment: FreeBSD HellFire.BSD.org.pe 6.0-RC1 FreeBSD 6.0-RC1 #0: Sat Oct 29 10:17:26 PET 2005 >Description: Glest is a project for making a free 3d real-time customizable strategy game. Current version is fully playable, includes single player game against CPU controlled players, two factions with their corresponding tech trees, units, buildings and some maps. WWW: http://www.glest.org/ >How-To-Repeat: >Fix: --- glest-1.2.1.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # glest # glest/pkg-descr # glest/Makefile # glest/pkg-plist # glest/distinfo # glest/files # glest/files/glest-wrapper.in # echo c - glest mkdir -p glest > /dev/null 2>&1 echo x - glest/pkg-descr sed 's/^X//' >glest/pkg-descr << 'END-of-glest/pkg-descr' XGlest is a project for making a free 3d real-time customizable strategy game. Current version is Xfully playable, includes single player game against CPU controlled players, two factions with their Xcorresponding tech trees, units, buildings and some maps. X XWWW: http://www.glest.org/ END-of-glest/pkg-descr echo x - glest/Makefile sed 's/^X//' >glest/Makefile << 'END-of-glest/Makefile' X# New ports collection makefile for: glest X# Date created: 2005-10-30 X# Whom: Jose Alonso Cardenas Marquez X# X# $FreeBSD$ X# X XPORTNAME= glest XPORTVERSION= 1.2.1.2 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= glest XDISTNAME= ${PORTNAME}_source_${PORTVERSION} XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= Free 3d real-time customizable strategy game X XLIB_DEPENDS= xerces-c.26:${PORTSDIR}/textproc/xerces-c2 \ X vorbis.3:${PORTSDIR}/audio/libvorbis \ X openal.0:${PORTSDIR}/audio/openal XBUILD_DEPENDS= jam:${PORTSDIR}/devel/jam \ X autoconf259:${PORTSDIR}/devel/autoconf259 \ X automake15:${PORTSDIR}/devel/automake15 X XUSE_ZIP= yes XUSE_X_PREFIX= yes XUSE_SDL= yes XUSE_GL= yes XGNU_CONFIGURE= yes XUSE_REINPLACE= yes X XLDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -pthread XCPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include XDISTFILES+= ${PORTNAME}_data_1.2.1${EXTRACT_SUFX} XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XMAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" XGLESTDIRE= ${PREFIX}/lib/${PORTNAME} XSUB_FILES= glest-wrapper X Xpre-configure: X @cd ${WRKSRC} && \ X ${FIND} * -type f -exec ${REINPLACE_CMD} -e 's/.$$//g' "{}" \; X @${REINPLACE_CMD} -e 's/autoconf/autoconf259/g' ${WRKSRC}/mk/linux/autogen.sh X @${REINPLACE_CMD} -e 's|aclocal -I mk/autoconf259|aclocal15 -I mk/autoconf|g' ${WRKSRC}/mk/linux/autogen.sh X Xdo-configure: X @cd ${WRKSRC}/mk/linux && \ X ${SH} autogen.sh X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ X ${SH} ${WRKSRC}/mk/linux/configure ${CONFIGURE_TARGET} X Xdo-build: X @cd ${WRKSRC} && jam -q X Xdo-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_game/license.txt ${DOCSDIR}/license-data.txt X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_game/readme.txt ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/docs/license.txt ${DOCSDIR}/license-game.txt X.endif X ${RM} ${WRKDIR}/${PORTNAME}_game/license.txt X ${RM} ${WRKDIR}/${PORTNAME}_game/readme.txt X ${MKDIR} ${GLESTDIRE} X @cd ${WRKDIR}/${PORTNAME}_game && \ X ${INSTALL_PROGRAM} ${WRKSRC}/glest ${GLESTDIRE} && \ X ${INSTALL_DATA} ${WRKSRC}/mk/linux/glest.ini ${GLESTDIRE} && \ X ${INSTALL_SCRIPT} ${WRKDIR}/glest-wrapper ${PREFIX}/bin/glest && \ X ${FIND} * -type d -exec ${MKDIR} "${GLESTDIRE}/{}" \; && \ X ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${GLESTDIRE}/{}" \; X Xpost-install: X @${ECHO_MSG} " " X @${ECHO_MSG} " " X @${ECHO_MSG} " * Set permissions of writting to ${GLESTDIRE}/glest.log " X @${ECHO_MSG} " * Configuration file ${GLESTDIRE}/glest.ini" X @${ECHO_MSG} " " X X.include END-of-glest/Makefile echo x - glest/pkg-plist sed 's/^X//' >glest/pkg-plist << 'END-of-glest/pkg-plist' Xbin/glest Xlib/glest/configuration.xml Xlib/glest/data/core/faction_textures/faction0.tga Xlib/glest/data/core/faction_textures/faction1.tga Xlib/glest/data/core/faction_textures/faction2.tga Xlib/glest/data/core/faction_textures/faction3.tga Xlib/glest/data/core/menu/about_models/character0.g3d Xlib/glest/data/core/menu/about_models/character1.g3d Xlib/glest/data/core/menu/about_models/character2.g3d Xlib/glest/data/core/menu/about_models/character3.g3d Xlib/glest/data/core/menu/about_models/character4.g3d Xlib/glest/data/core/menu/about_models/texture_archer.tga Xlib/glest/data/core/menu/about_models/texture_battle_mage.tga Xlib/glest/data/core/menu/about_models/texture_mage_worker.tga Xlib/glest/data/core/menu/about_models/texture_mapa #1.tga Xlib/glest/data/core/menu/about_models/texture_swordman.tga Xlib/glest/data/core/menu/about_models/texture_worker.tga Xlib/glest/data/core/menu/about_models/tree1.g3d Xlib/glest/data/core/menu/main_model/menu_main.g3d Xlib/glest/data/core/menu/main_model/texture_castle.tga Xlib/glest/data/core/menu/main_model/texture_grass.tga Xlib/glest/data/core/menu/main_model/texture_mage_tower.tga Xlib/glest/data/core/menu/main_model/texture_mapa #19.tga Xlib/glest/data/core/menu/main_model/texture_skull.tga Xlib/glest/data/core/menu/main_model/texture_tree1.tga Xlib/glest/data/core/menu/main_model/texture_tree2.tga Xlib/glest/data/core/menu/music/intro_music.ogg Xlib/glest/data/core/menu/music/menu_music.ogg Xlib/glest/data/core/menu/sound/click_a.wav Xlib/glest/data/core/menu/sound/click_b.wav Xlib/glest/data/core/menu/sound/click_c.wav Xlib/glest/data/core/menu/sound/click_d.wav Xlib/glest/data/core/menu/textures/back.tga Xlib/glest/data/core/menu/textures/button_big.tga Xlib/glest/data/core/menu/textures/button_small.tga Xlib/glest/data/core/menu/textures/custom_texture.tga Xlib/glest/data/core/menu/textures/logo.tga Xlib/glest/data/core/menu/textures/water.tga Xlib/glest/data/core/menu/menu.xml Xlib/glest/data/core/misc_textures/fire_particle.tga Xlib/glest/data/core/misc_textures/snow_particle.tga Xlib/glest/data/core/misc_textures/water_splash.tga Xlib/glest/data/core/water_sounds/water0.wav Xlib/glest/data/core/water_sounds/water1.wav Xlib/glest/data/core/water_sounds/water2.wav Xlib/glest/data/core/water_sounds/water3.wav Xlib/glest/data/core/water_sounds/water4.wav Xlib/glest/data/core/water_sounds/water5.wav Xlib/glest/data/lang/english.lng Xlib/glest/data/lang/espaņol.lng Xlib/glest/data/lang/galego.lng Xlib/glest/glest Xlib/glest/glest.ico Xlib/glest/glest.ini Xlib/glest/glest.log Xlib/glest/glest.url Xlib/glest/maps/four_rivers.gbm Xlib/glest/maps/in_the_forest.gbm Xlib/glest/maps/island_siege.gbm Xlib/glest/maps/one_on_one.gbm Xlib/glest/maps/riverside.gbm Xlib/glest/maps/the_island.gbm Xlib/glest/maps/the_ruins.gbm Xlib/glest/screens/screen0.tga Xlib/glest/techs/magitech/factions/magic/music/music_magic.ogg Xlib/glest/techs/magitech/factions/magic/units/archmage/images/archmage.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/images/archmage_ice_nova.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/images/archmage_particle.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/images/archmage_static_fire.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/images/magic_cancel.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/images/magic_hold.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/images/magic_move.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/images/magic_stop.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage/models/archmage_attacking.g3d Xlib/glest/techs/magitech/factions/magic/units/archmage/models/archmage_dying.g3d Xlib/glest/techs/magitech/factions/magic/units/archmage/models/archmage_standing.g3d Xlib/glest/techs/magitech/factions/magic/units/archmage/models/archmage_walking.g3d Xlib/glest/techs/magitech/factions/magic/units/archmage/models/texture_archmage.tga Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack1.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack2.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack3.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack4.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack5.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack6.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack7.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack1.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack11.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack12.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack13.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack15.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack16.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack17.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack18.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack19.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack2.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack20.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack21.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack22.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack23.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack24.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack3.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack4.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack6.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack8.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_die1.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_die2.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit1.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit2.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit3.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit4.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_select1.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_select2.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_select3.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_select4.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/sounds/archmage_select5.wav Xlib/glest/techs/magitech/factions/magic/units/archmage/archmage.xml Xlib/glest/techs/magitech/factions/magic/units/archmage/fire_splash.xml Xlib/glest/techs/magitech/factions/magic/units/archmage/particle_proj.xml Xlib/glest/techs/magitech/factions/magic/units/archmage/particle_splash.xml Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/images/archmage_tower.bmp Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/models/archmage_tower.g3d Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/models/texture_archmage_tower.tga Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall1.wav Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall2.wav Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall3.wav Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall4.wav Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall5.wav Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall6.wav Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_click.wav Xlib/glest/techs/magitech/factions/magic/units/archmage_tower/archmage_tower.xml Xlib/glest/techs/magitech/factions/magic/units/battlemage/images/battlemage.bmp Xlib/glest/techs/magitech/factions/magic/units/battlemage/images/battlemage_fire_bolt.bmp Xlib/glest/techs/magitech/factions/magic/units/battlemage/images/battlemage_particle.bmp Xlib/glest/techs/magitech/factions/magic/units/battlemage/models/battlemage_attacking.g3d Xlib/glest/techs/magitech/factions/magic/units/battlemage/models/battlemage_dying.g3d Xlib/glest/techs/magitech/factions/magic/units/battlemage/models/battlemage_morphing.g3d Xlib/glest/techs/magitech/factions/magic/units/battlemage/models/battlemage_standing.g3d Xlib/glest/techs/magitech/factions/magic/units/battlemage/models/battlemage_walking.g3d Xlib/glest/techs/magitech/factions/magic/units/battlemage/models/texture_battle_mage.tga Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack1.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack10.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack2.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack3.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack4.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack5.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack6.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack7.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack8.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack9.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack1.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack2.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack3.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack4.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack5.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack6.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack7.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack8.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_die1.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_die2.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_die3.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit1.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit2.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit3.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit4.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select1.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select10.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select11.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select12.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select13.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select14.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select2.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select3.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select4.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select5.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select6.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select7.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select8.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select9.wav Xlib/glest/techs/magitech/factions/magic/units/battlemage/battlemage.xml Xlib/glest/techs/magitech/factions/magic/units/battlemage/particle_proj.xml Xlib/glest/techs/magitech/factions/magic/units/battlemage/particle_splash.xml Xlib/glest/techs/magitech/factions/magic/units/daemon/images/daemon.bmp Xlib/glest/techs/magitech/factions/magic/units/daemon/images/daemon_attack.bmp Xlib/glest/techs/magitech/factions/magic/units/daemon/models/daemon_attacking.g3d Xlib/glest/techs/magitech/factions/magic/units/daemon/models/daemon_dying.g3d Xlib/glest/techs/magitech/factions/magic/units/daemon/models/daemon_standing.g3d Xlib/glest/techs/magitech/factions/magic/units/daemon/models/daemon_walking.g3d Xlib/glest/techs/magitech/factions/magic/units/daemon/models/texture_creature.tga Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack1.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack2.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack3.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack4.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack5.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack1.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack10.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack11.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack12.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack13.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack14.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack15.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack16.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack2.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack3.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack4.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack5.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack6.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack7.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack8.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack9.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_die1.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_die2.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_die3.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_die4.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_select1.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_select2.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_select3.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_select4.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_select5.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_select6.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/sounds/daemon_select7.wav Xlib/glest/techs/magitech/factions/magic/units/daemon/daemon.xml Xlib/glest/techs/magitech/factions/magic/units/dragon/images/dragon.bmp Xlib/glest/techs/magitech/factions/magic/units/dragon/images/dragon_attack.bmp Xlib/glest/techs/magitech/factions/magic/units/dragon/images/dragon_particle_proj.bmp Xlib/glest/techs/magitech/factions/magic/units/dragon/models/dragon_attacking.g3d Xlib/glest/techs/magitech/factions/magic/units/dragon/models/dragon_dying.g3d Xlib/glest/techs/magitech/factions/magic/units/dragon/models/dragon_standing.g3d Xlib/glest/techs/magitech/factions/magic/units/dragon/models/dragon_walking.g3d Xlib/glest/techs/magitech/factions/magic/units/dragon/models/texture_dragon.tga Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_ack1.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_ack2.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack1.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack2.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack3.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack4.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_die1.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_die2.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit1.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit2.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit3.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit4.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_select1.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/sounds/dragon_select2.wav Xlib/glest/techs/magitech/factions/magic/units/dragon/dragon.xml Xlib/glest/techs/magitech/factions/magic/units/dragon/particle_proj.xml Xlib/glest/techs/magitech/factions/magic/units/dragon/particle_splash.xml Xlib/glest/techs/magitech/factions/magic/units/energy_source/images/energy_source.bmp Xlib/glest/techs/magitech/factions/magic/units/energy_source/models/energy_source.g3d Xlib/glest/techs/magitech/factions/magic/units/energy_source/models/texture_energy_source.tga Xlib/glest/techs/magitech/factions/magic/units/energy_source/energy_source.xml Xlib/glest/techs/magitech/factions/magic/units/initiate/images/initiate.bmp Xlib/glest/techs/magitech/factions/magic/units/initiate/images/initiate_attack.bmp Xlib/glest/techs/magitech/factions/magic/units/initiate/images/initiate_build.bmp Xlib/glest/techs/magitech/factions/magic/units/initiate/images/initiate_harvest.bmp Xlib/glest/techs/magitech/factions/magic/units/initiate/images/initiate_particle.bmp Xlib/glest/techs/magitech/factions/magic/units/initiate/images/initiate_repair.bmp Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_attacking.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_building.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_dying.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_harvesting.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_morphing.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_repairing.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_standing.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_standing_loaded.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_walking.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/initiate_walking_loaded.g3d Xlib/glest/techs/magitech/factions/magic/units/initiate/models/texture_mage_worker.tga Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack3.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack4.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack5.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack6.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack7.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack8.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack9.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack3.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack4.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack5.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack6.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack7.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack8.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_build1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_build2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_build3.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_die1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_die2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_die3.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest3.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest4.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit3.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit4.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_select1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_select2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_select3.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_select4.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_select5.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_end1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_end2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_start1.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_start2.wav Xlib/glest/techs/magitech/factions/magic/units/initiate/initiate.xml Xlib/glest/techs/magitech/factions/magic/units/initiate/particle_proj.xml Xlib/glest/techs/magitech/factions/magic/units/library/images/img_cancel.bmp Xlib/glest/techs/magitech/factions/magic/units/library/images/library.bmp Xlib/glest/techs/magitech/factions/magic/units/library/models/library.g3d Xlib/glest/techs/magitech/factions/magic/units/library/models/library_construction.g3d Xlib/glest/techs/magitech/factions/magic/units/library/models/texture_library.tga Xlib/glest/techs/magitech/factions/magic/units/library/models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/magic/units/library/library.xml Xlib/glest/techs/magitech/factions/magic/units/mage_tower/construction_models/archmage_tower_construction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/construction_models/energy_source_construction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/construction_models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/magic/units/mage_tower/destruction_models/archmage_tower_destruction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/destruction_models/energy_source_destruction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/destruction_models/library_destruction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/destruction_models/mage_tower_destruction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/destruction_models/summoner_guild_destruction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/destruction_models/texture_ashes_magic.tga.tga Xlib/glest/techs/magitech/factions/magic/units/mage_tower/images/img_cancel.bmp Xlib/glest/techs/magitech/factions/magic/units/mage_tower/images/mage_tower.bmp Xlib/glest/techs/magitech/factions/magic/units/mage_tower/images/meeting_point.bmp Xlib/glest/techs/magitech/factions/magic/units/mage_tower/models/mage_tower.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/models/mage_tower_construction.g3d Xlib/glest/techs/magitech/factions/magic/units/mage_tower/models/texture_mage_tower.tga Xlib/glest/techs/magitech/factions/magic/units/mage_tower/models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/magic/units/mage_tower/mage_tower.xml Xlib/glest/techs/magitech/factions/magic/units/magic_armor/images/magic_armor.bmp Xlib/glest/techs/magitech/factions/magic/units/magic_armor/images/magic_armor_attack.bmp Xlib/glest/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_attacking.g3d Xlib/glest/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_dying.g3d Xlib/glest/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_standing.g3d Xlib/glest/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_walking.g3d Xlib/glest/techs/magitech/factions/magic/units/magic_armor/models/texture_magic_armor.tga Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack1.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack2.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack3.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack4.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack5.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack6.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack7.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack8.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack1.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack10.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack2.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack3.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack4.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack5.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack6.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack7.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack8.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack9.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die1.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die2.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die3.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die4.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die5.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select1.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select2.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select3.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select4.wav Xlib/glest/techs/magitech/factions/magic/units/magic_armor/magic_armor.xml Xlib/glest/techs/magitech/factions/magic/units/summoner/images/summoner.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner/images/summoner_armour.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner/images/summoner_attack.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner/images/summoner_daemon.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner/images/summoner_dragon.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner/images/summoner_particle_proj.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner/images/summoner_particle_splash.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner/models/summoner_attacking.g3d Xlib/glest/techs/magitech/factions/magic/units/summoner/models/summoner_dying.g3d Xlib/glest/techs/magitech/factions/magic/units/summoner/models/summoner_producing.g3d Xlib/glest/techs/magitech/factions/magic/units/summoner/models/summoner_standing.g3d Xlib/glest/techs/magitech/factions/magic/units/summoner/models/summoner_walking.g3d Xlib/glest/techs/magitech/factions/magic/units/summoner/models/texture_elementalist.tga Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack1.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack10.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack11.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack12.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack2.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack3.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack4.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack5.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack6.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack7.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack8.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack9.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack1.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack2.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack3.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack4.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack5.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack6.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack7.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack8.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_die1.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_die2.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_die3.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_die4.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_die5.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit1.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit2.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit3.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit4.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select10.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select11.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select14.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select15.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select16.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select17.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select2.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select3.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select5.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select6.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_select7.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon1.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon2.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon3.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon4.wav Xlib/glest/techs/magitech/factions/magic/units/summoner/particle_proj.xml Xlib/glest/techs/magitech/factions/magic/units/summoner/particle_splash.xml Xlib/glest/techs/magitech/factions/magic/units/summoner/summoner.xml Xlib/glest/techs/magitech/factions/magic/units/summoner_guild/images/summoner_guild.bmp Xlib/glest/techs/magitech/factions/magic/units/summoner_guild/models/summoner_guild.g3d Xlib/glest/techs/magitech/factions/magic/units/summoner_guild/models/summoner_guild_construction.g3d Xlib/glest/techs/magitech/factions/magic/units/summoner_guild/models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/magic/units/summoner_guild/models/texture_summoner_guild.tga Xlib/glest/techs/magitech/factions/magic/units/summoner_guild/summoner_guild.xml Xlib/glest/techs/magitech/factions/magic/upgrades/advanced_magic/images/advanced_magic.bmp Xlib/glest/techs/magitech/factions/magic/upgrades/advanced_magic/images/magic_upgrade_cancel.bmp Xlib/glest/techs/magitech/factions/magic/upgrades/advanced_magic/advanced_magic.xml Xlib/glest/techs/magitech/factions/magic/upgrades/advanced_summoning/images/advanced_summoning.bmp Xlib/glest/techs/magitech/factions/magic/upgrades/advanced_summoning/advanced_summoning.xml Xlib/glest/techs/magitech/factions/magic/upgrades/dragon_call/images/dragon_call.bmp Xlib/glest/techs/magitech/factions/magic/upgrades/dragon_call/dragon_call.xml Xlib/glest/techs/magitech/factions/magic/upgrades/mana_compression/images/mana_compression.bmp Xlib/glest/techs/magitech/factions/magic/upgrades/mana_compression/mana_compression.xml Xlib/glest/techs/magitech/factions/magic/magic.xml Xlib/glest/techs/magitech/factions/tech/music/music_tech.ogg Xlib/glest/techs/magitech/factions/tech/units/archer/images/archer.bmp Xlib/glest/techs/magitech/factions/tech/units/archer/images/archer_attack.bmp Xlib/glest/techs/magitech/factions/tech/units/archer/images/archer_particle.bmp Xlib/glest/techs/magitech/factions/tech/units/archer/images/tech_cancel.bmp Xlib/glest/techs/magitech/factions/tech/units/archer/images/tech_hold.bmp Xlib/glest/techs/magitech/factions/tech/units/archer/images/tech_move.bmp Xlib/glest/techs/magitech/factions/tech/units/archer/images/tech_stop.bmp Xlib/glest/techs/magitech/factions/tech/units/archer/models/archer_arrow.g3d Xlib/glest/techs/magitech/factions/tech/units/archer/models/archer_attacking.g3d Xlib/glest/techs/magitech/factions/tech/units/archer/models/archer_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/archer/models/archer_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/archer/models/archer_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/archer/models/texture_archer.tga Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack1.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack10.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack11.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack12.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack13.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack14.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack15.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack2.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack3.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack4.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack5.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack6.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack7.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack8.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_ack9.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_attack1.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_attack2.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_attack3.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_attack4.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_die1.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_die2.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_die3.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_die4.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select1.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select10.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select11.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select2.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select3.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select4.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select5.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select6.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select7.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select8.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/archer_select9.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/arrow_hit1.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/arrow_hit2.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/arrow_hit3.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/arrow_hit4.wav Xlib/glest/techs/magitech/factions/tech/units/archer/sounds/arrow_hit5.wav Xlib/glest/techs/magitech/factions/tech/units/archer/archer.xml Xlib/glest/techs/magitech/factions/tech/units/archer/particle_proj.xml Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/images/armored_swordman.bmp Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/images/armored_swordman_attack.bmp Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_attacking.g3d Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/models/texture_armored_swordman.tga Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack1.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack2.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack3.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack4.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack5.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack6.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack7.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack1.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack10.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack11.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack12.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack13.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die1.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack14.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack2.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack3.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack4.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack5.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack6.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack7.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack8.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack9.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die2.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die3.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die4.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select1.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select2.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select3.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select4.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select5.wav Xlib/glest/techs/magitech/factions/tech/units/armored_swordman/armored_swordman.xml Xlib/glest/techs/magitech/factions/tech/units/barracks/images/barracks.bmp Xlib/glest/techs/magitech/factions/tech/units/barracks/images/meeting_point.bmp Xlib/glest/techs/magitech/factions/tech/units/barracks/models/barracks.g3d Xlib/glest/techs/magitech/factions/tech/units/barracks/models/texture_barracks.tga Xlib/glest/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall1.wav Xlib/glest/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall2.wav Xlib/glest/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall3.wav Xlib/glest/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall4.wav Xlib/glest/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall5.wav Xlib/glest/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall6.wav Xlib/glest/techs/magitech/factions/tech/units/barracks/sounds/tech_click.wav Xlib/glest/techs/magitech/factions/tech/units/barracks/barracks.xml Xlib/glest/techs/magitech/factions/tech/units/battle_machine/images/battle_machine.bmp Xlib/glest/techs/magitech/factions/tech/units/battle_machine/images/battle_machine_attack.bmp Xlib/glest/techs/magitech/factions/tech/units/battle_machine/images/battle_machine_attack_arrow.bmp Xlib/glest/techs/magitech/factions/tech/units/battle_machine/images/battle_machine_particle.bmp Xlib/glest/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_arrow.g3d Xlib/glest/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_attacking.g3d Xlib/glest/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_attacking2.g3d Xlib/glest/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/battle_machine/models/texture_battle_machine.tga Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack1.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack1b.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack1c.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack2.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack2b.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack2c.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_die1.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_die2.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_die3.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk1.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk2.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk3.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk4.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk5.wav Xlib/glest/techs/magitech/factions/tech/units/battle_machine/battle_machine.xml Xlib/glest/techs/magitech/factions/tech/units/battle_machine/particle_proj.xml Xlib/glest/techs/magitech/factions/tech/units/blacksmith/images/blacksmith.bmp Xlib/glest/techs/magitech/factions/tech/units/blacksmith/models/blacksmith.g3d Xlib/glest/techs/magitech/factions/tech/units/blacksmith/models/blacksmith_construction.g3d Xlib/glest/techs/magitech/factions/tech/units/blacksmith/models/blacksmith_upgrading.g3d Xlib/glest/techs/magitech/factions/tech/units/blacksmith/models/texture_blacksmith.tga Xlib/glest/techs/magitech/factions/tech/units/blacksmith/models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/tech/units/blacksmith/sounds/anvil1.wav Xlib/glest/techs/magitech/factions/tech/units/blacksmith/sounds/anvil2.wav Xlib/glest/techs/magitech/factions/tech/units/blacksmith/sounds/anvil3.wav Xlib/glest/techs/magitech/factions/tech/units/blacksmith/sounds/anvil4.wav Xlib/glest/techs/magitech/factions/tech/units/blacksmith/blacksmith.xml Xlib/glest/techs/magitech/factions/tech/units/castle/construction_models/barracks_construction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/construction_models/castle_construction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/construction_models/technodrome_construction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/construction_models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/tech/units/castle/destruction_models/barracks_destruction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/destruction_models/blacksmith_destruction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/destruction_models/castle_destruction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/destruction_models/defense_tower_destruction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/destruction_models/farm_destruction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/destruction_models/technodrome_destruction.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/destruction_models/texture_ashes_tech.tga Xlib/glest/techs/magitech/factions/tech/units/castle/images/castle.bmp Xlib/glest/techs/magitech/factions/tech/units/castle/models/castle.g3d Xlib/glest/techs/magitech/factions/tech/units/castle/models/texture_castle.tga Xlib/glest/techs/magitech/factions/tech/units/castle/castle.xml Xlib/glest/techs/magitech/factions/tech/units/catapult/images/catapult.bmp Xlib/glest/techs/magitech/factions/tech/units/catapult/images/catapult_attack.bmp Xlib/glest/techs/magitech/factions/tech/units/catapult/images/catapult_particle_proj.bmp Xlib/glest/techs/magitech/factions/tech/units/catapult/images/catapult_particle_splash.bmp Xlib/glest/techs/magitech/factions/tech/units/catapult/models/catapult_attacking.g3d Xlib/glest/techs/magitech/factions/tech/units/catapult/models/catapult_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/catapult/models/catapult_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/catapult/models/catapult_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/catapult/models/stone_model.g3d Xlib/glest/techs/magitech/factions/tech/units/catapult/models/texture_catapult.tga Xlib/glest/techs/magitech/factions/tech/units/catapult/models/texture_stone.tga Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_attack1.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_attack1b.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_attack2.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_die1.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_die2.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_die3.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_hit1.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_hit2.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk1.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk2.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk3.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk4.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk5.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk6.wav Xlib/glest/techs/magitech/factions/tech/units/catapult/catapult.xml Xlib/glest/techs/magitech/factions/tech/units/catapult/particle_proj.xml Xlib/glest/techs/magitech/factions/tech/units/catapult/particle_splash.xml Xlib/glest/techs/magitech/factions/tech/units/cow/images/cow.bmp Xlib/glest/techs/magitech/factions/tech/units/cow/models/cow_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/cow/models/cow_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/cow/models/cow_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/cow/models/texture_cow.tga Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_ack1.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_ack2.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_ack3.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_die1.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_die2.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_die3.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_die4.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_select1.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_select2.wav Xlib/glest/techs/magitech/factions/tech/units/cow/sounds/cow_select3.wav Xlib/glest/techs/magitech/factions/tech/units/cow/cow.xml Xlib/glest/techs/magitech/factions/tech/units/defense_tower/images/defense_tower.bmp Xlib/glest/techs/magitech/factions/tech/units/defense_tower/images/defense_tower_attack_off.bmp Xlib/glest/techs/magitech/factions/tech/units/defense_tower/images/defense_tower_attack_on.bmp Xlib/glest/techs/magitech/factions/tech/units/defense_tower/images/defense_tower_particle_proj.bmp Xlib/glest/techs/magitech/factions/tech/units/defense_tower/models/defense_tower.g3d Xlib/glest/techs/magitech/factions/tech/units/defense_tower/models/defense_tower_arrow.g3d Xlib/glest/techs/magitech/factions/tech/units/defense_tower/models/defense_tower_construction.g3d Xlib/glest/techs/magitech/factions/tech/units/defense_tower/models/texture_defense_tower.tga Xlib/glest/techs/magitech/factions/tech/units/defense_tower/models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/tech/units/defense_tower/sounds/defense_tower_attack1.wav Xlib/glest/techs/magitech/factions/tech/units/defense_tower/sounds/defense_tower_attack2.wav Xlib/glest/techs/magitech/factions/tech/units/defense_tower/defense_tower.xml Xlib/glest/techs/magitech/factions/tech/units/defense_tower/particle_proj.xml Xlib/glest/techs/magitech/factions/tech/units/farm/images/farm.bmp Xlib/glest/techs/magitech/factions/tech/units/farm/models/farm.g3d Xlib/glest/techs/magitech/factions/tech/units/farm/models/farm_construction.g3d Xlib/glest/techs/magitech/factions/tech/units/farm/models/texture_farm.tga Xlib/glest/techs/magitech/factions/tech/units/farm/models/texture_stone_wood.tga Xlib/glest/techs/magitech/factions/tech/units/farm/farm.xml Xlib/glest/techs/magitech/factions/tech/units/pig/images/pig.bmp Xlib/glest/techs/magitech/factions/tech/units/pig/models/pig_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/pig/models/pig_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/pig/models/pig_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/pig/models/texture_pig.tga Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_ack1.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_ack2.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_ack3.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_ack4.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_die1.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_die2.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_die3.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_die4.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_select1.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_select2.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_select3.wav Xlib/glest/techs/magitech/factions/tech/units/pig/sounds/pig_select4.wav Xlib/glest/techs/magitech/factions/tech/units/pig/pig.xml Xlib/glest/techs/magitech/factions/tech/units/swordman/images/swordman.bmp Xlib/glest/techs/magitech/factions/tech/units/swordman/images/swordman_attack.bmp Xlib/glest/techs/magitech/factions/tech/units/swordman/models/swordman_attacking.g3d Xlib/glest/techs/magitech/factions/tech/units/swordman/models/swordman_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/swordman/models/swordman_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/swordman/models/swordman_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/swordman/models/texture_swordman.tga Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack1.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack2.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack3.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack4.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack5.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack6.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack1.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack10.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack11.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack12.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack2.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack3.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack4.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack5.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack6.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack7.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack8.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack9.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_die1.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_die2.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_select1.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_select2.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_select3.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_select4.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_select5.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_select6.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/sounds/swordman_select7.wav Xlib/glest/techs/magitech/factions/tech/units/swordman/swordman.xml Xlib/glest/techs/magitech/factions/tech/units/technician/images/technician.bmp Xlib/glest/techs/magitech/factions/tech/units/technician/images/technician_heal.bmp Xlib/glest/techs/magitech/factions/tech/units/technician/images/technician_mine.bmp Xlib/glest/techs/magitech/factions/tech/units/technician/images/technician_repair.bmp Xlib/glest/techs/magitech/factions/tech/units/technician/images/tehnician_repair.bmp Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_healing.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_mining.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_morphing_battle_machine.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_morphing_catapult.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_repairing.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_standing_loaded.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/technician_walking_loaded.g3d Xlib/glest/techs/magitech/factions/tech/units/technician/models/texture_battle_machine_catapult.tga Xlib/glest/techs/magitech/factions/tech/units/technician/models/texture_technician.tga Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack1.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack10.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack11.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack12.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack13.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack14.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack15.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack16.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack17.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack18.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack19.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack2.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack3.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack4.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack5.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack6.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack7.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack8.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_ack9.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_build1.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_build2.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_build3.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_build4.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_build5.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_build6.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_die1.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_die2.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_die3.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_die4.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_mine1.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_mine2.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_mine3.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_mine4.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select1.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select2.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select3.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select4.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select5.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select6.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select7.wav Xlib/glest/techs/magitech/factions/tech/units/technician/sounds/technician_select8.wav Xlib/glest/techs/magitech/factions/tech/units/technician/technician.xml Xlib/glest/techs/magitech/factions/tech/units/technodrome/images/technodrome.bmp Xlib/glest/techs/magitech/factions/tech/units/technodrome/models/technodrome.g3d Xlib/glest/techs/magitech/factions/tech/units/technodrome/models/texture_technodrome.tga Xlib/glest/techs/magitech/factions/tech/units/technodrome/technodrome.xml Xlib/glest/techs/magitech/factions/tech/units/worker/images/worker.bmp Xlib/glest/techs/magitech/factions/tech/units/worker/images/worker_build_advanced.bmp Xlib/glest/techs/magitech/factions/tech/units/worker/images/worker_build_basic.bmp Xlib/glest/techs/magitech/factions/tech/units/worker/images/worker_harvest_wood.bmp Xlib/glest/techs/magitech/factions/tech/units/worker/images/worker_mine.bmp Xlib/glest/techs/magitech/factions/tech/units/worker/images/worker_repair.bmp Xlib/glest/techs/magitech/factions/tech/units/worker/models/texture_worker.tga Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_building.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_dying.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_harversting_wood.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_mining.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_standing.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_standing_loaded.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_walking.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/models/worker_walking_loaded.g3d Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_ack1.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_ack2.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_ack3.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_ack4.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_ack5.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_ack6.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_ack7.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_build1.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_build2.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_build3.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_build4.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_die1.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_die2.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_die3.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_harvest_wood1.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_harvest_wood2.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_harvest_wood3.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_mine1.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_mine2.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_mine3.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_mine4.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_mine5.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_mine6.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_select1.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_select2.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_select3.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_select4.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_work_end1.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_work_end2.wav Xlib/glest/techs/magitech/factions/tech/units/worker/sounds/worker_work_end3.wav Xlib/glest/techs/magitech/factions/tech/units/worker/worker.xml Xlib/glest/techs/magitech/factions/tech/upgrades/advanced_architecture/images/advanced_architecture.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/advanced_architecture/images/tech_upgrade_cancel.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/advanced_architecture/advanced_architecture.xml Xlib/glest/techs/magitech/factions/tech/upgrades/robotics/images/robotics.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/robotics/robotics.xml Xlib/glest/techs/magitech/factions/tech/upgrades/shield_level_1/images/shield1.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/shield_level_1/shield_level_1.xml Xlib/glest/techs/magitech/factions/tech/upgrades/shield_level_2/images/shield2.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/shield_level_2/shield_level_2.xml Xlib/glest/techs/magitech/factions/tech/upgrades/sword_level_1/images/sword1.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/sword_level_1/sword_level_1.xml Xlib/glest/techs/magitech/factions/tech/upgrades/sword_level_2/images/sword2.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/sword_level_2/sword_level_2.xml Xlib/glest/techs/magitech/factions/tech/upgrades/training_field/images/training_field.bmp Xlib/glest/techs/magitech/factions/tech/upgrades/training_field/training_field.xml Xlib/glest/techs/magitech/factions/tech/tech.xml Xlib/glest/techs/magitech/resources/energy/images/energy.bmp Xlib/glest/techs/magitech/resources/energy/energy.xml Xlib/glest/techs/magitech/resources/food/images/food.bmp Xlib/glest/techs/magitech/resources/food/food.xml Xlib/glest/techs/magitech/resources/gold/images/gold.bmp Xlib/glest/techs/magitech/resources/gold/models/gold.g3d Xlib/glest/techs/magitech/resources/gold/models/texture_gold.tga Xlib/glest/techs/magitech/resources/gold/gold.xml Xlib/glest/techs/magitech/resources/stone/images/stone.bmp Xlib/glest/techs/magitech/resources/stone/models/stone.g3d Xlib/glest/techs/magitech/resources/stone/models/texture_stone.tga Xlib/glest/techs/magitech/resources/stone/stone.xml Xlib/glest/techs/magitech/resources/wood/images/wood.bmp Xlib/glest/techs/magitech/resources/wood/wood.xml Xlib/glest/techs/magitech/magitech.xml Xlib/glest/tilesets/forest/models/battlemage_statue.g3d Xlib/glest/tilesets/forest/models/big_tree1.g3d Xlib/glest/tilesets/forest/models/big_tree2.g3d Xlib/glest/tilesets/forest/models/broken_statue.g3d Xlib/glest/tilesets/forest/models/broken_statue2.g3d Xlib/glest/tilesets/forest/models/bush.g3d Xlib/glest/tilesets/forest/models/bush2.g3d Xlib/glest/tilesets/forest/models/bush3.g3d Xlib/glest/tilesets/forest/models/bush4.g3d Xlib/glest/tilesets/forest/models/bush5.g3d Xlib/glest/tilesets/forest/models/dead_tree.g3d Xlib/glest/tilesets/forest/models/hanged.g3d Xlib/glest/tilesets/forest/models/impaled.g3d Xlib/glest/tilesets/forest/models/none.g3d Xlib/glest/tilesets/forest/models/obelisk.g3d Xlib/glest/tilesets/forest/models/riverside_object.g3d Xlib/glest/tilesets/forest/models/riverside_object2.g3d Xlib/glest/tilesets/forest/models/riverside_object3.g3d Xlib/glest/tilesets/forest/models/riverside_object4.g3d Xlib/glest/tilesets/forest/models/statue.g3d Xlib/glest/tilesets/forest/models/riverside_object5.g3d Xlib/glest/tilesets/forest/models/stone1.g3d Xlib/glest/tilesets/forest/models/stone2.g3d Xlib/glest/tilesets/forest/models/swordman_statue.g3d Xlib/glest/tilesets/forest/models/technician_statue.g3d Xlib/glest/tilesets/forest/models/texture_battlemage_statue.tga Xlib/glest/tilesets/forest/models/texture_bush.tga Xlib/glest/tilesets/forest/models/texture_bush2.tga Xlib/glest/tilesets/forest/models/texture_custom5.tga Xlib/glest/tilesets/forest/models/texture_dead_tree.tga Xlib/glest/tilesets/forest/models/texture_flowers.tga Xlib/glest/tilesets/forest/models/texture_grass.tga Xlib/glest/tilesets/forest/models/texture_hanged.tga Xlib/glest/tilesets/forest/models/texture_impaled.tga Xlib/glest/tilesets/forest/models/texture_obelisk.tga Xlib/glest/tilesets/forest/models/texture_statue.tga Xlib/glest/tilesets/forest/models/texture_statue_technician.tga Xlib/glest/tilesets/forest/models/texture_stone.tga Xlib/glest/tilesets/forest/models/texture_swordman_statue.tga Xlib/glest/tilesets/forest/models/texture_tree1.tga Xlib/glest/tilesets/forest/models/texture_tree2.tga Xlib/glest/tilesets/forest/models/texture_tree3.tga Xlib/glest/tilesets/forest/models/texture_tree4.tga Xlib/glest/tilesets/forest/models/texture_tree5.tga Xlib/glest/tilesets/forest/models/texture_tree6.tga Xlib/glest/tilesets/forest/models/texture_tree_3.tga Xlib/glest/tilesets/forest/models/texture_tree_4.tga Xlib/glest/tilesets/forest/models/texture_water_object.tga Xlib/glest/tilesets/forest/models/tree1.g3d Xlib/glest/tilesets/forest/models/tree10.g3d Xlib/glest/tilesets/forest/models/tree2.g3d Xlib/glest/tilesets/forest/models/tree3.g3d Xlib/glest/tilesets/forest/models/tree4.g3d Xlib/glest/tilesets/forest/models/tree5.g3d Xlib/glest/tilesets/forest/models/tree6.g3d Xlib/glest/tilesets/forest/models/tree7.g3d Xlib/glest/tilesets/forest/models/tree8.g3d Xlib/glest/tilesets/forest/models/tree9.g3d Xlib/glest/tilesets/forest/sounds/chicken.wav Xlib/glest/tilesets/forest/sounds/day.ogg Xlib/glest/tilesets/forest/sounds/night.ogg Xlib/glest/tilesets/forest/sounds/rain.ogg Xlib/glest/tilesets/forest/sounds/wolf.wav Xlib/glest/tilesets/forest/textures/surface1a.bmp Xlib/glest/tilesets/forest/textures/surface1b.bmp Xlib/glest/tilesets/forest/textures/surface1c.bmp Xlib/glest/tilesets/forest/textures/surface1d.bmp Xlib/glest/tilesets/forest/textures/surface1e.bmp Xlib/glest/tilesets/forest/textures/surface1f.bmp Xlib/glest/tilesets/forest/textures/surface1g.bmp Xlib/glest/tilesets/forest/textures/surface1h.bmp Xlib/glest/tilesets/forest/textures/surface1i.bmp Xlib/glest/tilesets/forest/textures/surface1j.bmp Xlib/glest/tilesets/forest/textures/surface2a.bmp Xlib/glest/tilesets/forest/textures/surface2b.bmp Xlib/glest/tilesets/forest/textures/surface2c.bmp Xlib/glest/tilesets/forest/textures/surface2d.bmp Xlib/glest/tilesets/forest/textures/surface2e.bmp Xlib/glest/tilesets/forest/textures/surface2f.bmp Xlib/glest/tilesets/forest/textures/surface3a.bmp Xlib/glest/tilesets/forest/textures/surface3b.bmp Xlib/glest/tilesets/forest/textures/surface4a.bmp Xlib/glest/tilesets/forest/textures/surface5a.bmp Xlib/glest/tilesets/forest/textures/water_001.tga Xlib/glest/tilesets/forest/textures/water_002.tga Xlib/glest/tilesets/forest/textures/water_003.tga Xlib/glest/tilesets/forest/textures/water_004.tga Xlib/glest/tilesets/forest/textures/water_005.tga Xlib/glest/tilesets/forest/textures/water_006.tga Xlib/glest/tilesets/forest/textures/water_007.tga Xlib/glest/tilesets/forest/textures/water_008.tga Xlib/glest/tilesets/forest/forest.xml Xlib/glest/tilesets/winter_forest/models/battlemage_statue.g3d Xlib/glest/tilesets/winter_forest/models/big_tree1.g3d Xlib/glest/tilesets/winter_forest/models/big_tree2.g3d Xlib/glest/tilesets/winter_forest/models/broken_statue.g3d Xlib/glest/tilesets/winter_forest/models/broken_statue2.g3d Xlib/glest/tilesets/winter_forest/models/bush.g3d Xlib/glest/tilesets/winter_forest/models/bush2.g3d Xlib/glest/tilesets/winter_forest/models/bush3.g3d Xlib/glest/tilesets/winter_forest/models/bush4.g3d Xlib/glest/tilesets/winter_forest/models/bush5.g3d Xlib/glest/tilesets/winter_forest/models/dead_tree.g3d Xlib/glest/tilesets/winter_forest/models/hanged.g3d Xlib/glest/tilesets/winter_forest/models/impaled.g3d Xlib/glest/tilesets/winter_forest/models/none.g3d Xlib/glest/tilesets/winter_forest/models/obelisk.g3d Xlib/glest/tilesets/winter_forest/models/riverside_object.g3d Xlib/glest/tilesets/winter_forest/models/riverside_object2.g3d Xlib/glest/tilesets/winter_forest/models/riverside_object3.g3d Xlib/glest/tilesets/winter_forest/models/riverside_object4.g3d Xlib/glest/tilesets/winter_forest/models/statue.g3d Xlib/glest/tilesets/winter_forest/models/riverside_object5.g3d Xlib/glest/tilesets/winter_forest/models/stone1.g3d Xlib/glest/tilesets/winter_forest/models/stone2.g3d Xlib/glest/tilesets/winter_forest/models/swordman_statue.g3d Xlib/glest/tilesets/winter_forest/models/technician_statue.g3d Xlib/glest/tilesets/winter_forest/models/texture_battlemage_statue.tga Xlib/glest/tilesets/winter_forest/models/texture_bush.tga Xlib/glest/tilesets/winter_forest/models/texture_bush2.tga Xlib/glest/tilesets/winter_forest/models/texture_custom5.tga Xlib/glest/tilesets/winter_forest/models/texture_dead_tree.tga Xlib/glest/tilesets/winter_forest/models/texture_flowers.tga Xlib/glest/tilesets/winter_forest/models/texture_grass.tga Xlib/glest/tilesets/winter_forest/models/texture_hanged.tga Xlib/glest/tilesets/winter_forest/models/texture_impaled.tga Xlib/glest/tilesets/winter_forest/models/texture_obelisk.tga Xlib/glest/tilesets/winter_forest/models/texture_statue.tga Xlib/glest/tilesets/winter_forest/models/texture_statue_technician.tga Xlib/glest/tilesets/winter_forest/models/texture_stone.tga Xlib/glest/tilesets/winter_forest/models/texture_swordman_statue.tga Xlib/glest/tilesets/winter_forest/models/texture_tree1.tga Xlib/glest/tilesets/winter_forest/models/texture_tree2.tga Xlib/glest/tilesets/winter_forest/models/texture_tree3.tga Xlib/glest/tilesets/winter_forest/models/texture_tree4.tga Xlib/glest/tilesets/winter_forest/models/texture_tree5.tga Xlib/glest/tilesets/winter_forest/models/texture_tree6.tga Xlib/glest/tilesets/winter_forest/models/texture_tree_3.tga Xlib/glest/tilesets/winter_forest/models/texture_tree_4.tga Xlib/glest/tilesets/winter_forest/models/texture_water_object.tga Xlib/glest/tilesets/winter_forest/models/tree1.g3d Xlib/glest/tilesets/winter_forest/models/tree10.g3d Xlib/glest/tilesets/winter_forest/models/tree2.g3d Xlib/glest/tilesets/winter_forest/models/tree3.g3d Xlib/glest/tilesets/winter_forest/models/tree4.g3d Xlib/glest/tilesets/winter_forest/models/tree5.g3d Xlib/glest/tilesets/winter_forest/models/tree6.g3d Xlib/glest/tilesets/winter_forest/models/tree7.g3d Xlib/glest/tilesets/winter_forest/models/tree8.g3d Xlib/glest/tilesets/winter_forest/models/tree9.g3d Xlib/glest/tilesets/winter_forest/sounds/rain.ogg Xlib/glest/tilesets/winter_forest/sounds/wind.ogg Xlib/glest/tilesets/winter_forest/textures/surface1a.bmp Xlib/glest/tilesets/winter_forest/textures/surface1b.bmp Xlib/glest/tilesets/winter_forest/textures/surface1c.bmp Xlib/glest/tilesets/winter_forest/textures/surface2a.bmp Xlib/glest/tilesets/winter_forest/textures/surface2b.bmp Xlib/glest/tilesets/winter_forest/textures/surface2c.bmp Xlib/glest/tilesets/winter_forest/textures/surface2d.bmp Xlib/glest/tilesets/winter_forest/textures/surface2e.bmp Xlib/glest/tilesets/winter_forest/textures/surface2f.bmp Xlib/glest/tilesets/winter_forest/textures/surface3a.bmp Xlib/glest/tilesets/winter_forest/textures/surface3b.bmp Xlib/glest/tilesets/winter_forest/textures/surface4a.bmp Xlib/glest/tilesets/winter_forest/textures/surface4b.bmp Xlib/glest/tilesets/winter_forest/textures/surface4c.bmp Xlib/glest/tilesets/winter_forest/textures/surface5a.bmp Xlib/glest/tilesets/winter_forest/textures/water.bmp Xlib/glest/tilesets/winter_forest/textures/water_001.tga Xlib/glest/tilesets/winter_forest/textures/water_002.tga Xlib/glest/tilesets/winter_forest/textures/water_003.tga Xlib/glest/tilesets/winter_forest/textures/water_004.tga Xlib/glest/tilesets/winter_forest/textures/water_005.tga Xlib/glest/tilesets/winter_forest/textures/water_006.tga Xlib/glest/tilesets/winter_forest/textures/water_007.tga Xlib/glest/tilesets/winter_forest/textures/water_008.tga Xlib/glest/tilesets/winter_forest/winter_forest.xml X%%PORTDOCS%%%%DOCSDIR%%/license-data.txt X%%PORTDOCS%%%%DOCSDIR%%/license-game.txt X%%PORTDOCS%%%%DOCSDIR%%/readme.txt X@dirrm lib/glest/tilesets/winter_forest/textures X@dirrm lib/glest/tilesets/winter_forest/sounds X@dirrm lib/glest/tilesets/winter_forest/models X@dirrm lib/glest/tilesets/winter_forest X@dirrm lib/glest/tilesets/forest/textures X@dirrm lib/glest/tilesets/forest/sounds X@dirrm lib/glest/tilesets/forest/models X@dirrm lib/glest/tilesets/forest X@dirrm lib/glest/tilesets X@dirrm lib/glest/techs/magitech/resources/wood/images X@dirrm lib/glest/techs/magitech/resources/wood X@dirrm lib/glest/techs/magitech/resources/stone/models X@dirrm lib/glest/techs/magitech/resources/stone/images X@dirrm lib/glest/techs/magitech/resources/stone X@dirrm lib/glest/techs/magitech/resources/gold/models X@dirrm lib/glest/techs/magitech/resources/gold/images X@dirrm lib/glest/techs/magitech/resources/gold X@dirrm lib/glest/techs/magitech/resources/food/images X@dirrm lib/glest/techs/magitech/resources/food X@dirrm lib/glest/techs/magitech/resources/energy/images X@dirrm lib/glest/techs/magitech/resources/energy X@dirrm lib/glest/techs/magitech/resources X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/training_field/images X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/training_field X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/sword_level_2/images X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/sword_level_2 X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/sword_level_1/images X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/sword_level_1 X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/shield_level_2/images X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/shield_level_2 X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/shield_level_1/images X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/shield_level_1 X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/robotics/images X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/robotics X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/advanced_architecture/images X@dirrm lib/glest/techs/magitech/factions/tech/upgrades/advanced_architecture X@dirrm lib/glest/techs/magitech/factions/tech/upgrades X@dirrm lib/glest/techs/magitech/factions/tech/units/worker/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/worker/models X@dirrm lib/glest/techs/magitech/factions/tech/units/worker/images X@dirrm lib/glest/techs/magitech/factions/tech/units/worker X@dirrm lib/glest/techs/magitech/factions/tech/units/technodrome/models X@dirrm lib/glest/techs/magitech/factions/tech/units/technodrome/images X@dirrm lib/glest/techs/magitech/factions/tech/units/technodrome X@dirrm lib/glest/techs/magitech/factions/tech/units/technician/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/technician/models X@dirrm lib/glest/techs/magitech/factions/tech/units/technician/images X@dirrm lib/glest/techs/magitech/factions/tech/units/technician X@dirrm lib/glest/techs/magitech/factions/tech/units/swordman/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/swordman/models X@dirrm lib/glest/techs/magitech/factions/tech/units/swordman/images X@dirrm lib/glest/techs/magitech/factions/tech/units/swordman X@dirrm lib/glest/techs/magitech/factions/tech/units/pig/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/pig/models X@dirrm lib/glest/techs/magitech/factions/tech/units/pig/images X@dirrm lib/glest/techs/magitech/factions/tech/units/pig X@dirrm lib/glest/techs/magitech/factions/tech/units/farm/models X@dirrm lib/glest/techs/magitech/factions/tech/units/farm/images X@dirrm lib/glest/techs/magitech/factions/tech/units/farm X@dirrm lib/glest/techs/magitech/factions/tech/units/defense_tower/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/defense_tower/models X@dirrm lib/glest/techs/magitech/factions/tech/units/defense_tower/images X@dirrm lib/glest/techs/magitech/factions/tech/units/defense_tower X@dirrm lib/glest/techs/magitech/factions/tech/units/cow/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/cow/models X@dirrm lib/glest/techs/magitech/factions/tech/units/cow/images X@dirrm lib/glest/techs/magitech/factions/tech/units/cow X@dirrm lib/glest/techs/magitech/factions/tech/units/catapult/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/catapult/models X@dirrm lib/glest/techs/magitech/factions/tech/units/catapult/images X@dirrm lib/glest/techs/magitech/factions/tech/units/catapult X@dirrm lib/glest/techs/magitech/factions/tech/units/castle/models X@dirrm lib/glest/techs/magitech/factions/tech/units/castle/images X@dirrm lib/glest/techs/magitech/factions/tech/units/castle/destruction_models X@dirrm lib/glest/techs/magitech/factions/tech/units/castle/construction_models X@dirrm lib/glest/techs/magitech/factions/tech/units/castle X@dirrm lib/glest/techs/magitech/factions/tech/units/blacksmith/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/blacksmith/models X@dirrm lib/glest/techs/magitech/factions/tech/units/blacksmith/images X@dirrm lib/glest/techs/magitech/factions/tech/units/blacksmith X@dirrm lib/glest/techs/magitech/factions/tech/units/battle_machine/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/battle_machine/models X@dirrm lib/glest/techs/magitech/factions/tech/units/battle_machine/images X@dirrm lib/glest/techs/magitech/factions/tech/units/battle_machine X@dirrm lib/glest/techs/magitech/factions/tech/units/barracks/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/barracks/models X@dirrm lib/glest/techs/magitech/factions/tech/units/barracks/images X@dirrm lib/glest/techs/magitech/factions/tech/units/barracks X@dirrm lib/glest/techs/magitech/factions/tech/units/armored_swordman/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/armored_swordman/models X@dirrm lib/glest/techs/magitech/factions/tech/units/armored_swordman/images X@dirrm lib/glest/techs/magitech/factions/tech/units/armored_swordman X@dirrm lib/glest/techs/magitech/factions/tech/units/archer/sounds X@dirrm lib/glest/techs/magitech/factions/tech/units/archer/models X@dirrm lib/glest/techs/magitech/factions/tech/units/archer/images X@dirrm lib/glest/techs/magitech/factions/tech/units/archer X@dirrm lib/glest/techs/magitech/factions/tech/units X@dirrm lib/glest/techs/magitech/factions/tech/music X@dirrm lib/glest/techs/magitech/factions/tech X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/mana_compression/images X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/mana_compression X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/dragon_call/images X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/dragon_call X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/advanced_summoning/images X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/advanced_summoning X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/advanced_magic/images X@dirrm lib/glest/techs/magitech/factions/magic/upgrades/advanced_magic X@dirrm lib/glest/techs/magitech/factions/magic/upgrades X@dirrm lib/glest/techs/magitech/factions/magic/units/summoner_guild/models X@dirrm lib/glest/techs/magitech/factions/magic/units/summoner_guild/images X@dirrm lib/glest/techs/magitech/factions/magic/units/summoner_guild X@dirrm lib/glest/techs/magitech/factions/magic/units/summoner/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/summoner/models X@dirrm lib/glest/techs/magitech/factions/magic/units/summoner/images X@dirrm lib/glest/techs/magitech/factions/magic/units/summoner X@dirrm lib/glest/techs/magitech/factions/magic/units/magic_armor/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/magic_armor/models X@dirrm lib/glest/techs/magitech/factions/magic/units/magic_armor/images X@dirrm lib/glest/techs/magitech/factions/magic/units/magic_armor X@dirrm lib/glest/techs/magitech/factions/magic/units/mage_tower/models X@dirrm lib/glest/techs/magitech/factions/magic/units/mage_tower/images X@dirrm lib/glest/techs/magitech/factions/magic/units/mage_tower/destruction_models X@dirrm lib/glest/techs/magitech/factions/magic/units/mage_tower/construction_models X@dirrm lib/glest/techs/magitech/factions/magic/units/mage_tower X@dirrm lib/glest/techs/magitech/factions/magic/units/library/models X@dirrm lib/glest/techs/magitech/factions/magic/units/library/images X@dirrm lib/glest/techs/magitech/factions/magic/units/library X@dirrm lib/glest/techs/magitech/factions/magic/units/initiate/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/initiate/models X@dirrm lib/glest/techs/magitech/factions/magic/units/initiate/images X@dirrm lib/glest/techs/magitech/factions/magic/units/initiate X@dirrm lib/glest/techs/magitech/factions/magic/units/energy_source/models X@dirrm lib/glest/techs/magitech/factions/magic/units/energy_source/images X@dirrm lib/glest/techs/magitech/factions/magic/units/energy_source X@dirrm lib/glest/techs/magitech/factions/magic/units/dragon/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/dragon/models X@dirrm lib/glest/techs/magitech/factions/magic/units/dragon/images X@dirrm lib/glest/techs/magitech/factions/magic/units/dragon X@dirrm lib/glest/techs/magitech/factions/magic/units/daemon/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/daemon/models X@dirrm lib/glest/techs/magitech/factions/magic/units/daemon/images X@dirrm lib/glest/techs/magitech/factions/magic/units/daemon X@dirrm lib/glest/techs/magitech/factions/magic/units/battlemage/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/battlemage/models X@dirrm lib/glest/techs/magitech/factions/magic/units/battlemage/images X@dirrm lib/glest/techs/magitech/factions/magic/units/battlemage X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage_tower/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage_tower/models X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage_tower/images X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage_tower X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage/sounds X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage/models X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage/images X@dirrm lib/glest/techs/magitech/factions/magic/units/archmage X@dirrm lib/glest/techs/magitech/factions/magic/units X@dirrm lib/glest/techs/magitech/factions/magic/music X@dirrm lib/glest/techs/magitech/factions/magic X@dirrm lib/glest/techs/magitech/factions X@dirrm lib/glest/techs/magitech X@dirrm lib/glest/techs X@dirrm lib/glest/screens X@dirrm lib/glest/maps X@dirrm lib/glest/data/lang X@dirrm lib/glest/data/core/water_sounds X@dirrm lib/glest/data/core/misc_textures X@dirrm lib/glest/data/core/menu/textures X@dirrm lib/glest/data/core/menu/sound X@dirrm lib/glest/data/core/menu/music X@dirrm lib/glest/data/core/menu/main_model X@dirrm lib/glest/data/core/menu/about_models X@dirrm lib/glest/data/core/menu X@dirrm lib/glest/data/core/faction_textures X@dirrm lib/glest/data/core X@dirrm lib/glest/data X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-glest/pkg-plist echo x - glest/distinfo sed 's/^X//' >glest/distinfo << 'END-of-glest/distinfo' XMD5 (glest_source_1.2.1.2.zip) = 7a8f3fe40bb6591b81fe6bc175f3bde3 XSIZE (glest_source_1.2.1.2.zip) = 491053 XMD5 (glest_data_1.2.1.zip) = 8594fa6d77685ec09d50174ded722f71 XSIZE (glest_data_1.2.1.zip) = 50989648 END-of-glest/distinfo echo c - glest/files mkdir -p glest/files > /dev/null 2>&1 echo x - glest/files/glest-wrapper.in sed 's/^X//' >glest/files/glest-wrapper.in << 'END-of-glest/files/glest-wrapper.in' X#!/bin/sh X X# Prevent et from resetting unsafe settings to their default value (see X# http://www.splashdamage.com/forums/viewtopic.php?t=3883&highlight=pid). X Xcd %%PREFIX%%/lib/glest || exit 1 Xexec ./glest "$@" END-of-glest/files/glest-wrapper.in exit --- glest-1.2.1.2.shar ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: mnag Responsible-Changed-When: Wed Nov 9 21:47:11 GMT 2005 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=88306 State-Changed-From-To: open->feedback State-Changed-By: mnag State-Changed-When: Thu Dec 1 14:04:41 GMT 2005 State-Changed-Why: Dear submitter, Can you investigate this problem? Shar modified: http://marcus.grupos.com.br:8080/patch/glest.shar Error log: http://marcus.grupos.com.br:8080/errors/6-STABLE-FreeBSD/glest-1.2.1.2.log Thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=88306 State-Changed-From-To: feedback->closed State-Changed-By: edwin State-Changed-When: Thu Dec 29 06:26:24 UTC 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=88306 >Unformatted: