Michael Bayne
60823c6364
AS build fixes.
...
Noted one SWC that comes from our Google Code Maven repo which is going to have
to move somewhere else because the upstream maintainers abandoned the project
in 2011 and were never going to ship their stuff to Maven Central anyway. Sigh.
2015-03-17 08:47:18 -07:00
Michael Bayne
3852c77120
Cache Maven stuffs.
2015-03-17 08:46:29 -07:00
Michael Bayne
8e04887d78
Take files not strings, so that paths are correct.
2015-03-16 19:29:55 -07:00
Michael Bayne
30902f28f4
Only build master.
2015-03-14 10:47:47 -07:00
Michael Bayne
9eec1e2e92
[maven-release-plugin] prepare for next development iteration
2015-03-14 10:39:13 -07:00
Michael Bayne
668df13a74
[maven-release-plugin] prepare release nenya-1.6.1
2015-03-14 10:39:09 -07:00
Michael Bayne
e809d26f3d
This is on Maven Central now.
...
This was the reason for the (long broken) depend on the ooo-maven repo.
2015-03-14 10:36:30 -07:00
Michael Bayne
c6cf90ab0a
Wire up a Travis build.
2015-03-14 10:09:48 -07:00
Michael Bayne
2d96e6c81d
[maven-release-plugin] prepare for next development iteration
2015-03-14 09:44:27 -07:00
Michael Bayne
7ff04d348a
[maven-release-plugin] prepare release nenya-1.6
2015-03-14 09:44:21 -07:00
Michael Bayne
f2eaa55c35
Javadoc fixes.
2015-03-14 09:43:11 -07:00
Michael Bayne
7dcb90c8d3
1.5 -> 1.6.
2015-03-14 09:37:41 -07:00
Michael Bayne
9760a317d0
Do the version update dance in prep for release.
2015-03-14 09:36:25 -07:00
Michael Bayne
7b462a371a
TestUtil is no more.
2015-03-14 09:33:29 -07:00
Jamie Doornbos
ed1ec4272f
Update flex repo.
2014-11-14 13:13:55 -08:00
Jamie Doornbos
bab2e1a24d
Move eclipse hacks to a profile.
...
This gets rid of some warnings when making javadoc and source jars.
2014-11-14 13:00:12 -08:00
Jamie Doornbos
993f0b7cce
Set up for local directory deployment.
2014-11-14 12:54:19 -08:00
Michael Bayne
3941b12fbb
Reference shipped 1.5 build.
2014-07-31 11:10:45 -07:00
Ray J. Greenwell
eda0f713b3
Update narya references to 1.14.
...
I have no idea if this is right, but otherwise I seem to be blocked on building
because of a missing SWC. Rage! Why am I blocked from making a jar file
because of some stupid flash shit that nobody will ever care about again?
2014-07-23 15:56:39 -07:00
Michael Bayne
fe9d8f4d5c
Route logging properly in Maven.
2014-01-22 12:15:57 -08:00
Michael Bayne
2f94b15c15
Created Nenya Maven Plugin.
...
First mojo is a component bundler.
2014-01-22 12:13:08 -08:00
Michael Bayne
1752708fbb
Factored ComponentBundler logic into separate class.
2014-01-22 11:46:18 -08:00
Michael Bayne
5f08ddcc34
[maven-release-plugin] prepare for next development iteration
2013-05-07 14:37:33 -07:00
Michael Bayne
450d7578a0
[maven-release-plugin] prepare release nenya-parent-1.5
2013-05-07 14:37:26 -07:00
Michael Bayne
c7a0788078
Use latest samskivert, Guava, LWJGL and Narya.
2013-05-07 14:33:21 -07:00
Michael Bayne
febf2e4adc
Use normal Guava.
2013-05-07 12:45:20 -07:00
Michael Bayne
3144678ef5
Note to future self.
2013-02-05 17:33:16 -08:00
Michael Bayne
53f13a3c9a
Note new tools playn-core dependency in Ant.
...
Ant can kindly die die die. Or at least the Ant Maven plugin for not supporting
submodules.
2013-02-05 17:27:54 -08:00
Michael Bayne
ebc91c015f
Added a little test of the JSON writer.
...
I'm also using this test to do the conversions I need, since I just need our
two test scenes in JSON format.
2013-01-23 15:40:09 -08:00
Michael Bayne
fd34ffda09
Allow parsing from InputStream.
2013-01-23 15:39:33 -08:00
Michael Bayne
7f3f5098ed
Added code for writing a simple miso scene model to JSON.
...
Wow, writing to JSON is way simpler than writing to HTML. Too bad JSON wasn't
around and popular twelve years ago.
2013-01-23 15:39:33 -08:00
Michael Bayne
6ece954f24
Added SBT build. I can't work with stone tools in my old age.
2013-01-23 15:39:33 -08:00
Michael Bayne
880ff7ceec
Depend on publicly shipped version of Narya.
2013-01-23 14:57:43 -08:00
David Hoover
c0cb0ffcfd
Header update.
...
Point to where things live on github these days.
2012-11-01 11:30:44 -07:00
Mark Johnson
1e6f91c0b8
Preparing for 1.5-SNAPSHOT development.
2012-10-16 16:27:24 -07:00
Mark Johnson
c79484827f
Preparing for nenya-parent-1.4.2 release.
2012-10-16 16:17:51 -07:00
Ray J. Greenwell
e450c9076f
Update the narya we use.
...
This probably shouldn't be SNAPSHOT, but until we get a new narya release...
2012-10-02 18:07:40 -07:00
Ray J. Greenwell
ee9a81512f
Fix deprecation warning with move to new samskivert library.
2012-10-02 17:48:01 -07:00
Ray J. Greenwell
7df6f0160f
Move to samskivert 1.7 and guava-jdk5 13.0
2012-10-02 17:43:09 -07:00
Nathan Curtis
d2dedd8e65
Another spot where a safer comparison is called for.
2012-08-16 11:47:38 -07:00
Nathan Curtis
5a1cc88744
Use a safe comparison instead of simple subtraction.
...
Vilya's ScoreAnimation sets its render order to Integer.MAX_VALUE; using this comparison method gets
the AbstractMediaManager's _media out of order when such values are used.
2012-08-07 17:43:41 -07:00
Mark Johnson
760eed0fe0
Preparing for 1.5-SNAPSHOT development.
2012-04-03 21:10:32 -07:00
Mark Johnson
2ce6bdffac
Preparing for nenya-parent-1.4.1 release.
2012-04-03 21:03:01 -07:00
Michael Bayne
dbda61db78
Oops, install nenya-parent.pom and nenya.jar.
2012-03-30 13:31:48 -07:00
Ray J. Greenwell
a1d60a685b
Use File.separatorChar where it makes sense.
2012-03-30 11:12:50 -07:00
Ray J. Greenwell
c7e80de26d
Revert "Revert "Code formatting and method rearrangement.""
...
This reverts commit cc0c9c4e3e .
I'm reverting the reverting. I wanted these changes, just not
all that other -whateverthefuck- that piggybacked in.
2012-03-30 11:08:36 -07:00
Ray J. Greenwell
cc0c9c4e3e
Revert "Code formatting and method rearrangement."
...
This reverts commit 6f9daf6c97 .
2012-03-30 11:06:13 -07:00
Ray J. Greenwell
7c182066ea
Merge branch 'master' of github.com:threerings/nenya
2012-03-30 11:01:29 -07:00
Ray J. Greenwell
6f9daf6c97
Code formatting and method rearrangement.
2012-03-30 10:57:56 -07:00
Ray J. Greenwell
7fdd65b0b4
Allow customized locale paths.
...
- LocaleHandler is a new interface for transforming a default path
to a localized one.
- setLocalePrefix() continues to work as before.
- getLocalePrefix() has been removed. Is it really needed?
- In methods that try retrieving a resource from several bundles,
just transform the path into a locale-specific one once.
- I want to use the @Nullable annotation all over the place.
2012-03-30 10:48:49 -07:00