[TeamTalk 346]: [882] trunk: 1) Adding Agent Smith to begin work of using Agent Smith instead of the current non-animated being .
bfrisch@edam.speech.cs.cmu.edu
bfrisch at edam.speech.cs.cmu.edu
Mon Dec 24 13:12:18 EST 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20071224/4f7c14ab/attachment.html
-------------- next part --------------
Modified: trunk/TeamTalk/Agents/PenDecoder/nbproject/project.properties
===================================================================
--- trunk/TeamTalk/Agents/PenDecoder/nbproject/project.properties 2007-12-04 21:03:07 UTC (rev 881)
+++ trunk/TeamTalk/Agents/PenDecoder/nbproject/project.properties 2007-12-24 18:12:16 UTC (rev 882)
@@ -16,10 +16,12 @@
dist.dir=dist
dist.jar=${dist.dir}/PenDecoder.jar
dist.javadoc.dir=${dist.dir}/javadoc
+excludes=
file.reference.bsh-core-2.0b4.jar=bsh-core-2.0b4.jar
file.reference.bsh-util-2.0b4.jar=bsh-util-2.0b4.jar
file.reference.galaxy.jar=${Env-OLYMPUS_ROOT}/Libraries/Galaxy/contrib/MITRE/bindings/java/lib/galaxy.jar
file.reference.PenDecoder-src=src
+includes=**
jar.compress=false
javac.classpath=\
${file.reference.bsh-core-2.0b4.jar}:\
Modified: trunk/TeamTalk/TeamTalkBuild.bat
===================================================================
--- trunk/TeamTalk/TeamTalkBuild.bat 2007-12-04 21:03:07 UTC (rev 881)
+++ trunk/TeamTalk/TeamTalkBuild.bat 2007-12-24 18:12:16 UTC (rev 882)
@@ -6,7 +6,7 @@
IF "%BUILD_CONF%"=="" SET BUILD_CONF=Release
:: If Netbeans is updated change the NetBeans version to the current version of NetBeans as the default folder name will likely change.
-SET NetBeansVer=5.5.1
+SET NetBeansVer=6.0
IF "%CYGWIN_DIR%"=="" SET CYGWIN_DIR=C:\cygwin
:: Check to make sure the file is not running with a wrong working directory
@@ -96,7 +96,7 @@
:ANTCHK
echo Looking for NetBeans...
-FOR %%d in (C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, A, B) DO IF EXIST "%%d:\Program Files\netbeans-%NetBeansVer%\ide7\ant\bin\ant.bat" goto NB%%d
+FOR %%d in (C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, A, B) DO IF EXIST "%%d:\Program Files\NetBeans %NetBeansVer%\java1\ant\bin\ant.bat" goto NB%%d
goto NETBEANSERROR
:NBA
@@ -179,7 +179,7 @@
:Ant Compilation
:JBUILD
-CALL "%NetBeansDrive%:\Program Files\netbeans-%NetBeansVer%\ide7\ant\bin\ant.bat" -buildfile Agents\PenDecoder\build.xml
+CALL "%NetBeansDrive%:\Program Files\NetBeans %NetBeansVer%\java1\ant\bin\ant.bat" -buildfile Agents\PenDecoder\build.xml
pause
:Compile
Added: trunk/usarsim/Animations/smith.ukx
===================================================================
(Binary files differ)
Property changes on: trunk/usarsim/Animations/smith.ukx
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/usarsim/System/smith.upl
===================================================================
--- trunk/usarsim/System/smith.upl (rev 0)
+++ trunk/usarsim/System/smith.upl 2007-12-24 18:12:16 UTC (rev 882)
@@ -0,0 +1,2 @@
+[Public]
+Player=(DefaultName="Smith",Mesh=smith.smith,species=xGame.SPECIES_Merc,BodySkin=smithskins.smithbody,FaceSkin=smithskins.smithhead,Portrait=smithskins.smithportrait,Text=Xplayers.smith,Sex=Male,Menu="SP",FavoriteWeapon=xWeapons.FlakCannon,Aggressiveness=+1.5,bJumpy=1,CombatStyle=+0.6,Accuracy=+1.0,Ragdoll=Male)
\ No newline at end of file
Added: trunk/usarsim/Textures/smithskins.utx
===================================================================
(Binary files differ)
Property changes on: trunk/usarsim/Textures/smithskins.utx
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the TeamTalk-developers
mailing list