| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #8639 from n-pigeon/new_script_dialog | Rémi Verschelde | 2017-05-07 | 3 | -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-06 | 3 | -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 scrolling | toger5 | 2017-05-07 | 3 | -6/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | |||||
| * | | | | | Improve documentation of thirdparty code snippets | Rémi Verschelde | 2017-05-07 | 35 | -35/+70 | |
| | | | | | | ||||||
| * | | | | | Fixing previous merger's "not" vs. "!" mistake in C++ (#8664) | Will Nations | 2017-05-06 | 1 | -3/+3 | |
| | |/ / / |/| | | | | | | | | | | | Also fix typo on the main editor confirmation prompt | |||||
| * | | | | Merge pull request #8616 from Zylann/fps_look | Rémi Verschelde | 2017-05-05 | 3 | -123/+122 | |
| |\ \ \ \ | | | | | | | | | | | Added 3D freelook navigation mode | |||||
| | * | | | | Added 3D freelook navigation mode | Marc Gilleron | 2017-05-04 | 3 | -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-objects | Rémi Verschelde | 2017-05-05 | 1 | -4/+28 | |
| |\ \ \ \ | | | | | | | | | | | Make script debugger display all kinds of objects | |||||
| | * | | | | Make script debugger display all kinds of objects | mbalint12 | 2017-05-01 | 1 | -4/+28 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #8556 from ippan/obj_import | Rémi Verschelde | 2017-05-05 | 1 | -1/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | support obj with negative indices | |||||
| | * | | | | | support obj with negative indices | PanPan | 2017-05-02 | 1 | -1/+6 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #8532 from RameshRavone/patch-4 | Rémi Verschelde | 2017-05-05 | 3 | -1/+35 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Separate distraction mode for scene & script editor | |||||
| | * | | | | | | Separate fullscreen state for scene & script editor | Ramesh Ravone | 2017-04-26 | 3 | -1/+35 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix template loading | J08nY | 2017-05-05 | 3 | -92/+58 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #8612 from magyar123/pr-show-dict-contents | Rémi Verschelde | 2017-05-02 | 1 | -0/+7 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Make property editor display dictionaries (read only) | |||||
| | * | | | | | | Make property editor display dictionaries (read only) | mbalint12 | 2017-05-01 | 1 | -0/+7 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #8610 from akien-mga/project-file-extension | Rémi Verschelde | 2017-05-02 | 6 | -20/+20 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Rename project file to "project.godot" | |||||
| | * | | | | | | Rename project file to "project.godot" | Rémi Verschelde | 2017-05-01 | 6 | -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_master | Rémi Verschelde | 2017-05-02 | 1 | -11/+19 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Scene importer: add -rigidonly flag for empties [master] | |||||
| | * | | | | | | | Scene importer: add -rigidonly flag for empties (fixes #8430) | Andrea Faulds | 2017-04-30 | 1 | -11/+19 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #8569 from volzhs/editor-theme-1 | Rémi Verschelde | 2017-05-02 | 5 | -14/+9 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix to use editor theme instead of handling each UI | |||||
| | * | | | | | | | Fix to use editor theme instead of handling each UI | volzhs | 2017-04-28 | 5 | -14/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #8559 from Paulb23/script_recent_files | Rémi Verschelde | 2017-05-02 | 3 | -0/+101 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added recent scripts to script editor | |||||
| | * | | | | | | | | Added recent scripts to script editor | Paulb23 | 2017-04-27 | 3 | -0/+101 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #8541 from RandomShaper/opt-out-capitalization | Rémi Verschelde | 2017-05-02 | 5 | -8/+14 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Add setting to opt-out of capitalization in property inspectors | |||||
| | * | | | | | | | Add setting to opt-out of capitalization in the property inspector | Pedro J. Estébanez | 2017-04-27 | 5 | -8/+14 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #8572 from akien-mga/thirdparty | Rémi Verschelde | 2017-04-29 | 8 | -6/+185 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Moving more thirdparty stuff (minizip, some single-file external libs) to the thirdparty directory | |||||
| | * | | | | | | | | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-04-28 | 2 | -2/+6 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Add a few missing copyright headers | Rémi Verschelde | 2017-04-28 | 6 | -4/+179 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * / | | | | | | | Revert "Use .godot as file extension for project files." | Juan Linietsky | 2017-04-29 | 3 | -66/+27 | |
| |/ / / / / / / | ||||||
| * | / / / / / | Update editor theme | volzhs | 2017-04-28 | 9 | -3/+90 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #8515 from attilix/folder-file-manager | Rémi Verschelde | 2017-04-27 | 2 | -1/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Right-clicking a folder now gives the option Show in file manager | |||||
| | * | | | | | | Right-clicking a folder in the FileSystem panel now gives the option Show in ↵ | Attilio Oliva | 2017-04-24 | 2 | -1/+10 | |
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | file manager | |||||
| * | | | | | | Merge pull request #8520 from Hinsbart/tree_tooltips | Rémi Verschelde | 2017-04-27 | 2 | -19/+19 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Tree: Ability to add tooltips to TreeItem buttons. | |||||
| | * | | | | | | Tree: Ability to add tooltips to TreeItem buttons. | Andreas Haas | 2017-04-26 | 2 | -19/+19 | |
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | Adds a tooltip parameter to `TreeItem::add_button()` and set a few tooltips in the Project settings and SceneTree dock. | |||||
| * | | | | | | Merge pull request #8553 from Hinsbart/vs_fix | Rémi Verschelde | 2017-04-27 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix recognition of resource extensions. | |||||
| | * | | | | | | Fix recognition of resource extensions. | Andreas Haas | 2017-04-26 | 1 | -1/+0 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | Also removes a related debug print. | |||||
| * | | | | | | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 184 | -578/+3346 | |
| | | | | | | | ||||||
| * | | | | | | Changed indent type settings | Paulb23 | 2017-04-26 | 4 | -4/+4 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #8531 from RameshRavone/patch-5 | Rémi Verschelde | 2017-04-26 | 2 | -1/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Settings: Moving Poly Editor into Editors category | |||||
| | * | | | | | Settings: Moving Poly Editor into Editors category | Ramesh Ravone | 2017-04-25 | 2 | -1/+3 | |
| | |/ / / / | ||||||
| * / / / / | Ability to Convert Case, issue 8079 | Paulb23 | 2017-04-25 | 2 | -1/+74 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #8500 from Paulb23/space_indent_fixes | Rémi Verschelde | 2017-04-24 | 2 | -8/+21 | |
| |\ \ \ \ | | | | | | | | | | | Space indent fixes | |||||
| | * | | | | Fixed convert indent and trim whitespace on save | Paulb23 | 2017-04-23 | 1 | -7/+7 | |
| | | | | | | ||||||
| | * | | | | Fix cursor position on indent convert | Paulb23 | 2017-04-23 | 1 | -1/+14 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #8499 from Melix19/patch-3 | Rémi Verschelde | 2017-04-24 | 2 | -2/+5 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix "Save/Delete Layout" text field goes outside of the popup | |||||
| | * | | | | | Added a container to EditorNameDialog | Marco Melorio | 2017-04-23 | 2 | -2/+5 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #8444 from magyar123/pr-complete-paths | Rémi Verschelde | 2017-04-24 | 1 | -0/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Script editor now automatically completes file paths in GDScript | |||||
| | * | | | | | Added autocomplete for file paths in the script editor | mbalint12 | 2017-04-18 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #8420 from magyar123/pr-script-files-as-base | Rémi Verschelde | 2017-04-24 | 2 | -8/+44 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Added the ability to select files as base when creating scripts | |||||
