Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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" | |||
2017-05-02 | Merge pull request #8592 from hikari-no-yume/scene_import_rigidonly_flag_master | Rémi Verschelde | |
Scene importer: add -rigidonly flag for empties [master] | |||
2017-05-02 | Merge pull request #8569 from volzhs/editor-theme-1 | Rémi Verschelde | |
Fix to use editor theme instead of handling each UI | |||
2017-05-02 | Merge pull request #8559 from Paulb23/script_recent_files | Rémi Verschelde | |
Added recent scripts to script editor | |||
2017-05-02 | Merge pull request #8541 from RandomShaper/opt-out-capitalization | Rémi Verschelde | |
Add setting to opt-out of capitalization in property inspectors | |||
2017-05-01 | Make script debugger display all kinds of objects | mbalint12 | |
2017-05-01 | Rename project file to "project.godot" | Rémi Verschelde | |
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. | |||
2017-05-01 | Make property editor display dictionaries (read only) | mbalint12 | |
2017-04-30 | Scene importer: add -rigidonly flag for empties (fixes #8430) | Andrea Faulds | |
2017-04-29 | Merge pull request #8572 from akien-mga/thirdparty | Rémi Verschelde | |
Moving more thirdparty stuff (minizip, some single-file external libs) to the thirdparty directory | |||
2017-04-29 | Revert "Use .godot as file extension for project files." | Juan Linietsky | |
2017-04-28 | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | |
2017-04-28 | Add a few missing copyright headers | Rémi Verschelde | |
2017-04-28 | Fix to use editor theme instead of handling each UI | volzhs | |
2017-04-28 | Update editor theme | volzhs | |
2017-04-27 | Added recent scripts to script editor | Paulb23 | |
2017-04-27 | Add setting to opt-out of capitalization in the property inspector | Pedro J. Estébanez | |
2017-04-27 | Merge pull request #8515 from attilix/folder-file-manager | Rémi Verschelde | |
Right-clicking a folder now gives the option Show in file manager | |||
2017-04-27 | Merge pull request #8520 from Hinsbart/tree_tooltips | Rémi Verschelde | |
Tree: Ability to add tooltips to TreeItem buttons. | |||
2017-04-27 | Merge pull request #8553 from Hinsbart/vs_fix | Rémi Verschelde | |
Fix recognition of resource extensions. | |||
2017-04-27 | Add new editor and default theme (WIP) | Daniel J. Ramirez | |
2017-04-26 | Fix recognition of resource extensions. | Andreas Haas | |
Also removes a related debug print. | |||
2017-04-26 | Tree: Ability to add tooltips to TreeItem buttons. | Andreas Haas | |
Adds a tooltip parameter to `TreeItem::add_button()` and set a few tooltips in the Project settings and SceneTree dock. | |||
2017-04-26 | Separate fullscreen state for scene & script editor | Ramesh Ravone | |
2017-04-26 | Changed indent type settings | Paulb23 | |
2017-04-26 | Merge pull request #8531 from RameshRavone/patch-5 | Rémi Verschelde | |
Settings: Moving Poly Editor into Editors category | |||
2017-04-25 | Settings: Moving Poly Editor into Editors category | Ramesh Ravone | |
2017-04-25 | Ability to Convert Case, issue 8079 | Paulb23 | |
2017-04-24 | Right-clicking a folder in the FileSystem panel now gives the option Show in ↵ | Attilio Oliva | |
file manager | |||
2017-04-24 | Merge pull request #8500 from Paulb23/space_indent_fixes | Rémi Verschelde | |
Space indent fixes | |||
2017-04-24 | Merge pull request #8499 from Melix19/patch-3 | Rémi Verschelde | |
Fix "Save/Delete Layout" text field goes outside of the popup | |||
2017-04-24 | Merge pull request #8444 from magyar123/pr-complete-paths | Rémi Verschelde | |
Script editor now automatically completes file paths in GDScript | |||
2017-04-24 | Merge pull request #8420 from magyar123/pr-script-files-as-base | Rémi Verschelde | |
Added the ability to select files as base when creating scripts | |||
2017-04-23 | Added a container to EditorNameDialog | Marco Melorio | |