Commit History

Author SHA1 Message Date
  Guilherme Felipe 86d626e9cb Implements OS_JavaScript::set_custom_mouse_cursor 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 5 years ago
  Rémi Verschelde 5f32fc8208 Merge pull request #20385 from moiman100/unify-double-clicking 6 years ago
  Rémi Verschelde 57c3f6a94b Merge pull request #20063 from moiman100/fix-button-mask 6 years ago
  Leon Krause 5c2c47a174 Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() 6 years ago
  Leon Krause d93050d8a2 Fix compiler warnings in HTML5 platform 6 years ago
  muiroc d6711701f6 Fix build for Javascript platform 6 years ago
  Leon Krause 42c6a67dca Implement OS::set_icon in HTML5 platform 6 years ago
  Rémi Verschelde 1a16dabfb5 Merge pull request #21982 from luzpaz/misc-typos 6 years ago
  luz.paz 08bde5b2de Misc. typos 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 6 years ago
  Leon Krause cd7c0f67b9 Fix HTML5 gamepad input 6 years ago
  Hein-Pieter van Braam 08f452d1a9 Fall back to GLES2 if GLES3 is not working 6 years ago
  Rémi Verschelde b90dff787c Merge pull request #21330 from eska014/html5-canvas-resize 6 years ago
  Leon Krause 6e8b6be136 Facilitate external modification of HTML5 canvas size 6 years ago
  Mikko Mustonen 51fa23a52a Added double clicking to all buttons 6 years ago
  Alon Zakai (kripken) 71c03883b5 use console.warn instead of Module.printErr: emscripten no longer exports printErr by default, and instead err() should be used in code seen by the optimizer; however, as Godot only runs on the Web (and not in node.js or elsewhere), using console.warn directly is good enough, and will work in all versions if emscripten 6 years ago
  Juan Linietsky c69de2ba46 -Project/Editor settings now use new inspector 6 years ago
  mm bd9c592c52 Fixed button mask behavior 6 years ago
  Leon Krause b6ae2d8037 Refactor OS_JavaScript 6 years ago
  unknown 9cc41a59ac Added support for extra mouse buttons. 6 years ago
  Max Hilbrunner f20af4b632 Merge pull request #18753 from eska014/html5-iframefocus 6 years ago
  Leon Krause 9080e96bc8 Fix keyboard focus lock-out with HTML5 canvas in iframe 6 years ago
  Leon Krause d78b10313b Fix relative mouse motion when captured in HTML5 platform 6 years ago
  Pedro J. Estébanez de9d40a953 Implement universal translation of touch to mouse 6 years ago
  Leon Krause d8d9eea722 Refactor JavaScript platform build script 6 years ago
  Leon Krause 61026e62bf Check only for WebGL 1.0, move test to HTML file 6 years ago
  Leon Krause 802b6d3669 Reinstate WebGL 1.0 driver in HTML5 platform 6 years ago
  Marcelo Fernandez d780d774aa Clean and expose get_audio/video_driver_* funcs on OS class 6 years ago
  Leon Krause dcc55bad20 Fix HTML5 JS API setResizeCanvasOnStart 6 years ago