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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #61020 from timothyqiu/wait-busy
Rémi Verschelde
2022-05-19
1
-2
/
+2
|
\
|
*
Swap the meaning of CURSOR_WAIT and CURSOR_BUSY
Haoyu Qiu
2022-05-14
1
-2
/
+2
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
|
/
*
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
/
+86
*
Split dummy renderer classes into separate files
Bastiaan Olij
2022-03-16
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-4
/
+7
*
Merge pull request #57341 from bruvzg/win_multiwin_fs
Rémi Verschelde
2022-02-04
1
-1
/
+2
|
\
|
*
[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...
bruvzg
2022-02-04
1
-1
/
+2
*
|
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
1
-0
/
+4
|
/
*
Merge pull request #56754 from madmiraal/fix-45592
Rémi Verschelde
2022-01-24
1
-3
/
+0
|
\
|
*
Use mouse event relative motion to calculate mouse velocity
Marcel Admiraal
2022-01-13
1
-3
/
+0
*
|
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-1
/
+0
|
\
\
|
*
|
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-1
/
+0
*
|
|
Fix Actions mapped to triggers not using the full range
Marcel Admiraal
2022-01-14
1
-11
/
+3
|
|
/
|
/
|
*
|
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-11
1
-1
/
+1
|
\
\
|
*
|
Rename speed to velocity when it's a directional Vector
Marcel Admiraal
2021-12-29
1
-1
/
+1
|
|
/
*
|
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
1
-2
/
+2
*
|
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
-48
/
+54
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-24
/
+25
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-3
/
+3
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-4
/
+4
*
[HTML5] Refactor display/input JS library code.
Fabio Alessandrelli
2021-10-05
1
-11
/
+14
*
[HTML5] Implement Pointer Lock API in JS library.
Fabio Alessandrelli
2021-10-05
1
-8
/
+7
*
[HTML5] Implement window blur in JS library.
Fabio Alessandrelli
2021-10-05
1
-19
/
+2
*
[HTML5] Implement fullscreenchange in JS library.
Fabio Alessandrelli
2021-10-05
1
-16
/
+6
*
[HTML5] Implement mouse/touch/key events in JS library.
Fabio Alessandrelli
2021-10-05
1
-169
/
+99
*
Release pressed events when the window is blurred on HTML5 platform
Selgesel
2021-09-23
1
-0
/
+7
*
[HTML5] Fix wheel/touch callback modifying event after parse.
Fabio Alessandrelli
2021-09-15
1
-5
/
+6
*
[HTML5] Fix input not working when buffered.
Fabio Alessandrelli
2021-09-12
1
-0
/
+21
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-1
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-4
/
+0
*
[HTML5] Fix build (with module_webxr_enabled=no).
Fabio Alessandrelli
2021-07-15
1
-8
/
+8
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-4
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-8
/
+8
*
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
1
-2
/
+3
*
Move remaining dummy drivers to servers.
Fabio Alessandrelli
2021-06-01
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
1
-8
/
+8
|
\
|
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-8
/
+8
*
|
OS: Remove native video API only implemented on iOS
Rémi Verschelde
2021-05-07
1
-1
/
+0
|
/
*
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
1
-2
/
+2
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-3
/
+3
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-2
/
+2
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
1
-2
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-9
/
+9
*
[HTML5] Opt-in virtual keyboard support.
Fabio Alessandrelli
2021-03-11
1
-2
/
+41
*
[HTML5] Respect allow_hidpi option during setup
Fabio Alessandrelli
2021-03-08
1
-1
/
+1
*
[HTML5] Better fullscreen, canvas resizing.
Fabio Alessandrelli
2021-02-19
1
-57
/
+18
[next]