ebiten/internal
Hajime Hoshi f19e349d38 web: Remove IsNodeJS
gjbt now creates a pseudo-Node environment by creating
window.process object, and this conflicted with an assumption that
Ebiten doesn't nothing on Node environment. See
https://github.com/myitcv/gjbt/pull/13 for the detail.

This change allows Ebiten work on pseudo-Node environment. Even
after this change, Ebiten doesn't work on real Node environment
due to lack of DOM.
2018-06-28 00:12:24 +09:00
..
affine affine: Remove GeoM to avoid GeoM allocations on the heap 2018-06-17 00:59:50 +09:00
clock Use GopherJS/GopherWasm 2018-06-24 16:10:24 +09:00
devicescale Use GopherJS/GopherWasm 2018-06-24 16:10:24 +09:00
graphics graphics: Use copy function in appendVertices 2018-06-17 01:09:05 +09:00
graphicsutil graphicsutil: Optimization to avoid boundary checks 2018-06-23 03:18:54 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
input Use GopherJS/GopherWasm 2018-06-24 16:10:24 +09:00
jni ui: Don't panic at DeviceScaleFactor in init 2018-05-05 01:28:29 +09:00
math graphics: Refactoring: Move adjustment logic for glClearColor to opengl package 2017-12-03 03:51:42 +09:00
opengl web: Remove IsNodeJS 2018-06-28 00:12:24 +09:00
packing Revert "Revert "shareable: Avoid unneeded extending images"" 2018-03-20 02:15:49 +09:00
png Add periods after 'DO NOT EDIT' 2018-04-28 03:37:19 +09:00
restorable graphicsutil: Accept matrix parameters directly for performance 2018-06-19 00:19:32 +09:00
shareable shareable: Refactoring 2018-06-26 01:59:12 +09:00
testflock testflock: Use just sync.Mutex on browsers (#615) 2018-05-19 21:10:34 +09:00
ui web: Remove IsNodeJS 2018-06-28 00:12:24 +09:00
web web: Remove IsNodeJS 2018-06-28 00:12:24 +09:00
license.go internal: Fix LicenseComment not to use LICENSE file 2016-10-21 00:30:51 +09:00