From e0030c8dfb637ce93b86fe145708854e2121faba Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 6 Sep 2002 01:11:36 +0000 Subject: [PATCH] Notes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1664 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- docs/notes.txt | 25 +++++++++++++++++++++++++ docs/presents/notes.txt | 6 +++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/notes.txt b/docs/notes.txt index 0385fdfb1..ee353805d 100644 --- a/docs/notes.txt +++ b/docs/notes.txt @@ -53,3 +53,28 @@ X Add "keepPathableVisible" or somesuch which like setFollowsPathable will ** Cast enhancements - Eventually make BundledComponentRepository use ImageManager cache on the images it loads in ResourceBundleProvider.loadImage + +* 9/5/2002 +** Character component enhancement +- Add support for component "aliasing" (in the Macintosh sense) whereby + the same image data can be used for multiple character components, + possibly with different (x,y) origins. Perhaps this means that in the + action definition we do something like: + + + 5 + 50,112 + SW, W, NW, N, NE, E, SE, S + + 160, 160, 160, 160, 160, 160, 160, 160 + 100, 100, 100, 100, 100, 100, 100, 100 + 1, 1, 1, 1, 1, 1, 1, 1 + 0, 0 + 0, 0 + + + + Where the 'extends="standing"' indicates that any component not + 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'). diff --git a/docs/presents/notes.txt b/docs/presents/notes.txt index 82840351b..c8b0ba9b6 100644 --- a/docs/presents/notes.txt +++ b/docs/presents/notes.txt @@ -357,4 +357,8 @@ Presents Notes -*- outline -*- * 8/13/2002 ** True Names -Invocation -> Remote? That'd be a hairy pain... +- Invocation -> Remote? That'd be a hairy pain... + +* 8/15/2002 +** Invocation service TODO +X genservice + genreceiver need to slurp and replace $Id: notes.txt,v 1.28 2002/09/06 01:11:36 mdb Exp $