summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-09-17Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde
Renamed function arguments to keep them consistent between declaration and implementation
2017-09-17Merge pull request #11196 from poke1024/canvas-old-rectRémi Verschelde
Adds display of old bounding box as suggested by Zephilinox in issue …
2017-09-17Merge pull request #11075 from ISylvox/fix-main-scene-stateRémi Verschelde
Fixes Tab Switching of Main Scene State. Closes #11045
2017-09-17Merge pull request #10998 from MillionOstrich/custom-types-fix-iconsRémi Verschelde
Fix icons for custom types in the recent & favorites lists in the create dialog
2017-09-17Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde
Added border for tabs + container.
2017-09-17Merge pull request #11323 from Paulb23/quick_open_not_showing_issue_11277Rémi Verschelde
Fixed quick open not showing entries with no search text, issue 11277
2017-09-17Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson
Added adaptive text editor theme
2017-09-17Merge pull request #11287 from sersoong/masterPoommetee Ketson
fix editor/property_editor.cpp missing TTR
2017-09-17Merge pull request #11338 from marcelofg55/clang_compilefixPoommetee Ketson
Compile fix for clang error on spatial_editor_plugin.cpp
2017-09-16Add missing icons in animation tree editorGuilherme Felipe
2017-09-16Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez
2017-09-16Merge pull request #11265 from hoelzl/fix-python3-buildRémi Verschelde
Fix errors in Python 3 build [ci skip]
2017-09-16Apply clang-format again to recent changesRémi Verschelde
Also add missing copyright headers. [ci skip]
2017-09-16Merge pull request #11283 from volzhs/fix-icon_map-errorRémi Verschelde
Fix !icon_map.has(p_type) error
2017-09-16forgot to set proper default values for new camera interpolationJuan Linietsky
2017-09-16Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵Juan Linietsky
interpolation.
2017-09-16Fixed quick open not showing enties with no search text, issue 11277Paulb23
2017-09-16Merge pull request #11319 from neikeq/docdata-enum-proxyIgnacio Etcheverry
DocData: Fix enums for proxy classes
2017-09-16DocData: Fix enums for proxy classesIgnacio Etcheverry
2017-09-16Fix errors in Python 3 buildMatthias Hoelzl
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-15Added type on export file callback, and initial export function.Juan Linietsky
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
Fix enums bindings
2017-09-15fix editor/property_editor.cpp missing TTRsersoong
2017-09-15Fix !icon_map.has(p_type) errorvolzhs
"ResizedFolder" "ResizedFile" icons are removed from 15904d6
2017-09-15Added border for tabs + container.toger5
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles.
2017-09-14Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky
to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
2017-09-14Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez
implementation
2017-09-14adds display of old bounding box as suggested by Zephilinox in issue #10936poke1024
2017-09-14Fixed typo in editor_node.cpp: 'my' to 'may'Indah Sylvia
2017-09-14Warn the user that changes to resources will be lost when editing imported ↵Juan Linietsky
or instanced resources from scenes.
2017-09-14Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde
Improved editor docs
2017-09-14Merge pull request #11246 from djrm/pr_better_script_temperatureHein-Pieter van Braam
More consistent script color temperatures.
2017-09-14Merge pull request #11031 from nabor/rename-dialogHein-Pieter van Braam
Added support to rename projects on manager
2017-09-14Merge pull request #11195 from poke1024/fix10936Rémi Verschelde
Sprite selection rectangle updates again (fixes #10936)
2017-09-14Several fixed to editor doc.Daniel J. Ramirez
Improved style Fixed editor help issues Added editor help index
2017-09-14Changed source font to Mononoki.Daniel J. Ramirez
2017-09-14Fixed Tab Switching of Main Scene State. Closes #11045Indah Sylvia
2017-09-14sprite selection rectangle updates again (fixes issue 10936)poke1024
sprite selection rectangle was not updating in real time when dragging or rotating sprites; undoing translation/rotation changes did not update sprite rectangles either.
2017-09-13Deleted unnecessary printNabor Erices
2017-09-13More consistent script color temperatures.Daniel J. Ramirez
2017-09-13Merge pull request #11200 from SaracenOne/filesystem_tooltip_fixRémi Verschelde
Added missing file system display toggle button.
2017-09-13Merge pull request #11199 from SaracenOne/filesystem_dirsRémi Verschelde
Add option to always show directories in filesystem dock
2017-09-13Merge pull request #11191 from toger5/slider_highlight_areaRémi Verschelde
added highlight area to slider
2017-09-13Fix enums bindingsMaxim Sheronov
Add missed bindings for enums Move some enums to class to have correct output of api.json
2017-09-13Merge pull request #11081 from djrm/pr_better_3d_gridRémi Verschelde
Better looking spatial editor grid
2017-09-13Merge pull request #11063 from toger5/svg_generation_optimizationRémi Verschelde
optimized color conversion for svg generation
2017-09-13Merge pull request #7908 from SaracenOne/recastRémi Verschelde
In-editor navmesh generation.
2017-09-13Merge pull request #10826 from tuga3d/toggle-comment-behaviorRémi Verschelde
Smarter toggle comment block. fixes #10720
2017-09-13Merge pull request #11061 from marcelofg55/dump_backtraceHein-Pieter van Braam
Add a segfault handler to dump the backtrace on Windows, Linux and OS X