Commit Graph

2360 Commits

Author SHA1 Message Date
Hajime Hoshi
b51d93a707 restorable: Add comments 2017-09-12 03:14:13 +09:00
Hajime Hoshi
c9bfc51dcc doc: Fix comments 2017-09-10 03:44:03 +09:00
Hajime Hoshi
826543bbdf doc: Add a link to 'Clock of Atonement' 2017-09-10 00:24:43 +09:00
Hajime Hoshi
45af07d08b docs: Add 'host' parameter 2017-09-10 00:06:39 +09:00
Hajime Hoshi
72c02fc398 graphics: Bug fix: viewport size must be within the framebuffer size
This fixes #71 and #420
2017-09-09 19:33:51 +09:00
Hajime Hoshi
0dcba7844b ui: Bug fix: SetScreenSize didn't work on browsers
This fixes #427
2017-09-07 11:58:04 +09:00
Hajime Hoshi
849211a5b0 examples/audioinfiniteloop: Use filepath (#428) 2017-09-07 11:44:14 +09:00
Hajime Hoshi
4b98fb248f Add examples/audioinfiniteloop 2017-09-07 11:27:51 +09:00
Hajime Hoshi
3d7cce548b doc: Update: Now Edge is supported 2017-09-07 03:17:15 +09:00
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