Hajime Hoshi
|
64862929a9
|
audio: Fix usage of 'oto'
|
2017-05-05 15:13:46 +09:00 |
|
Hajime Hoshi
|
766072cdbb
|
audio: Make 'oto' package and use that (#351)
|
2017-05-04 21:09:02 +09:00 |
|
Hajime Hoshi
|
951e5bccef
|
restorable: Remove Images()
|
2017-05-04 00:08:07 +09:00 |
|
Hajime Hoshi
|
8b48d010ed
|
restorable: Refactoring
|
2017-05-03 23:24:00 +09:00 |
|
Hajime Hoshi
|
bc105e7350
|
restorable: Unexport functions
|
2017-05-03 23:18:35 +09:00 |
|
Hajime Hoshi
|
aa5c278445
|
restorable: Unexport add
|
2017-05-03 23:15:18 +09:00 |
|
Hajime Hoshi
|
ed4cd67fb3
|
graphics: finalizers must be reset when disposing
|
2017-05-03 23:15:03 +09:00 |
|
Hajime Hoshi
|
9f5cf48d24
|
restorable: Move Images to resotrable package
|
2017-05-03 23:11:43 +09:00 |
|
Hajime Hoshi
|
d94e9c9d86
|
restorable: Bug fix: Make limit to the number of draw-image command history (#349)
|
2017-05-03 22:16:32 +09:00 |
|
Hajime Hoshi
|
e8b155fefe
|
graphics: Remove duplicated runtime.SetFinalizer
|
2017-05-03 03:15:50 +09:00 |
|
Hajime Hoshi
|
f30b274c1f
|
graphics: Bug fix: Keep a restorable.Image before disposing
|
2017-05-03 03:13:22 +09:00 |
|
Hajime Hoshi
|
e8e502cc26
|
graphics: Bug fix: disposing check must be done before any operations
|
2017-05-03 03:07:45 +09:00 |
|
Hajime Hoshi
|
955284394a
|
Remove imageimpl.go
|
2017-05-03 02:57:07 +09:00 |
|
Hajime Hoshi
|
8263e14690
|
doc: Add comments #348
|
2017-05-03 02:54:04 +09:00 |
|
Hajime Hoshi
|
6be25d3297
|
graphics: Remove imageImpl
|
2017-05-03 02:52:42 +09:00 |
|
Hajime Hoshi
|
e97a0b3e37
|
Revert "grahics: Remove unneeded 'if' branches"
This reverts commit aa8e77e0bf .
|
2017-05-03 02:51:38 +09:00 |
|
Hajime Hoshi
|
16b0c9186e
|
graphics: Refactoring: Reduce imageImpl's functions
|
2017-05-03 02:45:33 +09:00 |
|
Hajime Hoshi
|
76ad9cf42b
|
doc: Fix comments
|
2017-05-03 01:08:27 +09:00 |
|
Hajime Hoshi
|
5699822d64
|
graphics: Avoid creating struct as much as possible
|
2017-05-02 22:45:09 +09:00 |
|
Hajime Hoshi
|
aa8e77e0bf
|
grahics: Remove unneeded 'if' branches
|
2017-05-01 23:25:05 +09:00 |
|
Hajime Hoshi
|
bf163b5617
|
graphics: Refactoring: Initialize 'quadFloat32Num' and reuse it
|
2017-05-01 23:23:58 +09:00 |
|
Hajime Hoshi
|
4e22bd770f
|
ui: Remove Input interface and remove locks on browsers to improve performance (#346)
|
2017-04-28 23:45:01 +09:00 |
|
Hajime Hoshi
|
0dafbfe99d
|
ui: Speed optimization for browser keyboard inputs
|
2017-04-27 11:40:32 +09:00 |
|
Hajime Hoshi
|
bdb96c2a5c
|
graphics: Remove nop: Use Go 1.8.1 (#329)
|
2017-04-27 00:02:26 +09:00 |
|
Hajime Hoshi
|
fb612a4b87
|
ui: Adjust window size in case when glfwGetVideoMode fails (#328)
|
2017-04-19 00:51:15 +09:00 |
|
Hajime Hoshi
|
71f427ecbc
|
doc: Omit the word 'SNES-style' (#342)
|
2017-04-18 10:27:52 +09:00 |
|
Hajime Hoshi
|
112f1419d1
|
mobile: Start now returns nil
|
2017-04-18 02:49:14 +09:00 |
|
Hajime Hoshi
|
5c8cbab017
|
mobile: Fix comments
|
2017-04-18 02:38:41 +09:00 |
|
Hajime Hoshi
|
858824821f
|
doc: Remove 'concurrent-safe' comments from most of non-global functions
|
2017-04-18 01:33:03 +09:00 |
|
Hajime Hoshi
|
4d3ad434b3
|
audio/wav, audio/vorbis: Add comments about errors (#331)
|
2017-04-18 01:25:23 +09:00 |
|
Hajime Hoshi
|
1497d52928
|
audio: Add comments about errors (#331)
|
2017-04-18 00:59:10 +09:00 |
|
Hajime Hoshi
|
e06334c95f
|
examples/keyboard: Add backslash key (#339)
|
2017-04-14 03:31:13 +09:00 |
|
Hajime Hoshi
|
a6e4cc51a3
|
examples/keyboard: Add more keys
|
2017-04-14 03:09:25 +09:00 |
|
Hajime Hoshi
|
95cb0133de
|
ui: Add keys (#339)
|
2017-04-14 03:09:00 +09:00 |
|
Hajime Hoshi
|
0cd692d26a
|
ui: Use code instead of keyCode on browsers but Safari
|
2017-04-14 03:02:38 +09:00 |
|
Hajime Hoshi
|
469aa2c9a5
|
doc: Fix README
|
2017-04-13 00:21:36 +09:00 |
|
Hajime Hoshi
|
88cfdf8878
|
ui: Remove println
|
2017-04-11 12:00:40 +09:00 |
|
Hajime Hoshi
|
187a93d80a
|
ui: Bug fix: IsKeyPressed might return a wrong value when only one of Shift/Ctrl/Alt keys is pressed
|
2017-04-11 11:56:05 +09:00 |
|
Hajime Hoshi
|
aa1e7e9cd6
|
Revert "ui: Use code instead of keyCode on browsers (#339)"
This reverts commit d7ea02d8c1 .
|
2017-04-10 20:38:23 +09:00 |
|
Hajime Hoshi
|
d7ea02d8c1
|
ui: Use code instead of keyCode on browsers (#339)
|
2017-04-10 20:30:28 +09:00 |
|
Hajime Hoshi
|
12f14e5140
|
doc: Add comments for keys
|
2017-04-10 10:45:04 +09:00 |
|
Hajime Hoshi
|
7e4e762d96
|
audio: Reuse jmethodID objects
|
2017-04-08 01:41:07 +09:00 |
|
Hajime Hoshi
|
b5a422700a
|
audio: Reuse jclass objects
|
2017-04-08 01:35:48 +09:00 |
|
Hajime Hoshi
|
a6c5b98f0f
|
audio: Release AudioTrack class (#336)
|
2017-04-07 11:36:24 +09:00 |
|
Hajime Hoshi
|
713a537637
|
audio: Delete local refs explicitly in JNI (#336)
|
2017-04-06 02:12:20 +09:00 |
|
Hajime Hoshi
|
b0454b874e
|
Fix frame counters to int64 (#337)
|
2017-04-06 00:45:28 +09:00 |
|
Hajime Hoshi
|
ebedb24e43
|
audio: Update doc for errors (#331)
|
2017-04-05 01:12:02 +09:00 |
|
Hajime Hoshi
|
b1c0c618b6
|
examples/pcm: Improve debug messages
|
2017-03-28 00:56:14 +09:00 |
|
Hajime Hoshi
|
892d5d07d0
|
audio: Remove TODO
|
2017-03-27 22:48:57 +09:00 |
|
Hajime Hoshi
|
cc21284f11
|
graphics: Bug fix: Wrong vertices values on ARM 32bit (#329)
|
2017-03-05 12:34:58 +09:00 |
|