Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-edit | Max Hilbrunner | |
Fix crash when assigning a node on editing animation key | |||
2018-07-05 | Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text | Max Hilbrunner | |
Fixes to the new inspector | |||
2018-07-04 | Fixes to the new inspector | Guilherme Felipe | |
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit; | |||
2018-07-03 | Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspector | Max Hilbrunner | |
Add proper type information to array property | |||
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | |
2018-06-22 | Fix crash when assigning a node on editing animation key | volzhs | |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | |
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | |||
2018-06-18 | Add proper type information to array property | Bojidar Marinov | |
Part of #19158 | |||
2018-06-04 | Fix Rect2 properties typo | Guilherme Felipe | |
2018-05-25 | Merge pull request #19115 from firefly2442/cppcheck-defensive | RĂ©mi Verschelde | |
cppcheck - defensive programming on i index check order | |||
2018-05-23 | Use relative node path when assigning a node on inspector | volzhs | |
2018-05-23 | cppcheck - defensive programming on i index check order | firefly2442 | |
2018-05-19 | Dictionary editing support in inspector | Juan Linietsky | |
2018-05-19 | Dictionary editing does the comeback to the inspector, fixes #19046 | Juan Linietsky | |
2018-05-17 | Working Drag & Drop again in inspector | Juan Linietsky | |
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-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-16 | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | |
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) - |