summaryrefslogtreecommitdiff
path: root/editor/icons
AgeCommit message (Collapse)Author
2018-07-23Implemented Soft bodyAndreaCatania
- Soft Body Physics node - Soft Body Rendering - Soft body Editor - Soft body importer
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
-Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-07-15Added small icon to expand the bottom panel (and shortcut too)Juan Linietsky
2018-07-14Visual Shaders are back.Juan Linietsky
2018-07-12Merge pull request #19540 from muiroc/cylinderMax Hilbrunner
Cylinder resource and collision shape (bullet only)
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-04Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner
Expose ScriptCreateDialog to EditorPlugin
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-07-01Corrected art depo link in editor icons readme.Ibrahn Sahir
2018-07-01added cylinder shape supportmuiroc
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky
2018-06-25State machine animation nodeJuan Linietsky
2018-06-21Added auto triangle generation in blend space, using Delaunay.Juan Linietsky
2018-06-21Animation Blend SpacesJuan Linietsky
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-20Up vector implementation and OrientedPathFollow.danilo2205
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-11Thumbnail overlay for videos in AssetLibKarolis K
2018-05-07Implemented ragdollAndreaCatania
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-04Made bone handling for actual Bone2D a special case. Make custom bones ↵Juan Linietsky
appear like a custom (less important) option now.
2018-05-02WIP Polygon2D weight editingJuan Linietsky
2018-04-29Updated icons,Daniel J. Ramirez
Added CSG icons and other action icons [ci-skip]
2018-04-03Displays node icon on hoverGilles Roudiere
2018-04-03Display nodes without rect's positionGilles Roudiere
2018-03-13Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde
Properly closing all files in Python build code
2018-03-11Properly closing all files in Python codeViktor Ferenczi
2018-03-10Fix broken hover/select coloring of keys in animation editorBernhard Liebl
2018-02-25Add a split editor to polygon 2D UV editor, moving an inch closer to adding ↵Juan Linietsky
support for in the future
2018-02-21Icons updateDaniel J. Ramirez
includes new enum, MeshInstance2D, Skeleton2D, Cut, Copy and Paste icons.
2018-02-14PEP3101 applied with changing old type string formatting as new onesBTaskaya
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2017-12-17Merge pull request #14786 from djrm/pr_fixesRémi Verschelde
Expose Range, ScrollBar and Slider as virtual.
2017-12-17Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez
2017-12-17Now every variant type has its icon.Daniel J. Ramirez
2017-12-17General use Variant type icons, plus other icon updates.Daniel J. Ramirez
2017-12-14Updated iconsDaniel J. Ramirez
[ciskip]
2017-12-10Merge pull request #11510 from AndreaCatania/skelRémi Verschelde
Added skeleton x-ray
2017-12-10Implemented skeleton visibilityAndreaCatania
Removed code visibility code from popup menu
2017-11-27add "add point" and "select point" handles to polygon 2d editorBernhard Liebl
2017-11-20Visual fixesDaniel J. Ramirez
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
2017-11-16Updated some icons.Daniel J. Ramirez
2017-11-10Some fixes and improvements.Daniel J. Ramirez
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
2017-10-23adds alternative editing of nodes: you can select nodes, use del to delete ↵Bernhard Liebl
nodes, and split edges by simply clicking into edge
2017-10-17Improved viewport zoom and speed iconsDaniel J. Ramirez
2017-10-15Added icon under zoom/speed indicator barMarc Gilleron
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-10-02VS now supports white themes.Daniel J. Ramirez