summaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
AgeCommit message (Collapse)Author
2016-05-14New reworked AnimatedSprite!Juan Linietsky
-New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc.
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
-filesystem dock dnd support -property list dnd support -scene tree dnd support
2016-05-04i18n: Don't make print_line calls translatableRémi Verschelde
2016-05-04Merge pull request #4543 from djrm/better_hint_allRémi Verschelde
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-05-03Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
Rebase of #453
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-06Fix Project Settings dialog add/delete global variableFranklin Sobrinho
2016-02-08-Avoid crash in property editor due to newly out of focus but still valid ↵Juan Linietsky
property edition, fixes #3601
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much ↵Juan Linietsky
when pops up, fixes #3415
2016-01-26Merge pull request #1453 from adolson/remove-inspector-headingsRémi Verschelde
remove column titles in property inspector
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky
2016-01-23Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-01-23-Support the TRNS flag on libpng, fixes #3097Juan Linietsky
2016-01-23Revert "Better search for SectionedPropertyEditor, added "All" section"Juan Linietsky
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho
2016-01-15Add a visual editor to color picker.MarianoGNU
2016-01-12Better search for SectionedPropertyEditor, added "All" sectionFranklin Sobrinho
2016-01-11Merge pull request #3302 from MarianoGnu/bug_fixing2Rémi Verschelde
Allow to paste resources in inspector when text_hint indicates multip…
2016-01-10-Project settings can properly add/remove properties again, fixes #3177Juan Linietsky
2016-01-10Allow to paste resources in inspector when text_hint indicates multiple typesMarianoGNU
2016-01-02-Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵Juan Linietsky
bugs, closes #2115
2016-01-02-Ability to roll-back script-exported properties to their default value on ↵Juan Linietsky
the script, closes #2128
2016-01-02Properly hide assign/clear dialog, closes #2295Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-16small fix for undo redoJuan Linietsky
2015-12-16added labels to sections and propertiesJuan Linietsky
2015-12-15-split view of property editor and editor settingsJuan Linietsky
2015-12-13Fix array editor NodePath being relative to editorFranklin Sobrinho
2015-12-12Merge pull request #2933 from TheHX/pr-shader-loaderJuan Linietsky
Fix shader loading, making possible load .shd and .sgp from editor
2015-12-11-remove (can be added back in editor settings) icons from property editorJuan Linietsky
-remove ".." from file dialog when opening res://, fixes #2994
2015-12-03Make ItemListEditor plugin functionalFranklin Sobrinho
2015-11-27Fix shader loading, making possible load .shd and .sgp from editorFranklin Sobrinho
2015-11-23Fix property editor Matrix3 and Matrix32 editingFranklin Sobrinho
2015-11-22Better PropertyEditor searchFranklin Sobrinho
2015-11-21Implement name filter to PropertyEditorFranklin Sobrinho
- Add search bar to Inspector tab and to Project and Editor settings dialog
2015-11-13-better integration of ndee's themeJuan Linietsky
2015-10-17remove unpexpected revert button, fixes #2614Juan Linietsky
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
# Solved Conflicts: # tools/editor/property_editor.cpp
2015-10-10Large improvements on scene packing and managementreduz
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes
2015-08-30Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy
# Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h
2015-08-29Edit default values. WARNING!!!Mariano Javier Suligoy
Do not merge these changes, default values are not compiled into shaders yet!
2015-08-29-added hints to sprite v/hframes, fixes truncation problemJuan Linietsky
-removed an error being printed often unnecesarly about missing child
2015-08-25make sure array is created if not existing, as noted by Guilherme FelipeJuan Linietsky
2015-08-25Show documentation for properties on hover.Juan Linietsky
This works if the property has been documented (about half are at this point)
2015-08-25Ability to edit all kinds of arrays from the property editor.Juan Linietsky
Yes, I'm trying to convince you to test the alpha release by adding all these now :)
2015-08-25Multiple, simultaneous node editing spuport!!Juan Linietsky
..but will you be brave enough to try it? :)
2015-06-29Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.