Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-14 | text_edit auto_completion | Alexander Holland | |
replaced "similarity filter" with "sequential checks" this give more control over the desired filtering. | |||
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 | Merge pull request #20890 from KellyThomas/mono-is-instance-valid | Ignacio Etcheverry | |
mono: add IsInstanceValid(), move WeakRef() | |||
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 | 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 | |||
2018-08-14 | Fix int(String) != int(int) conversion | Chaosus | |
2018-08-14 | mono: add IsInstanceValid(), move WeakRef() | Kelly Thomas | |
2018-08-14 | Merge pull request #20860 from guilhermefelipecgs/fix_border_artifact | Rémi Verschelde | |
Fix border artifacts at the edge of deep parallax. | |||
2018-08-14 | Merge pull request #20986 from marcelofg55/audio_dummy | Rémi Verschelde | |
Add Dummy AudioDriver into the AudioDriverManager list | |||
2018-08-14 | Merge pull request #20982 from hpvb/fix-19842 | Rémi Verschelde | |
Emit pressed events after processing items | |||
2018-08-14 | Merge pull request #20981 from gotnospirit/case_aware_autocomplete | Rémi Verschelde | |
Case-aware autocomplete: prefer same case candidates | |||
2018-08-14 | Merge pull request #20976 from Chaosus/warning_color | Rémi Verschelde | |
Add warning color to output log | |||
2018-08-14 | Merge pull request #20947 from oisincar/get_bone_ix | Rémi Verschelde | |
Expose PhysicalBone::get_bone_id() to c#/gdscript | |||
2018-08-14 | Merge pull request #20932 from clayjohn/doc_backbuffercopy | Rémi Verschelde | |
[Doc] Removed reference to texscreen in BackBufferCopy docs | |||
2018-08-14 | Merge pull request #20952 from hpvb/fix-17963 | Rémi Verschelde | |
When starting up try creating directories recursively | |||
2018-08-14 | SCons: Fix mono_root initialization | Rémi Verschelde | |
As advised by @neikeq. | |||
2018-08-13 | removed reference to texscreen | clayjohn | |
2018-08-14 | When starting up try creating directories recursively | Hein-Pieter van Braam | |
Previously we had a check to see if cache and data directories exist and another check to try to make them if they do not. However the second check was never reached if we don't have the directories in question. Furthermore for cache directories on Linux people who never started a desktop environment we need to recurisively create the XDG directory as well as the godot specific directory. This fixes #17963 |