Hajime Hoshi
|
5c68ee4034
|
ui: Use events in the game loop
|
2016-05-18 02:03:41 +09:00 |
|
Hajime Hoshi
|
49c156d2b5
|
ui: Rename DoEvents -> Update
|
2016-05-18 01:22:01 +09:00 |
|
Hajime Hoshi
|
41fae3214b
|
ui: Refactoring: Simplify the run loop
|
2016-05-18 00:15:38 +09:00 |
|
Hajime Hoshi
|
49a0fc839e
|
graphics: Fix a wrong comment
|
2016-05-17 01:38:31 +09:00 |
|
Hajime Hoshi
|
75b7a9134d
|
graphcis: Bug fix: Evacuating/Restoring pixels must be ignored on a disposed image
|
2016-05-17 01:30:40 +09:00 |
|
Hajime Hoshi
|
18c14f8897
|
graphics: Refactoring
|
2016-05-17 01:09:33 +09:00 |
|
Hajime Hoshi
|
7ab2efaa3f
|
graphics: Add imageImpl and change Image to be a wrapper (emulating weak refs)
|
2016-05-17 01:03:28 +09:00 |
|
Hajime Hoshi
|
23863d5a2f
|
graphics: Add Image.evacuatePixels and restorePixels and introduce images
|
2016-05-17 00:22:32 +09:00 |
|
Hajime Hoshi
|
90aeee5144
|
graphics: Revive image_test.go
|
2016-05-16 23:35:58 +09:00 |
|
Hajime Hoshi
|
fbd07b1865
|
graphics: Simplify the size of pixels
|
2016-05-16 12:27:28 +09:00 |
|
Hajime Hoshi
|
46cbd0c4a0
|
graphics: Add a func to delete programs and buffers
|
2016-05-16 11:54:34 +09:00 |
|
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 |
|