Commit History

Author SHA1 Message Date
  Rémi Verschelde 1a16dabfb5 Merge pull request #21982 from luzpaz/misc-typos 7 years ago
  luz.paz 08bde5b2de Misc. typos 7 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Leon Krause cd7c0f67b9 Fix HTML5 gamepad input 7 years ago
  Hein-Pieter van Braam 08f452d1a9 Fall back to GLES2 if GLES3 is not working 7 years ago
  Rémi Verschelde b90dff787c Merge pull request #21330 from eska014/html5-canvas-resize 7 years ago
  Leon Krause 6e8b6be136 Facilitate external modification of HTML5 canvas size 7 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 7 years ago
  Juan Linietsky c69de2ba46 -Project/Editor settings now use new inspector 7 years ago
  Leon Krause b6ae2d8037 Refactor OS_JavaScript 7 years ago
  unknown 9cc41a59ac Added support for extra mouse buttons. 7 years ago
  Max Hilbrunner f20af4b632 Merge pull request #18753 from eska014/html5-iframefocus 7 years ago
  Leon Krause 9080e96bc8 Fix keyboard focus lock-out with HTML5 canvas in iframe 7 years ago
  Leon Krause d78b10313b Fix relative mouse motion when captured in HTML5 platform 7 years ago
  Pedro J. Estébanez de9d40a953 Implement universal translation of touch to mouse 7 years ago
  Leon Krause d8d9eea722 Refactor JavaScript platform build script 7 years ago
  Leon Krause 61026e62bf Check only for WebGL 1.0, move test to HTML file 7 years ago
  Leon Krause 802b6d3669 Reinstate WebGL 1.0 driver in HTML5 platform 7 years ago
  Marcelo Fernandez d780d774aa Clean and expose get_audio/video_driver_* funcs on OS class 7 years ago
  Leon Krause dcc55bad20 Fix HTML5 JS API setResizeCanvasOnStart 7 years ago
  Leon Krause 5a1156347d Fix HTML5 feature tags 7 years ago
  Rémi Verschelde b33bf23c6a Merge pull request #15422 from eska014/html5-logger 7 years ago
  Leon Krause efdca59a03 HTML5: Print without color control sequences 7 years ago
  Leon Krause cf5b074a95 Fix internal Emscripten JS API calls 7 years ago
  Guilherme Silva ea02c62345 Add missing method for javascript 7 years ago
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 years ago
  Duy-Nguyen TA 322cb08dd9 Fix macOS and other builds after #15299 7 years ago
  Emmanuel Leblond e315c94900 Change OS::initialize signature to return Error (fix segfault on x11) 7 years ago
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 years ago
  Leon Krause 640d8cc5d2 Fix inverted relative mouse motion in HTML5 export 7 years ago