Difference between revisions of "02 December 2006"
From Organic Design wiki
(add news about interface.c) |
m |
||
Line 1: | Line 1: | ||
− | + | ;Progress on [[Interface.c]] | |
Fixed a bug last night which was making the test interface flash and tear. It was that the swap-buffer was being called on every sprite draw instead of every tree-draw. Today I found a bug in render's determining of next node which has almost got it working. It's actually doing proper recursive rectangles to arbitrarily many levels now, but doesn't quite work consistently yet. | Fixed a bug last night which was making the test interface flash and tear. It was that the swap-buffer was being called on every sprite draw instead of every tree-draw. Today I found a bug in render's determining of next node which has almost got it working. It's actually doing proper recursive rectangles to arbitrarily many levels now, but doesn't quite work consistently yet. |
Revision as of 23:29, 1 December 2006
- Progress on Interface.c
Fixed a bug last night which was making the test interface flash and tear. It was that the swap-buffer was being called on every sprite draw instead of every tree-draw. Today I found a bug in render's determining of next node which has almost got it working. It's actually doing proper recursive rectangles to arbitrarily many levels now, but doesn't quite work consistently yet.