Hajime Hoshi
|
bf3b45f929
|
docs: Use playground pages
|
2018-04-08 20:56:24 +09:00 |
|
Hajime Hoshi
|
f1fa8804d3
|
inpututil: Add JustPressedTouches and remove IsJustTouched
Fixes #576
|
2018-04-08 04:59:13 +09:00 |
|
Hajime Hoshi
|
008ed26276
|
graphics: Check isDisposed at (*Image).Clear and Fill
|
2018-04-08 01:39:06 +09:00 |
|
Hajime Hoshi
|
ce2168c0d6
|
examples/flappy: Bug fix: wrong calculation of rotating
|
2018-04-08 00:38:52 +09:00 |
|
Hajime Hoshi
|
f2e2f602c5
|
examples/flappy: Bug fix: first touch ID might not be 0 on iPhone Safari (#576)
|
2018-04-07 23:36:38 +09:00 |
|
Hajime Hoshi
|
35557e845d
|
examples/flappy: Improve message
|
2018-04-07 23:26:28 +09:00 |
|
Hajime Hoshi
|
b952cb724f
|
examples/flappy: Fullscreen on browsers
|
2018-04-07 22:23:50 +09:00 |
|
Hajime Hoshi
|
2a6672cc8b
|
examples: Add examples/flappy
|
2018-04-07 22:15:45 +09:00 |
|
Hajime Hoshi
|
83f168a010
|
audio/vorbis: Bug fix: fail to decode too short ogg
|
2018-04-07 22:13:12 +09:00 |
|
Hajime Hoshi
|
86691c67e9
|
docs: Ebiten should be available on mobile browsers
|
2018-04-07 16:42:35 +09:00 |
|
Hajime Hoshi
|
899f007fd0
|
ui: Panic when error is found on mobile
|
2018-04-07 03:33:20 +09:00 |
|
Hajime Hoshi
|
2d3c6ab5b8
|
ui: Remove build tag 'gomobilebuild'
Fixes #573
|
2018-04-07 02:14:54 +09:00 |
|
Hajime Hoshi
|
9902497e3d
|
test: Use flock to make tests exclusive
Fixes #575
|
2018-04-07 00:59:52 +09:00 |
|
Hajime Hoshi
|
e77eb9f80f
|
shareable: Temporary disable tests (#575)
|
2018-04-06 03:47:05 +09:00 |
|
Hajime Hoshi
|
600f0ae428
|
Revert "test: Specify cpu num as experiment (#575)"
This reverts commit 2f7cd00d2c .
|
2018-04-06 03:40:06 +09:00 |
|
Hajime Hoshi
|
c62e63f874
|
graphics: Remove 'filter' argument from newVolatileImage (#503)
|
2018-04-06 03:34:14 +09:00 |
|
Hajime Hoshi
|
2f7cd00d2c
|
test: Specify cpu num as experiment (#575)
|
2018-04-06 03:27:38 +09:00 |
|
Hajime Hoshi
|
cc725b99af
|
restorable: Replace emptyImage with dummyImage
|
2018-04-06 03:08:52 +09:00 |
|
Hajime Hoshi
|
70f16daafd
|
restorable: Fix tests (wrong assumption was used)
|
2018-04-06 02:15:49 +09:00 |
|
Hajime Hoshi
|
7b5ad46e49
|
shareable: NewImage* now returns a cleared image
|
2018-04-06 02:08:12 +09:00 |
|
Hajime Hoshi
|
1a335032a2
|
shareable: Bug fix: backend's restorable image must be disposed
|
2018-04-06 01:12:08 +09:00 |
|
Hajime Hoshi
|
87daa82ad9
|
graphics: Replace emptyImage with dummyImage (not initialized)
|
2018-04-06 00:49:49 +09:00 |
|
Hajime Hoshi
|
abdfb3b713
|
graphics: Initialize (*Image).addr asap not to rely on the fact that fill is called
|
2018-04-06 00:35:18 +09:00 |
|
Hajime Hoshi
|
8ff79c970a
|
shareable: Use defer for tests
|
2018-04-05 12:02:08 +09:00 |
|
Hajime Hoshi
|
24e20306f2
|
restorable: Move 'putting random-colored dot' to restorable
|
2018-04-05 11:18:28 +09:00 |
|
Hajime Hoshi
|
810dc33b4a
|
shareable: Fix comments
|
2018-04-05 02:41:50 +09:00 |
|
Hajime Hoshi
|
15dcd5764d
|
shareable: Add shareable_test
|
2018-04-05 02:35:30 +09:00 |
|
Hajime Hoshi
|
6680b4f8d5
|
shareable: Bug fix: wrong source image rect in ensureNotShared
|
2018-04-05 01:07:36 +09:00 |
|
Hajime Hoshi
|
92e5bc31dc
|
shareable: Refactoring
|
2018-04-05 00:40:35 +09:00 |
|
Hajime Hoshi
|
af0d6d7a48
|
graphics: Remove GuaranteedMaxImageSize
|
2018-04-03 22:59:19 +09:00 |
|
Hajime Hoshi
|
948c1e13fb
|
examples/chipmunk: Fix styles
|
2018-04-03 21:47:46 +09:00 |
|
Hajime Hoshi
|
da66866b3a
|
examples/chipmunk: Fix styles: Create 'dot' image only once
|
2018-04-03 21:45:27 +09:00 |
|
Hajime Hoshi
|
2f4a51b373
|
examples: Rename physics -> chipmunk
|
2018-04-03 11:50:07 +09:00 |
|
Hajime Hoshi
|
4e3af4bb46
|
Add Jake Coffman to AUTHORS
|
2018-04-03 11:48:31 +09:00 |
|
Jake Coffman
|
9f02f277ea
|
examples: Add physics example (#572)
|
2018-04-03 11:47:31 +09:00 |
|
Hajime Hoshi
|
fcf4657a70
|
ui: Adjust touch positions at ui package (mobile)
|
2018-04-03 01:50:07 +09:00 |
|
Hajime Hoshi
|
76cb43a7f8
|
input: Refactoring: Remove unused arguments
|
2018-04-03 01:21:52 +09:00 |
|
Hajime Hoshi
|
0f2beab260
|
ui: Adjust touch positions in ui package (js)
|
2018-04-03 00:53:09 +09:00 |
|
Hajime Hoshi
|
c540d0fc0d
|
ui: Add AdjustedTouches for consistency
|
2018-04-02 01:54:44 +09:00 |
|
Hajime Hoshi
|
e44a930bbb
|
input: Refactoring
|
2018-04-02 01:19:42 +09:00 |
|
Hajime Hoshi
|
7d2fd9654a
|
input: Adjust mouse cursor position in ui package
|
2018-04-01 23:53:26 +09:00 |
|
Hajime Hoshi
|
4de2dc0240
|
Add input package
|
2018-04-01 23:20:45 +09:00 |
|
Hajime Hoshi
|
861c737495
|
docs: Add explanation about IsRunningSlowly
Fixes #508
|
2018-04-01 20:44:39 +09:00 |
|
Hajime Hoshi
|
75ac8e6f2b
|
vorbis: Add tests (#570)
|
2018-03-31 01:51:39 +09:00 |
|
Hajime Hoshi
|
a31874ed48
|
vorbis: Bug fix: Length returned wrong result with monoral source (#570)
|
2018-03-30 11:59:03 +09:00 |
|
Hajime Hoshi
|
f1f0277deb
|
wav: Set finalizer for the stream
|
2018-03-27 12:10:57 +09:00 |
|
Hajime Hoshi
|
88cfd219e7
|
mp3: Set finalizer for the stream
|
2018-03-27 10:58:13 +09:00 |
|
Hajime Hoshi
|
f4e018a336
|
vorbis: Bug fix: Read was not responsible with Close (#569)
|
2018-03-27 10:51:21 +09:00 |
|
Hajime Hoshi
|
0d4bada021
|
docs: Comment the playground link out
|
2018-03-27 02:04:26 +09:00 |
|
Hajime Hoshi
|
1ca773fdec
|
docs: Add the closing tag
|
2018-03-26 23:19:02 +09:00 |
|