Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-14 | Merge pull request #21024 from godotengine/revert-20860-fix_border_artifact | Juan Linietsky | |
Revert "Fix border artifacts at the edge of deep parallax." | |||
2018-08-14 | Revert "Fix border artifacts at the edge of deep parallax." | Juan Linietsky | |
2018-08-15 | Merge pull request #21010 from YeldhamDev/tile_editors_changes | Rémi Verschelde | |
Changes to the TileSet and TextureRegion editors | |||
2018-08-15 | Merge pull request #20873 from ttencate/master | Rémi Verschelde | |
Allow middle-click to close scripts | |||
2018-08-15 | Merge pull request #20945 from neikeq/dict-erase-retbool | Rémi Verschelde | |
Dictionary: remove erase_checked(key), make erase(key) return bool | |||
2018-08-15 | Merge pull request #21008 from groud/fix_action_init | Rémi Verschelde | |
Fixes initialization of action list | |||
2018-08-14 | Merge pull request #18096 from aaronfranke/master | Juan Linietsky | |
[Core] Split up math_2d.h | |||
2018-08-14 | Merge pull request #20906 from Chaosus/rrect_fix | Rémi Verschelde | |
Fix ReferenceRect border | |||
2018-08-14 | Merge pull request #20997 from Gamblify/add_files_to_tree_view | Rémi Verschelde | |
Add a way to disable the split view in the FileSystem dock | |||
2018-08-14 | -Deprecate ImageTexture::load | Juan Linietsky | |
-Add warning to Image::load when loading resources -Add script binding for get_configuration_warning | |||
2018-08-14 | Merge pull request #20583 from neikeq/issue-15371 | Rémi Verschelde | |
Fix case where exported properties value is lost | |||
2018-08-14 | Merge pull request #20856 from KoBeWi/pretty-dictionary-print | Rémi Verschelde | |
Add some curly braces to make dictionary printing less ambiguous | |||
2018-08-14 | Avoid scripts from being opened in same inspector, closes #20111 | Juan Linietsky | |
2018-08-14 | Merge pull request #21015 from godotengine/revert-20112-openvisualeditorbutton | Juan Linietsky | |
Revert "Open visual editor when "open editor" button in the inspector is pressed" | |||
2018-08-14 | Revert "Open visual editor when "open editor" button in the inspector is ↵ | Juan Linietsky | |
pressed" | |||
2018-08-14 | Merge pull request #20901 from KellyThomas/mono-consts | Ignacio Etcheverry | |
mono: add constants to transform and vector structs | |||
2018-08-14 | Merge pull request #20977 from malbach/Particles3D_AABB | Rémi Verschelde | |
Particles3D: set emitting if not set before generating AABB | |||
2018-08-15 | mono: add constants to transform and vector structs | Kelly Thomas | |
2018-08-14 | Dictionary: remove erase_checked(key), make erase(key) return bool | Ignacio Etcheverry | |
2018-08-14 | Changes to the TileSet and TextureRegion editors | Michael Alexsander Silva Dias | |
2018-08-14 | Fixes initialization of action list | groud | |
2018-08-14 | Merge pull request #20890 from KellyThomas/mono-is-instance-valid | Ignacio Etcheverry | |
mono: add IsInstanceValid(), move WeakRef() | |||
2018-08-14 | Allow middle-click to close scripts | Thomas ten Cate | |
Fixes #20871 | |||
2018-08-14 | Merge pull request #20400 from ↵ | Rémi Verschelde | |
OliPerraul/oliperraul/20332/fix_defects_with_editor_export_dict Fixed a number of issues related to the Dictionary export property for the editor | |||
2018-08-14 | Merge pull request #20443 from AlexHolly/add-string-format-no-index | Rémi Verschelde | |
Added String.format "no index" support | |||
2018-08-14 | Merge pull request #20484 from willnationsdev/create-favorites | Rémi Verschelde | |
Add toggle for favorites in create_root_dialog | |||
2018-08-14 | Merge pull request #20621 from YeldhamDev/bottom_panel_min | Rémi Verschelde | |
Adjust bottom panel's minimal height for the expand icon | |||
2018-08-14 | Merge pull request #20665 from SaracenOne/animation_tree_control | Rémi Verschelde | |
Add method to manually advance AnimationTree and manual process mode. | |||
2018-08-14 | Merge pull request #20744 from Zylann/fix_viewport_lock_rotation | Rémi Verschelde | |
Initialize default lock rotation in constructor | |||
2018-08-14 | Merge pull request #20760 from Calinou/improve-assetlib-download-ux | Rémi Verschelde | |
Improve the asset library download UX | |||
2018-08-14 | Merge pull request #20772 from dragmz/string_copy_oob_read_fix | Rémi Verschelde | |
Fix out of buffer read when copying from a non-null-terminated string | |||
2018-08-14 | Merge pull request #20831 from Calinou/project-manager-window-size-hidpi | Rémi Verschelde | |
Scale the project manager window size with the editor scale | |||
2018-08-14 | Merge pull request #20835 from Calinou/use-standard-button-texts-2 | Rémi Verschelde | |
Tweak some editor button texts | |||
2018-08-14 | Merge pull request #20844 from gotnospirit/fix_tween_memory_leak | Rémi Verschelde | |
interpolation was not removed because of id mismatch | |||
2018-08-14 | Merge pull request #20848 from Calinou/improve-3d-manipulator-gizmo | Rémi Verschelde | |
Improve the 3D manipulator gizmo | |||
2018-08-14 | Merge pull request #20876 from ttencate/cursor_blink | Rémi Verschelde | |
Reset caret blink when Ctrl+moving the cursor | |||
2018-08-14 | Merge pull request #20992 from Chaosus/conversion_fix | Rémi Verschelde | |
Fix int(String) != int(int) conversion | |||
2018-08-14 | Merge pull request #20993 from Chaosus/fix_folder_deleting | Rémi Verschelde | |
Fix impossibility of removing folder which contains non-latin symbols | |||
2018-08-14 | Merge pull request #20999 from ivodopiviz/project-manager-show | Rémi Verschelde | |
Always show "Open in File Manager" | |||
2018-08-14 | Merge pull request #21002 from dragmz/patch-3 | Rémi Verschelde | |
Reduce verbosity for unsupported GLES2 bg modes | |||
2018-08-14 | Reduce verbosity for unsupported GLES2 bg modes | Marcin Zawiejski | |
2018-08-14 | Merge pull request #20915 from ivodopiviz/rmb-filesystem | Rémi Verschelde | |
Show in File Manager Clarification | |||
2018-08-14 | Fix comments indentation | Rémi Verschelde | |
2018-08-14 | Always show "Open in File Manager" | Ivan Vodopiviz | |
Now this button is always shown in the project manager. Fixes #20799. | |||
2018-08-14 | Show in File Manager Clarification | Ivan Vodopiviz | |
Changed the context menu 'Show in File Manager' action description to better reflect actual behavior. Fixes #20897 | |||
2018-08-14 | Fix impossibility of removing folder which contains non-latin symbols(on ↵ | Chaosus | |
Windows) | |||
2018-08-14 | Add a way to disable the split view | groud | |
Also add a parameter as the max height before split | |||
2018-08-14 | Merge pull request #20773 from Noshyaar/tree | Rémi Verschelde | |
[DOCS] complete Tree drag and drop related methods | |||
2018-08-14 | Merge pull request #20747 from hpvb/fix-20184 | Rémi Verschelde | |
Do not call _update_actions when only changing deadzone | |||
2018-08-14 | Merge pull request #20826 from raphael10241024/mybranch | Rémi Verschelde | |
fix #20390: handle time before year 1970 |