Changeset 79 for trunk/doc

Show
Ignore:
Timestamp:
07/17/08 22:24:02 (5 months ago)
Author:
JoeCoder
Message:

More font additions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/ideas.txt

    r28 r79  
    77Add boolean set operations to the Resource manager, to load all resources from a new level and free only those that aren't part of that set. 
    88 
    9 class Layer 
     9class Surface 
    1010{ 
    11     bool passthrough;           // pass events that occur on this layer to those behind it. 
     11    bool passthrough;           // pass events that occur on this surface to those behind it. 
    1212 
    1313    setOnClick(function);       // mousebutton, mouseposition 
     
    3636 
    3737A sensor node that checks for certain events (brightness, velocity, distance, etc.) and calls callback functions when 
    38 certain events occur. 
     38certain events occur.  (any node can do this in its update function). 
    3939 
    4040Use axis sorting to tell what lights affect what nodes (instead of n*m distance check).  But most lights have large radius? 
     
    4242Use dx cross dy to calculate normals for parametric graphnodes. 
    4343 
     44Create typed exceptions. 
     45 
     46Make logging consistent and typed. 
     47 
  • trunk/doc/unresolved.txt

    r70 r79  
    2222fixed? 
    2323 
    24 Dmd has trouble compiling incrementally with -O 
    25  
    2624There is jumpiness in the rendering.  Every 10th or so frame takes almost exactly twice as long to render 
    2725than others, when rendering the same thing.  Especially noticable when rendering lots of models