ebiten/internal
Hajime Hoshi b7ab3d2df4 uidriver/glfw: Avoid using the window position before initializing
Especially in the initial phase before calling Run/RunGame, the
window position is not reliable and then getting the device scale
factor does not make sense based on the window position. Avoid
using the window position, and instead use the glfw.Monitor in
this situation.
2020-03-29 00:09:08 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
buffered Fix another ~300 allocations per frame in my test project (#1089) 2020-02-22 13:40:17 +09:00
clock clock: Avoid calling (js.Value).Get() for performance 2019-09-28 01:47:48 +09:00
devicescale devicescale: Fix comments 2020-03-28 16:31:38 +09:00
driver ui: Bug fix: The window was not shown on the secondary monitor on launching 2020-03-28 19:51:47 +09:00
glfw ui: Bug fix: Compile error on Windows 2020-03-21 22:16:23 +09:00
graphics graphics: Remove PutQuadVertices 2019-09-21 04:14:25 +09:00
graphicscommand graphics: Fill the screenshot in black when the screen is not transparent 2020-02-06 03:08:16 +09:00
graphicsdriver graphicsdriver/opengl/gl: Remove a misspelled unused const 2020-02-26 12:06:47 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil graphicsdriver/opengl: Use glBufferSubData instead of glTexSubImage2D on browsers 2020-01-02 16:27:51 +09:00
mipmap mipmap: Bug fix: DrawTriangles with a scale-only color matrix should be optimized 2020-03-17 02:48:29 +09:00
packing Typo Corrections from https://goreportcard.com/ (#1042) 2020-01-01 23:59:56 +09:00
png png: Add stdlibfuzz.go 2019-11-26 00:13:50 +09:00
restorable graphics: Fill the screenshot in black when the screen is not transparent 2020-02-06 03:08:16 +09:00
shareable graphics: Fill the screenshot in black when the screen is not transparent 2020-02-06 03:08:16 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
thread thread: Add comments 2020-02-24 01:54:52 +09:00
uidriver uidriver/glfw: Avoid using the window position before initializing 2020-03-29 00:09:08 +09:00
web web: Bug fix: iPad was not recognized as iOS 2019-11-10 16:52:49 +09:00