| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
when godot could be found in PATH.
The correct fix is to use sysctl to get the path to the current executable
this also fixes the ability to call external commands.
|
|
|
|
renamed interface/editor/custom_font to interface/editor/main_font
moved text_editor/theme/font to interface/editor/code_font
renamed interface/editor/font_size to interface/editor/main_font_size
renamed interface/editor/source_code_size to interface/editor/code_font_size
|
|
Fix #15449
|
|
|
|
|
|
|
|
Seems to fix issue 15392
|
|
|
|
|
|
Fix #11798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Emscripten 1.37.24 no longer exports these by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ci skip]
|
|
|
|
|
|
Closes #15385.
|
|
it was returning false if it found the same content in both arrays which isn't correct, it should return true when it finds different values
|
|
satisfied, fixes #15298
|
|
Importing a wav file that was exported with a custom loop type was causing it being imported with loop mode ping-pong
|