aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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
* | | | | | | | | Fixed wrong Project Settings direction on an error message.Michael Alexsander Silva Dias2017-12-201-1/+1
* | | | | | | | | properly send mouse released event when grabbing modal focus, fixes #14854Juan Linietsky2017-12-201-1/+11
* | | | | | | | | Prevent false sharing in lightbaker RNG stateHein-Pieter van Braam2017-12-201-2/+7
* | | | | | | | | Fix lightmapper rngHein-Pieter van Braam2017-12-202-17/+36
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Make dynamic font oversampling fully dynamic.Juan Linietsky2017-12-194-1/+69
* | | | | | | | Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam2017-12-201-1/+1
* | | | | | | | Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam2017-12-202-1/+61
* | | | | | | | Lightbaker: include stdlib.h to fix CI buildsHein-Pieter van Braam2017-12-201-0/+2
* | | | | | | | Fix randomness in voxel light baker, closes #14841Juan Linietsky2017-12-191-5/+10
* | | | | | | | Added font oversampling supportJuan Linietsky2017-12-195-19/+57
| |_|_|/ / / / |/| | | | | |
* | | | | | | Fix raytrace lightmap bake biasJuan Linietsky2017-12-191-2/+2
* | | | | | | properly plot normal when bakingJuan Linietsky2017-12-192-19/+64
* | | | | | | Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky2017-12-191-0/+3
* | | | | | | Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky2017-12-191-1/+6
* | | | | | | fix for BitmapFont::create_from_fnt to allow loading from file inIbrahn Sahir2017-12-191-2/+2
| |/ / / / / |/| | | | |
* | | | | | doc: Sync classref with current sourceRémi Verschelde2017-12-181-1/+1
* | | | | | Added baked light support for gridmaps.Juan Linietsky2017-12-183-28/+83
* | | | | | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-2/+2
|\ \ \ \ \ \
| * | | | | | Dictionary::copy -> ::duplicateWill Nations2017-12-171-2/+2
* | | | | | | Merge pull request #14786 from djrm/pr_fixesRémi Verschelde2017-12-171-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez2017-12-171-3/+3
* | | | | | | | Fix Sprite3D alpha_cut member not being initializedStefano Bonicatti2017-12-171-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde2017-12-171-2/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Made highlighted item in PopupMenu circle back to the beginning/end when usin...Michael Alexsander Silva Dias2017-12-161-2/+10
| |/ / / / /