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)