aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/project_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas2016-07-291-0/+17
| | | | Can drop an engine.cfg file over the window to import it ;)
* keep selected_list up to dateDima Granetchi2016-07-291-22/+34
|
* Command-F focus filter input field in project managerDima Granetchi2016-07-271-0/+4
|
* Project Manager: Added project list scrolling with keyboardIgnacio Etcheverry2016-07-231-0/+134
|
* Fix main scene not being saved when set via Play buttonRémi Verschelde2016-07-191-2/+3
| | | | | Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene.
* i18n: Sync template with current sourceRémi Verschelde2016-07-151-1/+1
| | | | Also fix a space after : in a translated string.
* Fixed a crash in scenario where SSL is not available.vamsi2016-07-131-4/+1
|
* Downloaded templates from project manager can now be installed.Juan Linietsky2016-07-111-32/+181
|
* Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-3/+0
| | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* Initialize the SSL certificates in the project managerRémi Verschelde2016-07-061-1/+3
|
* Avoid settings from being lost when opening project manager.Juan Linietsky2016-07-031-0/+3
| | | | Probably fixes many issues of this kind, like missing shortcuts or other settings
* remove the warning of instances in use at Project manager exitvolzhs2016-06-281-3/+0
|
* Clean up editor theme creationGeequlim2016-06-181-19/+13
|
* Better way to disable asset libraryJuan Linietsky2016-06-091-8/+8
|
* Disable asset library compilation if no openssl existsJuan Linietsky2016-06-091-0/+4
|
* Fixed some options in assetlibJuan Linietsky2016-06-081-3/+0
|
* Added asset library on project manager for templatesJuan Linietsky2016-06-081-23/+48
|
* Fixed localization in file dialogsDimOkGamer2016-06-071-2/+2
| | | | | and two more lines. 2 fixes in ru.po.
* HiDPI: Use global/hidpi_mode as propertyRémi Verschelde2016-06-061-1/+1
|
* make hdpi manually configurable in project settingsJuan Linietsky2016-06-051-1/+14
| | | | also added hidpi support to project manager
* Set more visible string to translatableGeequlim2016-05-291-1/+1
|
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-4/+4
| | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated.
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-7/+7
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-3/+3
|
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-42/+42
|
* Project manager: unescape project names (#4494)Rémi Verschelde2016-05-011-1/+1
| | | Fixes #3609
* Change "erase" to "remove" in project manager. fixes #3796.volzhs2016-02-221-3/+3
|
* Update copyright in remaining files + prints in the UIRémi Verschelde2016-01-111-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Avoid project manager from processing gamepad inputFranklin Sobrinho2015-12-141-0/+7
|
* Fix project manager not picking custom fontFranklin Sobrinho2015-12-091-4/+13
|
* Load main scene if defined when running editor from the command lineRémi Verschelde2015-11-221-5/+0
| | | | | | | If no main scene is defined, or if it's an empty string, the previous behaviour will still be used, i.e. launch the project manager. A small fix was also added not to maximize the window when opening the project manager via -editor (i.e. "godot" and "godot -e" will behave the same when no project is in the path). Fixes #2869.
* Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky2015-11-181-2/+2
|\ | | | | Visual studio 2015 compilation
| * Fixes Visual Studio 2015 compile error C3688 (invalid literal suffix)ZuBsPaCe2015-10-291-2/+2
| | | | | | | | tools\editor\editor_node.cpp(3037): error C3688: invalid literal suffix 'VERSION_FULL_NAME'; literal operator or literal operator template 'operator ""VERSION_FULL_NAME' not found
* | Merge pull request #2640 from firefly2442/settings-xml-missing-projJuan Linietsky2015-11-181-12/+19
|\ \ | | | | | | projects in the editor_settings.xml that are no longer found on disk will be removed
| * | projects in the editor_settings.xml that are no longer found on disk will be ↵firefly24422015-10-191-12/+19
| |/ | | | | | | removed
* / when creating project, save icon using resource location by defaultfirefly24422015-10-211-1/+1
|/
* Merge pull request #2053 from rodolforg/fix-import-button-labelJuan Linietsky2015-10-171-3/+4
|\ | | | | Small fix for Import Game dialog labels
| * Small fix for Import Game dialog labelsRodolfo Ribeiro Gomes2015-06-081-3/+4
| |
* | set initial flag 'show_hidden_files' for file dialogs in project manager ↵tommy32015-05-141-0/+1
|/ | | | initialization
* corrected copyright date in project manager, fixes #1870Juan Linietsky2015-05-091-1/+1
|
* corrected project manager popup, fixes #1721Juan Linietsky2015-04-211-3/+3
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Fix invaild path error text in project manager when no path is enteredMaximillian2015-01-061-2/+2
|
* -Completely removed EmptyControl (but added fallback), closes #1017Juan Linietsky2015-01-031-3/+3
|
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-3/+3
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* Merge pull request #851 from adolson/default-project-dir-fixJuan Linietsky2014-11-021-0/+1
|\ | | | | fixes default project dir option
| * fixes default project dir option for Create / Import dialogs after quitting ↵Dana Olson2014-11-011-0/+1
| | | | | | | | to project manager
* | add option to auto-scan a directory for projectsDana Olson2014-11-011-0/+5
|/
* add title to project manager windowDana Olson2014-09-181-1/+2
|