Difference between revisions of "02 December 2006"
From Organic Design wiki
m |
m (link to diff's of bug fixes) |
||
Line 1: | Line 1: | ||
<table class=document-code><tr><td> | <table class=document-code><tr><td> | ||
;Progress on [[interface.c]] | ;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. --[[User:Nad|Nad]] 21:28, 2 Dec 2006 (NZDT) | + | [http://www.organicdesign.co.nz/wiki/index.php?title=Interface.h&curid=5129&diff=42300&oldid=42298 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 [http://www.organicdesign.co.nz/wiki/index.php?title=Interface.h&diff=next&oldid=42314 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. --[[User:Nad|Nad]] 21:28, 2 Dec 2006 (NZDT) |
</table> | </table> |
Revision as of 08:31, 2 December 2006
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. --Nad 21:28, 2 Dec 2006 (NZDT) |