Age | Commit message (Collapse) | Author |
|
this might cause bugs I haven't found yet..
|
|
Export nested nodes in TileSet scenes; resolves #8819.
|
|
New customizable editor theme
|
|
_import_scene, recurses through the scene tree and exports all available nodes.
|
|
Editor: Make "open 2d/3d/script editor" shortcuts configurable.
|
|
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
|
|
Add the ability to delete bezier path handles.
|
|
Bring back EditorImportPlugin
|
|
|
|
|
|
Also cleanup comments on variant types.
|
|
|
|
AssetInstaller: fix toggling dir bug, scan after install
|
|
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory
|
|
|
|
Project Settings: Use capitalized properties.
|
|
Fix click area for bool parameter
|
|
Fix Editor/Debugger connection problems.
|
|
EditorFileSystemDirectory
Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural
Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String.
Fixes #8712.
|
|
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 :)
|
|
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?
|
|
This fixes the issue #8551: VisualScript: can't change bool parameter in
function call
|
|
|
|
Possibly fixes various editor<->debugger connection related problems.
|
|
|
|
- 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
|
|
Spatial Editor: Mouse warping for orbit & freelook modes.
|
|
Reworked look and feel of Add Script Dialog also some bug fixes
|
|
Working platforms platform: OSX, Windows.
Support for almost all ui elements, including project list.
|
|
|
|
Untangled a lot of Controls logic code and placed it in one place.
Which squashed few bugs and made code easier to maintain.
|
|
|
|
Also fix typo on the main editor confirmation prompt
|
|
Added 3D freelook navigation mode
|
|
Make script debugger display all kinds of objects
|
|
support obj with negative indices
|
|
Separate distraction mode for scene & script editor
|
|
|
|
- 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
|
|
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
|
|
|
|
Make property editor display dictionaries (read only)
|
|
Rename project file to "project.godot"
|
|
Scene importer: add -rigidonly flag for empties [master]
|
|
Fix to use editor theme instead of handling each UI
|
|
Added recent scripts to script editor
|
|
Add setting to opt-out of capitalization in property inspectors
|
|
|
|
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.
|
|
|