ebiten/internal
Hajime Hoshi 4215678f4c clock: Bug fix: Syncing with the system clock happens more often than expected
When the specified TPS is too big (e.g., 300), the time threshold
to determine whether the clock should be synchronized with the
system clock can be too small, and the decision can be wrong too
often. To fix this, prepare another time assuming the TPS was 60
and use the bigger one.

Fixes #1443
2020-12-20 21:23:40 +09:00
..
affine Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
buffered restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images 2020-11-08 02:50:06 +09:00
clock clock: Bug fix: Syncing with the system clock happens more often than expected 2020-12-20 21:23:40 +09:00
colormcache Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
debug ebiten: Add a new log to dump update count 2020-11-24 22:36:32 +09:00
devicescale devicescale: Use devicePixelRatio property for go2cpp 2020-12-20 00:45:13 +09:00
driver ebiten: Allow rendering on a sub-image by scissor test 2020-11-08 00:58:44 +09:00
glfw glfw: Create a DLL file atomically by renaming the file 2020-11-02 22:55:08 +09:00
graphics ebiten: Add a new shader function imageDstRegionOnTexture 2020-12-09 11:36:29 +09:00
graphicscommand graphicscommand: Add 'dst-region' to String of DrawTriangles command 2020-11-27 01:48:17 +09:00
graphicsdriver jsutil: Avoid creating Uint8Array when copying bytes from Go to JS 2020-12-16 01:50:05 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil jsutil: Refactoring 2020-12-16 02:41:06 +09:00
mipmap restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images 2020-11-08 02:50:06 +09:00
packing Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
png png: Update for Go 1.15 2020-08-14 03:25:02 +09:00
restorable restorable: Replace a potentially dangerous pointer usage 2020-12-20 13:28:17 +09:00
shader shader: Bug fix: A wrong usage of a pointer 2020-12-20 13:32:22 +09:00
shaderir graphicsdriver/opengl: Enable dFdx for mobiles 2020-11-21 19:40:11 +09:00
shareable shareable: Refactoring 2020-11-14 13:15:42 +09:00
testflock Clean up the 'js' build tags 2020-10-07 01:33:10 +09:00
testing testing: Bug fix: Lack of uniform variables 2020-12-09 11:52:45 +09:00
thread Update comments 2020-10-21 03:17:40 +09:00
uidriver uidriver/js: Refactoring 2020-12-20 18:19:58 +09:00
web Implement some preparation code for go2cpp 2020-11-30 23:18:42 +09:00