summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* -Fixed height fog (was broken)Juan Linietsky2017-11-252-1/+5
| | | | -Make sure materials are named in OBJ importer, so they can be saved outside as resources.
* Merge pull request #13263 from sersoong/master-testRémi Verschelde2017-11-251-0/+1
|\ | | | | 3.0beta - Fixed doesn't close open a file window bug
| * Fix doesn't close open a file window bugsersoong2017-11-251-0/+1
| |
* | Add importer option to make meshes bakeable by default.Juan Linietsky2017-11-252-4/+17
| |
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-259-19/+20
|/ | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* Fixes bug where enumeration is not being savedJuan Linietsky2017-11-241-2/+2
|
* Fix block where setter/getters are cached to be skippedJuan Linietsky2017-11-241-1/+2
|
* Add a bit space around the .import [deps] tag to make it more readable.Juan Linietsky2017-11-241-2/+2
|
* Changed reimport logic to also check md5 before reimporting, fixes #13135Juan Linietsky2017-11-242-76/+104
| | | | | Has the nice side effect that you can share your .import folder or rename your project and godot wont reimport stuff.
* Attempt to remove setters/getters from doc dataJuan Linietsky2017-11-241-0/+13
|
* Fix context menu of first node in a new scenesersoong2017-11-241-1/+1
|
* Improved update for remote scene tree and remote object.geequlim2017-11-232-14/+16
|
* Merge pull request #12301 from MarianoGnu/masterRémi Verschelde2017-11-226-6/+1280
|\ | | | | Implement auto-tiling
| * Implement auto-tilingMariano Suligoy2017-11-206-6/+1280
| |
* | Merge pull request #13181 from GodotExplorer/debugger-settingsRémi Verschelde2017-11-224-5/+23
|\ \ | | | | | | Allow keep show local scene tree while debugger start
| * | Add editor setting to allow keep show local scene tree while debugger start.geequlim2017-11-224-5/+23
| | | | | | | | | | | | Rename editor setting scene_tree_refresh_interval to remote_scene_tree_refresh_interval.
* | | i18n: Sync translation templates with current sourceRémi Verschelde2017-11-2237-7071/+15975
| | | | | | | | | | | | [ci skip]
* | | i18n: Sync translations with WeblateRémi Verschelde2017-11-2217-2099/+9201
|/ / | | | | | | Adds Serbian (Cyrillic) translation.
* | Merge pull request #13153 from YeldhamDev/remote_relationshipsRémi Verschelde2017-11-211-0/+9
|\ \ | | | | | | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting
| * | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting.Michael Alexsander Silva Dias2017-11-211-0/+9
| | |
* | | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-213-17/+31
|\ \ \ | |/ / |/| | Allow for getting/setting "dotted" properties of objects
| * | Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-213-17/+31
| | | | | | | | | | | | Performance is around the same as using pure set() through GDScript.
* | | Merge pull request #11933 from cxong/masterJuan Linietsky2017-11-212-3/+3
|\ \ \ | | | | | | | | Use "Command" instead of "Meta" for macOS (#1619)
| * | | Use "Command" for OSX in translation strings (#1619)Cong2017-10-132-3/+3
| | | |
* | | | Merge pull request #13121 from Krakean/change_filedialog_removedotGeorge Marques2017-11-211-1/+4
|\ \ \ \ | | | | | | | | | | Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...)
| * | | | Remove the "." from file manage dialog (open scene, open file, ...)Dmitry Koteroff2017-11-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name.
* | | | | Merge pull request #12573 from poke1024/macostouchpadRémi Verschelde2017-11-217-76/+227
|\ \ \ \ \ | | | | | | | | | | | | Native pan and zoom for macOS + InputEventGesture
| * | | | | Native pan and zoom for macOSBernhard Liebl2017-11-217-76/+227
| | | | | |
* | | | | | Fix loop of scene tabs updatesRémi Verschelde2017-11-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was a regression of f8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd, thanks to @dragmz for finding it.
* | | | | | Merge pull request #13123 from vnen/editor-help-linksRémi Verschelde2017-11-211-14/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add extra link tags for editor help
| * | | | | | Add extra link tags for editor helpGeorge Marques2017-11-201-14/+33
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Now [member], [enum], and [signal] tags give links to their respective definitions.
* | | | | | Merge pull request #13120 from MillionOstrich/filesystem-rmb-separatorRémi Verschelde2017-11-211-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix extra separator in filesystem dock right click menu
| * | | | | | Fix extra separator in filesystem dock right click menuMillionOstrich2017-11-201-3/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Re-order add_separator calls to stop adding an extra separator if no item was selected. It is possible for no items to be selected by right clicking the ".." item.
* | | | | | Merge pull request #13117 from Krakean/filesystem_dock_addshowinexplorerRémi Verschelde2017-11-211-5/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Files list: Add "Show in Explorer" popup when nothing under mouse cursor
| * | | | | Added "Show in Explorer" besides "New Folder" to popup which appear when ↵Dmitry Koteroff2017-11-211-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clicked anywhere on the files list (when no files under mouse cursor) Small fix
* | | | | | Merge pull request #13119 from YeldhamDev/export_pathRémi Verschelde2017-11-211-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fixed not being able to use the "Open a Directory" dialog with the "Default Export Path" setting
| * | | | | Fixed not being able to use the "Open a Directory" dialog with the "Default ↵Michael Alexsander Silva Dias2017-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Export Path" setting.
* | | | | | Fix file extensions persisting in file dialog after exportRobbie Cooper2017-11-202-0/+8
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused issues if one decided to export many formats in a row. The new file extension would be appended to the previous one. Now, the filename is retained without its extension for successive exports. Fixes #7291
* | | | | Merge pull request #11783 from endragor/ios-export-frameworksRémi Verschelde2017-11-202-28/+159
|\ \ \ \ \ | | | | | | | | | | | | Allow exporting third-party iOS Frameworks
| * | | | | Allow configuring iOS exportRuslan Mustakov2017-11-212-28/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EditorExportPlugin's _export_begin accepts all the arguments related to the current export (is_debug, path, flags). - EditorExportPlugin API is extended with methods allowing to configure iOS export: add_ios_framework, add_ios_plist_content, add_ios_linker_flags, add_ios_bundle_file. - iOS export template now contains Godot as a static library so that it can be linked with third-party Frameworks and GDNative static libraries. - Adds method to DirAccess for recursive copying of a directory. - Fixes iOS export to work with Xcode 9 (released recently).
* | | | | | Merge pull request #11940 from GodotExplorer/debuggerRémi Verschelde2017-11-208-95/+429
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enhanced debugger for godot 3.0
| * | | | | | Move the remote scene tree to the scene tree dock.Geequlim2017-11-173-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore all script constants in the global section of the breakpoint stack. Check property size before send to avoid too large of data be sent. Fix crash while clear the remote objects from the debugger.
| * | | | | | Better supported for remote object editing with the inspector with a simple ↵geequlim2017-11-175-14/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | dictionary editor implement
| * | | | | | Send script members, contants and globals to debuggergeequlim2017-11-172-70/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove remote inspector panel
* | | | | | | Add simple spacebar panning setting for 2D editorRicardo Maes2017-11-202-1/+12
| | | | | | |
* | | | | | | Merge pull request #13105 from Krakean/masterRémi Verschelde2017-11-202-0/+12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Files list: Add "New Folder.." popup when nothing under mouse cursor
| * | | | | | Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff2017-11-202-0/+12
| | |/ / / / | |/| | | | | | | | | | | | | | | | _WHEN_ no any file/folder is under mouse cursor.
* | | | | | Merge pull request #13102 from djrm/pr_fixesRémi Verschelde2017-11-202-8/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed runtime EDITOR_DEFs being dropped.
| * | | | | | Fixed runtime EDITOR_DEFs being dropped.Daniel J. Ramirez2017-11-202-8/+8
| |/ / / / /
* / / / / / Visual fixesDaniel J. Ramirez2017-11-2012-36/+20
|/ / / / / | | | | | | | | | | | | | | | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs