index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
os_javascript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix HTML5 gamepad input
Leon Krause
2018-08-30
1
-2
/
+5
*
Fall back to GLES2 if GLES3 is not working
Hein-Pieter van Braam
2018-08-26
1
-14
/
+48
*
Merge pull request #21330 from eska014/html5-canvas-resize
Rémi Verschelde
2018-08-23
1
-55
/
+60
|
\
|
*
Facilitate external modification of HTML5 canvas size
Leon Krause
2018-08-23
1
-55
/
+60
*
|
use console.warn instead of Module.printErr: emscripten no longer exports pri...
Alon Zakai (kripken)
2018-08-11
1
-1
/
+1
*
|
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-0
/
+5
|
/
*
Refactor OS_JavaScript
Leon Krause
2018-07-10
1
-597
/
+560
*
Added support for extra mouse buttons.
unknown
2018-07-09
1
-1
/
+4
*
Merge pull request #18753 from eska014/html5-iframefocus
Max Hilbrunner
2018-05-10
1
-5
/
+5
|
\
|
*
Fix keyboard focus lock-out with HTML5 canvas in iframe
Leon Krause
2018-05-10
1
-5
/
+5
*
|
Fix relative mouse motion when captured in HTML5 platform
Leon Krause
2018-05-10
1
-1
/
+1
|
/
*
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
1
-35
/
+0
*
Refactor JavaScript platform build script
Leon Krause
2018-03-26
1
-8
/
+11
*
Check only for WebGL 1.0, move test to HTML file
Leon Krause
2018-03-15
1
-0
/
+1
*
Reinstate WebGL 1.0 driver in HTML5 platform
Leon Krause
2018-03-07
1
-6
/
+23
*
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-04
1
-1
/
+2
*
Fix HTML5 JS API setResizeCanvasOnStart
Leon Krause
2018-01-24
1
-8
/
+3
*
Fix HTML5 feature tags
Leon Krause
2018-01-12
1
-8
/
+19
*
Merge pull request #15422 from eska014/html5-logger
Rémi Verschelde
2018-01-07
1
-0
/
+5
|
\
|
*
HTML5: Print without color control sequences
Leon Krause
2018-01-07
1
-0
/
+5
*
|
Fix internal Emscripten JS API calls
Leon Krause
2018-01-06
1
-3
/
+3
|
/
*
Add missing method for javascript
Guilherme Silva
2018-01-05
1
-0
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Fix macOS and other builds after #15299
Duy-Nguyen TA
2018-01-04
1
-1
/
+1
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
1
-2
/
+4
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix inverted relative mouse motion in HTML5 export
Leon Krause
2017-11-29
1
-2
/
+2
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
1
-4
/
+0
*
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
1
-5
/
+5
|
\
|
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-5
/
+5
*
|
Merge pull request #13044 from eska014/enginejs
Rémi Verschelde
2017-11-19
1
-16
/
+14
|
\
\
|
*
|
Change HTML5 start-up API
Leon Krause
2017-11-19
1
-16
/
+14
|
|
/
*
/
Facilitate exposing platform-exclusive interfaces to all platforms
Leon Krause
2017-11-18
1
-5
/
+0
|
/
*
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-14
1
-3
/
+2
*
Fix HTML5 mouse button release events
Leon Krause
2017-11-13
1
-3
/
+4
*
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
1
-5
/
+0
*
Implemented physics plug
AndreaCatania
2017-11-04
1
-5
/
+0
*
Merge pull request #11782 from eska014/persistent-userfs-test
Hein-Pieter van Braam
2017-10-03
1
-5
/
+16
|
\
|
*
Add OS::is_userfs_persistent to check user:// persistence
Leon Krause
2017-10-02
1
-5
/
+16
*
|
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-0
/
+4
|
/
*
Fix mouse button state in HTML5 platform
Leon Krause
2017-09-19
1
-8
/
+8
*
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-17
1
-5
/
+1
|
\
|
*
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
1
-5
/
+1
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-1
/
+1
|
/
*
Merge pull request #10914 from eska014/html5-main-notif
Rémi Verschelde
2017-09-03
1
-15
/
+16
|
\
|
*
HTML5: Prevent sending MainLoop notifications before initialized
Leon Krause
2017-09-03
1
-15
/
+16
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
|
/
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
1
-2
/
+0
*
removed calls to cursor_set_visible on all platforms fixes #10167
toger5
2017-08-08
1
-1
/
+1
*
Merge pull request #10105 from eska014/html5-touch-hint
Rémi Verschelde
2017-08-07
1
-1
/
+5
|
\
[next]