Commit Graph

638 Commits

Author SHA1 Message Date
Hajime Hoshi
865e131152 Update version (v1.1.0) 2015-01-25 19:37:55 +09:00
Hajime Hoshi
6f253cbeb2 Add changelog v1.1.0 2015-01-25 19:36:58 +09:00
Hajime Hoshi
43872582c3 Bug fix: image.Pixels didn't work on WebGL 2015-01-17 19:10:16 +09:00
Hajime Hoshi
76de4ae39d Add TestImageDotByDotInversion 2015-01-17 19:09:32 +09:00
Hajime Hoshi
da14685fb0 Bug fix: Structs containing js.Object can't be compared (for now) 2015-01-17 01:00:47 +09:00
Hajime Hoshi
1b84cd36d1 Update for the latest GopherJS (js.Object can't be casted to other types) 2015-01-15 23:32:58 +09:00
Hajime Hoshi
cf13b3bbe5 Bug fix: Use prevent default properly 2015-01-15 22:48:33 +09:00
Hajime Hoshi
76e8b2b3d0 Bug fix (#85): The limit of the size of vertices was wrong 2015-01-14 23:33:51 +09:00
Hajime Hoshi
e8f7b8b0fe docs: Bug fix: GOHOME -> GOPATH 2015-01-13 11:26:07 +09:00
Hajime Hoshi
993cdcc442 Bug fix: image comment 2015-01-11 04:20:51 +09:00
Hajime Hoshi
35288e3c94 Update version (1.1.0-rc1) 2015-01-10 01:08:04 +09:00
Hajime Hoshi
d3fee1d78c Fix the release date 1.1.0-rc1 2015-01-10 01:04:08 +09:00
Hajime Hoshi
e656b607f6 Add TODO comment 2015-01-10 01:02:26 +09:00
Hajime Hoshi
6dbe57ec11 Change test import paths 2015-01-10 00:55:53 +09:00
Hajime Hoshi
e7599a6d85 docs: Move example *.js and *.js.map files to another repository 2015-01-10 00:45:21 +09:00
Hajime Hoshi
d96de18074 Remove TODOs 2015-01-09 12:13:29 +09:00
Hajime Hoshi
6453273bac docs: Add <title> to examples 2015-01-09 03:29:59 +09:00
Hajime Hoshi
62dfd2adef Bug fix: Add favicon to example/*.html 2015-01-09 02:48:25 +09:00
Hajime Hoshi
638fbb9715 docs: Add example paint 2015-01-09 02:39:20 +09:00
Hajime Hoshi
fb19f05b83 Improve example/paint 2015-01-09 02:33:26 +09:00
Hajime Hoshi
1dd1403aac Bug fix: opengl.NewBuffer may accept integer value (glfw) 2015-01-09 02:28:16 +09:00
Hajime Hoshi
636ae84ad5 Resolve TODOs 2015-01-09 02:02:56 +09:00
Hajime Hoshi
02b1f7d798 docs: Check license year 2015-01-09 01:50:11 +09:00
Hajime Hoshi
4322122664 docs: Trim license 2015-01-09 01:00:30 +09:00
Hajime Hoshi
eb325c9684 Update docs 2015-01-08 23:45:30 +09:00
Hajime Hoshi
5dade52621 Bug fix: Use document.hidden (focus/blue event is not reliable when using <iframe>) 2015-01-08 11:56:21 +09:00
Hajime Hoshi
36a5bdf99a Support -> Supported 2015-01-08 04:24:27 +09:00
Hajime Hoshi
d933c54e20 Bug fix: Check window.top's focus in case that game is in <iframe> 2015-01-08 02:24:05 +09:00
Hajime Hoshi
a1214ff735 Stop the game when the window is not active (#69) 2015-01-08 01:35:09 +09:00
Hajime Hoshi
038613aaf9 More precise game loop 2015-01-08 00:56:21 +09:00
Hajime Hoshi
5f0bc87402 Implement rotating left (blocks) 2015-01-08 00:50:02 +09:00
Hajime Hoshi
6efb806cc2 Stabilize FPS for JS 2015-01-08 00:44:41 +09:00
Hajime Hoshi
81ed2e3f18 Add changelog 2015-01-08 00:04:26 +09:00
Hajime Hoshi
9915e6764a Bug fix: blurred canvas in Retina display (#68) 2015-01-08 00:01:18 +09:00
Hajime Hoshi
27cd0610d1 Add 'auto-generated' notices (#66) 2015-01-07 23:21:52 +09:00
Hajime Hoshi
4eaa16b8d1 Rename mod key names 2015-01-07 23:18:40 +09:00
Hajime Hoshi
90ab31a872 Add function keys to example/keyboard 2015-01-07 23:08:06 +09:00
Hajime Hoshi
6bdc875596 Bug fix: Ignore unknown keys 2015-01-07 23:02:58 +09:00
Hajime Hoshi
f78c79a5dd Bug fix: onkeydown function should return false to prevent browser shortcuts 2015-01-07 23:01:23 +09:00
Hajime Hoshi
ba5f613f44 Bug fix: Add 'backspace' to example/keyboard 2015-01-07 11:28:49 +09:00
Hajime Hoshi
2a3d41ba9a Improve keyboard example 2015-01-07 11:23:03 +09:00
Hajime Hoshi
a710db4c9e Bug fix: invalidate function keys, backspace on browsers 2015-01-07 11:22:48 +09:00
Hajime Hoshi
9f40da41fc Add backspace (not tested) 2015-01-07 11:22:25 +09:00
Hajime Hoshi
62d1395670 Arrange key's order 2015-01-07 11:00:15 +09:00
Hajime Hoshi
74e3c40740 Yield focus to canvas on clicking body 2015-01-07 04:39:33 +09:00
Hajime Hoshi
795e7c8eb2 Focus canvas on start (#64) 2015-01-07 04:34:47 +09:00
Hajime Hoshi
ad3f37ae75 Add example keyboard 2015-01-07 04:27:57 +09:00
Hajime Hoshi
03cf0a7069 Bug fix: glfw.MouseButton should be converted to MouseButton 2015-01-07 04:04:04 +09:00
Hajime Hoshi
7677d885a2 Remove MouseButtonMax 2015-01-07 03:08:33 +09:00
Hajime Hoshi
bc26690b14 Add genkey.go 2015-01-07 03:05:59 +09:00