ebiten/internal
Hajime Hoshi 7991ba4cfa graphicsdriver/metal: Bug fix: Failed to compile for iOS
The definition of BOOL is different between macOS and iOS. C's
bool is used on iOS, but C's bool is hard to use from Go (e.g.,
an integer cannot be converted to C's bool). Use unsigned char
instead.

Fixes #1006
2019-12-03 01:03:44 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
buffered restorable: Refactoring: Remove Clear 2019-12-02 03:03:07 +09:00
clock clock: Avoid calling (js.Value).Get() for performance 2019-09-28 01:47:48 +09:00
devicescale devicescale: Remove the updating loop 2019-05-08 01:14:22 +09:00
driver ui: Add SetScreenTransparent / IsScreenTransparent 2019-12-01 03:31:32 +09:00
glfw ui: Add SetScreenTransparent / IsScreenTransparent 2019-12-01 03:31:32 +09:00
graphics graphics: Remove PutQuadVertices 2019-09-21 04:14:25 +09:00
graphicscommand graphicsdriver: Refactoring: ReplacePixels takes multiple arguments 2019-11-21 23:52:12 +09:00
graphicsdriver graphicsdriver/metal: Bug fix: Failed to compile for iOS 2019-12-03 01:03:44 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil jsutil: Refactoring: SliceToTypedArray -> CopySliceToJS 2019-10-30 00:35:48 +09:00
packing packing: Better panic message 2019-11-18 00:27:34 +09:00
png png: Add stdlibfuzz.go 2019-11-26 00:13:50 +09:00
restorable restorable: Refactoring: Remove Clear 2019-12-02 03:03:07 +09:00
shareable restorable: Refactoring: Remove Clear 2019-12-02 03:03:07 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
thread thread: Bug fix: Queue funcs instead of panic 2019-06-21 11:10:27 +09:00
uidriver Revert "uidriver/glfw: Remove the dirty hack for GLFW 3.2" 2019-12-02 01:06:55 +09:00
web web: Bug fix: iPad was not recognized as iOS 2019-11-10 16:52:49 +09:00