aboutsummaryrefslogtreecommitdiff
path: root/editor/icons (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-0/+5
|
* State machine animation nodeJuan Linietsky2018-06-2516-0/+1153
|
* Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-211-0/+64
|
* Animation Blend SpacesJuan Linietsky2018-06-211-0/+82
|
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-0719-12/+1387
|
* Up vector implementation and OrientedPathFollow.danilo22052018-05-201-0/+5
|
* -New inspector.Juan Linietsky2018-05-152-9/+160
| | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
* Thumbnail overlay for videos in AssetLibKarolis K2018-05-111-0/+4
|
* Implemented ragdollAndreaCatania2018-05-071-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Made bone handling for actual Bone2D a special case. Make custom bones ↵Juan Linietsky2018-05-041-0/+61
| | | | appear like a custom (less important) option now.
* WIP Polygon2D weight editingJuan Linietsky2018-05-022-0/+116
|
* Updated icons,Daniel J. Ramirez2018-04-2933-299/+118
| | | | | Added CSG icons and other action icons [ci-skip]
* Displays node icon on hoverGilles Roudiere2018-04-032-0/+135
|
* Display nodes without rect's positionGilles Roudiere2018-04-031-0/+62
|
* Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde2018-03-131-3/+2
|\ | | | | Properly closing all files in Python build code
| * Properly closing all files in Python codeViktor Ferenczi2018-03-111-3/+2
| |
* | Fix broken hover/select coloring of keys in animation editorBernhard Liebl2018-03-102-5/+0
|/
* Add a split editor to polygon 2D UV editor, moving an inch closer to adding ↵Juan Linietsky2018-02-252-0/+167
| | | | support for in the future
* Icons updateDaniel J. Ramirez2018-02-2130-74/+46
| | | | includes new enum, MeshInstance2D, Skeleton2D, Cut, Copy and Paste icons.
* PEP3101 applied with changing old type string formatting as new onesBTaskaya2018-02-141-4/+4
|
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-2/+2
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Merge pull request #14786 from djrm/pr_fixesRémi Verschelde2017-12-172-10/+0
|\ | | | | Expose Range, ScrollBar and Slider as virtual.
| * Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez2017-12-172-10/+0
| |
* | Now every variant type has its icon.Daniel J. Ramirez2017-12-173-0/+6
|/
* General use Variant type icons, plus other icon updates.Daniel J. Ramirez2017-12-1760-187/+128
|
* Updated iconsDaniel J. Ramirez2017-12-1419-222/+38
| | | | [ciskip]
* Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-103-0/+179
|\ | | | | Added skeleton x-ray
| * Implemented skeleton visibilityAndreaCatania2017-12-103-0/+179
| | | | | | | | Removed code visibility code from popup menu
* | add "add point" and "select point" handles to polygon 2d editorBernhard Liebl2017-11-271-0/+5
|/
* Visual fixesDaniel J. Ramirez2017-11-2010-35/+12
| | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
* Updated some icons.Daniel J. Ramirez2017-11-162-5/+2
|
* Some fixes and improvements.Daniel J. Ramirez2017-11-102-6/+6
| | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
* adds alternative editing of nodes: you can select nodes, use del to delete ↵Bernhard Liebl2017-10-232-0/+12
| | | | nodes, and split edges by simply clicking into edge
* Improved viewport zoom and speed iconsDaniel J. Ramirez2017-10-172-175/+8
|
* Added icon under zoom/speed indicator barMarc Gilleron2017-10-152-0/+177
|
* Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez2017-10-1314-37/+35
|
* Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-1215-17/+21
|
* VS now supports white themes.Daniel J. Ramirez2017-10-024-13/+8
|
* Several visual improvements.Daniel J. Ramirez2017-09-2812-32/+21
| | | | | | | | | Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
* Improved New Project and Import project experienceDaniel J. Ramirez2017-09-233-0/+21
|
* Updated key iconsDaniel J. Ramirez2017-09-228-28/+15
| | | | [ciskip]
* Use an arrow instead of 3 dots in treesDaniel J. Ramirez2017-09-223-12/+6
|
* Improved a lot of icons, and some style fixesDaniel J. Ramirez2017-09-2127-39/+57
|
* Visual tweaks.Daniel J. Ramirez2017-09-20207-1485/+269
| | | | | Updated icons Updated some color
* Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde2017-09-1925-24/+57
|\ | | | | Visual improvements and new look for VS
| * Improved VisualScriptEditorDaniel J. Ramirez2017-09-143-0/+13
| |
| * Updated iconsDaniel J. Ramirez2017-09-1422-24/+44
| |
* | Add some options and reorganize the 2D editor menus. Makes available forced ↵Gilles Roudiere2017-09-182-9/+184
| | | | | | | | snapping.
* | Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez2017-09-151-0/+5
|/
* added highlight area to slidertoger52017-09-122-10/+0
|