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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
51
-15436
/
+0
*
Improve platform-specific READMEs to add useful links
Hugo Locurcio
2022-08-25
1
-2
/
+9
*
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke
2022-08-25
1
-0
/
+10
*
Replace Array return types with TypedArray
kobewi
2022-08-22
2
-2
/
+2
*
Merge pull request #64374 from RandomShaper/inheritable_cl_args
Rémi Verschelde
2022-08-22
1
-1
/
+0
|
\
|
*
Overhaul CLI argument forwarding to processes started by the editor
Pedro J. Estébanez
2022-08-19
1
-1
/
+0
*
|
Improve performance of screen_get_dpi() in Javascript
Jamie Pate
2022-08-15
1
-21
/
+7
*
|
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-14
2
-3
/
+24
|
/
*
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
4
-8
/
+47
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
2
-0
/
+2
*
Merge pull request #63563 from aaronfranke/export-arch
Rémi Verschelde
2022-07-30
2
-3
/
+3
|
\
|
*
Make some editor export methods const
Aaron Franke
2022-07-29
2
-3
/
+3
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
2
-6
/
+6
|
/
*
HTML5: Add support for `Input.vibrate_handheld()`
pattlebass
2022-07-27
4
-0
/
+16
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
2
-2
/
+1
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
9
-8
/
+9
*
HTML5: Make `OS.get_locale()` match other platforms
pattlebass
2022-07-15
1
-0
/
+1
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-7
/
+2
*
Default cursor fix for html5 export
Raffaele Picca
2022-07-01
1
-2
/
+2
*
refactoring: simplify compiler version check
Jiri Suchan
2022-06-14
1
-13
/
+7
*
[HTML5] Add GDNative+Threads build.
Fabio Alessandrelli
2022-06-14
5
-23
/
+30
*
Add readable export errors.
bruvzg
2022-06-08
1
-17
/
+23
*
HTML5: Run `npm audit fix`
Rémi Verschelde
2022-05-25
2
-90
/
+151
*
HTML5: Enable mbedTLS module for Crypto object
Rémi Verschelde
2022-05-25
1
-5
/
+0
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
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
5
-9
/
+9
|
/
*
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
2
-2
/
+4
*
[HTML5] Limit the returned OS cpu count to 2.
Fabio Alessandrelli
2022-05-11
1
-1
/
+3
*
[HTML5] Fix JS "tools" editor plugin.
Fabio Alessandrelli
2022-05-10
1
-1
/
+1
*
[HTML5] Add "webgl/webgl2.h" as OpenGL include.
Fabio Alessandrelli
2022-05-10
2
-0
/
+39
*
Merge pull request #51682 from mdavisprog/os-is-process-running
Rémi Verschelde
2022-05-04
2
-0
/
+5
|
\
|
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
2
-0
/
+5
*
|
[JS] Add flag to disable weak symbols in ZSTD.
Fabio Alessandrelli
2022-05-03
1
-0
/
+2
*
|
Added missing signature.
Fabio Alessandrelli
2022-05-03
1
-0
/
+1
|
/
*
Merge pull request #60714 from Calinou/typedef-remove-ref
Rémi Verschelde
2022-05-03
3
-3
/
+3
|
\
|
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
3
-3
/
+3
*
|
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
2
-2
/
+7
|
/
*
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
4
-0
/
+202
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-6
/
+8
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
3
-42
/
+22
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
HTML5: Explain why export templates are missing
Rémi Verschelde
2022-03-26
1
-0
/
+9
*
Bump minimist from 1.2.5 to 1.2.6 in /platform/javascript
dependabot[bot]
2022-03-23
1
-6
/
+6
*
Merge pull request #59062 from BastiaanOlij/storagerd_texture
Rémi Verschelde
2022-03-17
1
-1
/
+1
|
\
|
*
Split dummy renderer classes into separate files
Bastiaan Olij
2022-03-16
1
-1
/
+1
*
|
Implement GDExtension export plugin.
bruvzg
2022-03-16
1
-1
/
+1
|
/
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
2
-12
/
+12
[next]