aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11: Fix maximized splash-boot screen bug.Enzo Nocera2017-12-241-0/+4
| | | | Fixes #14336
* Merge pull request #14978 from AndreaCatania/intshapJuan Linietsky2017-12-231-1/+1
|\ | | | | Fixed dispatch callback
| * Fixed dispatch callbackAndreaCatania2017-12-231-1/+1
| |
* | Merge pull request #14919 from groud/fix_grow_marginGilles Roudiere2017-12-231-1/+2
|\ \ | | | | | | Fixes Rect2 grow_margin not working at all
| * | Fixes grow_margin not working at allGilles Roudiere2017-12-211-1/+2
| | |
* | | Merge pull request #14965 from AndreaCatania/intshapRémi Verschelde2017-12-233-12/+33
|\ \ \ | | |/ | |/| Fixed bullet intersect_shape crash, Fixed bullet sleeping
| * | Fixed rigidbody sleping, Fixes #13952AndreaCatania2017-12-232-11/+29
| | |
| * | Fixed intersect_shape crash, closes #13697AndreaCatania2017-12-231-1/+4
| | |
* | | Merge pull request #14969 from Noshyaar/prRémi Verschelde2017-12-231-3/+3
|\ \ \ | | | | | | | | ProjectManager: enhance dialog ok button text
| * | | ProjectManager: enhance dialog ok button textPoommetee Ketson2017-12-231-3/+3
| | | |
* | | | IssueTemplate: remove \n at checkbox lineNoshyaar2017-12-231-2/+1
|/ / /
* | | Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde2017-12-236-18/+66
|\ \ \ | | | | | | | | Few small tweaks for ARVR
| * | | Reserved controller ids 1 and 2 for left and right hand controllers and ↵Bastiaan Olij2017-12-226-18/+66
| | | | | | | | | | | | | | | | added new center on hmd option
* | | | Merge pull request #14960 from djrm/pr_fixesRémi Verschelde2017-12-232-14/+0
|\ \ \ \ | | | | | | | | | | Fixes 3d camera keep aspect.
| * | | | Fixes 3d camera keep aspect.Daniel J. Ramirez2017-12-222-14/+0
|/ / / /
* | | | Merge pull request #14946 from mhilbrunner/patch-9Noshyaar2017-12-221-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [DOCS] Small fixes for Semaphore [ci skip]
| * | | | [DOCS] Small fixes for SemaphoreMax Hilbrunner2017-12-221-3/+3
|/ / / /
* | | | Merge pull request #14945 from mhilbrunner/patch-8Noshyaar2017-12-221-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [DOCS] Small fixes for Mutex [ci skip]
| * | | | [DOCS] Small fixes for MutexMax Hilbrunner2017-12-221-3/+3
|/ / / /
* | | | Merge pull request #14944 from NathanWarden/docs_animation_playerRémi Verschelde2017-12-221-0/+1
|\ \ \ \ | | | | | | | | | | [DOCS] Finished the documentation for AnimationPlayer
| * | | | Finished the documentation for AnimationPlayerNathan Warden2017-12-221-0/+1
| | | | |
* | | | | Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde2017-12-223-4/+4
| | | | |
* | | | | Add link to open and closed issues search to issue templateRémi Verschelde2017-12-221-1/+5
| | | | |
* | | | | Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde2017-12-212-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | Consistent display of shortcut names in tooltips
| * | | | Consistent display of shortcut names in tooltipspoke10242017-12-212-5/+5
| | | | |
* | | | | Merge pull request #14912 from volzhs/fix-filesystem-dockRémi Verschelde2017-12-211-6/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix open directory in FileSystem dock
| * | | | | Fix open directory in FileSystem dockvolzhs2017-12-221-6/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #14906 from Hinsbart/module_suffixRémi Verschelde2017-12-211-3/+1
|\ \ \ \ \ | | | | | | | | | | | | Scons: Use module suffix only for final binary.
| * | | | | Scons: Use module suffix only for final binary.Andreas Haas2017-12-211-3/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | Only append the module suffixes to the resulting binary instead of all object files. That means we can keep most of our build artifacts when toggling modules like mono.
* / / / / Change skeleton processing to work on global coordinates, should help fix ↵Juan Linietsky2017-12-212-48/+51
|/ / / / | | | | | | | | | | | | many import problems from Blender, GLTF2, etc.
* | | | -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-214-57/+62
| | | | | | | | | | | | | | | | -Fixed a bug recently introduced when releasing mouse events and calling popups
* | | | Merge pull request #14885 from YeldhamDev/scene_tree_pathNoshyaar2017-12-211-1/+1
|\ \ \ \ | | | | | | | | | | Fixed wrong Project Settings direction on an error message
| * | | | Fixed wrong Project Settings direction on an error message.Michael Alexsander Silva Dias2017-12-201-1/+1
|/ / / /
* | | | Merge pull request #14874 from volzhs/blurry-zoomRémi Verschelde2017-12-201-2/+2
|\ \ \ \ | | | | | | | | | | Fix blurry after zooming
| * | | | Fix blurry after zoomingvolzhs2017-12-211-2/+2
| | | | |
* | | | | properly send mouse released event when grabbing modal focus, fixes #14854Juan Linietsky2017-12-201-1/+11
| | | | |
* | | | | Add functions to image to load a PNG or JPG from a buffer, closes #4024Juan Linietsky2017-12-202-0/+40
| | | | |
* | | | | EditorSettings: Move scene tab options to their dedicated categoryRémi Verschelde2017-12-202-5/+5
| | | | | | | | | | | | | | | | | | | | Fixes #14870.
* | | | | Properly silence buffer while not in use, fixes #14866Juan Linietsky2017-12-201-6/+6
| | | | |
* | | | | Merge pull request #14867 from hpvb/optimize-lightbaker-prevent-false-sharingRémi Verschelde2017-12-201-2/+7
|\ \ \ \ \ | | | | | | | | | | | | Prevent false sharing in lightbaker RNG state
| * | | | | Prevent false sharing in lightbaker RNG stateHein-Pieter van Braam2017-12-201-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit corrected the RNG behavior for the lightbaker but also made it significantly slower on high core count systems. Due to the vector of states being physically close together in RAM we force a cache synchronization across all cores whenever we call for the next random number to be generated. This will create a temporary local copy of the RNG state before entering the loop and then saving it back to the global state when done. This will preserve the per-thread RNG state (and random number quality) while significantly improving performance. On my 16 thread box it saves 3 minutes baking the Sponza scene, bringing performance back in line to before the various RNG fixes were introduced, being slightly faster than the first implementation.
* | | | | | doc: Sync classref with current sourceRémi Verschelde2017-12-202-0/+26
| | | | | |
* | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2017-12-2045-4013/+12832
| | | | | |
* | | | | | i18n: Sync translations with WeblateRémi Verschelde2017-12-2032-5131/+20573
| | | | | | | | | | | | | | | | | | | | | | | | Adds Icelandic and Tamil.
* | | | | | Merge pull request #14823 from willnationsdev/get-base-scriptRémi Verschelde2017-12-201-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Script.get_base_script()/get_instance_base_type() to API
| * | | | | | Add Script.get_base_script/instance_base_type APIWill Nations2017-12-191-0/+2
| | | | | | |
* | | | | | | Merge pull request #14860 from chongdashu/fix-12946-crash-editor-save-exitRémi Verschelde2017-12-201-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix editor crash on "save and exit" bug
| * | | | | | | Fix editor crash on "save and exit" bugChong-U Lim2017-12-201-0/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a scene is modified and a user closes the editor and selects the "Save and exit" option in the modal dialog -- the editor crashes. This appears to be a result of the message queue being memdeleted AFTER visual servers have been destroyed. Remnant textures handled by the message queue throw a NRE when their own ~Texture destructors reference the visual servers. This fixes bugs: #12946 and #12813.
* | | | | | | Fix gridmap disappearing after editing after bake, closes #14868Juan Linietsky2017-12-201-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #14863 from hpvb/fix-lightmapper-rngJuan Linietsky2017-12-202-17/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix lightmapper rng