summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-07-19Merge pull request #20117 from ↵Rémi Verschelde
ordigdug/inspector-fix-inconsistencies-with-exported-enums Fix -new inspector- Inconsistencies with exported enums - Fixes remai…
2018-07-18Improvements to vector fields, show axis in color with a backgroundJuan Linietsky
2018-07-18Fix -new inspector- Inconsistencies with exported enums - Fixes remaining ↵ordigdug
issues in #19534
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-18Fix spin slider, was not registering drag properlyJuan Linietsky
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-18Merge pull request #20242 from akien-mga/export-preset-reloadMax Hilbrunner
Export: Properly reload preset when opening dialog
2018-07-18Export: Properly reload preset when opening dialogRémi Verschelde
Fixes #20119 where newly installed templates were not detected. Also fix a bug with preset deletion where it would attempt to edit an already removed preset. For this I made it so that ItemList::deselect_all() also resets `current` to -1, as a manual ItemList::deselect(idx) already does.
2018-07-18Export filters: Relax match to allow paths without leading res://Rémi Verschelde
Previously to include "file.txt", you had to set either "res://file.txt", "*file.txt" or "*.txt" as filter. Now you can use "file.txt".
2018-07-18Merge pull request #20185 from volzhs/audio-previewRémi Verschelde
Add audio preview to Inspector dock
2018-07-18Merge pull request #20227 from volzhs/fix-copy-ttfRémi Verschelde
Fix copying ttf, otf by DND to editor
2018-07-18Fix copying ttf, otf by DND to editorvolzhs
regression from d65ac7378c77648124e0e8acd09cea8fd0d104cd
2018-07-17Merge pull request #20186 from Yar-Mukhamedov/masterRémi Verschelde
A fix for the export templates installation error...
2018-07-17Merge pull request #20220 from volzhs/texture-sizeRémi Verschelde
Fix preview texture size on Inspector
2018-07-17Merge pull request #18535 from sketchyfun/new_mirror_path_handlesMax Hilbrunner
Added curve in/out (tangent) handle mirroring
2018-07-17Fix export templates installation error...Yar-Mukhamedov
2018-07-17Merge pull request #18717 from Essojadojef/fix-inputmap-categoriesMax Hilbrunner
Fix all Input Map actions expand when an event is modified
2018-07-17Merge pull request #20217 from akien-mga/layer-tooltipMax Hilbrunner
Inspector: Add bit/value info to layer tooltip
2018-07-17Fix preview texture size on Inspectorvolzhs
2018-07-17Add audio stream preview to Inspector dockvolzhs
2018-07-17Merge pull request #20131 from ibrahn/fix-connection-dialog-make-functionRémi Verschelde
fixed connection dialog's creation of script functions.
2018-07-17Inspector: Add bit/value info to layer tooltipRémi Verschelde
Fixes #20213.
2018-07-17Merge pull request #20176 from Chaosus/vs_namefixesRémi Verschelde
Several name fixes for visual shaders
2018-07-17Merge pull request #20147 from ibrahn/fix-move-file-dialogRémi Verschelde
fix for moving file using filesystem dock context menu.
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-07-16Merge pull request #20169 from Chaosus/rightclick_vsThomas Herzog
Visual shaders - make "Add node" menu showed by right click
2018-07-16Merge pull request #20112 from nunodonato/openvisualeditorbuttonThomas Herzog
Open visual editor when "open editor" button in the inspector is pressed
2018-07-16Merge pull request #20167 from Chaosus/fix_vshader_bugThomas Herzog
Fix display scale bug in visual shaders
2018-07-15New option, make any node the new scene root.Juan Linietsky
2018-07-15Small feature to help users understand the editor faster.Juan Linietsky
2018-07-15Added small icon to expand the bottom panel (and shortcut too)Juan Linietsky
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-07-15Several name fixes for visual shaderChaosus
2018-07-15Visual shaders - make "Add node" menu showed by right clickChaosus
2018-07-15Fix display scale bug in visual shadersChaosus
2018-07-14Visual Shaders are back.Juan Linietsky
2018-07-14fix for moving file using filesystem dock context menu.Ibrahn Sahir
Updated a method binding to match parameter default of recently added parameter.
2018-07-13fixed connection dialog's creation of script functions.Ibrahn Sahir
Was accessing deleted objects to find the argument list. Reordered things to get the arg list before deletion.
2018-07-12Open visual editor when "open editor" button in the inspector is pressed.Nuno Donato
Fixes #20111
2018-07-12Merge pull request #19091 from guilhermefelipecgs/fix_uiMax Hilbrunner
[InspectorDock] Change label offset
2018-07-12Merge pull request #19540 from muiroc/cylinderMax Hilbrunner
Cylinder resource and collision shape (bullet only)
2018-07-10Fallback to default font if main/code font path doesn't existAlexander-Alekseev
2018-07-09Added support for extra mouse buttons.unknown
2018-07-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
Minor changes to the AnimationPlayer editor
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
Fix "find and replace" initializing with wrong size
2018-07-05Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-editMax Hilbrunner
Fix crash when assigning a node on editing animation key
2018-07-05Merge pull request #19351 from guilhermefelipecgs/fix_reversed_textMax Hilbrunner
Fixes to the new inspector
2018-07-05Merge pull request #18028 from gabrii/18026Max Hilbrunner
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter.