Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-17 | Merge pull request #18960 from isaacremnant/autotile_3x3_minimal | Mariano Javier Suligoy | |
Restore support for minimal 3x3 autotile sets | |||
2018-05-17 | Working Drag & Drop again in inspector | Juan Linietsky | |
2018-05-17 | Moved inspector functionality from EditorNode to InspectorDock. | Daniel J. Ramirez | |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky | |
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | |||
2018-05-17 | Restore support for minimal 3x3 autotile sets | isaacremnant | |
2018-05-17 | Merge pull request #18529 from swarnimarun/master | Rémi Verschelde | |
Fix StaticBody2D ignore in tileset bug | |||
2018-05-16 | Added Rename Context Menu Option for SceneTreeDock | Eoin O'Neill | |
2018-05-16 | Merge pull request #18930 from samdze/master | Rémi Verschelde | |
Changed the name displayed for built-in scripts in the Script tab with a more descriptive one | |||
2018-05-16 | Merge pull request #18934 from YeldhamDev/project_metadata_expose | Rémi Verschelde | |
Exposed set/get_project_metadata in EditorSettings | |||
2018-05-16 | Merge pull request #18891 from groud/fix_bone_selection | Rémi Verschelde | |
Bring back 2D bone selection | |||
2018-05-16 | Merge pull request #18938 from guilhermefelipecgs/missing_header | Rémi Verschelde | |
Add missing copyright headers | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-16 | Properly show the property name on tooltip | Juan Linietsky | |
2018-05-16 | Exposed set/get_project_metadata in EditorSettings. | Michael Alexsander Silva Dias | |
2018-05-16 | AssetLib pagination modifications | Karolis K | |
2018-05-16 | Changed the name displayed in the Script tab for built-in script with a more ↵ | Samuele Zolfanelli | |
descriptive one | |||
2018-05-16 | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | |
2018-05-16 | Merge pull request #18921 from volzhs/margin-find-replace-bar | Rémi Verschelde | |
Add margin bottom with find/replace bar on script editor | |||
2018-05-16 | Merge pull request #18442 from StraToN/add-button-sort-methods-overview | Rémi Verschelde | |
Add a ToggleButton for alphabetic sorting in methods overview | |||
2018-05-16 | Add margin bottom with find/replace bar on script editor | volzhs | |
2018-05-15 | Fix compile error with clang | Marcelo Fernandez | |
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||
2018-05-15 | Merge pull request #18894 from volzhs/fix-toggle-visibility | Rémi Verschelde | |
Respect visibility change by Scene dock when using Sync Scene Changes | |||
2018-05-15 | Respect visibility change by Scene dock when using Sync Scene Changes | volzhs | |
Fix #18757 with keeping a feature introduced at 8343c9fbd | |||
2018-05-15 | Bring back 2D bone selection | Gilles Roudiere | |
2018-05-15 | Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platform | Rémi Verschelde | |
Fix two issues preventing model import from working properly when platform=server | |||
2018-05-15 | Merge pull request #18881 from groud/fix_hovered_nodes2D | Rémi Verschelde | |
Fixes hovered Nodes2D display in the editor (remove duplicates) | |||
2018-05-15 | Merge pull request #14848 from ianb96/ww | Rémi Verschelde | |
TextEdit Word Wrap | |||
2018-05-15 | Fixes hovered Nodes2D display in the editor (remove duplicates) | Gilles Roudiere | |
2018-05-14 | Merge pull request #18545 from vnen/editor-autoload | Juan Linietsky | |
Enable autoload in editor | |||
2018-05-14 | TextEdit word wrap | Ian | |
2018-05-14 | Merge pull request #18797 from TailyFair/assetlib-video-overlay | Rémi Verschelde | |
Added video thumbnail overlay in asset description | |||
2018-05-13 | Editor: make custom bold font config working | Martin Capitanio | |
Fixes #18737 | |||
2018-05-12 | Merge pull request #18788 from Chaosus/fixblackpreviews | Rémi Verschelde | |
Fix black script previews | |||
2018-05-12 | Merge pull request #18800 from dragmz/removefile | Rémi Verschelde | |
fix for removing files | |||
2018-05-11 | Merge pull request #18742 from TailyFair/assetlib-fix | Max Hilbrunner | |
Fix AssetLib icon if remote icon load fails | |||
2018-05-11 | Thumbnail overlay for videos in AssetLib | Karolis K | |
2018-05-11 | fix for removing files | Marcin Zawiejski | |
2018-05-11 | Fix crash on editor startup when running with platform=server | Josh Faust | |
2018-05-11 | Fix black script previews | Chaosus | |
2018-05-11 | Merge pull request #18770 from eska014/cmdline | Rémi Verschelde | |
Command line fixes | |||
2018-05-11 | Add button hbox with alphabetic sort toggle above methods outline. | Julian Murgia | |
2018-05-11 | Merge pull request #18781 from toger5/bold_font_error_message | Rémi Verschelde | |
fixed bold font error message | |||
2018-05-11 | fixed bodl font error message | toger5 | |
2018-05-10 | Use mimetype according to glTF spec. | Yaakuro | |
2018-05-10 | Allow exporting runnable presets from command line | Leon Krause | |
2018-05-10 | Fix icon if remote icon load fails | Karolis K | |
2018-05-10 | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes | Rémi Verschelde | |
GDScript function definition and get_node shortcut syntax highlighting | |||
2018-05-09 | Disable 'run' button if any project not selected and tiny refactoring | DmitryKrutskikh | |
2018-05-09 | Fix tileset bug #18090 to use StaticBody2D position | Swarnim Arun | |
Using staticbody2d position to affect the collision shape position whenever a tileset is created. Formatting the code Removed the most get/set from my old code. |