Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-15 | Merge pull request #21023 from Paulb23/fix_reopening_text_file | Rémi Verschelde | |
Fix re-opening of TextFiles when its already being edited. | |||
2018-08-15 | Merge pull request #21022 from Paulb23/create_text_files | Rémi Verschelde | |
Ability to create TextFiles. | |||
2018-08-15 | Merge pull request #21045 from karroffel/black-bar-fixes | Rémi Verschelde | |
[gles2] fix black bar artifacts | |||
2018-08-15 | Merge pull request #21044 from willnationsdev/class_icons | Rémi Verschelde | |
Fix error spam from loading script class icons | |||
2018-08-15 | Added method to create TextFiles | Paulb23 | |
2018-08-15 | Merge pull request #21053 from akien-mga/doc-dialog_hide_on_ok | Rémi Verschelde | |
Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog | |||
2018-08-15 | Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog | Rémi Verschelde | |
Fixes #20817. | |||
2018-08-15 | Attempting to workaround the problem present in #20904, let me know if it works. | Juan Linietsky | |
2018-08-15 | Fix error spam from loading script class icons | Will Nations | |
2018-08-15 | [gles2] fix black bar artifacts | Thomas Herzog | |
2018-08-15 | Merge pull request #21021 from DualMatrix/new_node_warning | Rémi Verschelde | |
Fixed error spam in create node dialog with custom types. | |||
2018-08-15 | Fixed error spam in create node dialog with custom types. | DualMatrix | |
This should fix #20789 | |||
2018-08-15 | Merge pull request #20560 from willnationsdev/class_icons | Rémi Verschelde | |
Add custom icons to script classes. | |||
2018-08-15 | Merge pull request #21040 from volzhs/fix-configure-warning | Rémi Verschelde | |
Fix not to show configuration warning on every node has script | |||
2018-08-15 | Fix not to show configuration warning on every node has script | volzhs | |
2018-08-15 | Merge pull request #19837 from willnationsdev/plugin-utilities | Rémi Verschelde | |
Add PluginConfigDialog. | |||
2018-08-15 | Merge pull request #21007 from guilhermefelipecgs/disable_camera_interpolation | Rémi Verschelde | |
Disable camera interpolation when switching scene tabs | |||
2018-08-15 | Merge pull request #20941 from codingHahn/fix-normals-on-shader | Rémi Verschelde | |
Fix handling of normals that approach 1 | |||
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 | Fix re-opening of TextFiles when its already being edited | Paulb23 | |
2018-08-14 | Disable camera interpolation when switching scene tabs | Guilherme Felipe | |
Fix #11764 | |||
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 | Add custom icons to script classes. | Will Nations | |
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 |