aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* change float to bool as correct typefirefly24422017-12-301-1/+1
* avoid error on setting skeleton from transform changedJuan Linietsky2017-12-291-0/+3
* Missing transform notification for Skeleton.Juan Linietsky2017-12-291-0/+1
* Use a different approach to update skeletons when transform changesJuan Linietsky2017-12-292-3/+17
* Update the skeleton on transformJuan Linietsky2017-12-291-0/+3
* Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky2017-12-281-1/+0
* Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-274-10/+6
|\
| * Set particles emitting to false when particles finish emitting with one-shot ...MrCdK2017-12-234-10/+6
* | Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-271-1/+2
|\ \
| * | Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-231-1/+2
| |/
* | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-271-2/+2
|\ \
| * | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-2/+2
| |/
* | Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar2017-12-272-5/+15
|\ \
| * | Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist2017-12-242-5/+15
* | | Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar2017-12-272-32/+39
|\ \ \
| * | | Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias2017-12-252-32/+39
* | | | Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar2017-12-274-29/+12
|\ \ \ \
| * | | | Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias2017-12-254-29/+12
* | | | | fix indent selection crashIan2017-12-261-10/+8
* | | | | A promise is a promise, so added ability to load and save shaders as text fil...Juan Linietsky2017-12-263-1/+109
* | | | | Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky2017-12-261-0/+2
* | | | | Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky2017-12-262-7/+5
* | | | | Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky2017-12-262-2/+6
|\ \ \ \ \
| * | | | | Fix error if scene has Camera at saving scenevolzhs2017-12-251-1/+4
| * | | | | Fix crash from move_child at saving scenevolzhs2017-12-251-1/+2
* | | | | | Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky2017-12-261-1/+1
* | | | | | Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-266-22/+13
* | | | | | Merge pull request #15040 from Noshyaar/pr2Andreas Haas2017-12-251-2/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | AnimTreePlayer: fix duplicated propertiesPoommetee Ketson2017-12-251-2/+0
| | |/ / / | |/| | |
* / | | | Add missing parameter namesPoommetee Ketson2017-12-253-4/+4
|/ / / /
* | | | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar2017-12-252-0/+14
|\ \ \ \
| * | | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...carlosfvieira2017-12-212-0/+14
* | | | | Merge pull request #14853 from MattUV/context-menuNoshyaar2017-12-252-0/+42
|\ \ \ \ \
| * | | | | Adds an option to move cursor with right click in TextEditMattUV2017-12-202-0/+42
* | | | | | Merge pull request #14875 from YeldhamDev/splitcontainer_cursorNoshyaar2017-12-252-41/+29
|\ \ \ \ \ \
| * | | | | | Fixed SplitContainer showing the "resize" cursor when it shouldn't.Michael Alexsander Silva Dias2017-12-202-41/+29
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #14899 from volzhs/render-quality-optionNoshyaar2017-12-251-1/+1
|\ \ \ \ \ \
| * | | | | | Respect HDR optionvolzhs2017-12-211-1/+1
* | | | | | | Merge pull request #14801 from RayKoopa/insert_tree_itemNoshyaar2017-12-252-22/+30
|\ \ \ \ \ \ \
| * | | | | | | Add functionality to insert tree item.Ray Koopa2017-12-182-22/+30
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #14753 from NathanWarden/mouse_button_fixNoshyaar2017-12-251-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fixed a bug where mouse button focus breaks when using multiple buttons at once.Nathan Warden2017-12-161-1/+1
* | | | | | | -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-243-54/+31
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde2017-12-231-4/+6
|\ \ \ \ \ \
| * | | | | | Reserved controller ids 1 and 2 for left and right hand controllers and added...Bastiaan Olij2017-12-221-4/+6
| | |/ / / / | |/| | | |
* | | | | | Fixes 3d camera keep aspect.Daniel J. Ramirez2017-12-222-14/+0
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde2017-12-211-4/+4
|\ \ \ \ \
| * | | | | Consistent display of shortcut names in tooltipspoke10242017-12-211-4/+4
* | | | | | Change skeleton processing to work on global coordinates, should help fix man...Juan Linietsky2017-12-211-1/+6
* | | | | | -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-213-53/+62