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
*
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
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Fix files_dropped in HTML5 export.
Luis Sanchez
2021-12-03
1
-1
/
+1
*
[HTML5] Fix multi-touch input handling.
Fabio Alessandrelli
2021-11-30
1
-3
/
+3
*
[HTML5] Use absolute path for JS lib/pre/externs.
Fabio Alessandrelli
2021-11-26
1
-3
/
+3
*
[HTML5] Fix focus (again) in Firefox's iframes.
Fabio Alessandrelli
2021-11-26
1
-2
/
+6
*
[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.
Fabio Alessandrelli
2021-11-19
4
-64
/
+67
*
Merge pull request #54499 from Faless/threads/4.x_work_pool_default
Rémi Verschelde
2021-11-19
1
-0
/
+1
|
\
|
*
[OS] Add ThreadWorkPool default size to OS.
Fabio Alessandrelli
2021-11-02
1
-0
/
+1
*
|
[HTML5] Add checks to Gamepad API events.
Fabio Alessandrelli
2021-11-19
1
-2
/
+6
*
|
[HTML5] Fix input not focusing canvas.
Fabio Alessandrelli
2021-11-19
1
-0
/
+6
*
|
Use "enum class" for input enums
Aaron Franke
2021-11-12
3
-38
/
+39
*
|
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
1
-1
/
+1
|
/
*
Fix new projects always being created with OpenGL
Hugo Locurcio
2021-11-01
1
-2
/
+2
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
3
-676
/
+4
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
3
-6
/
+6
*
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
1
-0
/
+672
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-1
/
+1
*
JS: Bump ansi-regex version for linter
Rémi Verschelde
2021-10-22
1
-3
/
+3
*
SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct
Rémi Verschelde
2021-10-15
1
-3
/
+0
*
SCons: Add `DEV_ENABLED` defines for `target=debug` builds
Rémi Verschelde
2021-10-14
1
-0
/
+1
*
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-12
1
-2
/
+3
*
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-10-05
1
-1
/
+2
|
\
|
*
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
1
-1
/
+2
*
|
[HTML5] Refactor JS library listeners to OS.
Fabio Alessandrelli
2021-10-05
4
-70
/
+70
*
|
[HTML5] Refactor display/input JS library code.
Fabio Alessandrelli
2021-10-05
4
-414
/
+435
*
|
[HTML5] Implement Pointer Lock API in JS library.
Fabio Alessandrelli
2021-10-05
3
-8
/
+37
*
|
[HTML5] Implement window blur in JS library.
Fabio Alessandrelli
2021-10-05
4
-22
/
+12
*
|
[HTML5] Implement fullscreenchange in JS library.
Fabio Alessandrelli
2021-10-05
4
-18
/
+22
*
|
[HTML5] Implement mouse/touch/key events in JS library.
Fabio Alessandrelli
2021-10-05
7
-197
/
+259
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
|
Merge pull request #52809 from selgesel/patch1
Fabio Alessandrelli
2021-09-29
2
-0
/
+9
|
\
\
|
*
|
Release pressed events when the window is blurred on HTML5 platform
Selgesel
2021-09-23
2
-0
/
+9
*
|
|
HTML5: Fix minification error with Emscripten 1.39.9
Rémi Verschelde
2021-09-29
2
-1
/
+9
|
/
/
*
|
Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_pr
Rémi Verschelde
2021-09-21
7
-154
/
+339
|
\
\
[next]