summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2017-06-14renamed occurances of ColorRamp with GradientKarroffel
ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
2017-06-12Fix empty shader related crash, closes #8314Juan Linietsky
2017-06-11Restored everything related to information polling, and added information ↵Juan Linietsky
box for viewport.
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky
2017-06-11Multiple 3D viewports are not operational.Juan Linietsky
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-09Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0Rémi Verschelde
Add settings to pan canvas editor with scrolling
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
-Restored resource previews!
2017-06-08Add settings to pan canvas editor with scrollingSean Bohan
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
2017-06-07-Added proper access to depth texture from shaderJuan Linietsky
-Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
renamed all Rect2.pos to Rect2.position
2017-06-05Merge pull request #8974 from Paulb23/script_overviewRémi Verschelde
Added script overview
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
Make the naming consistent with other classes.
2017-05-29Added members overviewPaulb23
2017-05-28-Added .hdr format supportJuan Linietsky
-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
2017-05-27Fix moving path controls in edit mode.Zaven Muradyan
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.
2017-05-27Merge pull request #8928 from nunodonato/helpmenuRémi Verschelde
Added an help menu
2017-05-26-Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky
-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
2017-05-26Added an help menuNuno Donato
Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921
2017-05-25Applied clang-format.Ferenc Arn
Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
2017-05-24Revive PathEditorPlugin.Ferenc Arn
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).
2017-05-23Fix crash when interacting with the 2d editorGeorge Marques
2017-05-21Fix 2d path editor controls.Zaven Muradyan
Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes.
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
this might cause bugs I haven't found yet..
2017-05-20Merge pull request #8838 from zlsa/masterRémi Verschelde
Export nested nodes in TileSet scenes; resolves #8819.
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
New customizable editor theme
2017-05-19Fix #8819. Adds _import_node() that, when used in conjunction with ↵Jon Ross
_import_scene, recurses through the scene tree and exports all available nodes.
2017-05-18Merge pull request #8789 from Hinsbart/editor_shortcutsRémi Verschelde
Editor: Make "open 2d/3d/script editor" shortcuts configurable.
2017-05-18Editor: Make "open 2d/3d/script editor" shortcuts configurable.Andreas Haas
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
2017-05-18Merge pull request #6941 from voithos/bezier-handle-deletion-shortcutRémi Verschelde
Add the ability to delete bezier path handles.
2017-05-17Adapt tutorials (Godot Docs) icon to new designRémi Verschelde
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-09New customizable editor themevolzhs
2017-05-08Improved freelookMarc Gilleron
- 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
2017-05-07Merge pull request #8660 from Hinsbart/warpRémi Verschelde
Spatial Editor: Mouse warping for orbit & freelook modes.
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
2017-05-06Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas
2017-05-04Added 3D freelook navigation modeMarc Gilleron
- 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
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
2017-05-02Merge pull request #8569 from volzhs/editor-theme-1Rémi Verschelde
Fix to use editor theme instead of handling each UI
2017-05-02Merge pull request #8559 from Paulb23/script_recent_filesRémi Verschelde
Added recent scripts to script editor
2017-04-28Add a few missing copyright headersRémi Verschelde
2017-04-28Fix to use editor theme instead of handling each UIvolzhs
2017-04-28Update editor themevolzhs
2017-04-27Added recent scripts to script editorPaulb23
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-26Changed indent type settingsPaulb23
2017-04-26Merge pull request #8531 from RameshRavone/patch-5Rémi Verschelde
Settings: Moving Poly Editor into Editors category
2017-04-25Settings: Moving Poly Editor into Editors categoryRamesh Ravone