aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11251 from toger5/q_e_fix_freelookRémi Verschelde2017-09-171-2/+2
|\
| * swapped up down shortcut for freelook (to fit unreal)toger52017-09-141-2/+2
* | Merge pull request #11362 from marcelofg55/fix_x11_exportRémi Verschelde2017-09-172-1/+21
|\ \
| * | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-172-1/+21
* | | Merge pull request #11360 from volzhs/fix-animation-editor-errorRémi Verschelde2017-09-171-4/+3
|\ \ \ | |/ / |/| |
| * | Fix set_item_icon error when starting editorvolzhs2017-09-181-4/+3
* | | Merge pull request #11356 from Paulb23/text_editor_theme_crashRémi Verschelde2017-09-171-1/+2
|\ \ \
| * | | Fixed segfault on loading text editor themePaulb232017-09-171-1/+2
* | | | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after useJakob Schwab2017-09-172-5/+34
| |/ / |/| |
* | | Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde2017-09-178-12/+12
|\ \ \
| * | | Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-148-12/+12
* | | | Merge pull request #11196 from poke1024/canvas-old-rectRémi Verschelde2017-09-172-0/+24
|\ \ \ \
| * | | | adds display of old bounding box as suggested by Zephilinox in issue #10936poke10242017-09-142-0/+24
* | | | | Merge pull request #11075 from ISylvox/fix-main-scene-stateRémi Verschelde2017-09-171-26/+21
|\ \ \ \ \
| * | | | | Fixed Tab Switching of Main Scene State. Closes #11045Indah Sylvia2017-09-141-26/+21
* | | | | | Merge pull request #10998 from MillionOstrich/custom-types-fix-iconsRémi Verschelde2017-09-172-13/+27
|\ \ \ \ \ \
| * | | | | | Fix icons for custom types in the recent & favorites lists in the create dialog.MillionOstrich2017-09-052-13/+27
* | | | | | | Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde2017-09-172-14/+19
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Added border for tabs + container.toger52017-09-152-14/+19
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11323 from Paulb23/quick_open_not_showing_issue_11277Rémi Verschelde2017-09-171-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed quick open not showing enties with no search text, issue 11277Paulb232017-09-161-1/+1
* | | | | | | Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson2017-09-175-69/+266
|\ \ \ \ \ \ \
| * | | | | | | Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez2017-09-155-69/+266
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11287 from sersoong/masterPoommetee Ketson2017-09-171-4/+4
|\ \ \ \ \ \ \
| * | | | | | | fix editor/property_editor.cpp missing TTRsersoong2017-09-151-4/+4
* | | | | | | | Merge pull request #11338 from marcelofg55/clang_compilefixPoommetee Ketson2017-09-171-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez2017-09-161-4/+4
* | | | | | | | | Add missing icons in animation tree editorGuilherme Felipe2017-09-161-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #11265 from hoelzl/fix-python3-buildRémi Verschelde2017-09-161-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix errors in Python 3 buildMatthias Hoelzl2017-09-161-4/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Apply clang-format again to recent changesRémi Verschelde2017-09-161-1/+0
* | | | | | | | Merge pull request #11283 from volzhs/fix-icon_map-errorRémi Verschelde2017-09-161-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix !icon_map.has(p_type) errorvolzhs2017-09-151-2/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | 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 interpol...Juan Linietsky2017-09-161-6/+17
* | | | | | | | Merge pull request #11319 from neikeq/docdata-enum-proxyIgnacio Etcheverry2017-09-161-0/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | 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 bindingsMaxim Sheronov2017-09-131-0/+3
* | | | | | | Re-Added export plugins with a more interesting API, as well as the ability t...Juan Linietsky2017-09-145-28/+179
| |/ / / / / |/| | | | |
* | | | | | 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 or...Juan Linietsky2017-09-142-0/+56
| |_|_|/ / |/| | | |
* | | | | Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde2017-09-147-156/+229
|\ \ \ \ \
| * | | | | Several fixed to editor doc.Daniel J. Ramirez2017-09-146-147/+218
| * | | | | 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.Daniel J. Ramirez2017-09-132-4/+4
| |/ / / /
* | | | | Merge pull request #11031 from nabor/rename-dialogHein-Pieter van Braam2017-09-142-126/+240
|\ \ \ \ \
| * | | | | Deleted unnecessary printNabor Erices2017-09-131-1/+0