summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-15Merge pull request #28919 from Faless/javascript/os_fixesMax Hilbrunner
Fix OS_Javascript execute method
2019-05-15Fix OS_Javascript execute methodFabio Alessandrelli
Signature was changed in OS via: cd4449e7abe97b2bc883e2d182db2cc41eb35f8c
2019-05-15doc: Fix issues found by the parserRémi Verschelde
2019-05-15doc: Sync classref with current sourceRémi Verschelde
2019-05-15Merge pull request #28902 from groud/fix_nan_strengthRémi Verschelde
Fix NaN with get_action_strength
2019-05-15Fix NaN with get_action_strengthGilles Roudière
2019-05-15Merge pull request #28873 from YeldhamDev/undo_scriptbutton_updateRémi Verschelde
Properly update script button when undoing a script addition
2019-05-15Merge pull request #28891 from clayjohn/brdf-fixRémi Verschelde
Fix lighting bug introduced in clear color changes
2019-05-14fix lighting bug introduced in clear color changesclayjohn
2019-05-14Merge pull request #28583 from theoniko/show-long-name-variables-correctlyMichael Alexsander Silva Dias
Fix First Ctrl+R and Ctrl+F not showing long name variables correctly
2019-05-14Merge pull request #28153 from DrMoriarty/recursive-framework-search-pathsMax Hilbrunner
Make Xcode recursively search frameworks in project dir
2019-05-14Make Xcode recursive search frameworks in project dirVasiliy Makarov
2019-05-14Merge pull request #27569 from Faless/net/ipv4_link_localMax Hilbrunner
Exclude link-local IPv4s from editor host list.
2019-05-14Merge pull request #28875 from Calinou/doc-improve-canvasitemMax Hilbrunner
Improve the CanvasItem documentation
2019-05-14Improve the CanvasItem documentationHugo Locurcio
This makes it clear that line width and antialiasing in `draw_multiline()` aren't implemented yet (see #16448).
2019-05-14Merge pull request #27898 from clayjohn/metallic_radianceRémi Verschelde
Added radiance when using clear color
2019-05-13Properly update script button when undoing a script additionMichael Alexsander Silva Dias
Fixes #28870.
2019-05-13added radiance when using clear color and fixed brdfclayjohn
2019-05-13Merge pull request #27798 from clayjohn/gles2-proj-mat-bugRémi Verschelde
Fixes bug when setting projection matrix in shader GLES2
2019-05-13Merge pull request #28518 from clayjohn/GLES2-MSAARémi Verschelde
Added MSAA to GLES2 backend
2019-05-13Merge pull request #28723 from SouzaGuilherme/fix_shadowsRémi Verschelde
Fix SHADOWS_DISABLED flag in GLES2
2019-05-13Merge pull request #28761 from aqnuep/texture_resource_reload_fixRémi Verschelde
Fix texture resource reload bug
2019-05-13Merge pull request #28750 from YeldhamDev/filedock_rmb_inherentRémi Verschelde
Make possible to create inherited scenes via the RMB menu in the FileSystem dock
2019-05-13Merge pull request #28780 from bojidar-bg/x-audio-record-passthroughRémi Verschelde
Fix AudioEffectRecord messing up the effect stack by not writing to dst_frames
2019-05-13Merge pull request #28809 from bojidar-bg/x-navmesh-wrong-vertex-orderRémi Verschelde
Fix orientation of generated navmeshes
2019-05-13Merge pull request #28839 from Faless/gdnative/lib_resource_fixRémi Verschelde
Fix GDNative library resource loading.
2019-05-13Merge pull request #28326 from BastiaanOlij/center_heightmapRémi Verschelde
Center shape according to logic Bullet applies
2019-05-13Merge pull request #28831 from dankan1890/spriteframes_sheet_fixRémi Verschelde
AnimatedSprite: Add from spritesheets now work as expected. Fix #28030
2019-05-13Merge pull request #28729 from freestraws/animated_sprite_fpsRémi Verschelde
Apply sprite frames editor FPS value correctly upon _animation_select
2019-05-13Merge pull request #28832 from hbina/issue_28689_newMax Hilbrunner
[Old PR was messed up] Document reproducability of Array.shuffle()
2019-05-12Fix GDNative library resource loading.Fabio Alessandrelli
Store general properties in ConfigFile too when modifying them. Additionally set config_file property as internal as it's not editable from inspector. It also does not appear to get saved in a meaningful way (saved as Object(ConfigFile, ...))
2019-05-12Merge pull request #28783 from Faless/mp/avoid_selfcallMax Hilbrunner
Better handle some self-RSET/RPC in MultiplayerAPI
2019-05-12Better handle some self-RSET/RPC in MultiplayerAPIFabio Alessandrelli
Allow calling yourself via RPC/RSET if the mode allows it. Better error messages when you are not allowed to call yourself.
2019-05-12AnimatedSprite: Add from spritesheets now work as expected. Fix #28030dankan1890
2019-05-11updated description of Array.shuffle to properly describe that it uses the ↵hbina085
same common seed at every runtime, thus being reproducible in general
2019-05-11Apply sprite frames editor FPS value correctly upon _animation_selectfreestraws
2019-05-11Fix orientation of generated navmeshesBojidar Marinov
Fixes #23817
2019-05-11Make possible to create inherited scenes via the RMB menu in the FileSystem dockMichael Alexsander Silva Dias
2019-05-11Merge pull request #28807 from bojidar-bg/28798-open-filesystemRémi Verschelde
Open selected folder when pressing the "Open" option in the menu
2019-05-11Merge pull request #28742 from guilhermefelipecgs/fix_28737Rémi Verschelde
[EditorSpatialGizmo] Fix error in intersect_ray
2019-05-11Merge pull request #28770 from volzhs/fix-scroll-back-topRémi Verschelde
Fix scroll back top
2019-05-11Add RegEx substitution testcase and fix relevant docsRyan Stein
(cherry picked from commit a31bbb4bd920e28cbb2c737a785e91da5e7a599f)
2019-05-11Merge pull request #28806 from bojidar-bg/28624-navmesh-cellsizeRémi Verschelde
Allow or_greater for most properties of NavMesh
2019-05-10Open selected folder when pressing the "Open" option in the menuBojidar Marinov
An attempt to fix #28798
2019-05-10Allow or_greater for most properties of NavMeshBojidar Marinov
Closes #28624
2019-05-10Merge pull request #28800 from JFonS/fix_clipped_cameraRémi Verschelde
Fixes to ClippedCamera
2019-05-10Fixes to ClippedCameraJFonS
This work has been kindly sponsored by IMVU.
2019-05-09Merge pull request #28784 from bruvzg/x11_check_extents_atomsRémi Verschelde
X11: Check if "_NET_FRAME_EXTENTS" atom is supported.
2019-05-09X11: Check if "_NET_FRAME_EXTENTS" atom is supported.bruvzg
2019-05-09Fix AudioEffectRecord messing up the effect stack by not writing to dst_framesBojidar Marinov