Commit Graph

1550 Commits

Author SHA1 Message Date
Hajime Hoshi
ba6d10dec0 graphics: Remove indexBufferLines 2016-05-16 11:34:41 +09:00
Hajime Hoshi
d6bfa72c5c graphics: Remove openGLState.initialize 2016-05-16 11:32:26 +09:00
Hajime Hoshi
da0196911d graphics: Refactoring: Now all Image objects are generated from New* funcs 2016-05-15 21:08:39 +09:00
Hajime Hoshi
9f2b53d24c graphics: Add InitializeIfNeeded function (preparing for Android) 2016-05-15 04:05:57 +09:00
Hajime Hoshi
ebe6296222 opengl: Remove (*Program).Equals 2016-05-15 02:37:25 +09:00
Hajime Hoshi
a3272d0b49 graphics: Refactoring: Reduce global variables 2016-05-15 02:29:54 +09:00
Hajime Hoshi
e30a12ab6a doc: go generate 2016-05-14 21:15:27 +09:00
Hajime Hoshi
97c9cf2259 doc: Update for 1.3.0 2016-05-14 20:45:45 +09:00
Hajime Hoshi
55d06f3bdb doc: Fix comments 2016-05-14 20:43:36 +09:00
Hajime Hoshi
9d25a5f785 graphics: Remove wrong comments 2016-05-14 05:34:55 +09:00
Hajime Hoshi
02bf986049 vorbis: Fix misspelling 2016-05-14 03:43:50 +09:00
Hajime Hoshi
1fa89776fc vorbis: Modify function name styles to make golint happy 2016-05-14 03:41:48 +09:00
Hajime Hoshi
971b42856a examples/blocks: Remove redundant code 2016-05-14 03:29:45 +09:00
Hajime Hoshi
295e3c0a0a ui: Bug fixed: there was an error shadowed and not used 2016-05-14 03:25:44 +09:00
Hajime Hoshi
a04ce352f8 opengl: Bug fixed: there were some errors shadowed and not used 2016-05-14 03:24:01 +09:00
Hajime Hoshi
88fc32c070 Pointer arithmetic with a variable index should be in C 2016-05-14 02:53:14 +09:00
Hajime Hoshi
003e3e741e Stop embedding a build tag in a template string for 'go vet' 2016-05-14 00:36:41 +09:00
Hajime Hoshi
16ddb8b0d2 doc: Add 'Go Report Card' Link 2016-05-14 00:27:17 +09:00
Hajime Hoshi
fdfc44281f gofmt -s 2016-05-14 00:25:11 +09:00
Hajime Hoshi
0083fe5df1 Changed the copyright year to 2013 (#216) 2016-05-14 00:20:27 +09:00
Hajime Hoshi
49d171beb0 examples/common: Embed images with go-bindata 2016-05-13 23:40:23 +09:00
Hajime Hoshi
e0d1e35e81 graphics: Add comment 2016-05-13 23:40:23 +09:00
Hans Rødtang
b3d43c185b Fixed shifting on byte instead of int64 (#214)
Thanks a lot!
2016-05-13 16:19:02 +09:00
Hajime Hoshi
f1f3bcc257 graphics: Bug fix: Concurrent-safe check in (*Image).At 2016-05-12 11:36:09 +09:00
Hajime Hoshi
9d569e3e49 graphics: Bug fix: now ebiten.Image can be passed to NewImageFromImage (#213) 2016-05-12 11:23:52 +09:00
Hajime Hoshi
15d48703fc graphics: Bug fix: NewImageFromImage with ebiten.Image froze (#212) 2016-05-12 02:00:22 +09:00
Hajime Hoshi
9c2857c15d graphics: Compile error of shaders should panic 2016-05-11 00:49:31 +09:00
Hajime Hoshi
c291e2abad graphics: Refactoring 2016-05-11 00:48:30 +09:00
Hajime Hoshi
c07f16d9a4 opengl: Prepare for Android 2016-05-11 00:47:54 +09:00
Hajime Hoshi
64a66c57c0 examples/keyboard: Generate the image without Ebiten (#210) 2016-05-08 16:30:48 +09:00
Hajime Hoshi
acca1c2480 graphics: Better function and variable names 2016-05-08 04:55:27 +09:00
Hajime Hoshi
7f09402bd9 graphics: Kinder panic messages 2016-05-08 04:43:43 +09:00
Hajime Hoshi
bbc2ad915a graphics: Remove image commands and use functions instead 2016-05-08 04:39:37 +09:00
Hajime Hoshi
b8a062e813 graphics: Add image.disposed 2016-05-08 03:44:15 +09:00
Hajime Hoshi
61ed13e322 graphics: Lazy image processing (especailly for mobile platforms) 2016-05-08 03:23:11 +09:00
Hajime Hoshi
99baaf18b0 ebiten: Refactoring 2016-05-08 00:52:30 +09:00
Hajime Hoshi
2fee1fae22 graphics: Dispose now returns errors 2016-05-07 23:34:10 +09:00
Hajime Hoshi
57a9ecd821 ui: Refactoring 2016-05-07 22:27:10 +09:00
Hajime Hoshi
9560824dfc opengl: Add context.go 2016-05-07 19:42:07 +09:00
Hajime Hoshi
df23b57b16 openg: Refactoring 2016-05-07 19:26:35 +09:00
Hajime Hoshi
de541bdd7d opengl: Update context_mobile.go 2016-05-07 19:12:19 +09:00
Hajime Hoshi
e99736d5a5 opengl: Refactoring 2016-05-07 19:07:56 +09:00
Hajime Hoshi
a9249d6c65 doc: Bug fix: SetScreenSize -> SetScreenScale 2016-05-06 22:42:07 +09:00
Hajime Hoshi
209b4e6864 ui: Add Main for the OS main thread 2016-05-06 21:30:23 +09:00
Hajime Hoshi
f7211f3391 audio: Refactoring: No need to hold a buffer source 2016-04-23 02:33:13 +09:00
Hajime Hoshi
f1c7176569 doc: Update README 2016-04-23 02:12:51 +09:00
Hajime Hoshi
a19dd3b068 doc: Bug fix: Add .nojekyll 2016-04-23 02:10:17 +09:00
Hajime Hoshi
5683a59e58 Update version to 1.4.0-alpha 2016-04-23 01:50:32 +09:00
Hajime Hoshi
a6ef722265 doc: Generate 2016-04-23 01:44:52 +09:00
Hajime Hoshi
5a1099db27 examples/alphablending: Refactoring: Reduce draw calls 2016-04-23 01:39:33 +09:00