Difference between revisions of "Talk:Recursive rectangles"

From Organic Design wiki
(mouse x,y have been corrupted)
(x,t corrupted because render called w.c.o click-event)
Line 1: Line 1:
 
= Log output sample =
 
= Log output sample =
 
<pre>
 
<pre>
Fri Dec 01 21:00:14 2006 : [0.0.0]      :  
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      :  
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeIO = 47
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeIO = 47
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeSESSION = 65
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeSESSION = 65
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeSERVER = 112
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeSERVER = 112
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeSTREAMS = 144
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeSTREAMS = 144
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeSTREAM = 187
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeSTREAM = 187
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeEVENTS = 191
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeEVENTS = 191
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeDESKTOP = 232
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeDESKTOP = 232
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeSPRITE = 275
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeSPRITE = 275
Fri Dec 01 21:00:14 2006 : [0.0.0]      : nodeRENDER = 333
+
Fri Dec 01 22:47:02 2006 : [0.0.0]      : nodeRENDER = 333
Fri Dec 01 21:00:15 2006 : [0.0.0]      : SDL successfully initialized.
+
Fri Dec 01 22:47:03 2006 : [0.0.0]      : SDL successfully initialized.
Fri Dec 01 21:00:15 2006 : [0.0.0]      : Image "./wheel.png" loaded (256x256@32bpp)
+
Fri Dec 01 22:47:03 2006 : [0.0.0]      : Image "./wheel.png" loaded (256x256@32bpp)
Fri Dec 01 21:00:15 2006 : [0.0.0]      : wav->samples = 4096
+
Fri Dec 01 22:47:03 2006 : [0.0.0]      : wav->samples = 4096
Fri Dec 01 21:00:15 2006 : [0.0.0]      : Daemon "default" started successfully and serving on port 80.
+
Fri Dec 01 22:47:03 2006 : [0.0.0]      : Daemon "default" started successfully and serving on port 80.
Fri Dec 01 21:00:15 2006 : [0.0.0]      : Handing program execution over to nodal reduction...
+
Fri Dec 01 22:47:03 2006 : [0.0.0]      : Handing program execution over to nodal reduction...
Fri Dec 01 21:00:16 2006 : [0.65.191]    : node 351 created for mouse click event
+
                                                .
Fri Dec 01 21:00:16 2006 : [65.232.351]  : (-192,-151) is inside (0,0,640,480)
+
                                                .
Fri Dec 01 21:00:16 2006 : [65.232.351]  : spriteInit()
+
                                                .
Fri Dec 01 21:00:16 2006 : [65.232.351]  : New sprite (65/232/362) created, click-event (351) removed.
+
Fri Dec 01 22:47:04 2006 : [0.65.232]    : nodeReduce()
Fri Dec 01 21:00:16 2006 : [0.65.191]    : node 374 created for mouse click event
+
Fri Dec 01 22:47:04 2006 : [65.232.350]  : spriteInit()
Fri Dec 01 21:00:16 2006 : [65.232.374]  : (-192,-151) is inside (0,0,640,480)
+
Fri Dec 01 22:47:04 2006 : [65.232.350]  : New sprite (65/232/362) created, click-event (350) removed.
Fri Dec 01 21:00:16 2006 : [65.232.374]  :    hooked 374 into 362 (374<-333->374)
+
Fri Dec 01 22:47:04 2006 : [65.232.350]  : nodeReduce()
Fri Dec 01 21:00:16 2006 : [232.362.374] : (-192,-151) is outside (0,0,160,160)
+
Fri Dec 01 22:47:04 2006 : [232.350.333] : nodeReduce() <------------------- render called w.c.o click-event!
Fri Dec 01 21:00:16 2006 : [65.232.374]  : spriteInit()
 
Fri Dec 01 21:00:16 2006 : [65.232.374]  : New sprite (65/232/385) created, click-event (374) removed.
 
Fri Dec 01 21:00:19 2006 : [0.65.191]    : node 396 created for mouse click event
 
Fri Dec 01 21:00:19 2006 : [65.232.396]  : (280,70) is inside (0,0,640,480)
 
Fri Dec 01 21:00:19 2006 : [65.232.396]  :    hooked 396 into 362 (396<-396->396)
 
Fri Dec 01 21:00:19 2006 : [232.362.396] : (80,80) is inside (80,80,160,160) <------------------------ mouse x,y have been corrupted
 
Fri Dec 01 21:00:19 2006 : [232.362.396] : spriteInit()
 
Fri Dec 01 21:00:19 2006 : [232.362.396] : New sprite (232/362/409) created, click-event (396) removed.
 
Fri Dec 01 21:00:20 2006 : [0.65.191]    : Gracefully exiting.
 
 
 
 
</pre>
 
</pre>

Revision as of 09:53, 1 December 2006

Log output sample

Fri Dec 01 22:47:02 2006 : [0.0.0]       : 
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeIO = 47
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeSESSION = 65
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeSERVER = 112
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeSTREAMS = 144
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeSTREAM = 187
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeEVENTS = 191
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeDESKTOP = 232
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeSPRITE = 275
Fri Dec 01 22:47:02 2006 : [0.0.0]       : nodeRENDER = 333
Fri Dec 01 22:47:03 2006 : [0.0.0]       : SDL successfully initialized.
Fri Dec 01 22:47:03 2006 : [0.0.0]       : Image "./wheel.png" loaded (256x256@32bpp)
Fri Dec 01 22:47:03 2006 : [0.0.0]       : wav->samples = 4096
Fri Dec 01 22:47:03 2006 : [0.0.0]       : Daemon "default" started successfully and serving on port 80.
Fri Dec 01 22:47:03 2006 : [0.0.0]       : Handing program execution over to nodal reduction...
                                                .
                                                .
                                                .
Fri Dec 01 22:47:04 2006 : [0.65.232]    : nodeReduce()
Fri Dec 01 22:47:04 2006 : [65.232.350]  : spriteInit()
Fri Dec 01 22:47:04 2006 : [65.232.350]  : New sprite (65/232/362) created, click-event (350) removed.
Fri Dec 01 22:47:04 2006 : [65.232.350]  : nodeReduce()
Fri Dec 01 22:47:04 2006 : [232.350.333] : nodeReduce() <------------------- render called w.c.o click-event!