summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2017-12-30change float to bool as correct typefirefly2442
2017-12-30Bind SceneTree::set_quit_on_go_back() to gdscriptvolzhs
2017-12-30Fix errors with custom default theme and custom fonts.geequlim
2017-12-29avoid error on setting skeleton from transform changedJuan Linietsky
2017-12-29Missing transform notification for Skeleton.Juan Linietsky
2017-12-29Use a different approach to update skeletons when transform changesJuan Linietsky
2017-12-29Update the skeleton on transformJuan Linietsky
2017-12-29Fix Tween follow not workingvolzhs
2017-12-28Fix AnimationPlayer redundantly signaling finishPedro J. Estébanez
2017-12-28Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky
2017-12-28Fix unindent (shift-tab) on column 0 and moreBernhard Liebl
2017-12-28Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl
2017-12-28Remove some lagginess from TextEdit's smooth scrollingBernhard Liebl
2017-12-29Fix TreeItem cell text alignmentyanorax
2017-12-27Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup
2017-12-27More exact picking for canvas editorBernhard Liebl
2017-12-27Support KEY_UP and KEY_DOWN in LineEditBernhard Liebl
2017-12-27Merge pull request #14971 from mrcdk/particles_emittingNoshyaar
2017-12-27Merge pull request #14991 from djrm/pr_fixesNoshyaar
2017-12-27Merge pull request #14996 from neikeq/enums-monoNoshyaar
2017-12-27Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar
2017-12-27Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar
2017-12-27Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar
2017-12-26fix indent selection crashIan
2017-12-26A promise is a promise, so added ability to load and save shaders as text fil...Juan Linietsky
2017-12-26Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky
2017-12-26Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky
2017-12-26Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-26Fix shift-key down on last line in TextEditBernhard Liebl
2017-12-25Merge pull request #15040 from Noshyaar/pr2Andreas Haas
2017-12-25Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias
2017-12-25Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-25AnimTreePlayer: fix duplicated propertiesPoommetee Ketson
2017-12-25Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar
2017-12-25Merge pull request #14853 from MattUV/context-menuNoshyaar
2017-12-25Merge pull request #14875 from YeldhamDev/splitcontainer_cursorNoshyaar
2017-12-25Merge pull request #14899 from volzhs/render-quality-optionNoshyaar
2017-12-25Merge pull request #14801 from RayKoopa/insert_tree_itemNoshyaar
2017-12-25Merge pull request #14753 from NathanWarden/mouse_button_fixNoshyaar
2017-12-25Fix error if scene has Camera at saving scenevolzhs
2017-12-24Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist
2017-12-25Fix crash from move_child at saving scenevolzhs
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry
2017-12-23Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez
2017-12-23Fixed keyboard word selection when at the start/end of line, issue 14675Paulb23
2017-12-23Set particles emitting to false when particles finish emitting with one-shot ...MrCdK