Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | Merge pull request #8872 from volzhs/editor-theme-lineedit | Rémi Verschelde | |
Fix disabled style of LineEdit | |||
2017-05-23 | Fix disabled style of LineEdit | volzhs | |
2017-05-22 | Merge pull request #8863 from volzhs/editor-theme-new-node | Rémi Verschelde | |
Show description box on create new node window | |||
2017-05-22 | Merge pull request #8861 from volzhs/editor-theme-filedialog | Rémi Verschelde | |
Show disabled item with proper color on FileDialog of editor theme | |||
2017-05-22 | Show description box on create new node window | volzhs | |
2017-05-22 | Show disabled item with proper color on FileDialog of editor theme | volzhs | |
Fix #8635 | |||
2017-05-21 | Fix 2d path editor controls. | Zaven Muradyan | |
Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes. | |||
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-20 | Merge pull request #8838 from zlsa/master | Rémi Verschelde | |
Export nested nodes in TileSet scenes; resolves #8819. | |||
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | |
New customizable editor theme | |||
2017-05-19 | Fix #8819. Adds _import_node() that, when used in conjunction with ↵ | Jon Ross | |
_import_scene, recurses through the scene tree and exports all available nodes. | |||
2017-05-18 | Merge pull request #8789 from Hinsbart/editor_shortcuts | Rémi Verschelde | |
Editor: Make "open 2d/3d/script editor" shortcuts configurable. | |||
2017-05-18 | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | Andreas Haas | |
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. | |||
2017-05-18 | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcut | Rémi Verschelde | |
Add the ability to delete bezier path handles. | |||
2017-05-18 | Merge pull request #8716 from Hinsbart/import-plugins | Rémi Verschelde | |
Bring back EditorImportPlugin | |||
2017-05-17 | Adapt tutorials (Godot Docs) icon to new design | Rémi Verschelde | |
2017-05-17 | Use new Godot icon consistently everywhere | Rémi Verschelde | |
2017-05-17 | Fix two typos from previous commit | Rémi Verschelde | |
Also cleanup comments on variant types. | |||
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-15 | Merge pull request #8761 from noshyaar/pr2 | Rémi Verschelde | |
AssetInstaller: fix toggling dir bug, scan after install | |||
2017-05-15 | Merge pull request #8717 from damianday/master | Rémi Verschelde | |
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory | |||
2017-05-14 | AssetInstaller: fix toggling dir bug, scan after install | Poommetee Ketson | |
2017-05-12 | Merge pull request #8719 from Hinsbart/settings_case | Rémi Verschelde | |
Project Settings: Use capitalized properties. | |||
2017-05-12 | Merge pull request #8702 from josempans/bug_fixing | Rémi Verschelde | |
Fix click area for bool parameter | |||
2017-05-12 | Merge pull request #8699 from Faless/ipv6_disabled | Rémi Verschelde | |
Fix Editor/Debugger connection problems. | |||
2017-05-12 | Fix natural sorting order in EditorFileDialog, FileDialog and ↵ | Damian Day | |
EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712. | |||
2017-05-12 | Bring back EditorImportPlugin | Andreas Haas | |
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 :) | |||
2017-05-11 | Project Settings: Use capitalized properties. | Andreas Haas | |
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? | |||
2017-05-09 | Fix click area for bool parameter | Jose M Pan | |
This fixes the issue #8551: VisualScript: can't change bool parameter in function call | |||
2017-05-09 | Display remote_host/port in network->debug settings | Fabio Alessandrelli | |
2017-05-09 | Allow selecting editor debug host and port. | Fabio Alessandrelli | |
Possibly fixes various editor<->debugger connection related problems. | |||
2017-05-09 | New customizable editor theme | volzhs | |
2017-05-08 | Improved freelook | Marc Gilleron | |
- 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 | |||
2017-05-07 | Merge pull request #8660 from Hinsbart/warp | Rémi Verschelde | |
Spatial Editor: Mouse warping for orbit & freelook modes. | |||
2017-05-07 | Merge pull request #8639 from n-pigeon/new_script_dialog | Rémi Verschelde | |
Reworked look and feel of Add Script Dialog also some bug fixes | |||
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 | |
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | |||
2017-05-07 | Improve documentation of thirdparty code snippets | Rémi Verschelde | |
2017-05-06 | Reworked look and feel of Add Script Dialog. | Przemysław Gołąb (n-pigeon) | |
Untangled a lot of Controls logic code and placed it in one place. Which squashed few bugs and made code easier to maintain. | |||
2017-05-06 | Spatial Editor: Mouse warping for orbit & freelook modes. | Andreas Haas | |
2017-05-06 | Fixing previous merger's "not" vs. "!" mistake in C++ (#8664) | Will Nations | |
Also fix typo on the main editor confirmation prompt | |||
2017-05-05 | Merge pull request #8616 from Zylann/fps_look | Rémi Verschelde | |
Added 3D freelook navigation mode | |||
2017-05-05 | Merge pull request #8613 from magyar123/pr-debugger-display-objects | Rémi Verschelde | |
Make script debugger display all kinds of objects | |||
2017-05-05 | Merge pull request #8556 from ippan/obj_import | Rémi Verschelde | |
support obj with negative indices | |||
2017-05-05 | Merge pull request #8532 from RameshRavone/patch-4 | Rémi Verschelde | |
Separate distraction mode for scene & script editor | |||
2017-05-05 | Fix template loading | J08nY | |
2017-05-04 | Added 3D freelook navigation mode | Marc Gilleron | |
- 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 | |||
2017-05-03 | Revert "Add new editor and default theme (WIP)" | volzhs | |
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | |||
2017-05-02 | support obj with negative indices | PanPan | |
2017-05-02 | Merge pull request #8612 from magyar123/pr-show-dict-contents | Rémi Verschelde | |
Make property editor display dictionaries (read only) | |||
2017-05-02 | Merge pull request #8610 from akien-mga/project-file-extension | Rémi Verschelde | |
Rename project file to "project.godot" |