Bertrand Jung
|
c4fbcdd1ae
|
internal/uidriver/glfw: use FreeConsole instead of hiding (#1961)
Closes #485
|
2022-01-16 22:31:17 +09:00 |
|
Hajime Hoshi
|
260f7e07df
|
internal/shader: bug fix: deduction checks for the % operator were lacked
|
2022-01-14 03:51:04 +09:00 |
|
Hajime Hoshi
|
ab7c0c9137
|
add Bertrand Jung to AUTHORS
|
2022-01-13 11:05:27 +09:00 |
|
Bertrand Jung
|
8a2965ba4a
|
ebiten: fixed a wrong function name mentioned in panic (#1953)
|
2022-01-13 03:33:59 +09:00 |
|
Hajime Hoshi
|
bf48a0b11a
|
internal/shaderir: bug fix: test failures
|
2022-01-12 01:57:06 +09:00 |
|
Hajime Hoshi
|
08ddb4233b
|
internal/shaderir/glsl: bug fix: % was not available on old GLSLs
Use a new utility function modInt instead.
Closes #1951
|
2022-01-12 01:41:09 +09:00 |
|
Hajime Hoshi
|
d110716dc0
|
internal/shader: bug fix: check types correctly for assign operators
Closes #1950
|
2022-01-12 00:39:39 +09:00 |
|
Hajime Hoshi
|
83bd0772d4
|
internal/shader: bug fix: % should be valid only for integers
Closes #1947
|
2022-01-11 23:53:09 +09:00 |
|
Hajime Hoshi
|
ca3f84fdd6
|
internal/uidriver/cbackend: rename an argument
Updates #1452
|
2022-01-11 04:12:08 +09:00 |
|
Hajime Hoshi
|
eb6e2026dc
|
internal/uidriver/glfw: remove unused go:generate comments
|
2022-01-10 22:05:17 +09:00 |
|
Hajime Hoshi
|
e687865c8c
|
ebiten: add ColorM.ScaleWithColor
Updates #1944
|
2022-01-10 17:36:46 +09:00 |
|
Hajime Hoshi
|
245cbc2f4d
|
examples/vibrate: bug fix: compile error
Updates #1452
|
2022-01-10 16:19:33 +09:00 |
|
Hajime Hoshi
|
d4b722eb06
|
ebiten: rename VibrateOptions.Intensity -> Magnitude
Updates #1452
|
2022-01-10 16:02:26 +09:00 |
|
Hajime Hoshi
|
edff1f0dd9
|
internal/gamepaddb: enable mappings for iOS
Updates #1557
Closes #1722
|
2022-01-09 17:57:09 +09:00 |
|
Hajime Hoshi
|
8334ca9a18
|
iternal/gamepaddb: update TODO comments
|
2022-01-09 04:02:00 +09:00 |
|
Hajime Hoshi
|
4106fb15fe
|
internal/gamepaddb: implement the mappings for Android
Updates #1557
|
2022-01-09 03:29:19 +09:00 |
|
Hajime Hoshi
|
1b498a03cc
|
Revert "internal/graphicsdriver/metal: Bug fix: Vsync didn't work on macOS"
This reverts commit 1dd13ae06e .
Reason: This caused FPS drop on macOS 12.0.1
Updates #1885
Closes #1939
|
2022-01-09 01:02:53 +09:00 |
|
Hajime Hoshi
|
d1a5a161d7
|
internal/atlas: typo
|
2022-01-08 23:33:59 +09:00 |
|
Hajime Hoshi
|
e66d87e03d
|
internal/buffered, interal/mipmap: typo
|
2022-01-08 23:32:58 +09:00 |
|
Hajime Hoshi
|
9d72d8c65a
|
internal/buffered, interal/mipmap: typo
|
2022-01-08 23:31:20 +09:00 |
|
Hajime Hoshi
|
0680ca413d
|
internal/atlas: bug fix: the offscreen must be an independent image
Closes #1938
|
2022-01-08 23:25:06 +09:00 |
|
Hajime Hoshi
|
f51d691d87
|
mobile/ebitenmobileview: refactoring
|
2022-01-07 17:50:49 +09:00 |
|
Hajime Hoshi
|
7e08333dd9
|
mobile/ebitenmobileview: bug fix: gamepads didn't work on Android
Closes #1934
|
2022-01-07 17:16:37 +09:00 |
|
Hajime Hoshi
|
3b0ce21a56
|
Revert "internal/graphicsdriver: bug fix: render semi-transparent vectors correctly"
This reverts commit 202f642395 .
Reason: TestImageEvenOdd failed
Updates #1933
|
2022-01-06 03:19:46 +09:00 |
|
Hajime Hoshi
|
202f642395
|
internal/graphicsdriver: bug fix: render semi-transparent vectors correctly
Closes #1933
|
2022-01-06 03:00:25 +09:00 |
|
Hajime Hoshi
|
1f17a63084
|
update gomobile
|
2022-01-05 17:37:28 +09:00 |
|
Hajime Hoshi
|
116203c5a5
|
cmd/ebitenmobile: update gomobile version (reland)
This switches from .framework to .xcframwork for iOS.
Closes #1922
|
2022-01-05 17:31:46 +09:00 |
|
Hajime Hoshi
|
c67e4385de
|
internal/thread: bug fix: do not close 'terminate' channel
The `terminate` channel is resued on mobiles (see (*UserInterface).Update
in internal/uidriver/mobile). The channel must not be closed.
Closes #1932
|
2022-01-05 17:21:53 +09:00 |
|
Hajime Hoshi
|
0d90c04c8a
|
add Bobby Chen to AUTHORS
|
2022-01-05 15:07:35 +09:00 |
|
Bobby Chen
|
7a244a5715
|
ebiten: fixes a typo (#1930)
This change fixes a misspelling of the word "multiplying" in the docstring for `ebiten.GeoM.Concat`.
|
2022-01-05 15:06:41 +09:00 |
|
Hajime Hoshi
|
b581fe8f22
|
cmd/ebitenmobile: add -DGLES_SILENCE_DEPRECATION to suppress warnings
|
2022-01-05 03:06:22 +09:00 |
|
Hajime Hoshi
|
ea1bc76ef2
|
Revert "cmd/ebitenmobile: update gomobile version"
This reverts commit f2e19f9fe5 and b065b64f4f
Reason: building iOS framework fails
Updates #1922
|
2022-01-05 02:24:02 +09:00 |
|
Hajime Hoshi
|
b065b64f4f
|
.github/workflows: bug fix: ebitenmobile generates .xcframework
|
2022-01-05 02:09:46 +09:00 |
|
Hajime Hoshi
|
6b34ddecfa
|
internal/graphicsdriver/opengl/gles: add GLES_SILENCE_DEPRECATION to suppress warnings
|
2022-01-05 01:54:00 +09:00 |
|
Hajime Hoshi
|
f2e19f9fe5
|
cmd/ebitenmobile: update gomobile version
Closes #1922
|
2022-01-05 01:45:33 +09:00 |
|
Hajime Hoshi
|
8418c4a655
|
cmd/ebitenmobile: add comments
|
2022-01-03 17:29:43 +09:00 |
|
Hajime Hoshi
|
ebb4851a32
|
internal/uidriver/js: bug fix: context might be nil before the loop starts
Closes #1928
|
2022-01-03 15:17:30 +09:00 |
|
Hajime Hoshi
|
88612b1248
|
add Changkun Ou to AUTHORS
|
2022-01-03 03:31:14 +09:00 |
|
Changkun Ou
|
626c91e360
|
ebiten: add RunOnMainThread(func()) (#1927)
Closes #1926
|
2022-01-03 03:30:29 +09:00 |
|
Hajime Hoshi
|
0e74b34705
|
update README
|
2022-01-01 23:56:45 +09:00 |
|
Hajime Hoshi
|
583c2cf17e
|
examples/resources: reorder items
|
2021-12-31 05:30:37 +09:00 |
|
Jacob Salmela
|
e77985139b
|
examples/resources: bug fix: add a missing item Spritesheet_png (#1924)
the Spritesheet_png was not included with go generate so this adds that in
Signed-off-by: Jacob Salmela <me@jacobsalmela.com>
|
2021-12-31 05:28:41 +09:00 |
|
Hajime Hoshi
|
13c2d38b97
|
examples/flappy: add main_cbackend.go
|
2021-12-30 03:02:11 +09:00 |
|
Hajime Hoshi
|
220a8f48ac
|
internal/uidriver/glfw: refactoring: remove initTitle
|
2021-12-29 22:26:56 +09:00 |
|
Hajime Hoshi
|
5ee2ff56ca
|
interna/uidriver: refactoring: remove initFPSMode
|
2021-12-29 22:21:27 +09:00 |
|
Hajime Hoshi
|
a6e5be608d
|
update Oto to v2.1.0-alpha.5
|
2021-12-29 01:28:35 +09:00 |
|
Hajime Hoshi
|
374871c031
|
internal/shader: bug fix: a meaningless statement should raise an error (a non-call expression statement)
Updates #1898
|
2021-12-27 23:14:05 +09:00 |
|
Hajime Hoshi
|
481a2145ae
|
internal/shader: bug fix: a meaningless statement should raise an error
Closes #1898
|
2021-12-27 22:05:58 +09:00 |
|
Hajime Hoshi
|
dd4d2f6aa0
|
internal/glfw/glfw: update for GLFW 3.3.6
Closes #1896
|
2021-12-27 01:57:55 +09:00 |
|
Hajime Hoshi
|
ca48736847
|
update GLFW for non-Windows environments
Updates #1896
|
2021-12-27 01:24:41 +09:00 |
|