aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | 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
| | | | | | | |
* | | | | | | | Merge pull request #8572 from akien-mga/thirdpartyRémi Verschelde2017-04-298-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 Verschelde2017-04-282-2/+6
| | | | | | | | |
| * | | | | | | | Add a few missing copyright headersRémi Verschelde2017-04-286-4/+179
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | Revert "Use .godot as file extension for project files."Juan Linietsky2017-04-293-66/+27
|/ / / / / / /
* | / / / / / Update editor themevolzhs2017-04-289-3/+90
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #8515 from attilix/folder-file-managerRémi Verschelde2017-04-272-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 Oliva2017-04-242-1/+10
| | |_|/ / / | |/| | | | | | | | | | | | | | | | file manager
* | | | | | Merge pull request #8520 from Hinsbart/tree_tooltipsRémi Verschelde2017-04-272-19/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tree: Ability to add tooltips to TreeItem buttons.
| * | | | | | Tree: Ability to add tooltips to TreeItem buttons.Andreas Haas2017-04-262-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_fixRémi Verschelde2017-04-271-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix recognition of resource extensions.
| * | | | | | Fix recognition of resource extensions.Andreas Haas2017-04-261-1/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Also removes a related debug print.
* | | | | | Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-27184-578/+3346
| | | | | |
* | | | | | Changed indent type settingsPaulb232017-04-264-4/+4
|/ / / / /
* | | | | Merge pull request #8531 from RameshRavone/patch-5Rémi Verschelde2017-04-262-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Settings: Moving Poly Editor into Editors category
| * | | | | Settings: Moving Poly Editor into Editors categoryRamesh Ravone2017-04-252-1/+3
| |/ / / /
* / / / / Ability to Convert Case, issue 8079Paulb232017-04-252-1/+74
|/ / / /
* | | | Merge pull request #8500 from Paulb23/space_indent_fixesRémi Verschelde2017-04-242-8/+21
|\ \ \ \ | | | | | | | | | | Space indent fixes
| * | | | Fixed convert indent and trim whitespace on savePaulb232017-04-231-7/+7
| | | | |
| * | | | Fix cursor position on indent convertPaulb232017-04-231-1/+14
| | | | |
* | | | | Merge pull request #8499 from Melix19/patch-3Rémi Verschelde2017-04-242-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix "Save/Delete Layout" text field goes outside of the popup
| * | | | | Added a container to EditorNameDialogMarco Melorio2017-04-232-2/+5
| |/ / / /
* | | | | Merge pull request #8444 from magyar123/pr-complete-pathsRémi Verschelde2017-04-241-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Script editor now automatically completes file paths in GDScript
| * | | | | Added autocomplete for file paths in the script editormbalint122017-04-181-0/+1
| | | | | |
* | | | | | Merge pull request #8420 from magyar123/pr-script-files-as-baseRémi Verschelde2017-04-242-8/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added the ability to select files as base when creating scripts