aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_func_nodes.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde1383-1389/+1389
2016-12-24Expose set_bone_name and get_bone_name to GDscriptElia Argentieri2-0/+7
2016-12-24Update libwebp to 0.5.2volzhs28-230/+311
2016-12-23PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje4-4/+50
2016-12-22Fix issue #7331REBELLIOUSX\Rebel_X1-1/+1
2016-12-22Fix duplicated string on RichTextLabel if starts with '\n'volzhs1-1/+2
2016-12-21Allows to start the scene with custom arguments within the editorbebae2-12/+9
2016-12-20Remove extraneous line in .po reader, which caused it to disregard first lineBojidar Marinov1-2/+0
2016-12-18Register SpatialGizmo as a scene typeIgnacio Etcheverry1-0/+1
2016-12-18Fix search to find "whole" words at end of lineJohnson Earls1-1/+1
2016-12-17doc improvement for get_colliding_bodies() methodsJerome670001-2/+2
2016-12-16Fix #7303, Quad node mesh data leakBojidar Marinov2-0/+5
2016-12-12fix for crash when no ALSA or Pulse installed on linuxGustav Lund2-0/+7
2016-12-10KinematicBody: Fix wrong method bind return typeIgnacio Etcheverry2-2/+2
2016-12-08WebM: Fix compilation on Linux/X11 ARM platformBłażej Szczygieł1-3/+5
2016-12-04small improvement to y_sort: make clear which item has to be drawn first when...Patrick Reh1-1/+4
2016-12-04Remove incomplete Inverse Kinematic moduleRémi Verschelde6-492/+0
2016-12-03TextureRegionEditor: Fix mouse wheel scroll speed.Andreas Haas1-2/+2
2016-12-03Curve2D/3D: Add clear_points method.Andreas Haas2-0/+21
2016-12-03Particles2D: Fix initial size randomness property having no effect.Andreas Haas1-1/+1
2016-12-02Fix crash on project importing by dragging a folder.Andreas Haas1-1/+1
2016-12-02Show selected node in Scene dock when parent node is foldedvolzhs1-0/+6
2016-12-01WebM: Fix crash when there is no audio streamBłażej Szczygieł2-2/+4
2016-11-30Emit asm.js code into a dedicated file for asm.js exporteska2-0/+6
2016-11-30Add window features in web exporteska2-38/+161
2016-11-30Fix some mouse bugs in WebAssembly/asm.jseska3-5/+17
2016-11-30OS additions and fixes for WebAssembly/asm.jseska4-57/+49
2016-11-30Travis: Disable Android builds for nowRémi Verschelde1-3/+3
2016-11-30Revert "Do not emit NOTIFICATION_READY more than once (breaking change)"Rémi Verschelde2-7/+6
2016-11-29Check keystore field when export Android release apkvolzhs3-0/+222
2016-11-28Fix console output for MinGW compilersRémi Verschelde1-2/+10
2016-11-28Add alert window on Androidvolzhs4-5/+38
2016-11-28Fix scroll bar moving in AnimationPlayer editorvolzhs1-1/+1
2016-11-28Fix color selected with mouse scrollvolzhs1-2/+2
2016-11-27Fix snap mode selector sticking in texture region moduleDmitry Kram1-1/+1
2016-11-24TileMap now honors blending mode.Ovnuniarchos3-1/+12
2016-11-25Prevent Spinbox value update while not focused or disabledvolzhs1-5/+13
2016-11-25Set minimum version to 10.9 building OSXBastiaanOlij3-4/+6
2016-11-23Revert "X11: Fix maximized boot splash"Rémi Verschelde1-21/+0
2016-11-22Properly localize absolute path.Fabio Alessandrelli1-1/+2
2016-11-21Correct description for the return values from get_status. (#7137)romeojulietthotel1-1/+1
2016-11-19Reused Button styleboxes for ButtonArrayZher Huei Lee1-11/+10
2016-11-19Flat button support in ButtonArray. Fixes #7153Zher Huei Lee2-2/+22
2016-11-19png: Allow building shared freetype with bundled libpngRémi Verschelde2-2/+0
2016-11-19Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde2-2/+2
2016-11-19libpng: Same fix as previous commit for server platformRémi Verschelde1-1/+1
2016-11-19libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde1-1/+1
2016-11-18memory ops implemented as OS functions by defaultAriel Manzur2-121/+8
2016-11-18adding get_stored_values methodAriel Manzur2-1/+20
2016-11-18Add Array.front() and Array.back()Kazuo2564-0/+31