Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-25 | Merge pull request #14819 from homer666/master | Noshyaar | |
[DOCS] PhysicsDirectSpaceState [ci skip] | |||
2017-12-25 | Merge pull request #14908 from YeldhamDev/dialog_changes | Noshyaar | |
Fixes and modifications for some dialogs | |||
2017-12-25 | Merge pull request #15011 from djrm/pr_visual_improvements | Noshyaar | |
Added default close and title color to editor themed graph nodes | |||
2017-12-24 | Merge pull request #15016 from cbscribe/t2d_fix | Chris Bradfield | |
[DOCS] minor corrections to Transform2D | |||
2017-12-24 | [DOCS] minor corrections to Transform2D | Chris Bradfield | |
2017-12-24 | Added default close and title color to editor themed graph nodes | Daniel J. Ramirez | |
2017-12-24 | Merge pull request #14997 from neikeq/issue-14988 | Ignacio Etcheverry | |
Marshal NULL MonoString* as empty Godot string | |||
2017-12-24 | Restored opus build since WebM needs it, but disabled it from code. | Juan Linietsky | |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | |
-Disabled Opus, implementation is wrong. | |||
2017-12-24 | Merge pull request #14982 from GodotExplorer/more-translate-text | Noshyaar | |
Add more translatable text for editor plugins. | |||
2017-12-24 | Merge pull request #14993 from AlmightyScientist/issue-14336 | Andreas Haas | |
X11: Fixes maximized splash-boot screen bug. | |||
2017-12-24 | Marshal NULL MonoString* as empty Godot string | Ignacio Etcheverry | |
2017-12-24 | x11: Fix maximized splash-boot screen bug. | Enzo Nocera | |
Fixes #14336 | |||
2017-12-23 | Merge pull request #14978 from AndreaCatania/intshap | Juan Linietsky | |
Fixed dispatch callback | |||
2017-12-23 | Add more translatable text for editor plugins. | geequlim | |
2017-12-23 | Fixed dispatch callback | AndreaCatania | |
2017-12-23 | Merge pull request #14919 from groud/fix_grow_margin | Gilles Roudiere | |
Fixes Rect2 grow_margin not working at all | |||
2017-12-23 | Merge pull request #14965 from AndreaCatania/intshap | Rémi Verschelde | |
Fixed bullet intersect_shape crash, Fixed bullet sleeping | |||
2017-12-23 | Merge pull request #14969 from Noshyaar/pr | Rémi Verschelde | |
ProjectManager: enhance dialog ok button text | |||
2017-12-23 | Fixed rigidbody sleping, Fixes #13952 | AndreaCatania | |
2017-12-23 | IssueTemplate: remove \n at checkbox line | Noshyaar | |
2017-12-23 | ProjectManager: enhance dialog ok button text | Poommetee Ketson | |
2017-12-23 | Merge pull request #14897 from BastiaanOlij/arvr_tweaks | Rémi Verschelde | |
Few small tweaks for ARVR | |||
2017-12-23 | Merge pull request #14960 from djrm/pr_fixes | Rémi Verschelde | |
Fixes 3d camera keep aspect. | |||
2017-12-23 | Fixed intersect_shape crash, closes #13697 | AndreaCatania | |
2017-12-22 | Fixes 3d camera keep aspect. | Daniel J. Ramirez | |
2017-12-22 | Merge pull request #14946 from mhilbrunner/patch-9 | Noshyaar | |
[DOCS] Small fixes for Semaphore [ci skip] | |||
2017-12-22 | [DOCS] Small fixes for Semaphore | Max Hilbrunner | |
2017-12-22 | Merge pull request #14945 from mhilbrunner/patch-8 | Noshyaar | |
[DOCS] Small fixes for Mutex [ci skip] | |||
2017-12-22 | [DOCS] Small fixes for Mutex | Max Hilbrunner | |
2017-12-22 | Merge pull request #14944 from NathanWarden/docs_animation_player | Rémi Verschelde | |
[DOCS] Finished the documentation for AnimationPlayer | |||
2017-12-22 | Finished the documentation for AnimationPlayer | Nathan Warden | |
2017-12-22 | Do not require OpenMP for non-tools builds (export templates) | Rémi Verschelde | |
2017-12-22 | Add link to open and closed issues search to issue template | Rémi Verschelde | |
2017-12-21 | Fixes grow_margin not working at all | Gilles Roudiere | |
2017-12-21 | Merge pull request #14913 from poke1024/tooltip-shortcut-names | Rémi Verschelde | |
Consistent display of shortcut names in tooltips | |||
2017-12-21 | Merge pull request #14912 from volzhs/fix-filesystem-dock | Rémi Verschelde | |
Fix open directory in FileSystem dock | |||
2017-12-21 | Merge pull request #14906 from Hinsbart/module_suffix | Rémi Verschelde | |
Scons: Use module suffix only for final binary. | |||
2017-12-21 | Change skeleton processing to work on global coordinates, should help fix ↵ | Juan Linietsky | |
many import problems from Blender, GLTF2, etc. | |||
2017-12-21 | Consistent display of shortcut names in tooltips | poke1024 | |
2017-12-22 | Fix open directory in FileSystem dock | volzhs | |
2017-12-21 | Scons: Use module suffix only for final binary. | Andreas Haas | |
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. | |||
2017-12-21 | Fixes and modifications for some dialogs. | Michael Alexsander Silva Dias | |
2017-12-22 | Reserved controller ids 1 and 2 for left and right hand controllers and ↵ | Bastiaan Olij | |
added new center on hmd option | |||
2017-12-21 | -Make capture dependent on a cell size, not subdivision. | Juan Linietsky | |
-Fixed a bug recently introduced when releasing mouse events and calling popups | |||
2017-12-21 | [DOCS] PhysicsDirectSpaceState | homer666 | |
2017-12-21 | Merge pull request #14885 from YeldhamDev/scene_tree_path | Noshyaar | |
Fixed wrong Project Settings direction on an error message | |||
2017-12-20 | Fixed wrong Project Settings direction on an error message. | Michael Alexsander Silva Dias | |
2017-12-20 | Merge pull request #14874 from volzhs/blurry-zoom | Rémi Verschelde | |
Fix blurry after zooming | |||
2017-12-20 | properly send mouse released event when grabbing modal focus, fixes #14854 | Juan Linietsky | |