Commit Graph

824 Commits

Author SHA1 Message Date
Hajime Hoshi
0abe40790b test: Refactoring 2016-02-06 15:34:56 +09:00
Hajime Hoshi
fb9f133389 graphics: Better error messages for framebuffer creation 2016-02-06 03:48:15 +09:00
Hajime Hoshi
8d4ca8f8a9 Update gen.go to use creation year 2016-02-05 23:31:35 +09:00
Hajime Hoshi
bb8a94ad09 Rename files 2016-02-05 23:20:41 +09:00
Hajime Hoshi
6125e92cf7 Found that license year should be the creation year 2016-02-05 23:16:22 +09:00
Hajime Hoshi
2cc3f3cc03 Happy New Year 2016-02-05 23:14:00 +09:00
Hajime Hoshi
7f43ca2eb7 .travis.yml: Skip gopherjs test 2016-01-20 03:43:13 +09:00
Hajime Hoshi
9a3c6bd8c4 js: Update callers for headless-gl API 2016-01-20 01:18:53 +09:00
Hajime Hoshi
5de37691ee Merge branch 'master' of https://github.com/hajimehoshi/ebiten 2016-01-20 01:01:00 +09:00
Hajime Hoshi
01dd1472bb .travis.yml: Remove libglfw3 2016-01-20 00:59:43 +09:00
Hajime Hoshi
13537817cc Merge pull request #134 from DrJosh9000/patch-2
Check was missing from context_js
2016-01-20 00:55:04 +09:00
Hajime Hoshi
0cd9615970 .travis.yml: Remove unneeded dependencies 2016-01-20 00:49:26 +09:00
Hajime Hoshi
750ecf277d .travis.yml: Use 'addons' 2016-01-19 23:21:00 +09:00
Hajime Hoshi
20295edbb3 Remove add-apt-repository from .travis.yml 2016-01-19 23:09:06 +09:00
Hajime Hoshi
3c3dd1a7ed Update .travis.yml to use Go 1.5 2016-01-19 22:32:32 +09:00
Josh Deprez
bbeb103383 Check was missing from context_js
Run calls Check whether or not gopherjs is used, and it was not implemented here.
2016-01-18 21:27:55 +11:00
Hajime Hoshi
7611ea82da Merge pull request #133 from DrJosh9000/patch-1
openal.GetError no longer exists, use Err instead.
2016-01-06 16:55:22 +09:00
Josh Deprez
27dc487d18 openal.GetError no longer exists, use Err instead. 2016-01-05 08:08:21 +11:00
Hajime Hoshi
633ee4096e #132 Temporal hack to run with Go1.5 2015-07-22 23:28:15 +09:00
Hajime Hoshi
0bc321d3ef Improve GL error messages 2015-06-22 23:14:40 +09:00
Hajime Hoshi
e3608d08eb Use GL 2.1 (for Windows) 2015-06-21 01:33:28 +09:00
Hajime Hoshi
349eb95bba audio: Disable audio on Windows temporarily 2015-06-20 23:39:56 +09:00
Hajime Hoshi
fa456cc2bf Update .travis.yml to install libxxf86vm 2015-06-20 19:06:09 +09:00
Hajime Hoshi
3aa754b2a4 Remove some examples 2015-06-20 18:58:23 +09:00
Hajime Hoshi
7d08acf695 Update doc gen 2015-06-20 18:56:37 +09:00
Hajime Hoshi
4b9c740ee8 Update the version of GLFW to 3.1 2015-06-20 18:52:17 +09:00
Hajime Hoshi
2a8bcbfa18 Fix comments 2015-06-14 03:51:57 +09:00
Hajime Hoshi
2b8e98cfbc js: Revert 60 FPS from 30 FPS 2015-06-14 03:50:43 +09:00
Hajime Hoshi
cba1066b0f audio: Fix buffer size calculation 2015-06-14 03:50:29 +09:00
Hajime Hoshi
564248641b audio: Fix examples' performance issue 2015-06-14 03:27:02 +09:00
Hajime Hoshi
00f582d435 audio: Fix internal APIs (raw PCM data) 2015-06-14 03:21:05 +09:00
Hajime Hoshi
de59c93219 audio: Change API to accept raw PCM data 2015-06-08 00:05:18 +09:00
Hajime Hoshi
23cef1b715 #128 Bug fix: Delay when playing audio 2015-06-07 23:24:15 +09:00
Hajime Hoshi
47f31f75a0 Change sleeping time 2015-06-07 22:01:14 +09:00
Hajime Hoshi
ab5a598d27 Remove example/mapeditor 2015-06-07 18:13:07 +09:00
Hajime Hoshi
2e581abe2b example/_server: Add a kind message 2015-06-04 01:25:36 +09:00
Hajime Hoshi
115c97f296 #126: Fix the bug crashing on Safari 2015-06-04 01:25:04 +09:00
Hajime Hoshi
7490bfa4f4 internal: Bug fix: license.txt was changed to LICENSE 2015-05-21 00:03:04 +09:00
Hajime Hoshi
4fcfa822e1 Fix README 2015-05-20 23:57:03 +09:00
Hajime Hoshi
69356e7b7c Change filename cases 2015-05-20 23:55:21 +09:00
Hajime Hoshi
82ea3fa020 #125: Fix import paths (Use go-gl/gl and go-gl/glfw instead of go-gl/glow and go-gl/glfw3 2015-04-13 00:49:30 +09:00
Hajime Hoshi
bca600a093 Update for the latest GopherJS (use *js.Object instead of js.Object) 2015-03-01 01:26:16 +09:00
Hajime Hoshi
246ac055bf ui: Frame skip on JS 2015-02-21 22:19:26 +09:00
Hajime Hoshi
5e5eea59ce Stop the game when the screen is not active 2015-02-21 22:19:03 +09:00
Hajime Hoshi
f2a496b6ad Guarantee 60 FPS 2015-02-21 22:00:02 +09:00
Hajime Hoshi
a67a8a03ec graphics: Cache framebuffers 2015-02-20 02:02:23 +09:00
Hajime Hoshi
936942a28d Add comments 2015-02-20 02:01:56 +09:00
Hajime Hoshi
79f76ab7c8 example/windowsize: Show FPS 2015-02-19 02:33:19 +09:00
Hajime Hoshi
af09da1665 graphics: Rename defaultR -> defaultRenderTarget 2015-02-19 01:12:00 +09:00
Hajime Hoshi
eb0431f117 opengl: Remove Flush() 2015-02-18 23:35:39 +09:00