aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix curve saving, refined undo/redoMarc Gilleron2017-06-282-31/+53
|
* Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky2017-06-272-44/+149
|\ | | | | Curve improvement
| * Curve featuresMarc Gilleron2017-06-262-44/+149
| | | | | | | | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore
* | Merge pull request #9360 from GodotExplorer/pr-external-editor-language-checkRémi Verschelde2017-06-273-7/+20
|\ \ | |/ |/| Better user experience with external text editors.
| * Better user expirence with external text editors.geequlim2017-06-273-7/+20
| | | | | | | | | | Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.
* | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde2017-06-261-9/+4
|\ \ | | | | | | Add one-way collisions and individual shape offsets for tilesets
| * | Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov2017-06-251-9/+4
| |/ | | | | | | | | As requested in #9318 Accidentially fixes #2231 as well
* | Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde2017-06-261-0/+2
|\ \ | |/ |/| Add normal map to tilemaps and tilesets
| * Add normal map to tilemaps and tilesetsBojidar Marinov2017-06-221-0/+2
| | | | | | | | Fixes #9310
* | Merge pull request #9345 from nunodonato/animpropertiesRémi Verschelde2017-06-241-10/+12
|\ \ | | | | | | Update some property names for animation keys.
| * | Update some property names for animation keys.Nuno Donato2017-06-241-10/+12
| | | | | | | | | | | | | | | Added rect_rotation too. Fixes #9337
* | | Merge pull request #9353 from Zylann/gradient_refactorJuan Linietsky2017-06-244-640/+1
|\ \ \ | | | | | | | | GradientTexture now uses a Gradient
| * | | GradientTexture now uses a GradientMarc Gilleron2017-06-244-640/+1
| |/ / | | | | | | | | | | | | - Added gradient property - Deleted duplicate code
* | | Merge pull request #9281 from Zylann/fix_freelook_keyboardRémi Verschelde2017-06-241-0/+5
|\ \ \ | |/ / |/| | Fixed freelook conflict with text inputs
| * | Fixed freelook conflict with text inputsMarc Gilleron2017-06-201-0/+5
| | |
* | | -Trigger shapes removed in 2D, they became obsolete long ago when areas ↵Juan Linietsky2017-06-231-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | could detect their own overlap -Added ability to disable individual collisionshape/polygon -Moved One Way Collision to shape, allowing more flexibility -Changed internals of CollisionObject, shapes are generated from child nodes on the fly, not stored inside any longer. -Modifying a CollisionPolygon2D on the fly now works, it can even be animated. Will port this to 3D once well tested. Have fun!
* | | Added Curve resourceMarc Gilleron2017-06-243-411/+640
| | | | | | | | | | | | | | | | | | - New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor
* | | Merge pull request #9307 from nunodonato/shadererrorlineThomas Herzog2017-06-231-1/+1
|\ \ \ | | | | | | | | highlight the correct error line in shader editor
| * | | highlight the correct error line in shader editorNuno Donato2017-06-211-1/+1
| |/ /
* | | Merge pull request #9293 from MarianoGnu/masterMariano Javier Suligoy2017-06-221-1/+1
|\ \ \ | |_|/ |/| | Fix regresion on Texture Region Editor Plugin. Fixes #9282
| * | Fix regresion on Texture Region Editor Plugin. Fixes#9282Mariano Suligoy2017-06-201-1/+1
| |/
* / 2D GPU Particles working..Juan Linietsky2017-06-212-41/+280
|/
* Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog2017-06-202-0/+3
|\ | | | | Update PopupMenu hiding
| * Fix #7262Jylhis2017-04-142-0/+3
| | | | | | | | | | Disable PopupMenu hiding in snap settings of the TextureRegion editor and Edit menu of the scene
* | Merge pull request #9099 from kubecz3k/plugin-camera-exposeThomas Herzog2017-06-191-3/+10
|\ \ | | | | | | EditorPlugin can request user inputs from editor 3d view
| * | EditorPlugin can request user inputs from editor 3d viewUnknown2017-06-121-3/+10
| | |
* | | Fix image lock on preview image generatingKonrad Nowakowski2017-06-191-1/+2
| | |
* | | Fixed ‘CreateNewAnimation’ window wrong size.ageazrael2017-06-161-8/+7
| | |
* | | Increase the default perspective camera FOVHugo Locurcio2017-06-161-2/+2
| | | | | | | | | | | | | | | This does not affect existing projects, but will affect newly-created editor settings and Camera nodes.
* | | 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.