summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-09Support UTF-8 in TextEdit and LineEdit navigationPaul Trojahn
This allows jumps over whole non ASCII words with Ctrl+Left/Right in a LineEdit or TextEdit. Fixes #25681
2019-03-09Merge pull request #26842 from karroffel/gdnative-singleton-crashRémi Verschelde
[GDNative] fix crash at shutdown when using singleton libraries and NativeScript
2019-03-09[GDNative] fix crash at shutdown when using singleton libraries and NativeScriptkarroffel
When a singleton library was exposing NativeScript functionality, the NativeScriptLanguage would attempt to terminate the library at shutdown. Since the GDNative module itself handles singleton libraries, it closes all singleton libraries at shutdown as well. This double free could cause a crash, since the library referenced would no longer be alive.
2019-03-09Merge pull request #26784 from humblers/fix-cpuparticles2dRémi Verschelde
Prevent invisible/inactive cpupparticles2d to redraw
2019-03-09Merge pull request #26818 from vnen/class_name-inheritanceRémi Verschelde
Allow class_name scripts to have nested inheritance
2019-03-09Merge pull request #26807 from akien-mga/editor-hint-gles2-fallbackRémi Verschelde
Set editor hint early for Project Manager and Editor
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-03-09Prevent invisible/inactive cpuparticles to redraw(3d)Daeil Kim
2019-03-09Set editor hint early for Project Manager and EditorRémi Verschelde
We need it in setup() already before initializing the renderer, as it's used to force fallback to GLES2 if GLES3 fails. Fixes #26806.
2019-03-08Merge pull request #26738 from samH-FIT/MeshColorRémi Verschelde
Fixed MeshInstance2d copying Line2d's default color
2019-03-08Added default color to mesh rendersamHFIT
2019-03-08Merge pull request #26756 from marcelofg55/android_rec_permRémi Verschelde
Request Android record permission when needed
2019-03-08Fix crash in texture previeer, closes #26749, probably othersJuan Linietsky
2019-03-08Request Android record permission when neededDESKTOP-3H3MR3A\eloisa
2019-03-08Merge pull request #26791 from Calinou/fix-typo-gdscript-warningRémi Verschelde
Fix typo in GDScript narrowing conversion warning message
2019-03-08Fix typo in GDScript narrowing conversion warning messageHugo Locurcio
This closes #26790.
2019-03-08Merge pull request #26781 from YeldhamDev/editfilediag_favdir_fixRémi Verschelde
Fix "Favorite" button not being toggled when navigating to a faved folder manually
2019-03-08Merge pull request #26767 from qarmin/fix_text_entered_errorRémi Verschelde
Fix error when trying to enter to folder/node directly via address bar
2019-03-08Prevent invisible/inactive cpupparticles2d to redrawDaeil Kim
2019-03-08Merge pull request #26746 from shartte/godot-trace-listenerIgnacio Roldán Etcheverry
Add a custom TraceListener on Startup for Mono
2019-03-08Fix error when trying to enter to folder/node directly via address barqarmin
2019-03-07Fix "Favorite" button not being toggled when navigating to a faved folder ↵Michael Alexsander Silva Dias
manually
2019-03-08Merge pull request #26776 from neikeq/issue-26616Ignacio Roldán Etcheverry
Fix CSharpInstance::set not working with base classes
2019-03-08Fix CSharpInstance::set not working with base classesIgnacio Etcheverry
2019-03-07Merge pull request #26745 from akien-mga/android-modules-defRémi Verschelde
Define android/modules globally so it appears in Project Settings
2019-03-07Merge pull request #26773 from neikeq/issue-26628Rémi Verschelde
Mono: Fix crash with exported field of custom Reference derived type
2019-03-07Fix -Wc++11-extensions warning after #26737Rémi Verschelde
Fixes #26769.
2019-03-07Merge pull request #26762 from groud/fix_odd_texture_size_gizmoRémi Verschelde
Fixes bad gizmo alignment for textures with odd size
2019-03-07Mono: Fix crash with exported field of custom Reference derived typeIgnacio Etcheverry
2019-03-07Merge pull request #26770 from neikeq/issue-26675Ignacio Etcheverry
Mono: Partially implement some Godot debug api functions
2019-03-07Merge pull request #26761 from Chaosus/fix_mono_wrapIgnacio Etcheverry
Fix division by zero at wrap functions in mono
2019-03-07Fixes bad gizmo alignment for textures with odd sizeGilles Roudière
2019-03-07Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry
Debug breaks sent with debug_break and debug_break_parse should display correctly in the Godot debugger now.
2019-03-07Added a Godot TraceListener, which is automatically installed on startup. ↵Sebastian Hartte
Fixes that Debug/Trace Assertions are simply swallowed by Godot.
2019-03-07Fix division by zero at wrap functions in monoChaosus
2019-03-07Merge pull request #26765 from neikeq/issue-25959Ignacio Etcheverry
Mono: Fix crash when re-using script binding after domain reloading
2019-03-07Merge pull request #26755 from shartte/fix-exported-props-for-tool-scriptsIgnacio Etcheverry
Update exported variables for Mono tool scripts
2019-03-07Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry
2019-03-07Update scripts exports even when normal script instances are created to ↵Sebastian Hartte
better support tool scripts with exported variables.
2019-03-07Do not annoy unrelated textures with texture editor.Juan Linietsky
2019-03-07Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editorRémi Verschelde
Fix error when dragging empty script list in Script Editor
2019-03-07Force inspector to clean up on delete, fixes crash.Juan Linietsky
2019-03-07Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky
2019-03-07Fix error when dragging empty script list in Script Editorqarmin
2019-03-07Merge pull request #21534 from volzhs/fix-scrollcontainer-sizeRémi Verschelde
Precise size calculation of ScrollContainer
2019-03-07No longer crash due to wrongly requesting a gizmo, fixes #26735Juan Linietsky
2019-03-07Define android/modules globally so it appears in Project SettingsRémi Verschelde
Until now people had to add it manually to project.godot to load custom modules.
2019-03-07Merge pull request #26696 from TweaklabOrg/masterRémi Verschelde
OS X: update mouse position on mouse down
2019-03-07Merge pull request #26737 from MidZik/rng-seed-fixRémi Verschelde
Fixed get_seed() not returning the correct seed.
2019-03-07doc: Sync classref with current sourceRémi Verschelde