Hajime Hoshi
|
495b2b722a
|
uidriver/glfw: Reduce (*thread).Call at (*UserInterface).update
|
2020-10-17 04:38:15 +09:00 |
|
Hajime Hoshi
|
7762f5dcec
|
uidriver/glfw: Reduce (*thread).Call
|
2020-10-17 04:33:34 +09:00 |
|
Hajime Hoshi
|
1db7bed2a7
|
uidriver/glfw: Refactoring
|
2020-10-17 02:57:03 +09:00 |
|
Hajime Hoshi
|
d2c4a6fc9f
|
graphicscommand: Remove unnecessary comments
|
2020-10-17 02:45:35 +09:00 |
|
Hajime Hoshi
|
2bf4a3b29b
|
Update README.md
|
2020-10-15 13:44:22 +09:00 |
|
Hajime Hoshi
|
2a5ca182ce
|
Update Go versions
|
2020-10-15 08:03:09 +09:00 |
|
Hajime Hoshi
|
d49d8db15d
|
ebiten: Refactoring: Remove scaleForWindow
|
2020-10-15 02:29:04 +09:00 |
|
Hajime Hoshi
|
0aa98d3113
|
ebiten: Refactoring: Reduce calls of updateOffscreen
|
2020-10-15 02:26:31 +09:00 |
|
Hajime Hoshi
|
770661c609
|
driver: Refactoring: Remove (UIContext).Draw
|
2020-10-15 01:27:50 +09:00 |
|
Hajime Hoshi
|
20b4a28801
|
graphicscommand: Unexport RunOnMainThread
|
2020-10-14 23:37:28 +09:00 |
|
Hajime Hoshi
|
fe6a2daef4
|
graphicsdriver/metal: Bug fix: Had to set the vsync state again at resetting
Fixes #1364
|
2020-10-14 01:58:56 +09:00 |
|
Hajime Hoshi
|
249e1c46ba
|
graphicsdriver/metal: Remove an old comment
Updates #1367
|
2020-10-14 01:51:18 +09:00 |
|
Hajime Hoshi
|
eed619ad0f
|
graphicsdriver/metal, graphicsdriver/opengl: Reland: Remove the thread usages for performance
Instead, graphicscommand package has a thread.
Updates #1367
|
2020-10-13 02:46:31 +09:00 |
|
Hajime Hoshi
|
713eee1117
|
Revert "graphicsdriver/metal, graphicsdriver/opengl: Remove the thread usages for performance"
This reverts commit 2942f10d9d .
Reason: Compile error on mobiles and runtime error on browsers
|
2020-10-13 02:12:02 +09:00 |
|
Hajime Hoshi
|
2942f10d9d
|
graphicsdriver/metal, graphicsdriver/opengl: Remove the thread usages for performance
Instead, graphicscommand package has a thread.
Updates #1367
|
2020-10-13 01:50:54 +09:00 |
|
Hajime Hoshi
|
b2d618c2be
|
mipmap, shareable: Refactoring: Remove SetGraphicsDriver
|
2020-10-13 01:36:52 +09:00 |
|
Hajime Hoshi
|
4c42a26464
|
audio: Bug fix: Rare crash on macOS/iOS
Fixes #1386
|
2020-10-12 23:18:14 +09:00 |
|
Hajime Hoshi
|
3c21246db5
|
uidirve/js: Bug fix: Fix key codes for Edge browser
Updates #1382
|
2020-10-11 19:03:49 +09:00 |
|
Hajime Hoshi
|
5ee3fdf628
|
ebiten: Add KeySuper
Fixes #1382
|
2020-10-11 18:40:40 +09:00 |
|
Hajime Hoshi
|
8e46769284
|
audio: Remove returning values from Play/Pause
|
2020-10-10 23:45:18 +09:00 |
|
Hajime Hoshi
|
6135929a0e
|
Update Ebiten to v2.1.0-alpha
|
2020-10-10 23:34:50 +09:00 |
|
Hajime Hoshi
|
dfeb48b154
|
examples/windowsize: Fix the message
|
2020-10-10 23:00:49 +09:00 |
|
Hajime Hoshi
|
5d4c57c328
|
Update dependencies
|
2020-10-10 22:18:41 +09:00 |
|
Hajime Hoshi
|
7f55fdf769
|
uidriver/js: Stop auto-focusing on loading when the page is in an iframe
Fixes #1373
|
2020-10-10 15:52:33 +09:00 |
|
Hajime Hoshi
|
10f394f72b
|
examples/wav: Play SE immediately
|
2020-10-10 05:03:51 +09:00 |
|
Hajime Hoshi
|
b1c67c7661
|
ebiten: Introduce type TouchID
Fixes #604
|
2020-10-10 03:57:47 +09:00 |
|
Hajime Hoshi
|
809b7a3afa
|
ebiten: Introduce type GamepadID
Updates #604
|
2020-10-08 01:57:08 +09:00 |
|
Hajime Hoshi
|
bb20e62435
|
examples/gamepad: Bug fix: Misuse of indices and gamepad IDs
|
2020-10-08 01:13:51 +09:00 |
|
Hajime Hoshi
|
0673b384d8
|
audio: Update the comment
Updates #859
|
2020-10-07 23:43:38 +09:00 |
|
Hajime Hoshi
|
67429e5057
|
Update GitHub workflow
|
2020-10-07 23:40:59 +09:00 |
|
Hajime Hoshi
|
f1f7b350de
|
audio, audio/mp3, audio/vorbis, audio/wav: Remove Close functions
Fixes #859
|
2020-10-07 23:39:58 +09:00 |
|
Hajime Hoshi
|
946cf1d250
|
Improve portability of genkeys.go
|
2020-10-07 02:25:16 +09:00 |
|
Hajime Hoshi
|
dc288d37f8
|
Bug fix: Compile error for Wasm
|
2020-10-07 02:23:45 +09:00 |
|
Hajime Hoshi
|
ee4ebaaa95
|
Clean up the 'js' build tags
Updates #1129
|
2020-10-07 02:07:03 +09:00 |
|
Hajime Hoshi
|
426cb5948a
|
audio/vorbis: Remove the GopherJS part
Updates #1129
|
2020-10-07 01:33:19 +09:00 |
|
Hajime Hoshi
|
a22fdee171
|
audio/mp3: Remove the GopherJS part
Updates #1129
|
2020-10-07 01:33:19 +09:00 |
|
Hajime Hoshi
|
7a0e31a23a
|
Clean up the 'js' build tags
Updates #1129
|
2020-10-07 01:33:10 +09:00 |
|
Hajime Hoshi
|
a046700ae1
|
text: Remove the optimization for GopherJS
|
2020-10-07 01:13:31 +09:00 |
|
Hajime Hoshi
|
00f3d83d4c
|
Remove supporting GopherJS
Fixes #1129
|
2020-10-07 01:10:09 +09:00 |
|
Hajime Hoshi
|
727cef96e3
|
Update README
Updates #1129
|
2020-10-07 00:59:48 +09:00 |
|
Hajime Hoshi
|
47065f5f2c
|
Remove supporting jsgo
Updates #1129
|
2020-10-07 00:46:07 +09:00 |
|
Hajime Hoshi
|
41cf90a321
|
ebiten: Change the default value of IsRunningOnUnfocused to be true
Fixes #1180
|
2020-10-07 00:30:49 +09:00 |
|
Hajime Hoshi
|
d0ee71a069
|
Temporary fix for GitHub workflow
|
2020-10-07 00:05:41 +09:00 |
|
Hajime Hoshi
|
3a2eaba23f
|
Update the overview image to 2.0
|
2020-10-06 23:49:29 +09:00 |
|
Hajime Hoshi
|
c777dc6938
|
examples/contextlost: Bug fix: Compile error
|
2020-10-06 01:34:07 +09:00 |
|
Hajime Hoshi
|
1c13e73b06
|
ebitenutil: Remove the error returning value from DebugPrint
Fixes #1380
|
2020-10-06 01:05:37 +09:00 |
|
Hajime Hoshi
|
1b816eb249
|
ebiten: Remove the error returning value from NewImageFromImage
Updates #1380
|
2020-10-06 01:03:33 +09:00 |
|
Hajime Hoshi
|
c6053bcf14
|
ebiten: Remove the error returning value from NewImage
Updates #1380
|
2020-10-06 00:48:56 +09:00 |
|
Hajime Hoshi
|
54da0d9763
|
ebiten: Remove the returning value from (*Image).DrawImage
Updates #1380
|
2020-10-06 00:21:17 +09:00 |
|
Hajime Hoshi
|
04bbe1ebb6
|
ebiten: Remove the returning value from (*Image).ReplacePixels
Updates #1380
|
2020-10-06 00:16:18 +09:00 |
|