summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-10Merge pull request #26859 from JFonS/fix_cpuparticles_resettingRémi Verschelde
Fix resetting of CPUParticles (2D and 3D)
2019-03-10i18n: Sync translation template with current sourceRémi Verschelde
2019-03-10i18n: Sync translations with WeblateRémi Verschelde
2019-03-10Fix resetting of CPUParticles (2D and 3D)JFonS
2019-03-09Merge pull request #26856 from neikeq/issue-26834Rémi Verschelde
Mono: Fix assemblies path String incorrectly constructed from utf8
2019-03-09Mono: Fix assemblies path String incorrectly constructed from utf8Ignacio Etcheverry
Also fixed a wrong ifdef that was causing Mono to never be initialized if mscorlib was not found (which was the case with the utf8 assemblies path bug this commit fixes). This condition was meant for exported projects only, not for the editor only.
2019-03-09Merge pull request #26687 from QbieShay/hang_server_build_fixRémi Verschelde
Removed the resource preview thread from the server build
2019-03-09Merge pull request #26845 from clayjohn/gles2_transparent_viewport_bugRémi Verschelde
GLES2 reallocate texture when transparent is set
2019-03-09Merge pull request #26851 from RandomShaper/fix-26460-fake-event-floodRémi Verschelde
Fix fake null-motion mouse event flood
2019-03-09Merge pull request #26853 from groud/fix_ui_navigationRémi Verschelde
Fixes UI navigation with joysticks
2019-03-09Fix fake null-motion mouse event floodPedro J. Estébanez
This commit also improves a bit the code quality by making the intent of fake events (and themselves) more explicit. Fixes #26460.
2019-03-09Fixes UI navigation with joysticksGilles Roudière
2019-03-09gles2 reallocate texture when transparent is setclayjohn
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