Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-17 | Merge pull request #11282 from djrm/pr_script_editor_auto_theme | Poommetee Ketson | |
Added adaptive text editor theme | |||
2017-09-17 | Merge pull request #11287 from sersoong/master | Poommetee Ketson | |
fix editor/property_editor.cpp missing TTR | |||
2017-09-17 | Merge pull request #11338 from marcelofg55/clang_compilefix | Poommetee Ketson | |
Compile fix for clang error on spatial_editor_plugin.cpp | |||
2017-09-16 | Add missing icons in animation tree editor | Guilherme Felipe | |
2017-09-16 | Compile fix for clang error on spatial_editor_plugin.cpp | Marcelo Fernandez | |
2017-09-16 | Merge pull request #11265 from hoelzl/fix-python3-build | Rémi Verschelde | |
Fix errors in Python 3 build [ci skip] | |||
2017-09-16 | Apply clang-format again to recent changes | Rémi Verschelde | |
Also add missing copyright headers. [ci skip] | |||
2017-09-16 | Merge pull request #11283 from volzhs/fix-icon_map-error | Rémi Verschelde | |
Fix !icon_map.has(p_type) error | |||
2017-09-16 | forgot to set proper default values for new camera interpolation | Juan Linietsky | |
2017-09-16 | Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵ | Juan Linietsky | |
interpolation. | |||
2017-09-16 | Merge pull request #11319 from neikeq/docdata-enum-proxy | Ignacio Etcheverry | |
DocData: Fix enums for proxy classes | |||
2017-09-16 | DocData: Fix enums for proxy classes | Ignacio Etcheverry | |
2017-09-16 | Fix errors in Python 3 build | Matthias Hoelzl | |
2017-09-15 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | |
2017-09-15 | Added type on export file callback, and initial export function. | Juan Linietsky | |
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | |
Fix enums bindings | |||
2017-09-15 | fix editor/property_editor.cpp missing TTR | sersoong | |
2017-09-15 | Fix !icon_map.has(p_type) error | volzhs | |
"ResizedFolder" "ResizedFile" icons are removed from 15904d6 | |||
2017-09-14 | Re-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-14 | Fixed typo in editor_node.cpp: 'my' to 'may' | Indah Sylvia | |
2017-09-14 | Warn the user that changes to resources will be lost when editing imported ↵ | Juan Linietsky | |
or instanced resources from scenes. | |||
2017-09-14 | Merge pull request #11253 from djrm/pr_better_docs | Rémi Verschelde | |
Improved editor docs | |||
2017-09-14 | Merge pull request #11246 from djrm/pr_better_script_temperature | Hein-Pieter van Braam | |
More consistent script color temperatures. | |||
2017-09-14 | Merge pull request #11031 from nabor/rename-dialog | Hein-Pieter van Braam | |
Added support to rename projects on manager | |||
2017-09-14 | Merge pull request #11195 from poke1024/fix10936 | Rémi Verschelde | |
Sprite selection rectangle updates again (fixes #10936) | |||
2017-09-14 | Several fixed to editor doc. | Daniel J. Ramirez | |
Improved style Fixed editor help issues Added editor help index | |||
2017-09-14 | Changed source font to Mononoki. | Daniel J. Ramirez | |
2017-09-14 | sprite 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-13 | Deleted unnecessary print | Nabor Erices | |
2017-09-13 | More consistent script color temperatures. | Daniel J. Ramirez | |
2017-09-13 | Merge pull request #11200 from SaracenOne/filesystem_tooltip_fix | Rémi Verschelde | |
Added missing file system display toggle button. | |||
2017-09-13 | Merge pull request #11199 from SaracenOne/filesystem_dirs | Rémi Verschelde | |
Add option to always show directories in filesystem dock | |||
2017-09-13 | Merge pull request #11191 from toger5/slider_highlight_area | Rémi Verschelde | |
added highlight area to slider | |||
2017-09-13 | Fix enums bindings | Maxim Sheronov | |
Add missed bindings for enums Move some enums to class to have correct output of api.json | |||
2017-09-13 | Merge pull request #11081 from djrm/pr_better_3d_grid | Rémi Verschelde | |
Better looking spatial editor grid | |||
2017-09-13 | Merge pull request #11063 from toger5/svg_generation_optimization | Rémi Verschelde | |
optimized color conversion for svg generation | |||
2017-09-13 | Merge pull request #7908 from SaracenOne/recast | Rémi Verschelde | |
In-editor navmesh generation. | |||
2017-09-13 | Merge pull request #10826 from tuga3d/toggle-comment-behavior | Rémi Verschelde | |
Smarter toggle comment block. fixes #10720 | |||
2017-09-13 | Merge pull request #11061 from marcelofg55/dump_backtrace | Hein-Pieter van Braam | |
Add a segfault handler to dump the backtrace on Windows, Linux and OS X | |||
2017-09-13 | Merge pull request #11207 from toger5/fixed_margin_for_theme | Hein-Pieter van Braam | |
fixed margin beeing squared | |||
2017-09-13 | Merge pull request #11210 from toger5/fix_little_border_for_vieport | Gilles Roudiere | |
fixed border on the right of viewport | |||
2017-09-13 | fixed border on the right of viewport | toger5 | |
2017-09-13 | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez | |
2017-09-13 | Style: Apply clang-format to @reduz's changes | Rémi Verschelde | |
[ci skip] | |||
2017-09-12 | When method or property has no description, a link asks you to create it | Juan Linietsky | |
2017-09-12 | fixed margin beeing squared | toger5 | |
2017-09-12 | optimized color conversion for svg generation | toger5 | |
2017-09-12 | DocData: Drop unused brief description for properties | Rémi Verschelde | |
2017-09-12 | added highlight area to slider | toger5 | |
2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | |
possible to save module files in module directories and the build system will recognize them. |