Par Winzell
7ae34a5683
This has been misnamed for quite a while and nobody ever noticed... which presumably means this is a rather unimportant fix.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@533 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-06-10 15:47:55 +00:00
Charlie Groves
551475ce8d
Don't include the source for native libs in the jar
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@496 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-05-19 20:56:42 +00:00
Michael Bayne
d1d75cb263
Call the Flash libraries {library}lib.swc to match the pattern of flexlib.swc
...
and also to make the Maven artifact not look like a meta-artifact that brings
in all Narya/Nenya/Vilya dependencies.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@419 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-02-18 19:12:32 +00:00
Michael Bayne
ffde63b3a5
Build a Flash library like we build Java libraries. Tidied up some other bits
...
along the way.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@418 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-02-18 18:34:36 +00:00
Michael Bayne
73780534c3
Only build our native bits on "unix" operating systems.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@387 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-01-08 22:25:22 +00:00
Michael Bayne
3ea4b8b42e
Don't need net or dobj.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@344 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-13 02:36:34 +00:00
Mike Thomas
75152bf968
We should process the nenya classes like the narya classes so that they have proper writeObject/readObject functions and we can read/write to the non-public members properly during streaming.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@341 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-13 00:43:05 +00:00
Michael Bayne
2cdb65e32e
More comment fiddling.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@340 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:44:48 +00:00
Michael Bayne
6f93ee545b
Formatting fiddling.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@339 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:44:07 +00:00
Michael Bayne
d00e7b1873
Fix target comment.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@338 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:43:27 +00:00
Michael Bayne
93e28d42a6
Let's just install rather than build and install here as well.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@337 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:43:07 +00:00
Michael Bayne
7ac169ad97
Target 1.5 when building.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@319 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-10-30 06:20:13 +00:00
Jonathan Le Plastrier
9ba5a61ab0
Have distclean just call what it needs in common-clean
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@279 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-07-28 04:15:13 +00:00
Michael Bayne
72d93f6bd9
One more for the Gipper.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@278 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-07-25 21:47:15 +00:00
Jonathan Le Plastrier
9412b19145
Fix the docs link and add a link to narya.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@255 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-05-30 22:27:02 +00:00
Jonathan Le Plastrier
b2cec8efc3
On second thought, we'll take care of calling javadoc first.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@122 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-01-24 02:44:32 +00:00
Jonathan Le Plastrier
a06abd514d
We want our javadocs in the snapshot as well.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@121 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-01-24 02:27:28 +00:00
Jonathan Le Plastrier
23760740b2
Let's build our snapshot into dist/ and not use ../snapshot as our temp directory.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@120 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-01-24 00:54:47 +00:00
Michael Bayne
a8de5bb789
A whole bunch of refactoring to support a MediaOverlay which will allow us to
...
render sprites and animations anywhere in the frame for those times when you
just need to draw outside the lines.
The actual MediaOverlay isn't done yet, but all the refactoring to support it
is done, so the rest should be easy. In theory this shouldn't break anything
(like the Yohoho build), but we're about to find out.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@112 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-01-20 01:09:53 +00:00
Michael Bayne
e7d9acdad6
Delete jar files when cleaning.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@95 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-12-15 23:21:27 +00:00
Michael Bayne
929dd438b8
The viewer is only in tests/.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@80 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-11-16 23:38:06 +00:00
Michael Bayne
afaa0153b6
If we don't have xml-writer avoid compiling all the XML scene crap (and
...
unfortunately also the Miso Viewer).
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@79 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-11-16 23:34:01 +00:00
Michael Bayne
81cd97edc7
New libs.dir business.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@78 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-11-16 23:13:21 +00:00
Michael Bayne
a8e1855207
Use distlib.dir.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@76 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-11-16 21:26:58 +00:00
Michael Bayne
db91a42b05
More juicy fallthrough bug finding.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@65 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-10-26 23:09:43 +00:00
Michael Bayne
b95a59c35c
Updated snapshot target.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@54 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-10-13 22:43:08 +00:00
Michael Bayne
79901ef5e2
Added proper 'snapshot' target.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@53 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-10-13 22:34:05 +00:00
Michael Bayne
a40a420bf6
Define our library dependencies in an includable project XML file.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@51 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-10-13 22:25:42 +00:00
Michael Bayne
69277175c8
Build file changes to make Nenya work with the new build world order.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@50 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-10-13 02:13:51 +00:00
Michael Bayne
62104e811c
Cleaned up the snapshot building directives.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@16 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-07-12 18:51:08 +00:00
Michael Bayne
70849cb3dd
Fixed typo.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@11 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-07-05 01:02:05 +00:00
Michael Bayne
2d673038c3
Include NenyaLog in the -media bundle as that's who uses it. Perhaps util and
...
tools should just use the media/Log but we'll leave this for now.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@6 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-06-23 22:41:03 +00:00
Michael Bayne
1d75e3eab6
Include the tools bits (compiled config) into nenya-media.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@5 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-06-23 21:28:27 +00:00
Michael Bayne
220e2ddc53
Don't need the dobj related ant tasks.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@3 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-06-23 19:00:53 +00:00
Michael Bayne
18b12b3240
Handle resource bits.
...
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@2 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-06-23 18:58:45 +00:00
Michael Bayne
c2117ee86d
Behold, Nenya, Ring of Water and repository for our media and animation related
...
goodies, both Java 2D and LWJGL/JME 3D.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
2006-06-23 18:07:28 +00:00