aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-072-6/+6
| | | | -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
* Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-056-141/+141
|\ | | | | renamed all Rect2.pos to Rect2.position
| * renamed all Rect2.pos to Rect2.positionalexholly2017-06-046-141/+141
| |
* | Merge pull request #8974 from Paulb23/script_overviewRémi Verschelde2017-06-054-1/+75
|\ \ | |/ |/| Added script overview
| * Added members overviewPaulb232017-05-294-1/+75
| |
* | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-0316-71/+71
| | | | | | | | Make the naming consistent with other classes.
* | -Added .hdr format supportJuan Linietsky2017-05-284-174/+3
| | | | | | | | | | | | -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
* | Fix moving path controls in edit mode.Zaven Muradyan2017-05-271-9/+7
| | | | | | | | | | | | The previous code would never trigger the subsequent conditionals (for moving the control points) when in EDIT_MODE because the point conditionals were nested instead of being a conjunction.
* | Merge pull request #8928 from nunodonato/helpmenuRémi Verschelde2017-05-272-4/+11
|\ \ | | | | | | Added an help menu
| * | Added an help menuNuno Donato2017-05-262-4/+11
| |/ | | | | | | | | Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921
* / -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-261-0/+2
|/ | | | | | -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3
* Applied clang-format.Ferenc Arn2017-05-252-222/+180
| | | | Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
* Revive PathEditorPlugin.Ferenc Arn2017-05-242-24/+23
| | | | | | Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue).
* Fix crash when interacting with the 2d editorGeorge Marques2017-05-231-2/+2
|
* Fix 2d path editor controls.Zaven Muradyan2017-05-211-85/+53
| | | | | Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes.
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-2044-2223/+2261
| | | | this might cause bugs I haven't found yet..
* Merge pull request #8838 from zlsa/masterRémi Verschelde2017-05-202-12/+15
|\ | | | | Export nested nodes in TileSet scenes; resolves #8819.
| * Fix #8819. Adds _import_node() that, when used in conjunction with ↵Jon Ross2017-05-192-12/+15
| | | | | | | | _import_scene, recurses through the scene tree and exports all available nodes.
* | Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-206-33/+21
|\ \ | |/ |/| New customizable editor theme
| * New customizable editor themevolzhs2017-05-096-18/+9
| |
| * Revert "Add new editor and default theme (WIP)"volzhs2017-05-034-20/+17
| | | | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
* | Merge pull request #8789 from Hinsbart/editor_shortcutsRémi Verschelde2017-05-181-0/+1
|\ \ | | | | | | Editor: Make "open 2d/3d/script editor" shortcuts configurable.
| * | Editor: Make "open 2d/3d/script editor" shortcuts configurable.Andreas Haas2017-05-181-0/+1
| | | | | | | | | | | | Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
* | | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcutRémi Verschelde2017-05-182-42/+78
|\ \ \ | | | | | | | | Add the ability to delete bezier path handles.
| * | | Add the ability to delete bezier path handles.Zaven Muradyan2017-04-162-42/+78
| | | |
* | | | Adapt tutorials (Godot Docs) icon to new designRémi Verschelde2017-05-171-1/+1
| | | |
* | | | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-176-16/+19
| |/ / |/| |
* | | Improved freelookMarc Gilleron2017-05-082-64/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge pull request #8660 from Hinsbart/warpRémi Verschelde2017-05-072-10/+18
|\ \ \ | | | | | | | | Spatial Editor: Mouse warping for orbit & freelook modes.
| * | | Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas2017-05-062-10/+18
| | | |
* | | | Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-072-4/+4
|/ / / | | | | | | | | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
* | / Added 3D freelook navigation modeMarc Gilleron2017-05-042-123/+117
| |/ |/| | | | | | | | | | | | | | | - 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 #8569 from volzhs/editor-theme-1Rémi Verschelde2017-05-021-1/+0
|\ \ | | | | | | Fix to use editor theme instead of handling each UI
| * | Fix to use editor theme instead of handling each UIvolzhs2017-04-281-1/+0
| | |
* | | Merge pull request #8559 from Paulb23/script_recent_filesRémi Verschelde2017-05-022-0/+99
|\ \ \ | | | | | | | | Added recent scripts to script editor
| * | | Added recent scripts to script editorPaulb232017-04-272-0/+99
| | | |
* | | | Add a few missing copyright headersRémi Verschelde2017-04-284-2/+119
| |/ / |/| |
* | | Update editor themevolzhs2017-04-282-0/+3
|/ /
* | Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-274-17/+20
| |
* | Changed indent type settingsPaulb232017-04-262-2/+2
| |
* | Merge pull request #8531 from RameshRavone/patch-5Rémi Verschelde2017-04-261-1/+1
|\ \ | | | | | | Settings: Moving Poly Editor into Editors category
| * | Settings: Moving Poly Editor into Editors categoryRamesh Ravone2017-04-251-1/+1
| | |
* | | Ability to Convert Case, issue 8079Paulb232017-04-252-1/+74
|/ /
* | 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 #8417 from neikeq/hello-thereRémi Verschelde2017-04-204-48/+54
|\ \ | | | | | | External editor improvements and fixes
| * | External editor improvements and fixesIgnacio Etcheverry2017-04-174-48/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: - Now ScriptLanguages have the option to override the global external editor setting. If `ScriptLanguage::open_in_external_editor()` returns `ERR_UNAVAILABLE` (which it does by default), then the global external editor option will be used. - Added formatting to the external editor execution arguments. Now it's possible to write something like this: `{project} -g {file}:{line}:{col}`. - `VisualScript::get_member_line()` now can return the line of functions (well, it returns the id of the _Function_ node of the function). I guess there is nothing else we can get a "line" from. Fixes: - Fixes a bug where `ScriptEditor::script_goto_method()` would not work if the script is not already open in the built-in editor. - Fixes wrong DEFVAL for `cursor_set_column` and `cursor_set_line` in TextEdit. - `Script::get_member_line()` now returns -1 ("found nothing") by default.
* | | Merge pull request #8424 from Paulb23/convert_indentRémi Verschelde2017-04-185-1/+148
|\ \ \ | | | | | | | | Support for space indentation
| * | | Convert indent on savePaulb232017-04-182-0/+39
| | | |
| * | | Added support for space indentationPaulb232017-04-183-7/+11
| | | |