Hajime Hoshi
|
d30f8a2bbf
|
graphics: Fix viewport sizes for Edge (#71)
|
2017-09-07 03:08:22 +09:00 |
|
Hajime Hoshi
|
da48712cf3
|
web: Add IsEdgeBrowser
|
2017-09-07 02:47:27 +09:00 |
|
Hajime Hoshi
|
2d5b062c3c
|
opengl: Refactoring: Replace NewBuffer with new funcs
Replace NewBuffer with NewArrayBuffer and NewElementArrayBuffer
|
2017-09-01 01:30:09 +09:00 |
|
Hajime Hoshi
|
b332f673eb
|
Add 1l0 to AUTHORS
|
2017-08-28 23:31:13 +09:00 |
|
1l0
|
5d2393c3c1
|
glfw: Add StickyModes to window.InputMode (resolve #314 #399) (#423)
|
2017-08-28 23:29:19 +09:00 |
|
Hajime Hoshi
|
dae3aac4f4
|
Suspend building with GopherJS on TravisCI temporarily (#422)
|
2017-08-28 23:14:47 +09:00 |
|
Hajime Hoshi
|
eec49920fd
|
Update Go 1.9 in .travis.yml
|
2017-08-28 03:27:59 +09:00 |
|
Hajime Hoshi
|
8725589619
|
audio/mp3: Bug fix: decoding a mono MP3 panics on browsers (#421)
|
2017-08-28 01:36:27 +09:00 |
|
Hajime Hoshi
|
6c10251a45
|
examples/_server: Enable to specify host
|
2017-08-27 05:22:08 +09:00 |
|
Hajime Hoshi
|
fabafff7ed
|
examples: Better error message
|
2017-08-27 04:47:37 +09:00 |
|
Hajime Hoshi
|
99d170b454
|
ui: Remove isSafari that is not used anywhere
|
2017-08-27 02:14:23 +09:00 |
|
Hajime Hoshi
|
b05455a2a6
|
clock: Fix comments
|
2017-08-24 02:30:43 +09:00 |
|
Hajime Hoshi
|
12c24215b1
|
graphics: Bug fix: Flush after filling (#419)
|
2017-08-24 00:11:08 +09:00 |
|
Hajime Hoshi
|
bb6dfeefd4
|
ui: Add comments on Touches
|
2017-08-22 00:58:38 +09:00 |
|
Hajime Hoshi
|
71117073d0
|
doc: Update examples/hsv
|
2017-08-21 01:58:34 +09:00 |
|
Hajime Hoshi
|
a6516d1c9d
|
examples/hsv: Add color inversion
|
2017-08-21 01:56:50 +09:00 |
|
Hajime Hoshi
|
0a4aec3573
|
doc: Update GopherJS link
|
2017-08-20 20:02:12 +09:00 |
|
Hajime Hoshi
|
cea5f8f59d
|
doc: Bug fix: Use PNG for og:image
It looks like OpenGraph doesn't support SVG images.
|
2017-08-18 23:50:08 +09:00 |
|
Hajime Hoshi
|
a365f0c7d4
|
doc: Remove force-https.js
GitHub pages will do the same thing instead.
|
2017-08-18 23:44:11 +09:00 |
|
Hajime Hoshi
|
a444f1ba35
|
doc: Add og:image
|
2017-08-18 23:43:08 +09:00 |
|
Hajime Hoshi
|
f36aae4275
|
doc: Pass W3C validator
|
2017-08-18 23:26:17 +09:00 |
|
Hajime Hoshi
|
4a13267590
|
examples/audio: Use DrawRect
|
2017-08-18 12:11:59 +09:00 |
|
Hajime Hoshi
|
27365161f0
|
doc: Renewal
|
2017-08-18 03:00:05 +09:00 |
|
Hajime Hoshi
|
d4f3b683d8
|
doc: Avoid using symbolic links in paths
Symbolic links can be problematic especially on Windows
|
2017-08-18 02:41:27 +09:00 |
|
Hajime Hoshi
|
1361383ef4
|
Use 'localhost' explicitly to avoid warnings on Windows
|
2017-08-18 02:30:46 +09:00 |
|
Hajime Hoshi
|
ab269c621b
|
doc: Update bootstrap version to 4
|
2017-08-18 01:22:19 +09:00 |
|
Hajime Hoshi
|
179b3134e3
|
doc: Update examples
|
2017-08-17 23:13:15 +09:00 |
|
Hajime Hoshi
|
a225f666ac
|
audio: Bug fix: Race condition on 'pos' member (#413)
|
2017-08-17 11:48:29 +09:00 |
|
Hajime Hoshi
|
8c3a020693
|
audio: Bug fix: Race condition when seeking (#413)
|
2017-08-17 11:44:30 +09:00 |
|
Hajime Hoshi
|
3216d50460
|
audio: Refactoring
|
2017-08-17 11:15:04 +09:00 |
|
Hajime Hoshi
|
ba75592807
|
audio: Bug fix: Race condition (#412)
|
2017-08-17 11:05:59 +09:00 |
|
Hajime Hoshi
|
eaadf68f32
|
Fix .travis.yml (libxi-dev)
|
2017-08-17 00:56:12 +09:00 |
|
Hajime Hoshi
|
f309b9fc6f
|
Fix .travis.yml (libxinerama-dev)
|
2017-08-17 00:51:13 +09:00 |
|
Hajime Hoshi
|
384578f77c
|
Fix .travis.yml
|
2017-08-17 00:46:21 +09:00 |
|
Hajime Hoshi
|
0a2f7be248
|
doc: Update favicon.ico
|
2017-08-17 00:39:43 +09:00 |
|
Hajime Hoshi
|
4fc4b74cca
|
examples/inputchars: Rename from runes
|
2017-08-16 00:18:54 +09:00 |
|
Hajime Hoshi
|
193e473381
|
examples/runes: Trim the text if it has too many lines
|
2017-08-16 00:17:07 +09:00 |
|
Hajime Hoshi
|
3f52fb951b
|
examples/runes: Refactoring
|
2017-08-16 00:10:21 +09:00 |
|
Hajime Hoshi
|
78ed445111
|
examples/runes: Refactoring
|
2017-08-15 12:14:01 +09:00 |
|
Hajime Hoshi
|
5f47622807
|
Add Jake to AUTHORS
|
2017-08-15 04:17:30 +09:00 |
|
Jake
|
0d703ca3d4
|
InputChars (#403)
This implements #400
|
2017-08-15 04:11:51 +09:00 |
|
Hajime Hoshi
|
93173506f5
|
ebitenutil: English
|
2017-08-14 00:45:10 +09:00 |
|
Hajime Hoshi
|
f08d21866a
|
examples/blocks: Use ebitenutil.DrawRect
|
2017-08-14 00:33:00 +09:00 |
|
Hajime Hoshi
|
0fc28f6e98
|
examples/piano: Use ebitenutil.DrawRect
|
2017-08-14 00:28:10 +09:00 |
|
Hajime Hoshi
|
abd8cb7759
|
ebitenutil: Add DrawLine and DrawRect
Add new APIs DrawLine and DrawRect mainly for debugging or prototyping purpose. Also add examples/shapes.
|
2017-08-14 00:16:32 +09:00 |
|
Hajime Hoshi
|
5f538bff82
|
ui: Bug fix: initCursorVisible must be true by default
|
2017-08-12 18:32:51 +09:00 |
|
Hajime Hoshi
|
783e57d3f2
|
ui: Remove 'fullscreen' member variable
|
2017-08-12 18:31:16 +09:00 |
|
Hajime Hoshi
|
b186bc1e94
|
ui: Add IsCursorVisible (#377)
|
2017-08-12 15:45:16 +09:00 |
|
Hajime Hoshi
|
2c7cfba863
|
ui: Fix comments
|
2017-08-12 13:38:59 +09:00 |
|
Hajime Hoshi
|
5adfababee
|
examples/audio: Fix comments
|
2017-08-08 02:09:45 +09:00 |
|