m0j0hn / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Second markers are not rendered at certain zoom levels #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I import this long (over 13 minutes long) chart's MIDI file:
http://www.sendspace.com/file/y6ie7w

and seek to the last note, when I zoom in 3 times, a majority of the second and 
10th second markers that are supposed to be visible on screen are not rendered. 
 This was probably because of the clipping I implemented, but I'll need to 
figure out what needs to be fixed.

Original issue reported on code.google.com by raynebc on 13 Sep 2010 at 2:37

GoogleCodeExporter commented 9 years ago
It was r299 that implemented the second marker clipping logic.  Even when I 
remove the two if conditional statements, the second markers still seem to have 
problems.  And since the call to textprintf_ex() to draw the timestamp wasn't 
affected by my optimizations, this may have been a bug that existed in EOF from 
earlier.

Original comment by raynebc on 13 Sep 2010 at 6:37

GoogleCodeExporter commented 9 years ago
I tested several old versions of EOF, and this glitch goes as far back as EOF 
1.3.  It only seems to be affecting 1/7 and 1/6 zoom levels.

Original comment by raynebc on 18 Sep 2010 at 1:07

GoogleCodeExporter commented 9 years ago
Fixed in r409.

Original comment by raynebc on 29 Sep 2010 at 3:01