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
*
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
|
\
\
|
*
|
[HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.
Fabio Alessandrelli
2021-09-15
7
-154
/
+339
*
|
|
Merge pull request #52720 from Faless/js/4.x_fix_wheel
Rémi Verschelde
2021-09-16
1
-5
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[HTML5] Fix wheel/touch callback modifying event after parse.
Fabio Alessandrelli
2021-09-15
1
-5
/
+6
*
|
|
Merge pull request #52695 from Faless/js/4.x_audio_mix_rate
Fabio Alessandrelli
2021-09-15
3
-7
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[HTML5] Use browser mix rate by default on the Web.
Fabio Alessandrelli
2021-09-15
3
-7
/
+14
*
|
|
[HTML5] Fix bug in AudioWorklet when reading output buffer.
Fabio Alessandrelli
2021-09-15
1
-7
/
+7
|
/
/
*
|
Merge pull request #52604 from Faless/js/4.x_input_fix
Fabio Alessandrelli
2021-09-14
2
-2
/
+23
|
\
\
|
*
|
[HTML5] Fix input not working when buffered.
Fabio Alessandrelli
2021-09-12
1
-0
/
+21
|
*
|
[HTML5] Fix build error due to missing string cast.
Fabio Alessandrelli
2021-09-12
1
-2
/
+2
|
|
/
*
/
Add logo attribution for Android, HTML5 and Linux platform icons
Hugo Locurcio
2021-09-11
1
-0
/
+15
|
/
*
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
2
-3
/
+3
*
Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...
Fabio Alessandrelli
2021-08-31
1
-7
/
+25
|
\
|
*
Improve the generated ZIP archive name when using Download Project Source
Hugo Locurcio
2021-08-16
1
-7
/
+25
*
|
HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@
Rémi Verschelde
2021-08-19
1
-1
/
+4
*
|
[CI] Upgrade Emscripten to 2.0.27.
Fabio Alessandrelli
2021-08-18
1
-1
/
+1
|
/
*
Split javascript export template into multiple files
Sergey Minakov
2021-08-12
5
-964
/
+1081
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
2
-5
/
+5
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+2
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
4
-5
/
+7
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Modernize Display server to use override keyword
Hendrik Brucker
2021-07-16
1
-54
/
+54
*
[HTML5] Make threads build the default.
Fabio Alessandrelli
2021-07-15
1
-1
/
+1
*
[HTML5] Fix build (with module_webxr_enabled=no).
Fabio Alessandrelli
2021-07-15
3
-12
/
+11
*
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
1
-1
/
+1
*
[HTML5] Raise default initial memory to 32 MiB.
Fabio Alessandrelli
2021-07-13
1
-2
/
+1
*
Implement the ability to disable classes
reduz
2021-07-13
1
-2
/
+2
*
[HTML5] Fix JavaScript string parsing with new interface.
Fabio Alessandrelli
2021-07-07
1
-1
/
+1
[next]