Par Winzell
84300e0576
This would be easier if I had Yohoho checked out.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@344 c613c5cb-e716-0410-b11b-feb51c14d237
2007-07-05 15:51:55 +00:00
Par Winzell
bebdd273cd
Don't compile parlor/ratings if we don't use Depot.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@343 c613c5cb-e716-0410-b11b-feb51c14d237
2007-07-05 15:39:20 +00:00
Par Winzell
eb153ea11f
Vilya will be harnessing the awesome power of Depot now, so let's bring in the genrecord task.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@339 c613c5cb-e716-0410-b11b-feb51c14d237
2007-07-02 18:30:00 +00:00
Jonathan Le Plastrier
c491a2db1d
Fix the docs links.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@306 c613c5cb-e716-0410-b11b-feb51c14d237
2007-05-30 22:27:31 +00:00
Michael Bayne
cc94dacfce
Vilya has a straggler as well.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@296 c613c5cb-e716-0410-b11b-feb51c14d237
2007-05-07 19:58:14 +00:00
Michael Bayne
69dd4a27d1
Instrument!
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@295 c613c5cb-e716-0410-b11b-feb51c14d237
2007-05-07 19:50:29 +00:00
Michael Bayne
7538ddcc7f
Hold on to your seats kids, it's another installment of "A Boy and His
...
Blowtorch". Refactored GameConfig and the EZ game framework, cleaning up some
old cruft from GameConfig (which will break other projects and which I'll fix
ASAP) and moved the XML based configuration system from ToyBox into EZGame.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@286 c613c5cb-e716-0410-b11b-feb51c14d237
2007-05-01 22:26:25 +00:00
Michael Bayne
b71007a909
Yay for rabbit holes. Revamped the table services to decouple them from places.
...
While I was in there, I extracted the communication between the client and the
TableManager into a new-style "embedded in the TableLobbyObject" service
instead of wonkily routing everything through the global ParlorService and the
ParlorProvider (which got merged into the ParlorManager as a part of this
rabbit holery). The GG build will break... I will fix it.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@255 c613c5cb-e716-0410-b11b-feb51c14d237
2007-03-21 21:38:31 +00:00
Michael Bayne
e6ab89f313
Extracted the Bang stats system into reusable land. Too late for Yohoho, but
...
Whirled will benefit.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@251 c613c5cb-e716-0410-b11b-feb51c14d237
2007-03-20 17:23:18 +00:00
Michael Bayne
d77b8363f7
Added a server managed notion of which client is controlling the game.
...
Doing this on the client, while theoretically possible, is more complex. We
have a server, we use it to provide commonly needed services, the assignment of
a single client to control the game is a commonly needed service. This also
matches the way other services like turn change and game start and end are
implemented.
A side note: the client-side code was not properly handling disconnected
players, which the server code properly handles.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@224 c613c5cb-e716-0410-b11b-feb51c14d237
2007-03-04 20:05:58 +00:00
Michael Bayne
4079b25024
Out! Out!
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@158 c613c5cb-e716-0410-b11b-feb51c14d237
2007-01-25 19:37:30 +00:00
Jonathan Le Plastrier
51fc3964bc
On second thought, we'll take care of calling javadoc first.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@153 c613c5cb-e716-0410-b11b-feb51c14d237
2007-01-24 02:44:37 +00:00
Jonathan Le Plastrier
a568110d1d
We want our javadocs in the snapshot as well.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@152 c613c5cb-e716-0410-b11b-feb51c14d237
2007-01-24 02:27:34 +00:00
Jonathan Le Plastrier
db7d7bd472
Let's build our snapshot into dist/ and not use ../snapshot as our temp directory.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@151 c613c5cb-e716-0410-b11b-feb51c14d237
2007-01-24 00:54:54 +00:00
Michael Bayne
5f144bc8a9
Delete jar files when cleaning.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@135 c613c5cb-e716-0410-b11b-feb51c14d237
2006-12-15 23:21:59 +00:00
Michael Bayne
c7ff0391a6
Skip the XML bits if we don't have the XML writer.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@130 c613c5cb-e716-0410-b11b-feb51c14d237
2006-11-16 23:39:47 +00:00
Michael Bayne
4ce9c6f87d
New libs.dir business.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@129 c613c5cb-e716-0410-b11b-feb51c14d237
2006-11-16 23:13:11 +00:00
Michael Bayne
a8740d3b94
Use distlib.dir.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@128 c613c5cb-e716-0410-b11b-feb51c14d237
2006-11-16 21:27:16 +00:00
Michael Bayne
16f070f69c
Falling through is a dangerous pattern, let's not do it.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@116 c613c5cb-e716-0410-b11b-feb51c14d237
2006-10-26 23:11:56 +00:00
Michael Bayne
73292de817
Updated snapshot target.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@114 c613c5cb-e716-0410-b11b-feb51c14d237
2006-10-13 22:43:01 +00:00
Michael Bayne
5094eeebce
Added proper 'snapshot' target.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@113 c613c5cb-e716-0410-b11b-feb51c14d237
2006-10-13 22:34:00 +00:00
Michael Bayne
e063e9c98a
Define an includable Ant XML file with our library dependencies.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@112 c613c5cb-e716-0410-b11b-feb51c14d237
2006-10-13 22:29:23 +00:00
Michael Bayne
306ebf3169
Build file changes to make Vilya work with the new build world order.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@111 c613c5cb-e716-0410-b11b-feb51c14d237
2006-10-13 02:14:07 +00:00
Michael Bayne
2b05717226
Added ActionScript wiry uppy to genservice and a genascript task (though that
...
one is a bit limited at the moment).
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@100 c613c5cb-e716-0410-b11b-feb51c14d237
2006-10-06 00:21:33 +00:00
Michael Bayne
7d870d5eb6
Resource bundle jockeying.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@50 c613c5cb-e716-0410-b11b-feb51c14d237
2006-08-23 18:18:30 +00:00
Ray Greenwell
c1d05502e4
Let's dist the ezgame stuff as part of parlor.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@48 c613c5cb-e716-0410-b11b-feb51c14d237
2006-08-23 17:35:26 +00:00
Michael Bayne
280b55061a
Link to the Nenya and Narya javadocs.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@18 c613c5cb-e716-0410-b11b-feb51c14d237
2006-07-12 22:10:07 +00:00
Michael Bayne
69c064a342
More snapshot fixes.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@16 c613c5cb-e716-0410-b11b-feb51c14d237
2006-07-12 22:00:00 +00:00
Michael Bayne
d272c34ca6
Updated LIBS fixed snapshot build directives.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@15 c613c5cb-e716-0410-b11b-feb51c14d237
2006-07-12 21:59:03 +00:00
Michael Bayne
0cf89d6d16
Was not building the stage jar file.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@3 c613c5cb-e716-0410-b11b-feb51c14d237
2006-06-23 18:53:15 +00:00
Michael Bayne
10ef62395f
Narya -> Vilya.
...
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@2 c613c5cb-e716-0410-b11b-feb51c14d237
2006-06-23 18:50:52 +00:00
Michael Bayne
a4df87e52f
Behold Vilya, Ring of Air and repository for our game and virtual worldly
...
extensions to the distributed environment provided by Narya.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1 c613c5cb-e716-0410-b11b-feb51c14d237
2006-06-23 17:58:11 +00:00