Michael Bayne
b5bcdb1f9a
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1145 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 05:06:20 +00:00
Michael Bayne
98dd204039
[maven-release-plugin] prepare release nenya-1.2
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1143 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 05:05:54 +00:00
Michael Bayne
ba58521133
Let's use the correct version.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1142 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 05:05:17 +00:00
Michael Bayne
f0052fddf5
Prepare these for our forthcoming (Maven-initiated) release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1141 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 05:04:14 +00:00
Michael Bayne
fdb9ab8a36
Simplify things now that we don't have to bend over for Maven.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1140 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 05:02:33 +00:00
Michael Bayne
afcc90c174
Oh for fuck's sake. The Maven Ant task can't handle the double dash in a
...
multiline XML comment. Is it possible to count the bad decisions made when
designing XML? I don't think numbers go that high.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1139 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 05:02:10 +00:00
Michael Bayne
61cbafcefb
When building via Maven, skip the tests that require resources to be prepared.
...
That broke a while ago and it's too much of a PITA to keep working.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1138 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 04:59:45 +00:00
Michael Bayne
c28447faca
Update our dependencies in preparation for a public release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1137 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-04 04:24:21 +00:00
Michael Bayne
095fb41ae8
Move bootstrap.xml into etc.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1136 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-03 16:37:09 +00:00
Ray Greenwell
2b0c556f3e
Guava r08.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1135 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-04-02 01:31:19 +00:00
Dave Hoover
82a7a4476a
Speeling
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1134 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-31 20:10:25 +00:00
Charlie Groves
e6f6b14872
Stop calling aslib as part of dist, finish conversion to ooo-build
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1133 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-28 02:58:05 +00:00
Andrzej Kapolka
9fcf4d1edd
It's cheaper to check the flag, so let's do that first.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1132 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-25 03:34:04 +00:00
Andrzej Kapolka
f0ff20fd23
Come to think of it, we don't need to maintain a list of closed nodes; we can
...
just use a flag.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1131 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-25 03:19:51 +00:00
Andrzej Kapolka
5dab9cfab2
ArrayList.contains shows up as a hot spot in pathfinding. Let's try using
...
an identity hash set to accelerate it (identity hash set uses linear probing,
which can give better cache performance than the chaining used by the normal
hash set).
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1129 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-23 04:49:18 +00:00
Michael Bayne
ced496a379
Use narya-tools, since we do on Vilya already. Non-OOO-builder beware.
...
Added missing -init-ooo to clean target.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1128 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-16 18:24:13 +00:00
Michael Bayne
1ea0c14cf1
Nixed unneeded filtering.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1127 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-16 00:18:28 +00:00
Michael Bayne
ed98f2417a
Modified Nenya to use ooo-build scripts, chiefly for my own edification.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1126 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-16 00:12:22 +00:00
Bruno Garcia
e68ac3a0c9
Typo.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1125 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-03-10 01:55:13 +00:00
Michael Bayne
e28c1a1ef6
Let's go back to a stable Narya version here.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1124 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-02-03 20:04:57 +00:00
Michael Bayne
f648e24f90
Moved action tileset parsing into a helper class, so that it can be more easily
...
tested and debugged. Turns out the problem I was chasing was a digester-2.0
dependency where a digester-1.8 dependency was needed, but I'll go ahead and
commit this anyway.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1123 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-02-03 20:04:09 +00:00
Michael Bayne
b69202d0ef
Make it possible to run unit tests without running the media tests.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1122 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-02-03 20:03:12 +00:00
Mike Thomas
8718c7a7f5
In order to pick up recent narya bugfixes, move our dependency forward to the current narya snapshot.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1121 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-02-03 19:37:16 +00:00
Michael Bayne
1e642792eb
We need a hard coded version here as the new Maven world order shuns RELEASE
...
versions.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1120 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-02-01 19:19:26 +00:00
Andrzej Kapolka
02d46eb73a
I was wondering where that went.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1119 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-27 01:10:08 +00:00
Andrzej Kapolka
d076bf84e8
Check for a locale-specific resource in getResourceFile.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1118 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-27 01:08:05 +00:00
Charlie Groves
188578eb79
Deploy a sources jar along with the code jar for IDE-happiness
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1117 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-20 00:44:16 +00:00
Mike Thomas
3d24d016f6
Step 2 in getting the *-poms versions to match pom versions.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1116 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-18 17:55:38 +00:00
Mike Thomas
6333249d63
And move the tools-pom in line too.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1115 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-18 17:47:24 +00:00
Mike Thomas
d70bc9aee7
Step 1 in bringing as-pom up to pom's version.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1114 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-18 17:37:08 +00:00
Mike Thomas
64be911ec8
Increment version to 1.2-SNAPSHOT
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1113 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-14 19:44:16 +00:00
Mike Thomas
62c3c2c31a
Mark this as nenya v 1.1
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1112 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-14 19:31:37 +00:00
Charlie Groves
4ebd386e52
Use m2eclipse for Eclipse configuration
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1111 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-11 23:46:53 +00:00
Jamie Doornbos
7c5debc5e3
Oops, remove spam
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1110 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-11 18:41:33 +00:00
Jamie Doornbos
8324fb01b1
The Pattern.quote was not enough, a Matcher.quoteReplacement would also be required. However, we don't really need regular expressions here, so just use the literal "replace".
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1109 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-11 18:33:25 +00:00
Jamie Doornbos
2ae8b60e2f
Allow paths with backslashes
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1108 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-10 21:03:27 +00:00
Andrzej Kapolka
7ed7e5ad7d
Added accessors for the position components.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1107 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-05 23:04:36 +00:00
Dave Hoover
c612491d16
Auld Lang Syne
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1106 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-01 05:03:45 +00:00
Dave Hoover
48dbcf4f2c
Make eclipse output to dist/classes
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1105 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-01 05:03:09 +00:00
Dave Hoover
f1ad37f799
Whitespace
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1104 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-01 05:03:08 +00:00
Dave Hoover
96d7b697a3
Speeling
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1103 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-01 05:03:06 +00:00
Dave Hoover
aa7cef1891
We're depending on at least java 1.5 at this point.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1102 ed5b42cb-e716-0410-a449-f6a68f950b19
2011-01-01 05:03:05 +00:00
Michael Bayne
d984e1678c
If we're going to go to all the trouble of having them pass in an argument,
...
let's actually make use of it.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1101 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-23 17:17:04 +00:00
Michael Bayne
1af68f02ef
Moved as- and tools-pom.xml into etc to match Narya.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1100 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-09 23:12:00 +00:00
Par Winzell
e0fe8bb850
Track source directory change in IDEA module file.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1099 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-07 16:46:14 +00:00
Michael Bayne
2f7474f700
Path related fixes to make things work on Windows. Courtesy of
...
Patrick @onyxbits.de.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1098 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-07 01:06:11 +00:00
Michael Bayne
2675720177
Nixing non-public repositories.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1097 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-06 19:41:45 +00:00
Michael Bayne
f19b3d3776
We want Nenya (and co.) to be buildable to outside parties. The build server
...
doesn't need this repo reference because it builds and installs snapshot
versions of all of our libraries locally, so it will find them without going to
external repositories.
Non-OOO people can also build OOO libraries that depend on snapshot versions by
building and installing the snapshot version of the appropriate dependency into
their local Maven repository.
We had the OOO snapshot repo in these files so that OOO people could
conveniently just have the OOO snapshots pulled down for them without having to
build and install local snapshots. However, a better way to do that is to have
OOO people just add the OOO snapshot repository to their ~/.m2/settings.xml
file. I'll send a separate email about how to do that.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1096 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-06 19:41:22 +00:00
Michael Bayne
e2f2cfd7fa
Sync up version number now that we've shipped a retroactive stable artifact.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1095 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-02 18:24:07 +00:00
Michael Bayne
e271864399
A nenya-tools artifact, which incidentally does not depend on narya-tools.
...
Nenya's tools mainly just need Apache Digester and the SAX XML writer.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1094 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-12-02 18:22:55 +00:00