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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #47191 from Faless/js/4.x_force_mime
Rémi Verschelde
2021-03-20
1
-1
/
+1
|
\
|
*
[HTML5] Fix loading when mime-type is missing.
Fabio Alessandrelli
2021-03-20
1
-1
/
+1
*
|
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
8
-27
/
+31
|
\
\
|
*
|
Allow to not optimize release build
Rafał Mikrut
2021-03-14
8
-27
/
+31
*
|
|
[HTML5] Fix editor version numbering.
Fabio Alessandrelli
2021-03-20
1
-1
/
+5
|
|
/
|
/
|
*
|
Merge pull request #46818 from BastiaanOlij/fix_android_vulkan
Rémi Verschelde
2021-03-20
7
-2
/
+87
|
\
\
|
*
|
Fixes on android:
Bastiaan Olij
2021-03-18
7
-2
/
+87
*
|
|
Add "Replace existing signature" to the macOS export (enabled by default).
bruvzg
2021-03-18
1
-0
/
+5
|
/
/
*
|
Fix onMainRequestPermissionsResult callback for Android plugins.
Fredia Huya-Kouadio
2021-03-17
2
-0
/
+25
*
|
Merge pull request #47080 from mbrlabs/ios-sensor-conversion
Rémi Verschelde
2021-03-17
2
-4
/
+16
|
\
\
|
*
|
Converted sensor acceleration units to m/s^2 on iOS and UWP
Marcus Brummer
2021-03-17
2
-4
/
+16
*
|
|
Enable `doNotStrip` when doing development/debugging within Android Studio
Fredia Huya-Kouadio
2021-03-16
5
-10
/
+30
|
/
/
*
|
Leverage java annotations to simplify the logic used to register the Godot pl...
Fredia Huya-Kouadio
2021-03-16
9
-64
/
+243
*
|
Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checks
Rémi Verschelde
2021-03-14
1
-0
/
+3
|
\
\
|
*
|
Add parameter checkes to FileAccess get_buffer functions
Alex Hirsch
2021-03-09
1
-0
/
+3
*
|
|
Merge pull request #46941 from goostengine/asan-msvc
Rémi Verschelde
2021-03-13
1
-0
/
+7
|
\
\
\
|
*
|
|
Add `use_asan` option for MSVC to enable AddressSanitizer
Andrii Doroshenko (Xrayez)
2021-03-12
1
-0
/
+7
*
|
|
|
Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_calls
Rémi Verschelde
2021-03-13
3
-12
/
+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Replace malloc's with Godot's memalloc macro
Ev1lbl0w
2021-03-13
3
-12
/
+14
*
|
|
|
Merge pull request #46929 from Anshul7sp1/typosAndGrammar
Rémi Verschelde
2021-03-13
3
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
3
-5
/
+5
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Non functional to non-functional
MrBrain295
2021-03-12
1
-1
/
+1
|
/
/
/
*
|
|
[HTML5] Drag and drop zip in project manager.
Fabio Alessandrelli
2021-03-12
3
-26
/
+48
*
|
|
[HTML5] Opt-in virtual keyboard support.
Fabio Alessandrelli
2021-03-11
7
-4
/
+202
|
/
/
*
|
[HTML5] Properly set canvas size during setup.
Fabio Alessandrelli
2021-03-10
1
-0
/
+1
*
|
[HTML5] Respect allow_hidpi option during setup
Fabio Alessandrelli
2021-03-08
3
-7
/
+12
|
/
*
Merge pull request #46796 from Faless/js/4.x_pwa_simple
Rémi Verschelde
2021-03-08
4
-43
/
+71
|
\
|
*
[HTML5] Add PWA support to the editor page.
Fabio Alessandrelli
2021-03-08
3
-42
/
+67
|
*
[HTML5] Catch audio worklet errors on disconnect.
Fabio Alessandrelli
2021-03-08
1
-1
/
+4
*
|
Linux: Fix PRIME detection on Steam
Rémi Verschelde
2021-03-08
1
-1
/
+4
|
/
*
[HTML5] Replace XMLHttpRequest with Fetch.
Fabio Alessandrelli
2021-03-06
6
-303
/
+368
*
[HTML5] Rename heapCopy to heapSlice.
Fabio Alessandrelli
2021-03-05
3
-4
/
+18
*
[HTML5] Export process writes sizes in template.
Fabio Alessandrelli
2021-03-05
4
-26
/
+47
*
[HTML5] Preloader fetch, streaming instantiation.
Fabio Alessandrelli
2021-03-05
4
-70
/
+103
*
Merge pull request #43768 from sjml/mac-mono-export-fix
Rémi Verschelde
2021-03-03
1
-3
/
+3
|
\
|
*
Mono/macOS: Separate data dir into frameworks and resources for codesigning
Shane Liesegang
2021-03-03
1
-3
/
+3
*
|
Merge pull request #46621 from bruvzg/macos_export_entitlemenst_4
Rémi Verschelde
2021-03-03
1
-8
/
+163
|
\
\
|
*
|
[macOS] Add entitlements config and export template `dylib` signing to the ex...
bruvzg
2021-03-03
1
-8
/
+163
|
|
/
*
/
add msan sanitizer option for linus/bsd, lsan option for osx
Jordan Schidlowsky
2021-03-02
3
-3
/
+18
|
/
*
Fix out of bounds array access on DisplayServerX11 code
Pedro Rodrigues
2021-02-28
1
-9
/
+11
*
Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_master
Rémi Verschelde
2021-02-27
1
-7
/
+10
|
\
|
*
Fix invalid missing template error when the Android build template is not ins...
Fredia Huya-Kouadio
2021-02-26
1
-7
/
+10
*
|
Update the logic to load Godot Android plugins packaged into the binary.
Fredia Huya-Kouadio
2021-02-26
5
-66
/
+8
|
/
*
Merge pull request #46446 from Faless/js/4.x_jsdoc
Rémi Verschelde
2021-02-26
8
-265
/
+1051
|
\
|
*
[HTML5] Add jsdoc2rst tool.
Fabio Alessandrelli
2021-02-26
3
-4
/
+516
|
*
[HTML5] Document Engine and EngineConfig (jsdoc).
Fabio Alessandrelli
2021-02-26
5
-261
/
+535
*
|
[HTML5] Make editor HTML build tag scons4-proof.
Fabio Alessandrelli
2021-02-26
1
-1
/
+1
|
/
*
Merge pull request #46403 from m4gr3d/fix_android_resources_inclusion_master
Rémi Verschelde
2021-02-25
1
-0
/
+3
|
\
|
*
Update the filtering logic to properly handle directories with `.gdignore` fi...
Fredia Huya-Kouadio
2021-02-24
1
-0
/
+3
*
|
Merge pull request #46402 from nekomatata/natvis-local-vector
Rémi Verschelde
2021-02-25
1
-0
/
+10
|
\
\
|
|
/
|
/
|
[next]