Hajime Hoshi
|
55af18a178
|
graphicsdriver/opengl: Use a new package gles
Updates #1387
|
2020-10-18 18:16:11 +09:00 |
|
Hajime Hoshi
|
a781391752
|
ebiten: Add an explicit type to CursorModeType consts for pkg.go.dev
|
2020-10-18 03:55:58 +09:00 |
|
Hajime Hoshi
|
2b7362a66b
|
ebiten: Fix comments
|
2020-10-18 01:29:35 +09:00 |
|
Hajime Hoshi
|
185e367295
|
shader: Implement cap function
Fixes #1361
|
2020-10-17 23:36:09 +09:00 |
|
Hajime Hoshi
|
75158feccf
|
examples/shader: Add build tags for the generated files
|
2020-10-17 22:38:45 +09:00 |
|
Hajime Hoshi
|
c051acd6f2
|
graphicscommand: Remove the dependency on internal/thread
|
2020-10-17 20:43:17 +09:00 |
|
Hajime Hoshi
|
294f4364da
|
ebiten: Rename imageDumperGameWithDraw -> imageDumperGame
|
2020-10-17 18:16:20 +09:00 |
|
Hajime Hoshi
|
f39f80c7c3
|
uidriver/glfw: Refactoring
|
2020-10-17 17:45:29 +09:00 |
|
Hajime Hoshi
|
1d82aec712
|
ebiten: Fix comments
|
2020-10-17 17:30:52 +09:00 |
|
Hajime Hoshi
|
e7a3d29af5
|
clock: Update a comment
|
2020-10-17 16:08:41 +09:00 |
|
Hajime Hoshi
|
974ec525fa
|
uidriver/glfw: Refactoring
|
2020-10-17 15:09:12 +09:00 |
|
Hajime Hoshi
|
33fd7c935a
|
uidriver/glfw: Avoid (*thread).Call when possible at (*UserInterface).loop
Updates #1367
|
2020-10-17 06:08:15 +09:00 |
|
Hajime Hoshi
|
cbb70d045c
|
uidriver/glfw: Eliminate (*thread).Call at (*UserInterface).update
Updates #1367
|
2020-10-17 06:03:38 +09:00 |
|
Hajime Hoshi
|
ee50f611ee
|
uidriver/glfw: Reduce (*thread).Call at (*UserInterface).updateSize
Updates #1367
|
2020-10-17 05:53:21 +09:00 |
|
Hajime Hoshi
|
d9906835ad
|
uidriver/glfw: Reduce (*thread).Call at (*UserInterface).update
Updates #1367
|
2020-10-17 05:33:34 +09:00 |
|
Hajime Hoshi
|
1864c22ad6
|
uidriver/glfw: Reduce (*thread).Call at (*Input).update
|
2020-10-17 05:22:23 +09:00 |
|
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 |
|