Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-29 | Fix index out of size error of image.cpp | volzhs | |
2018-05-26 | Merge pull request #18234 from flashyincceo/font-preview | Max Hilbrunner | |
Adding font preview to file browsers | |||
2018-05-25 | Revert "Improve TileMap undo operations" | Rémi Verschelde | |
2018-05-25 | Merge pull request #19157 from volzhs/bone-visibility | Gilles Roudière | |
Don't draw bones if it's not visible | |||
2018-05-25 | Don't draw bones if it's not visible | volzhs | |
2018-05-23 | Improve TileMap undo operations | Marcelo Fernandez | |
2018-05-21 | Fix AssetLib image loading | Karolis K | |
2018-05-18 | Small tooltip changes. | Michael Alexsander Silva Dias | |
2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky | |
-make curve texture preview not so large, so its easier to embed the editor | |||
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 | 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 | 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 #18891 from groud/fix_bone_selection | Rémi Verschelde | |
Bring back 2D bone selection | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
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 | 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-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 | Bring back 2D bone selection | Gilles Roudiere | |
2018-05-15 | Fixes hovered Nodes2D display in the editor (remove duplicates) | Gilles Roudiere | |
2018-05-14 | Merge pull request #18797 from TailyFair/assetlib-video-overlay | Rémi Verschelde | |
Added video thumbnail overlay in asset description | |||
2018-05-12 | Merge pull request #18788 from Chaosus/fixblackpreviews | Rémi Verschelde | |
Fix black script previews | |||
2018-05-11 | Thumbnail overlay for videos in AssetLib | Karolis K | |
2018-05-11 | Fix black script previews | Chaosus | |
2018-05-11 | Add button hbox with alphabetic sort toggle above methods outline. | Julian Murgia | |
2018-05-10 | Fix icon if remote icon load fails | Karolis K | |
2018-05-09 | Adding font preview to file browsers | Peter Folkins | |
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. | |||
2018-05-08 | Removed pointer deletion during editor closing | Andrea Catania | |
2018-05-07 | Implemented ragdoll | AndreaCatania | |
Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll a Implemented implicit hierarchy. Improved Added some physics properties Added bone offset to preserve COM, partially fixed scaling work in progress WIP wip Implemented Joint Gizmos Implemented pin joint joint Implemented all joints | |||
2018-05-07 | Merge pull request #18684 from muiroc/fix_dragdrop_instancing | Juan Linietsky | |
Editor: Makes dragdrop instantiation behavior consistent with the instance scene button | |||
2018-05-07 | Merge pull request #18525 from Calinou/improve-3d-grid | Juan Linietsky | |
Improve the 3D editor grid | |||
2018-05-07 | Merge pull request #18633 from groud/fix_2d_editor | Juan Linietsky | |
Fix 2d editor | |||
2018-05-07 | Merge pull request #18642 from flashyincceo/engine-click | Juan Linietsky | |
Fix script editor CTRL+CLICK on singleton functions | |||
2018-05-07 | Merge pull request #18308 from ericmccarthy7/develop | Max Hilbrunner | |
Fix clone down newline bug | |||
2018-05-06 | SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to ↵ | muiroc | |
scene->instance() | |||
2018-05-05 | Fix script editor CTRL+CLICK on singleton functions | Peter Folkins | |
2018-05-05 | Fixes some 2d bones display problems | groud | |
2018-05-05 | Fixes several selection problems in the 2D editor | groud | |
2018-05-04 | Fix bone refresh logic, closes #18564 | Juan Linietsky | |
2018-05-04 | Made bone handling for actual Bone2D a special case. Make custom bones ↵ | Juan Linietsky | |
appear like a custom (less important) option now. | |||
2018-05-04 | Make bones have more contrast with outline | Juan Linietsky | |
2018-05-04 | Skeletal deform working | Juan Linietsky | |
2018-05-04 | Merge pull request #18601 from YeldhamDev/string_changes | Rémi Verschelde | |
Small changes for some strings | |||
2018-05-03 | Small changes for some strings. | Michael Alexsander Silva Dias | |
2018-05-03 | Skeleton for 2D WIP | Juan Linietsky | |
2018-05-03 | Remove unused duplicate wireframe shortcut, fixes #18067 | Robin Hübner | |
It also happens to do nothing currently. |