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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow nullptr with zero length in FileAccess get_buffer
Alex Hirsch
2021-03-16
7
-7
/
+7
*
Merge pull request #47076 from Faless/debugger/4.x_remote_peer_backoff
Rémi Verschelde
2021-03-16
1
-1
/
+6
|
\
|
*
[Net] Make debugger peer less CPU intensive.
Fabio Alessandrelli
2021-03-16
1
-1
/
+6
*
|
Fix bug causing `project.godot` to be ignored when `project.binary` is missing
Fredia Huya-Kouadio
2021-03-16
1
-2
/
+0
|
/
*
Merge pull request #46378 from reduz/static-method-in-variant-types
Rémi Verschelde
2021-03-16
5
-1
/
+325
|
\
|
*
Add static method support to core Variant types
reduz
2021-03-16
5
-1
/
+325
*
|
Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checks
Rémi Verschelde
2021-03-14
7
-3
/
+19
|
\
\
|
*
|
Add parameter checkes to FileAccess get_buffer functions
Alex Hirsch
2021-03-09
7
-3
/
+19
*
|
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
26
-44
/
+45
*
|
|
[46188] fix: get unix from datetime when empty dict
Aitor Cereceto
2021-03-12
1
-0
/
+3
*
|
|
Implement Navigation layers
Gilles Roudière
2021-03-10
2
-0
/
+4
*
|
|
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
Rémi Verschelde
2021-03-09
3
-0
/
+18
|
\
\
\
|
*
|
|
Relaxes Node naming constraints in glTF documents to match the Editor.
abaire
2021-02-24
3
-0
/
+18
*
|
|
|
Move caller_id init to Thread constructor to fix UWP build.
bruvzg
2021-03-09
2
-1
/
+6
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #46386 from KoBeWi/projekt_settingz
Rémi Verschelde
2021-03-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Allow to save override.cfg with ProjectSettings
kobewi
2021-03-07
1
-1
/
+1
*
|
|
|
Improve thread IDs to avoid collisions with threads not created by the Godot ...
bruvzg
2021-03-07
2
-12
/
+17
*
|
|
|
Fix negative VRAM values
Ev1lbl0w
2021-03-05
1
-1
/
+1
*
|
|
|
Add missing ERR_FAIL_INDEX check to Variant::construct
Alex Hirsch
2021-03-04
1
-0
/
+1
*
|
|
|
RemoteDebugger: Fix possible division by zero
Rémi Verschelde
2021-03-04
1
-0
/
+1
*
|
|
|
Fix crash on HTTPClient::poll method
Pedro Rodrigues
2021-03-03
1
-0
/
+5
*
|
|
|
Merge pull request #46423 from kleonc/color_from_hsv_fix
Rémi Verschelde
2021-03-01
1
-50
/
+3
|
\
\
\
\
|
*
|
|
|
Make Color::from_hsv use Color::set_hsv
kleonc
2021-02-25
1
-50
/
+3
*
|
|
|
|
JSON parser: add UTF-16 surrogate pairs support.
bruvzg
2021-03-01
1
-0
/
+46
*
|
|
|
|
Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...
Mateo Kuruk Miccino
2021-02-28
2
-2
/
+12
*
|
|
|
|
ResourceLoader: Fix inverse 'if' on the cache mode
Mateo Kuruk Miccino
2021-02-27
1
-1
/
+1
*
|
|
|
|
Fix thread_process_array when NO_THREADS.
Fabio Alessandrelli
2021-02-26
1
-1
/
+1
*
|
|
|
|
Merge pull request #45061 from razonixx/Add_warning_when_dir_is_inaccesible
Rémi Verschelde
2021-02-25
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add descriptive error message when trying to access a dir fails
Carlos Cabello
2021-02-25
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #46424 from RandomShaper/fix_no_threads
Rémi Verschelde
2021-02-25
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix SafeNumeric::conditional_increment() for NO_THREADS
Pedro J. Estébanez
2021-02-25
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #38929 from touilleMan/exit-status-on-godot-error
Rémi Verschelde
2021-02-25
3
-19
/
+2
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...
Emmanuel Leblond
2021-02-25
4
-25
/
+0
|
*
|
|
|
|
Fix Godot returned status code on unexpected error
Emmanuel Leblond
2021-02-25
2
-1
/
+9
*
|
|
|
|
|
Merge pull request #38844 from hbina/patch-5
Rémi Verschelde
2021-02-25
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Avoid copying vector in constructor of PathMD5
Hanif Ariffin
2020-05-18
1
-1
/
+1
*
|
|
|
|
|
Improve the `OS.get_environment()`/`OS.set_environment()` documentation
Hugo Locurcio
2021-02-25
1
-3
/
+3
*
|
|
|
|
|
Merge pull request #46414 from RandomShaper/fix_thread_self_join
Rémi Verschelde
2021-02-25
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Prevent thread wait on itself for finish
Pedro J. Estébanez
2021-02-25
1
-0
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
Expose set_environment to GDScript
Bastiaan Olij
2021-02-25
2
-0
/
+6
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #46401 from kleonc/geometry2d_make_atlas_crash_fix
Rémi Verschelde
2021-02-25
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Geometry2D::make_atlas Fail is passed invalid rect size
kleonc
2021-02-24
1
-0
/
+4
*
|
|
|
|
|
Change CRASH_COND to ERR_FAIL in Cowdata::set
Rafał Mikrut
2021-02-24
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errors
Rémi Verschelde
2021-02-24
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed 'nonexistent action' errors spammed at startup on OSX
Eric M
2021-02-24
1
-1
/
+1
*
|
|
|
|
Input: Throw error if action doesn't exist
Liz Haas
2021-02-24
1
-0
/
+16
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #46354 from reduz/importer-defaults-editor
Rémi Verschelde
2021-02-24
2
-0
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added Import Defaults Editor in Project Settings
reduz
2021-02-23
2
-0
/
+7
*
|
|
|
Merge pull request #45914 from HenryWConklin/45841-xml-entities
Rémi Verschelde
2021-02-24
3
-82
/
+48
|
\
\
\
\
|
*
|
|
|
Add support for numeric XML entities to XMLParser
Henry Conklin
2021-02-14
3
-82
/
+48
|
|
|
_
|
/
|
|
/
|
|
[next]