ebiten/internal
Hajime Hoshi 8b775cf0dd internal/glfw: Add a new build tag ebitenexternaldll to requrie external DLLs
Embedding a DLL file and extrating it on the fly can be problematic.
The application might be unexpectedly recognized as a virus by some
virus checkers.

To mitigate this issue, Ebiten adds a new build mode `ebitenexternaldll`
which prevents Ebiten from embedding DLL files. Instead, the application
will require DLL files for GLFW.

Closes #1832
2021-10-14 02:44:25 +09:00
..
affine Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
atlas Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
buffered internal/atlas: Bug fix: Unexpected padding in screenshots 2021-07-29 16:09:29 +09:00
clock internal/clock: Rename UncappedTPS -> SyncWithFPS 2021-07-22 22:46:24 +09:00
debug graphicscommand: Dump internal image info on the debug mode 2021-08-05 01:16:42 +09:00
devicescale internal/uidriver/glfw: Clear the device scale cache when monitors are changed 2021-09-15 13:04:38 +09:00
driver ebiten: Add StandardGamepadButtonValue 2021-09-12 21:00:48 +09:00
gamepaddb internal/gamepaddb: Do not fetch the database file on go:generate 2021-09-25 04:03:19 +09:00
glfw internal/glfw: Add a new build tag ebitenexternaldll to requrie external DLLs 2021-10-14 02:44:25 +09:00
graphics Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
graphicscommand Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
graphicsdriver internal/graphicsdriver/opengl: Return an error when initializing OpenGL fails 2021-10-06 00:38:47 +09:00
hooks internal/hooks: Enable to return error at suspend/resume audio 2021-05-04 23:09:01 +09:00
jsutil internal/jsutil: Remove unused functions 2021-09-04 21:01:21 +09:00
mipmap internal/mipmap, internal/atlas: Integrate for-loops for color scaling 2021-09-23 00:28:20 +09:00
packing Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
png internal/png: Regenerate 2021-08-28 03:14:54 +09:00
processtest internal/graphicsdriver/opengl: Bug fix: A location cache map must be reset when a program is deleted 2021-08-15 04:54:20 +09:00
restorable Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
shader Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
shaderir Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
testing Remove flock from the tests 2021-08-22 18:34:35 +09:00
thread internal/thread: Refactoring 2021-06-15 00:43:48 +09:00
uidriver internal/uidriver/glfw: Wait for a FramebufferSize callback for the initial temporary window 2021-10-13 00:16:18 +09:00