Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-25 | Add history navigation in the script editor using extra mouse buttons | Hugo Locurcio | |
This feature is enabled by default, but it can be disabled in the editor settings in case it interferes with other uses of the extra buttons (such as push-to-talk in a VoIP program). | |||
2021-09-25 | Merge pull request #53049 from AnilBK/dont-construct-2 | Rémi Verschelde | |
2021-09-25 | Construct values only when necessary. | Anilforextra | |
2021-09-25 | TexturePreview Update text when texture is being changed | kleonc | |
2021-09-24 | Fix GPUParticle3D emission point generation | John Wigg | |
`emission_point_texture` is now correctly created from an image containing the emission points. | |||
2021-09-24 | Merge pull request #44352 from KoBeWi/ItemList🔥🔥🔥🔥🔥 | Rémi Verschelde | |
Add Delete All button to ItemList editor | |||
2021-09-24 | Add Delete All button to ItemList editor | kobewi | |
2021-09-24 | Merge pull request #52430 from AnilBK/vector2-replacements | Rémi Verschelde | |
2021-09-23 | Construct values only when necessary. | Anilforextra | |
2021-09-23 | Implement animated tiles | Gilles Roudière | |
2021-09-23 | Merge pull request #51920 from ↵ | Rémi Verschelde | |
jmb462/missing-sname-macro-optimization-in-some-functions | |||
2021-09-22 | Merge pull request #52808 from AnilBK/simplify-logic | Rémi Verschelde | |
2021-09-22 | Use Rect2's get_end(). | Anilforextra | |
2021-09-22 | Merge pull request #52923 from SirQuartz/paint-tool | Rémi Verschelde | |
2021-09-21 | Fix paint tool duplicate shortcut | Nicholas Huelin | |
This pull request fixes an issue where the pain tool in tile_map_editor.cpp had two different shortcuts for the same tool. | |||
2021-09-22 | Fix 3D view name typo | Haoyu Qiu | |
2021-09-21 | Merge pull request #52878 from AnilBK/add-get-center | Rémi Verschelde | |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra | |
2021-09-22 | Added ability to override shortcut definitions for OSX (remove preprocessor ↵ | Eric M | |
defines) | |||
2021-09-21 | Merge pull request #52886 from bruvzg/rtl_fixes | Rémi Verschelde | |
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment. | |||
2021-09-21 | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup ↵ | bruvzg | |
menu alignment. | |||
2021-09-20 | Tweak the 3D editor inertia defaults for better responsiveness | Hugo Locurcio | |
The default orbit sensitivity was decreased to account for this change. Rotational inertia (orbit + freelook) was disabled by default due to known issues. This also removes the need for separate manipulation inertia settings, as the default settings are more responsive. | |||
2021-09-20 | Merge pull request #52867 from JFonS/upd_giz_fix | Rémi Verschelde | |
Fix error spam on quit | |||
2021-09-20 | Merge pull request #52479 from KoBeWi/the_close_of_all_tabs | Rémi Verschelde | |
Don't stop closing on unsaved script | |||
2021-09-20 | Fix error spam on quit | jfons | |
2021-09-20 | Draggin in/out from ports to create nodes in Animation Blend Tree editor | Yuri Roubinsky | |
2021-09-17 | Merge pull request #52461 from kleonc/sprite-frames-dialog-fix-drawing | Rémi Verschelde | |
2021-09-17 | Merge pull request #52458 from jmb462/fix-node-pivot-shortcut-always-active | Rémi Verschelde | |
2021-09-17 | Merge pull request #51590 from aaronfranke/texture-region | Rémi Verschelde | |
2021-09-17 | Merge pull request #52655 from Chaosus/toggle_scripts_panel | Rémi Verschelde | |
2021-09-17 | Merge pull request #52751 from Rubonnek/rename-listener-nodes | Rémi Verschelde | |
2021-09-17 | Print a warning if a 3D editor gizmo has no name defined | Hugo Locurcio | |
Unnamed gizmos should be avoided, so this should help editor plugin authors resolve issues with gizmo naming if they forgot to override the function. | |||
2021-09-16 | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D | Wilson E. Alvarez | |
2021-09-16 | Remove bbcode_text from RichTextLabel | HaSa1002 | |
Also renames: - append_bbcode -> append_text - get_bbcode -> get_text - set_bbcode -> set_text - get_text -> get_parsed_text Property text is: set_text get_text | |||
2021-09-16 | Merge pull request #52681 from nekomatata/rename-rigid-body | Camille Mohr-Daurat | |
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | |||
2021-09-16 | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp | |
2021-09-16 | Merge pull request #49284 from Calinou/add-listener3d-gizmo-icon | Rémi Verschelde | |
Display a editor gizmo icon for Listener3D | |||
2021-09-16 | Merge pull request #52732 from manueldun/materialConversionM | Rémi Verschelde | |
Materials Conversion now includes "Local to scene" flag and name | |||
2021-09-16 | Display a editor gizmo icon for Listener3D | Hugo Locurcio | |
The icon was present in `editor/icons/`, but it was never implemented in the editor gizmos code. This also removes some unused gizmo drawing code (overridden methods that are no longer called anywhere). | |||
2021-09-15 | Conversion now includes "Local to scene" flag and name | Manuel Dun | |
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape | |||
2021-09-15 | Fix pressing `Add Node` button in visual shader editor | Yuri Roubinsky | |
2021-09-15 | Merge pull request #52317 from Calinou/2d-skeleton-editor-tweak-terms | Rémi Verschelde | |
2021-09-15 | Added status bar and toggle scripts panel button to EditorHelp/VScripts | Yuri Roubinsky | |
2021-09-15 | Fix issues with scaling Node3Ds | Krystof Klestil | |
2021-09-14 | Merge pull request #52667 from butkeim/master | Rémi Verschelde | |
Fix 3D Onion skinning missing | |||
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp | |
2021-09-14 | Fix 3D Onion skinning missing | Kerrad Yanis | |
2021-09-14 | Merge pull request #52266 from AndreaCatania/coll | Rémi Verschelde | |
2021-09-14 | Merge pull request #52662 from Chaosus/fix_bookmarks | Rémi Verschelde | |
Fix editor crash on pressing `Go to Previous Bookmark` menu button |