Age | Commit message (Collapse) | Author |
|
|
|
Documentation interpolation functions - Indicate what "t" means in interpolation docs
|
|
Perform export after import is fully complete
|
|
Fixes debugger randomly not pausing
|
|
Add null checking for paramaters in UndoRedo
|
|
Fix NEQ operation for Arrays and Pool*Arrays
|
|
|
|
Corrects wrong scrolling for short popups broken in 15405
|
|
Fix editor settings weird behavior
|
|
Limit number of errors and messages sent by runner
|
|
|
|
|
|
|
|
[macOS] Remove 10.6+ runtime version checks, add 10.12+ runtime version checks
|
|
Fix center_viewport_to_cursor out of size error
|
|
Print without color control sequences in HTML5 platform
|
|
|
|
|
|
Fix internal Emscripten JS API calls
|
|
|
|
|
|
|
|
|
|
[GDNative] fix reloading of non-reloadable libraries
|
|
|
|
|
|
|
|
|
|
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE
|
|
Allow popup menu scrolling without mouse wheel
|
|
[macOS] Fix build on pre 10.12 and deprecation warnings on 10.12+
|
|
|
|
|
|
Emscripten 1.37.24 no longer exports these by default
|
|
Fix typo in new strings
|
|
|
|
|
|
Fix Android build error
|
|
|
|
|
|
|
|
Fix crash when using Image.resize() without calling Image.create() first
|
|
|
|
|
|
[ci skip]
|
|
|
|
[GDNative] added reload property
|
|
|
|
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
|