aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #11265 from hoelzl/fix-python3-buildRémi Verschelde2017-09-161-4/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix errors in Python 3 build [ci skip]
| * | | | | | | | | | Fix errors in Python 3 buildMatthias Hoelzl2017-09-161-4/+4
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Apply clang-format again to recent changesRémi Verschelde2017-09-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add missing copyright headers. [ci skip]
* | | | | | | | | | Merge pull request #11283 from volzhs/fix-icon_map-errorRémi Verschelde2017-09-161-2/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix !icon_map.has(p_type) error
| * | | | | | | | | | Fix !icon_map.has(p_type) errorvolzhs2017-09-151-2/+0
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | "ResizedFolder" "ResizedFile" icons are removed from 15904d6
* | | | | | | | | | forgot to set proper default values for new camera interpolationJuan Linietsky2017-09-161-4/+4
| | | | | | | | | |
* | | | | | | | | | Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵Juan Linietsky2017-09-161-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interpolation.
* | | | | | | | | | Merge pull request #11319 from neikeq/docdata-enum-proxyIgnacio Etcheverry2017-09-161-0/+4
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | DocData: Fix enums for proxy classes
| * | | | | | | | | DocData: Fix enums for proxy classesIgnacio Etcheverry2017-09-161-0/+4
| | | | | | | | | |
* | | | | | | | | | Added type on export file callback, and initial export function.Juan Linietsky2017-09-152-8/+41
|/ / / / / / / / /
* | | | | | | | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-0/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix enums bindings
| * | | | | | | | Fix enums bindingsMaxim Sheronov2017-09-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missed bindings for enums Move some enums to class to have correct output of api.json
* | | | | | | | | Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky2017-09-145-28/+179
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
* | | | | | | | Fixed typo in editor_node.cpp: 'my' to 'may'Indah Sylvia2017-09-141-1/+1
| | | | | | | |
* | | | | | | | Warn the user that changes to resources will be lost when editing imported ↵Juan Linietsky2017-09-142-0/+56
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | or instanced resources from scenes.
* | | | | | | Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde2017-09-147-156/+229
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improved editor docs
| * | | | | | | Several fixed to editor doc.Daniel J. Ramirez2017-09-146-147/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved style Fixed editor help issues Added editor help index
| * | | | | | | Changed source font to Mononoki.Daniel J. Ramirez2017-09-141-9/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #11246 from djrm/pr_better_script_temperatureHein-Pieter van Braam2017-09-142-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | More consistent script color temperatures.
| * | | | | | | More consistent script color temperatures.Daniel J. Ramirez2017-09-132-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #11031 from nabor/rename-dialogHein-Pieter van Braam2017-09-142-126/+240
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added support to rename projects on manager
| * | | | | | | Deleted unnecessary printNabor Erices2017-09-131-1/+0
| | | | | | | |
| * | | | | | | Added support to rename projects on managerNabor Erices2017-09-062-126/+241
| | | | | | | |
* | | | | | | | Merge pull request #11195 from poke1024/fix10936Rémi Verschelde2017-09-141-5/+10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Sprite selection rectangle updates again (fixes #10936)
| * | | | | | | sprite selection rectangle updates again (fixes issue 10936)poke10242017-09-141-5/+10
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | sprite selection rectangle was not updating in real time when dragging or rotating sprites; undoing translation/rotation changes did not update sprite rectangles either.
* | | | | | | Merge pull request #11200 from SaracenOne/filesystem_tooltip_fixRémi Verschelde2017-09-132-11/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added missing file system display toggle button.
| * | | | | | | Added missing file system display toggle button.SaracenOne2017-09-122-11/+11
| |/ / / / / /
* | | | | | | Merge pull request #11199 from SaracenOne/filesystem_dirsRémi Verschelde2017-09-132-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add option to always show directories in filesystem dock
| * | | | | | | Add option to always show directories in filesystem dockSaracenOne2017-09-122-1/+6
| |/ / / / / /
* | | | | | | Merge pull request #11191 from toger5/slider_highlight_areaRémi Verschelde2017-09-133-13/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | added highlight area to slider
| * | | | | | | added highlight area to slidertoger52017-09-123-13/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #11081 from djrm/pr_better_3d_gridRémi Verschelde2017-09-131-9/+41
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Better looking spatial editor grid
| * | | | | | | Better looking spatial editor gridDaniel J. Ramirez2017-09-081-9/+41
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #11063 from toger5/svg_generation_optimizationRémi Verschelde2017-09-131-9/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | optimized color conversion for svg generation
| * | | | | | | optimized color conversion for svg generationtoger52017-09-121-9/+16
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7908 from SaracenOne/recastRémi Verschelde2017-09-135-0/+629
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | In-editor navmesh generation.
| * | | | | | | Recast integration.Saracen2017-09-045-0/+629
| | | | | | | |
* | | | | | | | Merge pull request #10826 from tuga3d/toggle-comment-behaviorRémi Verschelde2017-09-131-4/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Smarter toggle comment block. fixes #10720
| * | | | | | | | Smarter toggle comment block. issue #10720Paulo Gomes2017-09-051-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added check to see if all lines in selection are commented (is_commented) If so remove the comment from each line else add a comment. If the line is empty, with trailing spaces or tabs, remove those. This will add an extra comment character to the lines that are already commented, so when you uncomment a block it retains the previous commented lines. Following Zylann logic, if the selected lines are all commented out, it removes one # from each. Otherwise, it adds one. It works how it is, but i would like some feedback on how to implement this.
* | | | | | | | | Merge pull request #11061 from marcelofg55/dump_backtraceHein-Pieter van Braam2017-09-132-0/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a segfault handler to dump the backtrace on Windows, Linux and OS X
| * | | | | | | | | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-132-0/+12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11207 from toger5/fixed_margin_for_themeHein-Pieter van Braam2017-09-131-6/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fixed margin beeing squared
| * | | | | | | | | | fixed margin beeing squaredtoger52017-09-121-6/+7
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #11210 from toger5/fix_little_border_for_vieportGilles Roudiere2017-09-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | fixed border on the right of viewport
| * | | | | | | | | fixed border on the right of viewporttoger52017-09-131-1/+1
| |/ / / / / / / /
* | | | | | | | | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-132-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | When method or property has no description, a link asks you to create itJuan Linietsky2017-09-121-4/+26
| | | | | | | | |
* | | | | | | | | DocData: Drop unused brief description for propertiesRémi Verschelde2017-09-123-36/+17
| | | | | | | | |
* | | | | | | | | Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-123-47/+121
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | possible to save module files in module directories and the build system will recognize them.
* | | | | | | | Merge pull request #11204 from djrm/pr_fix_fs_iconsRémi Verschelde2017-09-122-23/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed file system dialog icons [ci skip]