git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1819 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-21 20:54:01 +00:00
parent 7ce6ca340e
commit 2b345cb8cf
2 changed files with 27 additions and 1 deletions
+14
View File
@@ -78,3 +78,17 @@ X Add "keepPathableVisible" or somesuch which like setFollowsPathable will
specifically defined for the "on_hips" action should fall back to using
the corresponding component in the "standing" action (with an overridden
offsetPos specified by 'offsetOverride').
* 10/2/2002
** DashO client munging
- Classes that can't be renamed
implements Streamable
extends GameConfig (due to MiCasa lobby) (caught by Streamable)
extends MessageBundle
implements ImageLoader
- Classes whose fields can't be renamed
extends DObject
- Classes whose methods can't be renamed
extends Controller (they look up handle<foo> methods by name)
+13 -1
View File
@@ -361,7 +361,7 @@ Presents Notes -*- outline -*-
* 8/15/2002
** Invocation service TODO
X genservice + genreceiver need to slurp and replace $Id: notes.txt,v 1.29 2002/09/20 00:55:01 mdb Exp $
X genservice + genreceiver need to slurp and replace "Id"
* 9/18/2002
** Client DObjectManager enhancement
@@ -369,3 +369,15 @@ X genservice + genreceiver need to slurp and replace $Id: notes.txt,v 1.29 2002/
"Unable to dispatch event on non-proxied object" reports that inevitably
come in when the client has pitched a dobj but the server hasn't yet
processed the unsubscribe request.
* 10/2/2002
** Compound events/DObject transactions
- They are broken apart prior to dispatch on the server and thus
completely fail to accomplish their intended goal of providing efficient
network delivery to the client; attempt to resolve this in some way
* 10/8/2002
** Possible renamability improvements
- Generate field code rather than name for all DObject classes; send code
over wire; somehow map code to Field instance for setting value (this
could be problematic)