Hajime Hoshi
|
3c18e992a3
|
docs: Add examples/raycasting
|
2019-01-13 00:04:15 +09:00 |
|
Hajime Hoshi
|
1f277f7a2c
|
example/raycasting: Refactoring
|
2019-01-12 23:54:15 +09:00 |
|
Hajime Hoshi
|
1a0c20c478
|
Add Magnus to AUTHORS
|
2019-01-12 23:47:07 +09:00 |
|
Magnus
|
4a4f45ffd7
|
example/shadow-raycasting (#780)
|
2019-01-12 23:46:03 +09:00 |
|
Hajime Hoshi
|
90efddd6b3
|
restorable: Bug fix: Clearing a new image region was wrong
|
2019-01-12 16:16:50 +09:00 |
|
Hajime Hoshi
|
ce21125345
|
graphicscommand: Rename functions
|
2019-01-12 01:33:27 +09:00 |
|
Hajime Hoshi
|
dc0c6e0907
|
graphicscommand: Use GL on macOS 10.11 or older (#781)
|
2019-01-12 01:30:47 +09:00 |
|
Hajime Hoshi
|
72c1a73cac
|
graphicsdriver/metal: Avoid using @available syntax for old Xcode (#781)
|
2019-01-12 00:33:45 +09:00 |
|
Hajime Hoshi
|
802f3cfe3d
|
Add mebusy to AUTHORS
|
2019-01-11 22:35:30 +09:00 |
|
mebusy
|
0419aec617
|
graphicscommand: Use Opengl instead on early MacOSX platform which does not support Metal (#779)
|
2019-01-11 22:34:23 +09:00 |
|
Hajime Hoshi
|
6783aaae56
|
graphics: Better test for a crash
|
2019-01-11 00:31:32 +09:00 |
|
Hajime Hoshi
|
876e483d0c
|
Add comments (#777)
|
2019-01-10 23:52:11 +09:00 |
|
Hajime Hoshi
|
866f64a625
|
Add a better error message for Go version
Fixes #777
|
2019-01-10 23:44:35 +09:00 |
|
Hajime Hoshi
|
c4e98de804
|
shareable: Refactoring
|
2019-01-10 23:31:53 +09:00 |
|
Hajime Hoshi
|
4a587f495d
|
restorable: Bug fix: ReplacePixels might call DrawImage, which violates some assumptions
|
2019-01-10 23:22:59 +09:00 |
|
Hajime Hoshi
|
6d714a16cf
|
audio: Remove unneeded 'break'
|
2019-01-10 02:34:58 +09:00 |
|
Hajime Hoshi
|
a6b3f761f8
|
audio: Refactoring: Remove dependency on clock package
|
2019-01-10 00:59:38 +09:00 |
|
Hajime Hoshi
|
28c96d256a
|
audio: Bug fix: Test compilation error
|
2019-01-09 23:39:12 +09:00 |
|
Hajime Hoshi
|
14404334e7
|
audio: Rename players to mux
|
2019-01-09 22:10:52 +09:00 |
|
Hajime Hoshi
|
5514a9c6ac
|
ui: Bug fix: Changing screen size didn't work correctly on Windows
Fixes #775
|
2019-01-09 11:08:27 +09:00 |
|
Hajime Hoshi
|
28665cfc4b
|
glfw: Bug fix: Compilation error on Windows
|
2019-01-09 10:34:54 +09:00 |
|
Hajime Hoshi
|
ae84e79d16
|
ui: Add IsWindowResizable and SetWindowResizable (again)
Fixes #320
|
2019-01-09 00:24:16 +09:00 |
|
Hajime Hoshi
|
0d4e903b7a
|
Revert "ui: Add IsWindowResizable and SetWindowResizable"
This reverts commit f403e0716f .
Reason: Compilation error on browsers
|
2019-01-09 00:12:57 +09:00 |
|
Hajime Hoshi
|
f403e0716f
|
ui: Add IsWindowResizable and SetWindowResizable
Fixes #320
|
2019-01-08 23:52:53 +09:00 |
|
Hajime Hoshi
|
12f7d14d91
|
graphicsdriver/opengl: Check the reserved keyword
Fixes #772
|
2019-01-08 00:07:49 +09:00 |
|
Hajime Hoshi
|
758b957b01
|
graphicsdriver/opengl: Bug fix: filter is a preserved keyword (#771)
|
2019-01-07 11:20:29 +09:00 |
|
Hajime Hoshi
|
7f656f11d6
|
ui: Bug fix: Minimum window width should be 1 when the window is not decorated
|
2019-01-07 00:46:41 +09:00 |
|
Hajime Hoshi
|
aadfbc3e70
|
examples/blur: Fix comments about #694
|
2019-01-06 19:22:27 +09:00 |
|
Hajime Hoshi
|
b34834a895
|
graphicscommand: Explicitly forbide ReplacePixels for a part after DrawImage
|
2019-01-06 05:15:27 +09:00 |
|
Hajime Hoshi
|
1cfd97cde0
|
restorable: Clearing is not needed after NewImage
|
2019-01-06 03:40:59 +09:00 |
|
Hajime Hoshi
|
b5c9cd6253
|
shareable: Fix comments
|
2019-01-06 03:15:32 +09:00 |
|
Hajime Hoshi
|
e9422a9f2c
|
audio: Improve test flakiness
|
2019-01-06 00:11:34 +09:00 |
|
Hajime Hoshi
|
348e50c5e7
|
examples/audio: Show the current volume (#730)
|
2019-01-05 01:43:22 +09:00 |
|
Hajime Hoshi
|
123be16699
|
graphicsdriver/opengl: Use NewLazySystemDLL instead of NewLazyDLL (#766)
|
2019-01-04 15:05:27 +09:00 |
|
Hajime Hoshi
|
f2dcc8ccdb
|
devicescale: Use NewLazySystemDLL instead of NewLazyDLL (#766)
|
2019-01-04 06:11:59 +09:00 |
|
Hajime Hoshi
|
db1b664424
|
devicescale: Refactoring: define Windows error consts
|
2019-01-04 06:05:35 +09:00 |
|
Hajime Hoshi
|
75a024e40e
|
devicescale: Bug fix: GetWindowDC returns error on Wine
Fixes #743
|
2019-01-04 05:58:34 +09:00 |
|
Hajime Hoshi
|
5c1b0bbcec
|
devicescale: Remove 'syscall' package usages (#766)
|
2019-01-04 05:53:18 +09:00 |
|
Hajime Hoshi
|
f2840bb0dc
|
ui: Remove 'syscall' package usages (#766)
|
2019-01-04 05:28:46 +09:00 |
|
Hajime Hoshi
|
b1591855c0
|
docs: Update navigation
|
2019-01-03 16:04:46 +09:00 |
|
Hajime Hoshi
|
623bfde007
|
graphicsdriver/metal/ca: Suppress warnings (#767)
|
2019-01-02 01:16:54 +09:00 |
|
Hajime Hoshi
|
ac6ad717b7
|
graphicsdriver/metal: Use selector again to access properties (#767)
|
2019-01-02 01:09:12 +09:00 |
|
Hajime Hoshi
|
6350cb6bfd
|
graphicsdriver/metal/ca: Add check by respondsToSelector (#767)
|
2019-01-02 00:52:03 +09:00 |
|
Hajime Hoshi
|
a0a17330ee
|
graphicsdriver/metal: Specify macOS version (#768)
|
2019-01-02 00:08:46 +09:00 |
|
Hajime Hoshi
|
61afdc8852
|
graphicsdriver/metal: Remove unused properties (#767)
|
2019-01-01 05:09:02 +09:00 |
|
Hajime Hoshi
|
7583fada52
|
docs: Update README
|
2018-12-31 18:45:56 +09:00 |
|
Hajime Hoshi
|
947fbe0a2e
|
glwf: Implement SetIcon
|
2018-12-31 15:49:45 +09:00 |
|
Hajime Hoshi
|
efc7225ee1
|
glfw: Skip error check at proc call
|
2018-12-31 15:48:37 +09:00 |
|
Hajime Hoshi
|
a21a4c75b0
|
glfw: Implement DLL version of the binding
|
2018-12-31 15:48:34 +09:00 |
|
Hajime Hoshi
|
a9455d1c32
|
glfw: Add loading DLL
|
2018-12-31 15:46:06 +09:00 |
|