Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b322ffac2 | |||
| ff80efdfe4 | |||
| 6565145f53 | |||
| a8cd8af2f1 | |||
| c89d638d61 | |||
| e748203ca4 | |||
| 597a0fc640 | |||
| bfc5d898b7 | |||
| 69559df982 | |||
| 86c395414e | |||
| f578184826 | |||
| 87798a34d6 | |||
| 731ced4c7a | |||
| 7f6e342a6e | |||
| c2539c8cb9 | |||
| 709d0332dc | |||
| b3226c0bed | |||
| e379c289c1 | |||
| 556297e12d | |||
| a17897704c | |||
| 73d9169c0c | |||
| 9056a2d120 | |||
| 3174508874 | |||
| 28e0e51991 | |||
| 0f141680e0 | |||
| 4043dab8d2 | |||
| 734822c1c2 | |||
| 7f78373b78 | |||
| bdb3c17a8f | |||
| 595b9e93c3 | |||
| d54d0730e2 | |||
| d9e4f7ec2f | |||
| ece35034e8 |
+110
@@ -0,0 +1,110 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>com.threerings</groupId>
|
||||||
|
<artifactId>vilya-parent</artifactId>
|
||||||
|
<version>1.5.1</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<artifactId>vilyalib</artifactId>
|
||||||
|
<packaging>swc</packaging>
|
||||||
|
<name>Vilya ActionScript</name>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>flexlib-repo</id>
|
||||||
|
<url>http://maven.ow2.org/maven2</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>ooo-ext-maven-repo</id>
|
||||||
|
<url>http://ooo-maven.googlecode.com/hg/repository</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>ooo-maven-repo</id>
|
||||||
|
<url>http://threerings.github.com/maven-repo</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<flex.version>4.1.0.16076</flex.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.threerings</groupId>
|
||||||
|
<artifactId>aspirin</artifactId>
|
||||||
|
<version>1.9</version>
|
||||||
|
<type>swc</type>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>flexlib</groupId>
|
||||||
|
<artifactId>flexlib-bin</artifactId>
|
||||||
|
<version>2.4</version>
|
||||||
|
<type>swc</type>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>as3isolib</groupId>
|
||||||
|
<artifactId>as3isolib-fp9</artifactId>
|
||||||
|
<version>r298</version>
|
||||||
|
<type>swc</type>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.threerings</groupId>
|
||||||
|
<artifactId>nenyalib</artifactId>
|
||||||
|
<version>1.5</version>
|
||||||
|
<type>swc</type>
|
||||||
|
</dependency>
|
||||||
|
<!-- needed for the build, but not an exported dependency -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.adobe.flex.framework</groupId>
|
||||||
|
<artifactId>flex-framework</artifactId>
|
||||||
|
<version>${flex.version}</version>
|
||||||
|
<type>pom</type>
|
||||||
|
<optional>true</optional>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>flexmojos</id>
|
||||||
|
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<sourceDirectory>src/main/as</sourceDirectory>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.sonatype.flexmojos</groupId>
|
||||||
|
<artifactId>flexmojos-maven-plugin</artifactId>
|
||||||
|
<extensions>true</extensions>
|
||||||
|
<version>4.2-beta</version>
|
||||||
|
<configuration>
|
||||||
|
<omitTraceStatements>false</omitTraceStatements>
|
||||||
|
<debug>true</debug>
|
||||||
|
<incremental>false</incremental>
|
||||||
|
<useNetwork>false</useNetwork>
|
||||||
|
<verboseStacktraces>true</verboseStacktraces>
|
||||||
|
<!-- we've never shown them in the Ant build, why start now? -->
|
||||||
|
<showWarnings>false</showWarnings>
|
||||||
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.adobe.flex</groupId>
|
||||||
|
<artifactId>compiler</artifactId>
|
||||||
|
<version>${flex.version}</version>
|
||||||
|
<type>pom</type>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.adobe.flex.compiler</groupId>
|
||||||
|
<artifactId>asdoc</artifactId>
|
||||||
|
<version>${flex.version}</version>
|
||||||
|
<classifier>template</classifier>
|
||||||
|
<type>zip</type>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</project>
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
@@ -431,7 +431,7 @@ public class SceneDirector extends BasicDirector
|
|||||||
} else {
|
} else {
|
||||||
log.info("Delaying forced move because we have a move pending",
|
log.info("Delaying forced move because we have a move pending",
|
||||||
"pendId", _pendingData.sceneId, "reqId", sceneId);
|
"pendId", _pendingData.sceneId, "reqId", sceneId);
|
||||||
addPendingForcedMove(new function() :void {
|
addPendingForcedMove(function() :void {
|
||||||
forcedMove(sceneId);
|
forcedMove(sceneId);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Vilya library - tools for developing networked games
|
// Vilya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
|
||||||
// http://code.google.com/p/vilya/
|
// http://code.google.com/p/vilya/
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or modify it
|
// This library is free software; you can redistribute it and/or modify it
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user