Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-27 | Merge pull request #15032 from Noshyaar/pr | Noshyaar | |
EditorAbout: TTR workaround for "Project Manager" contexts | |||
2017-12-27 | Merge pull request #15045 from poke1024/vector2-inline | Noshyaar | |
Inline some very common Vector2 operations | |||
2017-12-27 | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar | |
Added "get_popup" method for OptionButton | |||
2017-12-27 | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar | |
Made MenuButton and ColorPickerButton's "get_popup" methods return constant | |||
2017-12-27 | Merge pull request #15076 from ianb96/indentcrashfix | Noshyaar | |
Fix indent selection crash | |||
2017-12-27 | Merge pull request #15081 from volzhs/fix-status-font | Noshyaar | |
Fix text editor status font | |||
2017-12-27 | Fix text editor status font | volzhs | |
mistake from https://github.com/godotengine/godot/commit/15986ea343#diff-e7b153431ed956907f3ee3ef07ac59dd | |||
2017-12-26 | Merge pull request #15077 from homer666/docs-physicsdirectspacestate | Chris Bradfield | |
[DOCS] PhysicsDirectSpaceState enhancements | |||
2017-12-27 | [DOCS] PhysicsDirectSpaceState enhancements | homer666 | |
2017-12-26 | fix indent selection crash | Ian | |
2017-12-26 | Merge pull request #15026 from homer666/docs-physics2ddirectspacestate | Chris Bradfield | |
[DOCS] Physics2DDirectSpaceState enhancements | |||
2017-12-27 | [DOCS] Physics2DDirectSpaceState | homer666 | |
2017-12-26 | Properly rename scenes and resources after renaming or moving files, should ↵ | Juan Linietsky | |
fix #13976 It's not tested, so please test. | |||
2017-12-26 | Fixed proper texture binding for sprite material, fixes #13987 | Juan Linietsky | |
2017-12-26 | Property apply shader parameters, even when materials are being reused, ↵ | Juan Linietsky | |
fixes #14012 | |||
2017-12-26 | A promise is a promise, so added ability to load and save shaders as text ↵ | Juan Linietsky | |
files, closes #14431 | |||
2017-12-26 | Ability to set flags via code in StreamTexture, as some users find it ↵ | Juan Linietsky | |
useful. Fixes #14526. | |||
2017-12-26 | Merge pull request #14796 from AlmightyScientist/issue-14552 | Juan Linietsky | |
Shader Language: Fix Vertex Lighting artifacts. | |||
2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes ↵ | Juan Linietsky | |
#14569 | |||
2017-12-26 | Fix 2D editor checkboxes with a new project | Gilles Roudiere | |
2017-12-26 | Merge pull request #14977 from volzhs/fix-crash-group | Juan Linietsky | |
Fix crash & error at saving scene | |||
2017-12-26 | Fix sidedness check in material. Also remove SIDE built-in. | Juan Linietsky | |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | |
2017-12-25 | Merge pull request #15040 from Noshyaar/pr2 | Andreas Haas | |
AnimTreePlayer: fix duplicated properties | |||
2017-12-25 | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias | |
2017-12-25 | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias | |
2017-12-25 | Inline some very common Vector2 operations | Bernhard Liebl | |
2017-12-25 | Merge pull request #15042 from Noshyaar/pr3 | George Marques | |
Add missing parameter names | |||
2017-12-25 | Add missing parameter names | Poommetee Ketson | |
2017-12-25 | Merge pull request #15036 from volzhs/popup-menu-size | Noshyaar | |
Fix popup menu size in Inspector dock | |||
2017-12-25 | AnimTreePlayer: fix duplicated properties | Poommetee Ketson | |
2017-12-25 | Fix popup menu size in Inspector dock | volzhs | |
2017-12-25 | EditorAbout: TTR workaround for "Project Manager" contexts | Poommetee Ketson | |
2017-12-25 | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar | |
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) | |||
2017-12-25 | Merge pull request #14847 from YeldhamDev/3d_viewport_save | Noshyaar | |
Fixes for the Spatial Editor's Perspective options and dead code cleaning | |||
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar | |
Adds an option to move cursor with right click in TextEdit | |||
2017-12-25 | Merge pull request #14846 from carlosfvieira/weird_gizmo_ortho | Noshyaar | |
Fixes gizmo huge scale immediately after change to orthogonal view | |||
2017-12-25 | Merge pull request #14875 from YeldhamDev/splitcontainer_cursor | Noshyaar | |
Fixed SplitContainer showing the "resize" cursor when it shouldn't | |||
2017-12-25 | Merge pull request #14899 from volzhs/render-quality-option | Noshyaar | |
Respect HDR option | |||
2017-12-25 | Merge pull request #14801 from RayKoopa/insert_tree_item | Noshyaar | |
Tree: Insert new item, fix behavior when no parent given | |||
2017-12-25 | Merge pull request #14753 from NathanWarden/mouse_button_fix | Noshyaar | |
Fixed a bug where mouse button focus breaks when using multiple buttons at once. | |||
2017-12-25 | Merge pull request #14732 from AndreaCatania/jgizmo | Noshyaar | |
Fixed joint gizmos drawing orientations | |||
2017-12-25 | Merge pull request #14827 from RayKoopa/editor_patchwork | Noshyaar | |
Some Editor UI patchwork | |||
2017-12-25 | Merge pull request #14808 from YeldhamDev/script_editor_fixes | Noshyaar | |
Some fixes for the Script Editor and dead code cleaning. | |||
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 | |