godot/platform
Rémi Verschelde 435f86cf87 HTML5: Address removal of 'timestamp' in Emscripten 1.39.5
It was removed as noted in the changelog:
https://github.com/emscripten-core/emscripten/blob/1.39.5/ChangeLog.md#v1395-12202019

> Removed `timestamp` field from mouse, wheel, devicemotion and
> deviceorientation events. The presence of a `timestamp` on these
> events was slightly arbitrary, and populating this field caused
> a small profileable overhead that all users might not care about.
> It is easy to get a timestamp of an event by calling
> `emscripten_get_now()` or `emscripten_performance_now()` inside
> the event handler function of any event.

Fixes #34648.
2020-01-17 14:10:52 +01:00
..
android Add support for Android adaptive icons. 2020-01-14 16:11:07 +00:00
haiku Image: Include S3TC compression via Squish in non-tools build 2020-01-13 15:58:49 +01:00
iphone Export: Improve usability of command line interface 2020-01-07 14:25:56 +01:00
javascript HTML5: Address removal of 'timestamp' in Emscripten 1.39.5 2020-01-17 14:10:52 +01:00
osx Remove unused ip_unix member from OSX/server. 2020-01-14 17:33:49 +01:00
server Remove unused ip_unix member from OSX/server. 2020-01-14 17:33:49 +01:00
uwp Export: Improve usability of command line interface 2020-01-07 14:25:56 +01:00
windows MinGW: Avoid GCC -Wcast-function-type warnings on GetProcAddress 2020-01-16 12:10:25 +01:00
x11 Merge pull request #35209 from RandomShaper/fix_pck_embed_linux 2020-01-16 18:45:20 +01:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Always use lists for LIBS in SCons 2019-08-12 22:31:55 +02:00