Behold Vilya, Ring of Air and repository for our game and virtual worldly

extensions to the distributed environment provided by Narya.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-06-23 17:58:11 +00:00
commit a4df87e52f
317 changed files with 45818 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
ant.jar
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-io.jar
commons-lang.jar
commons-logging.jar
jme-awt.jar
jme-bui.jar
jme-effects.jar
jme.jar
jme-model.jar
jme-sound.jar
junit-3.7.jar
lwjgl.jar
lwjgl_util.jar
narya-base.jar
narya-distrib.jar
narya-tests.jar
nenya-cast.jar
nenya-media.jar
nenya-miso.jar
nenya-rsrc.jar
retroweaver-all-1.2.2.jar
samskivert.jar
velocity-1.5-dev.jar
xml-writer.jar
+22
View File
@@ -0,0 +1,22 @@
Required external libraries
---------------------------
The Narya code requires the following external Java libraries (JAR files)
to be placed (or symlinked) here in the lib/ directory or in the shared
library directory specified in the build.xml file (java.libraries).
* The samskivert library:
http://samskivert.com/code/samskivert/
* Apache Commons libraries: collections, digester, io, and lang
http://jakarta.apache.org/commons/
* Megginson Technologies' XMLWriter 0.2 library:
http://www.megginson.com/Software/xml-writer-0.2.zip
Once the jar files are in place (regardless of what they are named), the
build system will automatically include them in the compile-time
classpath.
--
$Id: README 3105 2004-08-27 18:38:55Z mdb $
+21
View File
@@ -0,0 +1,21 @@
//
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2006 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published
// by the Free Software Foundation; either version 2.1 of the License, or
// (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA