aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
* -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-193-4/+4
|
* Revert "Ignore alpha materials in baked light ray-tracer."Juan Linietsky2015-11-192-106/+66
|
* Merge pull request #2292 from blackwc/can_exportJuan Linietsky2015-11-192-11/+25
|\ | | | | Improve export validation
| * Improve export validationblackwc2015-07-222-11/+25
| |
* | Merge pull request #2349 from neikeq/dock_patchJuan Linietsky2015-11-191-2/+5
|\ \ | | | | | | Hide right UR and BR dock slots by default
| * | Hide right_r dock slots by defaultneikeq2015-08-091-2/+5
| | |
* | | Merge pull request #2444 from TheHX/issue_2117Juan Linietsky2015-11-191-0/+5
|\ \ \ | | | | | | | | Fix for problem when drawing CollisionPolygon when parented (#2117)
| * | | Fix for issue #2117Franklin Sobrinho2015-09-071-0/+5
| | | |
* | | | Merge pull request #2445 from TheHX/issue_2113Juan Linietsky2015-11-191-6/+3
|\ \ \ \ | | | | | | | | | | Possible fix for crash on replacing Path2D node (#2113)
| * | | | Possible fix for issue #2113Franklin Sobrinho2015-09-071-6/+3
| |/ / / | | | | | | | | | | | | * closes #2113
* | | | Merge pull request #2447 from TheHX/issue_1275Juan Linietsky2015-11-191-5/+6
|\ \ \ \ | | | | | | | | | | Fix crash after undo when editing Polygon2D (#1275)
| * | | | Fix issue #1275Franklin Sobrinho2015-11-021-5/+6
| | | | |
* | | | | Merge pull request #2451 from PeaceSells50/FixForFilesystemAddJuan Linietsky2015-11-191-4/+24
|\ \ \ \ \ | | | | | | | | | | | | Fixed bug with adding an instance from the FIleSystem dialog.
| * | | | | Fixed bug with adding an instance from the FIleSystem dialog.Peace Sells2015-09-071-4/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #2644 from Ovnuniarchos/BBCodeDocsJuan Linietsky2015-11-191-48/+59
|\ \ \ \ \ | | | | | | | | | | | | BBCode is now allowed anywhere in the inline documentation.
| * \ \ \ \ Merge branch 'master' into BBCodeDocsOvnuniarchos2015-11-1954-1101/+2253
| |\ \ \ \ \
| * | | | | | BBCode is now allowed anywhere in the inline documentation.Ovnuniarchos2015-10-201-47/+60
| | | | | | |
* | | | | | | Merge pull request #2696 from AlexHolly/restart-feature-on-runningJuan Linietsky2015-11-191-4/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | replay on play if already playing for scene and main + switch icon to…
| * | | | | | | replay on play if already playing for scene and main + switch icon to reload ↵Alexander Holland2015-10-281-4/+10
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | if running.
* | | | | | | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky2015-11-182-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Visual studio 2015 compilation
| * | | | | | | Fixes Visual Studio 2015 compile error C3688 (invalid literal suffix)ZuBsPaCe2015-10-292-3/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | tools\editor\editor_node.cpp(3037): error C3688: invalid literal suffix 'VERSION_FULL_NAME'; literal operator or literal operator template 'operator ""VERSION_FULL_NAME' not found
* | | | | | | Merge pull request #2786 from neikeq/node_select_menuJuan Linietsky2015-11-184-84/+393
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Added selection menu to spatial and canvas editors
| * | | | | | Added selection menu to spatial and canvas editorsneikeq2015-11-194-84/+393
| |/ / / / /
* | | | | | Merge pull request #2702 from TheHX/fix_align_with_viewJuan Linietsky2015-11-181-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix 3D editor align with current view
| * | | | | | Fix "Align with view" undo, fixes #1443Franklin Sobrinho2015-10-291-5/+5
| |/ / / / /
* | | | | | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-185-28/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cosmetic fixes to SCons buildsystem
| * | | | | | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-015-28/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* | | | | | Merge pull request #2716 from SaracenOne/animation_saving_fixJuan Linietsky2015-11-182-25/+167
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added missing saving support to animation editor.
| * | | | | | Added missing saving support to animation editor.Saracen2015-11-022-25/+167
| |/ / / / /
* | | | | | Merge pull request #2717 from SaracenOne/light_baker_transluscentJuan Linietsky2015-11-182-66/+106
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore alpha materials in baked light ray-tracer.
| * | | | | | Ignore alpha materials in baked light ray-tracer.Saracen2015-11-022-66/+106
| |/ / / / /
* | | | | | Merge pull request #2812 from eska014/split-anim-tracks-buttonJuan Linietsky2015-11-182-24/+41
|\ \ \ \ \ \ | | | | | | | | | | | | | | Split up AnimationPlayer tracks editor `Tracks` button
| * | | | | | Split up AnimationPlayer tracks editor `Tracks` buttoneska2015-11-182-24/+41
| | | | | | |
* | | | | | | Merge pull request #2815 from akien-mga/pr-tooltip-buttons-sample-libraryJuan Linietsky2015-11-181-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added tooltip for a few buttons in sample library editor
| * | | | | | | Added tooltip for a few buttons in sample library editorTybobobo2015-11-181-0/+4
| | | | | | | |
* | | | | | | | Merge pull request #2626 from TheHX/editor_dialogsJuan Linietsky2015-11-186-80/+66
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Small fixes in some editor dialogs
| * | | | | | | | Change MeshInstanceEditor outline dialog "Ok" button labelFranklin Sobrinho2015-10-181-1/+1
| | | | | | | | |
| * | | | | | | | Small fixes in some editor dialogsFranklin Sobrinho2015-10-186-79/+65
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2631 from firefly2442/duplicate-conditional-fixJuan Linietsky2015-11-181-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | duplicate conditional check
| * | | | | | | | duplicate conditional checkfirefly24422015-10-181-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #2639 from MarianoGnu/originJuan Linietsky2015-11-181-19/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix ButtonGroup broken layout
| * | | | | | | | Fix ButtonGroup broken layoutMarianoGNU2015-10-191-19/+17
| |/ / / / / / /
* | | | | | | | Merge pull request #2640 from firefly2442/settings-xml-missing-projJuan Linietsky2015-11-181-12/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | projects in the editor_settings.xml that are no longer found on disk will be removed
| * | | | | | | | projects in the editor_settings.xml that are no longer found on disk will be ↵firefly24422015-10-191-12/+19
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | removed
* | | | | | | | Merge pull request #2652 from firefly2442/fix-iconsJuan Linietsky2015-11-181-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fix icons (default location and in demos)
| * | | | | | | when creating project, save icon using resource location by defaultfirefly24422015-10-211-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #2676 from neikeq/inspector_history_tooltipJuan Linietsky2015-11-181-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Tooltip for the Inspector's history button
| * | | | | | | | Tooltip for the Inspector's history buttonneikeq2015-10-251-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2679 from eska014/set-all-tileset-shapesJuan Linietsky2015-11-181-4/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add all collision shapes to a tile when converting scenes to TileSets
| * | | | | | | | Add all collision shapes to a tile when converting scenes to TileSetseska2015-10-251-4/+8
| |/ / / / / / /