[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r183] by cmarrin

got standalone to exit properly

2008-03-03 16:11:30 Tree
[r182] by cmarrin

forgot to add this test for Box Proto

2008-03-02 19:09:10 Tree
[r181] by cmarrin

Added the ability to specify color name for colors

All the "X Colors" are supported.

2008-03-02 19:08:25 Tree
[r180] by cmarrin

fixed passing children to proto objects

The problem was that was enumerating all the passed in params
starting from 2 rather than 1, for some reason.

2008-03-02 16:21:20 Tree
[r179] by cmarrin

turned on z buffering so box looks right

2008-03-02 15:56:57 Tree
[r178] by cmarrin

Fixed id's not getting set on proto objects

The problem was that I was not passing the container (the parent) to
the exposed node in the proto definition.

I also added a jaunty angle to the rotating box. This now shows
that the normals or something are wrong on the box.

2008-03-02 15:34:00 Tree
[r177] by cmarrin

got rid of rotation from Box proto, which was for testing

2008-03-02 15:05:50 Tree
[r176] by cmarrin

added non-proto version of spinning box for comparison

2008-03-02 15:05:12 Tree
[r175] by cmarrin

changed all instances of passed lua_State param name to 'L' in FusionObject to make debugging easier

2008-03-02 15:01:25 Tree
[r174] by cmarrin

Got Box proto loading

I am now using 'require' to load XML files. This lets
me have a list of paths to resolve the location so I
can store protos like Box in the Resources of the app.
But there is still a problem with mainSpinBox. The Timer
function is not finding the Box by name ("B").

2008-03-02 05:52:16 Tree
Older >