summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-12Fix infinite recursion in GLES2 _copy_texscreenRémi Verschelde
Bug introduced in 9430e68cf3013aaa0673a4dfff844324a9c1274a, likely a typo.
2019-02-12Fix copyright year in VideoStreamGDNativeRémi Verschelde
2019-02-12Support SCREEN_TEXTURE in GLES2, fixes #25405Juan Linietsky
2019-02-12Merge pull request #25830 from guilhermefelipecgs/fix_state_machine_priorityRémi Verschelde
Fix state machine priority for auto advance
2019-02-12Merge pull request #25828 from samH-FIT/particle_fixRémi Verschelde
Fixes issue where ZIndex of converted CPUParticles2D is reset to zero
2019-02-12Ability to vflip viewports in GLES2, fixes #24555Juan Linietsky
Also culling was reversed somehow.
2019-02-12Use UVs with the nvidia rendering hack, fixes #24563Juan Linietsky
2019-02-12Fix state machine priority for auto advanceGuilherme Felipe
2019-02-12Fix fog in GLES2 by using epic hack, closes #25410Juan Linietsky
2019-02-12Fixes issue #25822samHFIT
2019-02-12Merge pull request #25827 from merumelu/audio-bus-tooltipRémi Verschelde
EditorAudioBuses: Fix wrong tooltip for "Add Bus"
2019-02-12Merge pull request #25823 from merumelu/plugin-config-dialogRémi Verschelde
PluginConfigDialog: Slight usability changes
2019-02-12EditorAudioBuses: Fix wrong tooltip for "Add Bus"merumelu
2019-02-12PluginConfigDialog: Slight usability changesmerumelu
- Set focus to the first LineEdit instead of the confirm button. - Default to GDScript rather than whatever language was first registered with the ScriptServer.
2019-02-12Merge pull request #25721 from neikeq/wwRémi Verschelde
Use script instance binding for objects constructed from C#
2019-02-12Missing canvas end left mask turned on, fixes #25666Juan Linietsky
2019-02-12Merge pull request #25496 from ptrojahn/lookatRémi Verschelde
Fix look_at with non uniform scaling
2019-02-12Fixed OWC for rigid bodies, closes #25732Juan Linietsky
2019-02-12Merge pull request #25602 from mcccclean/dont-ignore-listener-nodesRémi Verschelde
Fix 3D Listener nodes not being used
2019-02-12Merge pull request #25819 from YeldhamDev/project_manager_cleanupRémi Verschelde
Minor cleanup in the Project Manager
2019-02-12Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde
Fix many asan and ubsan reported issues
2019-02-12Merge pull request #25550 from DualMatrix/fix-25357Rémi Verschelde
Fixed Null appearing inside export variables with type hints and no default value
2019-02-12Merge pull request #25557 from kaadmy/masterRémi Verschelde
Allow usage of depth texture when contact shadows are disabled
2019-02-12Merge pull request #25725 from clayjohn/multimesh_transform_2dRémi Verschelde
Added ability to set_instance_transform_2d in multimesh
2019-02-12Merge pull request #25623 from clayjohn/multimesh_color_bugRémi Verschelde
[GLES2] Initialize color buffer to white in gles2 multimesh
2019-02-12Merge pull request #25682 from JFonS/fix_light_canvas_gles2Rémi Verschelde
Fix canvas light shaders on GLES2
2019-02-12Merge pull request #25754 from JFonS/fix_25567Rémi Verschelde
Fix canvas particle material for old GLSL versions
2019-02-12Minor cleanup in the Project ManagerMichael Alexsander Silva Dias
2019-02-12Merge pull request #25778 from YeldhamDev/add_disabled_tab_styleRémi Verschelde
Add disabled tab style
2019-02-12Merge pull request #25779 from JFonS/fix_25581Rémi Verschelde
Make LIGHT_VEC affect 2D shadows again
2019-02-12Merge pull request #25783 from Xrayez/csg-shapes-visibilityRémi Verschelde
Fix CSGShape not updating on changing visibility
2019-02-12Merge pull request #25134 from staddy/masterJuan Linietsky
Check for null pointer in RasterizerSceneGLES2::render_shadow
2019-02-12Merge pull request #25813 from cart/o-noRémi Verschelde
Use "origin" instead of "o" in Transform2D.Rotation
2019-02-11Use "origin" instead of "o" in Transform2D.RotationCarter Anderson
2019-02-11Merge pull request #25724 from aaronfranke/mono-transformIgnacio Etcheverry
[Mono] Fix Transform2D origin
2019-02-11Merge pull request #25803 from neikeq/yyIgnacio Etcheverry
Windows: Default to system MSBuild and add VSCode hint path
2019-02-11Add VSCode hint path for WindowsIgnacio Etcheverry
2019-02-11Default to MSBuild from VS Build Tools instead of Mono'sIgnacio Etcheverry
Don't pass FrameworkPathOverride to MSBuild. It's causing issues with some nuget packages.
2019-02-11Fix canvas particle material for old GLSL versionsJFonS
2019-02-11Merge pull request #25790 from YeldhamDev/topbar_node_cleanupRémi Verschelde
Cleanup editor's top bar of old nodes
2019-02-11Cleanup editor's top bar of old nodesMichael Alexsander Silva Dias
2019-02-10Fix CSGShape not updating on changing visibilityAndrii Doroshenko (Xrayez)
Hiding CSGShape should force the CSG operation to skip it which is intented behaviour according to how CSGBrush is created for each shape.
2019-02-10Merge pull request #25428 from GlaDos28/masterRémi Verschelde
[DOCS] Added warnings about Dictionary element erasure while iterating over it
2019-02-10added warnings about Dictionary element erasure while iterating over itEvgeny Savelyev
2019-02-10Make LIGHT_VEC affect 2D shadows againJFonS
2019-02-10Add disabled tab styleMichael Alexsander Silva Dias
2019-02-10Merge pull request #25770 from YeldhamDev/search_bar_cleanupRémi Verschelde
General cleanup of script and doc search bars
2019-02-10Merge pull request #25773 from neikeq/xxIgnacio Etcheverry
Do not initialize Mono if 'res://.mono/' and mscorlib are missing
2019-02-10Merge pull request #25774 from neikeq/fix-noreturn-attr-checkIgnacio Etcheverry
Fix check to determine if [[noreturn]] attribute is usable
2019-02-10Fix check to determine if [[noreturn]] attribute is usableIgnacio Etcheverry