summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
2017-08-27Make build scripts Python3 compatibleMatthias Hoelzl
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-08removed calls to cursor_set_visible on all platforms fixes #10167toger5
2017-08-07Merge pull request #10105 from eska014/html5-touch-hintRémi Verschelde
2017-08-07Merge pull request #10104 from eska014/canvas-mgmtRémi Verschelde
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-05Improve HTML5 canvas managementL. Krause
2017-07-28Implement touch-screen check in HTML5 platformL. Krause
2017-07-23Merge pull request #9770 from eska014/html5-focusRémi Verschelde
2017-07-22Implement input focus behavior in HTML5L. Krause
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-17Fix zipping HTML5 templates when using implicit cacheL. Krause
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-06-27Hide HTML5 native-run icon without runnable presetL. Krause
2017-06-27Use custom native-run icons for Android and HTML5L. Krause
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-19Update HTML5 platform for new InputEventsL. Krause
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-05Merge pull request #8625 from eska014/html5-cursorshapeRémi Verschelde
2017-05-02Implement cursor style control in HTML5 platformL. Krause
2017-05-02Merge pull request #8574 from eska014/html5-noglutRémi Verschelde
2017-05-02Implement mouse capture and hiding in HTML5 exportL. Krause
2017-04-29Fix HTML5 key eventsL. Krause
2017-04-28Remove GLUT usage in HTML5 platformL. Krause
2017-04-26Implement HTML5 touch eventsL. Krause
2017-04-25Reimplement HTML5 mouse input without GLUTL. Krause
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-29Merge pull request #8191 from eska014/webgl2-exportJuan Linietsky
2017-03-29WebGL 2 export per WebAssembly or asm.jseska
2017-03-27Merge pull request #8159 from Hinsbart/last_idRémi Verschelde
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-03-26Input: Remove usage of platform dependent event IDs.Andreas Haas
2017-03-17Some WebGL 2 and build fixes/clean-upeska
2017-03-14more html5 fixesJuan Linietsky
2017-03-10Fix web export buildeska
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
2017-03-04Add API to access battery power stateJulian Murgia
2017-02-22Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ...Juan Linietsky
2017-02-21Fix WebAssembly builds on Windowseska
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-20Automatically zip web export templateseska
2017-02-20Fix parallel asm.js/WebAssembly buildseska
2017-02-19Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam