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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-111
/
+0
*
Overhaul CLI argument forwarding to processes started by the editor
Pedro J. Estébanez
2022-08-19
1
-1
/
+0
*
HTML5: Add support for `Input.vibrate_handheld()`
pattlebass
2022-07-27
1
-0
/
+2
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
1
-0
/
+1
*
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
1
-1
/
+1
*
[HTML5] Implement JavaScript PWA update callbacks.
Fabio Alessandrelli
2022-02-06
1
-0
/
+5
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-2
/
+2
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
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
-0
/
+1
*
[OS] Add ThreadWorkPool default size to OS.
Fabio Alessandrelli
2021-11-02
1
-0
/
+1
*
[HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.
Fabio Alessandrelli
2021-09-15
1
-1
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-0
/
+3
*
[HTML5] Implement get_processor_count.
Fabio Alessandrelli
2021-02-17
1
-0
/
+1
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-1
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[HTML5] EditorRunNative works with GDNative.
Fabio Alessandrelli
2020-12-05
1
-0
/
+1
*
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-11-10
1
-6
/
+2
*
JS synchronous start, better persistent FS sync.
Fabio Alessandrelli
2020-09-23
1
-2
/
+3
*
[HTML5] Add override keyword, cleanup methods.
Fabio Alessandrelli
2020-09-18
1
-25
/
+19
*
Use dummy driver when JS AudioContext is unavailable.
Fabio Alessandrelli
2020-07-01
1
-1
/
+1
*
Limit FPS in JS by skipping iterations.
Fabio Alessandrelli
2020-07-01
1
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
DisplayServerJavaScript implementation.
Fabio Alessandrelli
2020-05-10
1
-81
/
+15
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-4
/
+0
*
Allow per pixel transparency in javascript platform
muiroc
2020-02-10
1
-0
/
+4
*
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
1
-1
/
+1
*
HTML5: Address removal of 'timestamp' in Emscripten 1.39.5
Rémi Verschelde
2020-01-17
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
iOS modular build and export implementation.
bruvzg
2019-12-01
1
-3
/
+0
*
Fix cursor blinking in integrated GPUs
Guilherme Felipe
2019-07-09
1
-0
/
+1
*
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
1
-0
/
+3
*
Implement Clipboard API read when supported.
Fabio Alessandrelli
2019-05-29
1
-0
/
+1
*
Add OS clipboard set support to OS Javascript
Fabio Alessandrelli
2019-05-28
1
-0
/
+2
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
1
-1
/
+1
*
Fix OS_Javascript execute method
Fabio Alessandrelli
2019-05-15
1
-1
/
+1
*
Refactor OS_JavaScript header
Leon Krause
2019-01-20
1
-2
/
+1
*
Implements OS_JavaScript::set_custom_mouse_cursor
Guilherme Felipe
2019-01-03
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #20385 from moiman100/unify-double-clicking
Rémi Verschelde
2018-12-14
1
-0
/
+4
|
\
|
*
Added double clicking to all buttons
Mikko Mustonen
2018-08-12
1
-0
/
+4
*
|
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()
Leon Krause
2018-10-29
1
-0
/
+4
*
|
Fix build for Javascript platform
muiroc
2018-10-01
1
-1
/
+1
[next]