aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* renamed occurances of ColorRamp with GradientKarroffel2017-06-142-33/+33
| | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
* Fix empty shader related crash, closes #8314Juan Linietsky2017-06-121-1/+2
|
* Restored everything related to information polling, and added information ↵Juan Linietsky2017-06-112-0/+46
| | | | box for viewport.
* Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-112-64/+53
|
* Multiple 3D viewports are not operational.Juan Linietsky2017-06-112-76/+344
|
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-093-7/+7
|
* Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0Rémi Verschelde2017-06-091-20/+48
|\ | | | | Add settings to pan canvas editor with scrolling
| * Add settings to pan canvas editor with scrollingSean Bohan2017-06-081-20/+48
| | | | | | | | | | | | | | | | | | This feature is mainly designed for developers who uses touchpad instead of mouse, and want to scroll instead of zoom. Every macOS developers will like it since it feels intuitive. 2 new settings are added to “editors/2d”: scroll_to_pan: turn on to use mouse/touchpad scroll to pan canvas item editor view instead of zoom pan_speed: use this value to change scroll speed
* | -Restored multithread capability to VisualServerJuan Linietsky2017-06-092-308/+295
| | | | | | | | -Restored resource previews!
* | -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