aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8789 from Hinsbart/editor_shortcutsRémi Verschelde2017-05-183-23/+52
|\ | | | | Editor: Make "open 2d/3d/script editor" shortcuts configurable.
| * Editor: Make "open 2d/3d/script editor" shortcuts configurable.Andreas Haas2017-05-183-23/+52
| | | | | | | | Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
* | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcutRémi Verschelde2017-05-182-42/+78
|\ \ | | | | | | Add the ability to delete bezier path handles.
| * | Add the ability to delete bezier path handles.Zaven Muradyan2017-04-162-42/+78
| | |
* | | Merge pull request #8716 from Hinsbart/import-pluginsRémi Verschelde2017-05-185-2/+216
|\ \ \ | | | | | | | | Bring back EditorImportPlugin
| * | | Bring back EditorImportPluginAndreas Haas2017-05-125-2/+216
| | | | | | | | | | | | | | | | | | | | This adds a new implementation of the EditorImportPlugin class, allowing to leverage the new importing system via tool scripts. Will be especially useful when used together with GDNative, to support formats like fbx :)
* | | | Adapt tutorials (Godot Docs) icon to new designRémi Verschelde2017-05-177-213/+80
| | | |
* | | | Use new Godot icon consistently everywhereRémi Verschelde2017-05-174-0/+138
| | | |
* | | | Fix two typos from previous commitRémi Verschelde2017-05-172-12/+12
| | | | | | | | | | | | | | | | Also cleanup comments on variant types.
* | | | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-1722-161/+93
| |_|/ |/| |
* | | Merge pull request #8761 from noshyaar/pr2Rémi Verschelde2017-05-151-0/+2
|\ \ \ | | | | | | | | AssetInstaller: fix toggling dir bug, scan after install
| * | | AssetInstaller: fix toggling dir bug, scan after installPoommetee Ketson2017-05-141-0/+2
| | | |
* | | | Merge pull request #8717 from damianday/masterRémi Verschelde2017-05-152-4/+4
|\ \ \ \ | |/ / / |/| | | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory
| * | | Fix natural sorting order in EditorFileDialog, FileDialog and ↵Damian Day2017-05-122-4/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712.
* | | Merge pull request #8719 from Hinsbart/settings_caseRémi Verschelde2017-05-121-1/+0
|\ \ \ | | | | | | | | Project Settings: Use capitalized properties.
| * | | Project Settings: Use capitalized properties.Andreas Haas2017-05-111-1/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's been some inconsistency between the ProjectSettings and EditorSettings: One would use "snake_case_properties", the other "Capitalized Properties". This fixes that by also using capitalized properties for the project settings. (It's actually the default, so the line setting it to false was just removed..) Was there a strong reason for using snake_case here in the first place?
* | | Merge pull request #8702 from josempans/bug_fixingRémi Verschelde2017-05-121-1/+1
|\ \ \ | | | | | | | | Fix click area for bool parameter
| * | | Fix click area for bool parameterJose M Pan2017-05-091-1/+1
| |/ / | | | | | | | | | | | | This fixes the issue #8551: VisualScript: can't change bool parameter in function call
* | | Merge pull request #8699 from Faless/ipv6_disabledRémi Verschelde2017-05-123-9/+12
|\ \ \ | |/ / |/| | Fix Editor/Debugger connection problems.
| * | Display remote_host/port in network->debug settingsFabio Alessandrelli2017-05-093-7/+11
| | |
| * | Allow selecting editor debug host and port.Fabio Alessandrelli2017-05-092-3/+2
| | | | | | | | | | | | Possibly fixes various editor<->debugger connection related problems.
* | | Improved freelookMarc Gilleron2017-05-083-68/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix movement input affecting all viewports even when clicking outside - Freelook up movement is now relative - Prevent tool shortcut conflict when moving - De-hardcode tool shortcuts (select, move, rotate, scale, wireframe) - Movement speed depends on zoom distance (like panning) - Mouse wheel controls speed (Blender-style) due to above point - Added zoom distance indicator, hides after short delay
* | | Merge pull request #8660 from Hinsbart/warpRémi Verschelde2017-05-072-10/+18
|\ \ \ | | | | | | | | Spatial Editor: Mouse warping for orbit & freelook modes.
| * | | Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas2017-05-062-10/+18
| | | |
* | | | Merge pull request #8639 from n-pigeon/new_script_dialogRémi Verschelde2017-05-073-147/+387
|\ \ \ \ | |_|/ / |/| | | Reworked look and feel of Add Script Dialog also some bug fixes
| * | | Reworked look and feel of Add Script Dialog.Przemysław Gołąb (n-pigeon)2017-05-063-147/+387
| | | | | | | | | | | | | | | | | | | | Untangled a lot of Controls logic code and placed it in one place. Which squashed few bugs and made code easier to maintain.
* | | | Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-073-6/+20
| | | | | | | | | | | | | | | | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
* | | | Improve documentation of thirdparty code snippetsRémi Verschelde2017-05-0735-35/+70
| | | |
* | | | Fixing previous merger's "not" vs. "!" mistake in C++ (#8664)Will Nations2017-05-061-3/+3
| |/ / |/| | | | | | | | Also fix typo on the main editor confirmation prompt
* | | Merge pull request #8616 from Zylann/fps_lookRémi Verschelde2017-05-053-123/+122
|\ \ \ | | | | | | | | Added 3D freelook navigation mode
| * | | Added 3D freelook navigation modeMarc Gilleron2017-05-043-123/+122
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | - Triggered by holding RMB - Can look around in FPS style - Can move with WASD - Movement speed accelerates over time - Can multiply speed with a modifier key to go faster or slower - Configurable in editor settings and shortcuts
* | | Merge pull request #8613 from magyar123/pr-debugger-display-objectsRémi Verschelde2017-05-051-4/+28
|\ \ \ | | | | | | | | Make script debugger display all kinds of objects
| * | | Make script debugger display all kinds of objectsmbalint122017-05-011-4/+28
| | | |
* | | | Merge pull request #8556 from ippan/obj_importRémi Verschelde2017-05-051-1/+6
|\ \ \ \ | | | | | | | | | | support obj with negative indices
| * | | | support obj with negative indicesPanPan2017-05-021-1/+6
| | | | |
* | | | | Merge pull request #8532 from RameshRavone/patch-4Rémi Verschelde2017-05-053-1/+35
|\ \ \ \ \ | | | | | | | | | | | | Separate distraction mode for scene & script editor
| * | | | | Separate fullscreen state for scene & script editorRamesh Ravone2017-04-263-1/+35
| | | | | |
* | | | | | Fix template loadingJ08nY2017-05-053-92/+58
| |_|_|/ / |/| | | |
* | | | | Merge pull request #8612 from magyar123/pr-show-dict-contentsRémi Verschelde2017-05-021-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Make property editor display dictionaries (read only)
| * | | | | Make property editor display dictionaries (read only)mbalint122017-05-011-0/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #8610 from akien-mga/project-file-extensionRémi Verschelde2017-05-026-20/+20
|\ \ \ \ \ | | | | | | | | | | | | Rename project file to "project.godot"
| * | | | | Rename project file to "project.godot"Rémi Verschelde2017-05-016-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slimmed down variant from the reverted #8375. The rationale behind the name change is to give Godot's project file a unique extension (".godot") that can be registered on the OS to be associated with the Godot binary (OS registration not implemented here). This PR also adds the possibility to start the game or editor if launched with the project.godot passed as argument, which paves the way for allowing a similar behaviour on a double-click in the OS file manager (code originally by @Hinsbart). Closes #6915.
* | | | | | Merge pull request #8592 from hikari-no-yume/scene_import_rigidonly_flag_masterRémi Verschelde2017-05-021-11/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Scene importer: add -rigidonly flag for empties [master]
| * | | | | | Scene importer: add -rigidonly flag for empties (fixes #8430)Andrea Faulds2017-04-301-11/+19
| |/ / / / /
* | | | | | Merge pull request #8569 from volzhs/editor-theme-1Rémi Verschelde2017-05-025-14/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix to use editor theme instead of handling each UI
| * | | | | | Fix to use editor theme instead of handling each UIvolzhs2017-04-285-14/+9
| | | | | | |
* | | | | | | Merge pull request #8559 from Paulb23/script_recent_filesRémi Verschelde2017-05-023-0/+101
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added recent scripts to script editor
| * | | | | | | Added recent scripts to script editorPaulb232017-04-273-0/+101
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #8541 from RandomShaper/opt-out-capitalizationRémi Verschelde2017-05-025-8/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add setting to opt-out of capitalization in property inspectors
| * | | | | | Add setting to opt-out of capitalization in the property inspectorPedro J. Estébanez2017-04-275-8/+14
| | | | | | |