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
*
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
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-2
/
+2
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-2
/
+2
*
Revert "[HTML5] Fetch API now passes credentials."
Rémi Verschelde
2022-03-07
1
-1
/
+0
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
3
-5
/
+9
*
HTML5: Fix build after #52742
Rémi Verschelde
2022-02-16
1
-1
/
+2
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
3
-4
/
+2
*
Merge pull request #58081 from tavurth/bugfix/high-macos-cpu-usage
Rémi Verschelde
2022-02-15
1
-1
/
+1
|
\
|
*
Fix new performance regressions (short delay_usec)
Will Whitty
2022-02-15
1
-1
/
+1
*
|
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
2
-3
/
+3
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
2
-1
/
+6
*
[HTML5] Fetch API now passes credentials.
Fabio Alessandrelli
2022-02-10
1
-0
/
+1
*
[HTML5] Implement JavaScript PWA update callbacks.
Fabio Alessandrelli
2022-02-06
7
-0
/
+97
*
[HTML5] PWA service worker prefers cached version.
Fabio Alessandrelli
2022-02-06
3
-23
/
+40
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
2
-2
/
+2
*
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
*
|
Merge pull request #57335 from jordigcs/display-refresh-rate
Rémi Verschelde
2022-02-04
2
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
2
-0
/
+5
*
|
Revert "[HTML5] Better engine config parsing."
Fabio Alessandrelli
2022-02-03
1
-21
/
+22
*
|
Merge pull request #56771 from mhilbrunner/unacceptable
Fabio Alessandrelli
2022-02-02
1
-0
/
+5
|
\
\
|
*
|
Verify custom HTTP headers, fix off by one error
Max Hilbrunner
2022-01-27
1
-0
/
+5
|
|
/
*
|
[HTML5] Fix gamepad samples not being properly reset.
Fabio Alessandrelli
2022-01-31
1
-1
/
+1
*
|
[HTML5] Better engine config parsing.
Fabio Alessandrelli
2022-01-31
1
-20
/
+21
|
/
*
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 #57074 from Faless/net/4.x_http_client_64
Fabio Alessandrelli
2022-01-23
2
-2
/
+2
|
\
\
|
*
|
[Net] Fix get_response_body_length for large files.
Fabio Alessandrelli
2022-01-23
2
-2
/
+2
*
|
|
Add local web server configuration designed for web editor development
Hugo Locurcio
2022-01-20
3
-7
/
+3567
|
/
/
*
|
Force threads when compiling web editor instead of erroring out
Hugo Locurcio
2022-01-19
1
-3
/
+3
*
|
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
3
-5
/
+4
|
\
\
|
*
|
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
3
-5
/
+4
*
|
|
Remove property hints referencing unsupported svgz extension
Rémi Verschelde
2022-01-17
1
-3
/
+3
*
|
|
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
*
|
Fix decoding UTF-8 filenames on unzipping.
bruvzg
2022-01-05
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
33
-66
/
+66
*
|
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
|
/
[next]