X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=BUGS.org;h=ccdfe9d569cd0e8405ddffd075f32925bc1dfdea;hp=8e3d138db03ce7fb795f229208390ec52e8b8013;hb=2854030a3f699188676f19ba16a5400c4976f23c;hpb=21fb1bdf152b9f84867dec36b3be13f5d877e1bf diff --git a/BUGS.org b/BUGS.org index 8e3d138..ccdfe9d 100644 --- a/BUGS.org +++ b/BUGS.org @@ -1,3 +1,17 @@ +* Next Version +** Remove CSS pixel ratio > 1 support in Safari + Mac OS X Safari has scaling bugs, and iOS Safari has lower + performance. +** Use standard Unicode codepoints for icon fonts + This is done via the [[https://korewanetadesu.com/pages/fontstandard.html][Font Standard]] icon font. +** Work around incorrect Safari JIT generation + Some details of the symptoms / likely-but-unproven cause at + https://korewanetadesu.com/safari-jit-bug.html. +** Sped up background and book noise animations +** Cat paws +** DONE Migrate to nw.js (from node-webkit) + + * v1.2 ** DONE Override the GPU blacklist on GNU/Linux This is a security measure Chromium enables for normal web @@ -27,11 +41,14 @@ bilinear interpolation, then back up with the same) resulting in something that looks worse than leaving the DPR set to 1. - This is not a real concern until we're ready to deploy a mobile web - version for iOS 8. -** TODO iOS 8 iPad 3 [0/3] -*** TODO Stalls a few seconds in - But the stall is uneven - affects some but not all - visuals, visuals but not music, etc. -*** TODO Choppy / staticy audio when backgrounding -*** TODO Noise shader is way too expensive + Currently DPR is fixed to 1 for Safari. + + https://bugs.webkit.org/show_bug.cgi?id=134854 +** TODO Still some "random stalls" in Safari. + Likely due to the same JIT bug manifesting in some other ways. +** TODO Choppy / staticy audio on iOS + Especially when backgrounding, e.g. switching tabs. There's + probably no easy way to avoid this. +** TODO Scrolling is broken in licensing window +This began when upgrading to nw.js 0.12 (from node-webkit 0.10.4). If +it's broken one place it's probably broken other places also.