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
/
display_server_javascript.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-228
/
+0
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-1
/
+1
*
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
1
-0
/
+16
*
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.
Fabio Alessandrelli
2021-11-19
1
-2
/
+5
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
[HTML5] Implement window blur in JS library.
Fabio Alessandrelli
2021-10-05
1
-3
/
+1
*
[HTML5] Implement fullscreenchange in JS library.
Fabio Alessandrelli
2021-10-05
1
-2
/
+1
*
[HTML5] Implement mouse/touch/key events in JS library.
Fabio Alessandrelli
2021-10-05
1
-18
/
+20
*
Release pressed events when the window is blurred on HTML5 platform
Selgesel
2021-09-23
1
-0
/
+2
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-1
/
+0
*
Modernize Display server to use override keyword
Hendrik Brucker
2021-07-16
1
-54
/
+54
*
[HTML5] Fix build (with module_webxr_enabled=no).
Fabio Alessandrelli
2021-07-15
1
-2
/
+2
*
[HTML5] Opt-in virtual keyboard support.
Fabio Alessandrelli
2021-03-11
1
-0
/
+5
*
[HTML5] Better fullscreen, canvas resizing.
Fabio Alessandrelli
2021-02-19
1
-3
/
+0
*
[HTML5] Detect screen scale and DPI.
Fabio Alessandrelli
2021-02-12
1
-0
/
+1
*
[HTML5] Custom Gamepad library to allow remapping.
Fabio Alessandrelli
2021-01-18
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-11-10
1
-19
/
+16
*
[HTML5] Add override keyword, cleanup methods.
Fabio Alessandrelli
2020-09-18
1
-52
/
+52
*
Implement HTML5 cancel/ok button swap on Windows.
Fabio Alessandrelli
2020-07-27
1
-0
/
+3
*
[JS] Check canvas size each loop, force redraw.
Fabio Alessandrelli
2020-07-01
1
-0
/
+6
*
More static methods in DisplayServerJavaScript.
Fabio Alessandrelli
2020-07-01
1
-0
/
+11
*
Refactor canvas ID and locale handling.
Fabio Alessandrelli
2020-07-01
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Add drop files function
Fabio Alessandrelli
2020-05-10
1
-0
/
+1
*
DisplayServerJavaScript implementation.
Fabio Alessandrelli
2020-05-10
1
-0
/
+187